272 Commits (07a82ec12c1bb4f706e851819bb9eeb94155c505)

Author SHA1 Message Date
bdharrington7 bf96903d6e removed submenu for login / register in guest menu options 11 years ago
Julian Lam ee963e0c2a moved reconnected socket call to SocketsMeta 11 years ago
Julian Lam c5d8a5a6b2 thread tools (phew!) -- sessionData is getting larger :P 11 years ago
Julian Lam 8dd8412ae3 so far so good... user, meta, notifications, categories 11 years ago
Julian Lam dfa9f203e6 crashing a lot less now, heh 11 years ago
Baris Soner Usakli 58580bd866 closes #716, also moved chat to its own template 11 years ago
psychobunny fda68bc5dd added templates.setGlobal - allows you to add default template vars that are sent to all tpls upon parsing; added relative_path as global 11 years ago
Baris Soner Usakli 751dc73ebe fixes login/register and auth routes in relative path install 11 years ago
Julian Lam b52782deb8 removed use of strip_tags and using String library instead 11 years ago
Baris Soner Usakli 8bfea656c4 Merge branch 'master' of https://github.com/akhoury/NodeBB into akhoury-master 11 years ago
Julian Lam d86aefb518 removing defunct "template" argument in ajaxify.go 11 years ago
akhoury 114294e24a allowGuestSearching config .. second attempt 11 years ago
Julian Lam 64e87b761f closed #652 11 years ago
Julian Lam 69c1ec97c9 re: issue #652, this took longer than expected... 11 years ago
psychobunny 932b960aa9 app.isFocused; app.js cleanup 11 years ago
Julian Lam b81737bc0f moved refreshTitle into app.js, messaging someone now invokes an alternating title, hehe 11 years ago
Julian Lam a65c79cb02 minimized the reconnect spinner to icon only, added bootstrap tooltip 11 years ago
Baris Usakli 9ccfa3f18c fixed js error 11 years ago
Baris Usakli 1660d75205 stricter selector for human readable numbers 11 years ago
Baris Usakli f6d57a241d fixed human readable view post counts 11 years ago
Baris Usakli a87ebb64d8 clean up of posts and some template additions 11 years ago
Baris Usakli 7198110b57 closes #573 11 years ago
Baris Usakli 48a7f9058f closes #558 11 years ago
Baris Usakli 541993c80a fontawesome 4 migration, closes #473 11 years ago
Baris Soner Usakli ff50917c29 show no replies in recent and unread 11 years ago
Baris Soner Usakli 2174aec0e1 closes #542 and other refactors on client side 11 years ago
Julian Lam cd1e26418d making the loading indicator less obtrusive (and smaller, to boot) 11 years ago
Baris Soner Usakli dab4f07258 fixed indents 11 years ago
Baris Usakli 253271127d infinite loader will insert posts in correct order 11 years ago
Baris Usakli 156950ac2f cleaned up app.createNewPosts 11 years ago
Baris Soner Usakli 6ac685b194 possible fix for js error 11 years ago
psychobunny 34c74770ce app.js minor cleanup 11 years ago
psychobunny da8d198676 added some user friendly warnings to chat 11 years ago
Baris Usakli 411ba3542c closes #493 11 years ago
Julian Lam 37497fc5a0 fixed #393 - refactored basic route handling, moved some other routes to debug routes 11 years ago
Baris Usakli bbb045698d closes #481 11 years ago
Baris Usakli c8ec095d99 anons cant edit after posting #365 11 years ago
psychobunny 85daacdf7a remove reference to deprecated mobileMenu 11 years ago
Baris Usakli ac12bd0b8f closes #462 11 years ago
Baris Usakli 9babef0095 closes #422, will restart over if reconnection fails after x number of attempts 11 years ago
Baris Soner Usakli e9b6cdb37a add responsive class to imgs 11 years ago
psychobunny bf677522a9 added additional_profile_info footer in posts view; plugins - filter:posts.custom_profile_info hook lets you add info to post block footer
also fixed app.alert - if title is not set then do not show title.
11 years ago
psychobunny 27f4fdd179 fixes #377 12 years ago
psychobunny d1a94a91c2 added app.uid 12 years ago
Julian Lam 948949c571 closed #375 - now asking socket.io to connect to "current page" instead of hardcoded url, removed api_url and "socket" section from public config 12 years ago
Julian Lam f08067bab2 fixes #356 - issue where accessing a NodeBB using a different machine name
from one that it was set up with causing template data to not load, as it
was being accessed via absolute url, instead of relative url
12 years ago
Julian Lam 1160f39cb0 revamped reconnection notification, closes #354 12 years ago
psychobunny e161b5387b fixed untranslated language on dynamic new posts and infinite loading 12 years ago
Baris Usakli 0b0d64b52e logout/login changes, updateHeader changes 12 years ago
Baris Usakli 83d5a84edd login redirects back 12 years ago
Julian Lam 66cb1fb6ad removed console.log from socket connection success handler 12 years ago
Baris Usakli 290d69d14a remember where the topic was left off 12 years ago
Baris Usakli b25c3d8b67 closes #324 12 years ago
Baris Usakli 776b51fef7 closes #323 12 years ago
Baris Usakli efef9c864c closes #306 12 years ago
Baris Usakli 24e4be77d8 closes #304 12 years ago
psychobunny 828d937dec .jsbeautify 12 years ago
psychobunny abd909d23b pagination - scroll to top / bottom arrows 12 years ago
Baris Usakli caaede7e84 added loading spinner to topic.tpl 12 years ago
Baris Usakli 7cff55a160 closes #209 12 years ago
Julian Lam 8a53c56a46 updated install script to only populate "socket" object in client config with "address", which takes "use_port" into account.
This closes #234
12 years ago
psychobunny 7be69b0b54 more cleanup, account.less, removed mobile sidebar functionality completely 12 years ago
psychobunny cc6e028b1d fixed alert-notify (and blanks) to alert-warning 12 years ago
psychobunny 13e13cd5a8 some changes to topic view + BS3 upgrade 12 years ago
psychobunny 0f8aad52b2 updated all alert-error to alert-danger (wtf did BS3 need to change that?) 12 years ago
Baris Usakli cb6f587f24 closes #197 12 years ago
Baris Soner Usakli 1c95ef4060 fix for infinite scroll crashing, issue #187 12 years ago
Baris Soner Usakli b43e12a42a closes #187, closes #190 12 years ago
Baris Usakli 2b7a1b7515 changed the recursion to load posts to a while loop 12 years ago
Baris Usakli dceec0ce46 more winston, issue #62 12 years ago
Baris Usakli 16a95dd408 fixed welcome back message, it wasnt showing up in some cases 12 years ago
Baris Usakli 1894d0a469 moved confings into redis 12 years ago
Baris Soner Usakli d6b9a2799b full text search using reds, issue #142 12 years ago
Baris Soner Usakli 23fcdde25e removed console.log and commented out code 12 years ago
Baris Soner Usakli 7297a26685 scroll to post 2 12 years ago
Baris Usakli 720dd9e960 scroll to posts 12 years ago
Baris Soner Usakli 3f6f4e347d change some socket calls to use the callback, when user changes their email if they are using a gravatar picture it will be updated too, fixed email updating 12 years ago
Baris Soner Usakli 916b46618c another fix 12 years ago
Baris Usakli 19b570cdcf closes #122 12 years ago
Baris Usakli 5df7af6075 reset reconnect tries to 0 after a succesfull reconnect 12 years ago
Baris Soner Usakli f7217f2d12 closes #130 12 years ago
Baris Soner Usakli 96a779172b closes #106 12 years ago
Baris Usakli 2bb4aab6ac changes to online users code 12 years ago
Baris Soner Usakli 5819b43595 moved index code from index.tpl to its own file 12 years ago
Baris Soner Usakli f7f5da00e1 another fix for js crashes 12 years ago
Baris Soner Usakli 6f57e639f9 changed input to meta 12 years ago
Baris Soner Usakli 49445767cb temp fix to resolve socket js error 12 years ago
Baris Soner Usakli bfc87a8178 fixed admin js error, was trying to use socket. before it was connected 12 years ago
Baris Soner Usakli 9f892c2e80 fixed pushState urls 12 years ago
Baris Soner Usakli 069368fe88 removed callback 12 years ago
Baris Soner Usakli de55a35684 more fixes for relative paths 12 years ago
Baris Soner Usakli 2c5e9d47ad admin routes and fixes 12 years ago
Baris Usakli 6eb9af77e6 first pass at subfolder 12 years ago
Baris Soner Usakli 4103e1db55 removed console.log 12 years ago
Baris Soner Usakli e0debed04f removed ajax from make/remove admin 12 years ago
psychobunny 561ebea362 attempt at fixing issues on safari, in progress 12 years ago
Baris Soner Usakli 1620d1e4be fixes #17 12 years ago
Baris Usakli 9309722898 fixed indents 12 years ago
Julian Lam 4334e23c4d fixing improper use of tertiary if that hopefully resolves issue #1 12 years ago
Julian Lam 7e55e7b3d2 fixing quoting that broke with the introduction of the new post window 12 years ago
Julian Lam 49ea40f6ee tweaks to composer pushing, fixed random extra letter in footer js 12 years ago
psychobunny a8f6222824 part2 of mobile sidebar menu. still disabled for now going to come back to this later. 12 years ago
psychobunny 1803595fa2 starting: mobile sidebar menu (intending to take the span3 hidden on mobile and turn it into a slidein sidebar) 12 years ago
psychobunny 2638c03752 added timeout to address bar hiding (as per the official way of accomplishing this task ) 12 years ago
psychobunny 950fdefd7b rehide address bar on mobile after page load completes 12 years ago
psychobunny 3fa41ab316 rehide address bar on mobile after page load completes 12 years ago
psychobunny 5bb9933f4a added functionality to post button. also introduced some underlying concepts regarding modules and pulling template vars 12 years ago
Julian Lam 89d484c4ca removing old post_window (!!) and fixing default focus when the composer is loaded 12 years ago
psychobunny d620c29aa9 added rss button to topics. redesigned how the topic main_post looks - buttons were previously not visible on mobile as well. 12 years ago
Baris Usakli a4fd54a0c3 topic titles can be edited now 12 years ago
Baris Usakli da46a73efe looks better without disconnect alert 12 years ago
Baris Usakli 2d90635dc8 added 500ms delay to disconnect message 12 years ago
Julian Lam 78713f0599 Merge remote-tracking branch 'origin' into notifications 12 years ago
Baris Usakli f4218264e2 successful >:) 12 years ago
Julian Lam ffbafc99c4 Merge remote-tracking branch 'origin' into notifications
Conflicts:
	public/css/style.less
	public/src/app.js
	src/websockets.js
