Commit Graph

563 Commits (7730e7da23b36d1184ad78affa95f036d1d76c58)

Author SHA1 Message Date
Baris Usakli 7cff55a160 closes
Julian Lam 8a53c56a46 updated install script to only populate "socket" object in client config with "address", which takes "use_port" into account.
This closes 
psychobunny 7be69b0b54 more cleanup, account.less, removed mobile sidebar functionality completely
psychobunny cc6e028b1d fixed alert-notify (and blanks) to alert-warning
psychobunny 13e13cd5a8 some changes to topic view + BS3 upgrade
psychobunny 0f8aad52b2 updated all alert-error to alert-danger (wtf did BS3 need to change that?)
Baris Usakli cb6f587f24 closes
Baris Soner Usakli 1c95ef4060 fix for infinite scroll crashing, issue
Baris Soner Usakli b43e12a42a closes , closes
Baris Usakli 2b7a1b7515 changed the recursion to load posts to a while loop
Baris Usakli dceec0ce46 more winston, issue
Baris Usakli 16a95dd408 fixed welcome back message, it wasnt showing up in some cases
Baris Usakli 1894d0a469 moved confings into redis
Baris Soner Usakli d6b9a2799b full text search using reds, issue
Baris Soner Usakli 23fcdde25e removed console.log and commented out code
Baris Soner Usakli 7297a26685 scroll to post 2
Baris Usakli 720dd9e960 scroll to posts
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
Baris Soner Usakli 916b46618c another fix
Baris Usakli 19b570cdcf closes
Baris Usakli 5df7af6075 reset reconnect tries to 0 after a succesfull reconnect
Baris Soner Usakli f7217f2d12 closes
Baris Soner Usakli 96a779172b closes
Baris Usakli 2bb4aab6ac changes to online users code
Baris Soner Usakli 5819b43595 moved index code from index.tpl to its own file
Baris Soner Usakli f7f5da00e1 another fix for js crashes
Baris Soner Usakli 6f57e639f9 changed input to meta
Baris Soner Usakli 49445767cb temp fix to resolve socket js error
Baris Soner Usakli bfc87a8178 fixed admin js error, was trying to use socket. before it was connected
Baris Soner Usakli 9f892c2e80 fixed pushState urls
Baris Soner Usakli 069368fe88 removed callback
Baris Soner Usakli de55a35684 more fixes for relative paths
Baris Soner Usakli 2c5e9d47ad admin routes and fixes
Baris Usakli 6eb9af77e6 first pass at subfolder
Baris Soner Usakli 4103e1db55 removed console.log
Baris Soner Usakli e0debed04f removed ajax from make/remove admin
psychobunny 561ebea362 attempt at fixing issues on safari, in progress
Baris Soner Usakli 1620d1e4be fixes
Baris Usakli 9309722898 fixed indents
Julian Lam 4334e23c4d fixing improper use of tertiary if that hopefully resolves issue
Julian Lam 7e55e7b3d2 fixing quoting that broke with the introduction of the new post window
Julian Lam 49ea40f6ee tweaks to composer pushing, fixed random extra letter in footer js
psychobunny a8f6222824 part2 of mobile sidebar menu. still disabled for now going to come back to this later.
psychobunny 1803595fa2 starting: mobile sidebar menu (intending to take the span3 hidden on mobile and turn it into a slidein sidebar)
psychobunny 2638c03752 added timeout to address bar hiding (as per the official way of accomplishing this task )
psychobunny 950fdefd7b rehide address bar on mobile after page load completes
psychobunny 3fa41ab316 rehide address bar on mobile after page load completes
psychobunny 5bb9933f4a added functionality to post button. also introduced some underlying concepts regarding modules and pulling template vars
Julian Lam 89d484c4ca removing old post_window (!!) and fixing default focus when the composer is loaded
psychobunny d620c29aa9 added rss button to topics. redesigned how the topic main_post looks - buttons were previously not visible on mobile as well.
Baris Usakli a4fd54a0c3 topic titles can be edited now
Baris Usakli da46a73efe looks better without disconnect alert
Baris Usakli 2d90635dc8 added 500ms delay to disconnect message
Julian Lam 78713f0599 Merge remote-tracking branch 'origin' into notifications
Baris Usakli f4218264e2 successful >:)
Julian Lam ffbafc99c4 Merge remote-tracking branch 'origin' into notifications
Conflicts:
	public/css/style.less
	public/src/app.js
	src/websockets.js
Baris Usakli 9e54602d16 removed debug code
Baris Usakli 3c0b86689a if same id is used it replaces the current alerts contents
Baris Usakli 58d12c9c7c possible fix to post window opening on page load
Baris Usakli fe37dfecf7 connection/disconnection handling
Julian Lam 64f320743a renaming the notification window to 'alert_window'
Baris Usakli 8d0ac4cb07 chat feature
Julian Lam 74c13ba299 Merge remote-tracking branch 'origin'
Julian Lam fd38b60bd6 fixing issue with teasers showing deleted post info
psychobunny ab492f147f check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics
Baris Usakli 37b5680db0 fixed admin page loading
Baris Usakli c8b8899219 while you are editing a post you still need to write something dude
Baris Usakli c2c4c003ab if the user updates their email change the email uid mapping, added 500ms delay to the disconnect modal
Baris Usakli 5c2efafa0b disconnect modal
Baris Usakli 0e39acb366 moved addCommas to app, using addCommas in topic.tpl
Baris Usakli aac8182a1d dont allow empty or short post title and body
Baris Usakli 9d5f6364ad removed console.logs
Julian Lam 826edbd669 added linking to formatting opts in editor
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.
Baris Usakli b949105142 Merge branch 'master' of https://github.com/psychobunny/NodeBB
Baris Usakli ecc621e0c1 disconnect event
Julian Lam b0cf97c5d6 editing features, part 1
Julian Lam 3eff46bb52 restricting posting by anons, redirects to login page and saves post to localstorage
Julian Lam e9a552eab4 editing of posts
psychobunny d77ab9048d removed logs
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
Julian Lam 2acd40a8bb fixing up the post window to extend the body when opened, so it doesn't clip stuff
Julian Lam 4dced643c5 tweaking app.alert so that on regular fadeout (after timeout expiry), the alert is removed from the DOM
Julian Lam f0eeec8932 fixing alert removal by alert_id and adding alerts when thread is locked or pinned
psychobunny fa64e84dcc fixed a bug in templates, introduced categories, added default setup script onload, moved home.tpl code over to category, created hierachies
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
psychobunny bcb672e1fe socket rooms! and almost finished rep (socket updates) except for one small bug where current_user isnt being pulled
psychobunny 517b4de2fe threads look awesome now
Baris Soner Usakli a47491225a clear topic and content after post
psychobunny 1bec9fc5aa breadcrumbs, and changed home in nav to 'forum'
psychobunny b2bc967e9b got ajaxify working with threads, some cleanup, fixed anon posting, got rid of a few more global.sockets calls
psychobunny e658531a67 replies are up
psychobunny 0f3f2bb859 post replies, unfinished
Baris Soner Usakli 20aa5d439e log server errors in browser
added uid to posts
psychobunny 880d6832be Merge branch 'master' of https://github.com/psychobunny/node-forum
psychobunny 5173498180 client side templates in, fixed home page to parse templates on ajaxify, added footer to the page transition animation for smoothness
Julian Lam 81364580ed new 403 page
Julian Lam f774974803 logout functionality
psychobunny 877219cb58 fixed conflicts
psychobunny e50e136d83 inbetween some changes but asked to pull so I'll comment better later
Julian Lam a98cd26fa6 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 0985087f5d auth...
psychobunny 78d753b8f9 Merge branch 'master' of https://github.com/psychobunny/node-forum
psychobunny fffe5eb78c tried to get innerHTML of an input by accident
Julian Lam 71e410d571 Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	src/webserver.js
Julian Lam c1186f396e some work on session login etc
psychobunny d711a4e334 added post button, post window, added click handler to toaster alert, started on posts and topics schema and code
Julian Lam 19f9a48a8c Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam e56e7b549b more stuff on pw reset
psychobunny a06b3519a1 moved event alert to serverside, now node controls the registration alert. added some transition animation to page changes
psychobunny 67bf1b6041 updated ajaxify to do a callback after page change, added toaster style notifications (app.alert), changes to webserver to update automatically
psychobunny 5b64500da3 switch loading of config file to synchronous to prevent socket server from opening pre-emptively
psychobunny 1d35f369d9 clean up client side + config.json