12 years ago
Baris Usakli 9e54602d16 removed debug code 12 years ago
Baris Usakli 3c0b86689a if same id is used it replaces the current alerts contents 12 years ago
Baris Usakli 58d12c9c7c possible fix to post window opening on page load 12 years ago
Baris Usakli fe37dfecf7 connection/disconnection handling 12 years ago
Julian Lam 64f320743a renaming the notification window to 'alert_window' 12 years ago
Baris Usakli 8d0ac4cb07 chat feature 12 years ago
Julian Lam 74c13ba299 Merge remote-tracking branch 'origin' 12 years ago
Julian Lam fd38b60bd6 fixing issue with teasers showing deleted post info 12 years ago
psychobunny ab492f147f check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics 12 years ago
Baris Usakli 37b5680db0 fixed admin page loading 12 years ago
Baris Usakli c8b8899219 while you are editing a post you still need to write something dude 12 years ago
Baris Usakli c2c4c003ab if the user updates their email change the email uid mapping, added 500ms delay to the disconnect modal 12 years ago
Baris Usakli 5c2efafa0b disconnect modal 12 years ago
Baris Usakli 0e39acb366 moved addCommas to app, using addCommas in topic.tpl 12 years ago
Baris Usakli aac8182a1d dont allow empty or short post title and body 12 years ago
Baris Usakli 9d5f6364ad removed console.logs 12 years ago
Julian Lam 826edbd669 added linking to formatting opts in editor 12 years ago
Julian Lam dcbc93cacf fixing up formatting bar to not be highlightable (and not have an outline
when the span is focused on), also tweaked the formatting options to
behave a little more smartly when text is currently highlighted when it is
invoked.
12 years ago
Baris Usakli b949105142 Merge branch 'master' of https://github.com/psychobunny/NodeBB 12 years ago
Baris Usakli ecc621e0c1 disconnect event 12 years ago
Julian Lam b0cf97c5d6 editing features, part 1 12 years ago
Julian Lam 3eff46bb52 restricting posting by anons, redirects to login page and saves post to localstorage 12 years ago
Julian Lam e9a552eab4 editing of posts 12 years ago
psychobunny d77ab9048d removed logs 12 years ago
psychobunny 09c9d0ee1f fixed topics bug that was prevent /latest /popular /active and subsequently the admin versions of those routes from working. removed debug statements. added admin socket room. added dynamic updating of active users on acp index 12 years ago
Julian Lam 2acd40a8bb fixing up the post window to extend the body when opened, so it doesn't clip stuff 12 years ago
Julian Lam 4dced643c5 tweaking app.alert so that on regular fadeout (after timeout expiry), the alert is removed from the DOM 12 years ago
Julian Lam f0eeec8932 fixing alert removal by alert_id and adding alerts when thread is locked or pinned 12 years ago
psychobunny fa64e84dcc fixed a bug in templates, introduced categories, added default setup script onload, moved home.tpl code over to category, created hierachies 12 years ago
psychobunny 3947b6b6fd modified ajaxify slightly to make transitions between pages a bit more fluid (although first load doesn't look that awesome); fixed up rooms - resolved DRY failure and properly leave rooms 12 years ago
psychobunny bcb672e1fe socket rooms! and almost finished rep (socket updates) except for one small bug where current_user isnt being pulled 12 years ago
psychobunny 517b4de2fe threads look awesome now 12 years ago
Baris Soner Usakli a47491225a clear topic and content after post 12 years ago
psychobunny 1bec9fc5aa breadcrumbs, and changed home in nav to 'forum' 12 years ago
psychobunny b2bc967e9b got ajaxify working with threads, some cleanup, fixed anon posting, got rid of a few more global.sockets calls 12 years ago