Commit Graph

43 Commits (6ab5f42ef0d44eabf95af8ba9a8258bdbca88104)

Author SHA1 Message Date
Baris Soner Usakli 6ab5f42ef0 only update anon count if on online page
Baris Soner Usakli 56cdc86a37 took out userSockets, using io.sockets.clients() now'
Baris Soner Usakli a0195ffa32 fixes users online loadmore
Baris Soner Usakli 52962a7e9b dont show invisible users in online users page
Baris Soner Usakli f3bdc55348 little tweak to user search show timing and 10 users, sort after slicing
Julian Lam e542da1f52 added alphanumeric user search (instead of using reds), and exposed a proper socket call for user searching for non-admins
Baris Soner Usakli ddb9a4a60e fixed user load more
Baris Soner Usakli 4366c11ec0 users.js fix
Baris Soner Usakli e061978bd5 more fixes
Baris Soner Usakli 67799eac95 removed api: from client side socket calls
Julian Lam a150691b5e that's the last of it!! :D
Baris Soner Usakli dff10045da removed my console.logs as usual
Baris Soner Usakli dabd2f29af closes
Baris Usakli 541993c80a fontawesome 4 migration, closes
Baris Soner Usakli 1a415b60be fixed online page to match the changes made to the template
Baris Usakli a662330b1b fixed users page lists
Baris Usakli 24592cc696 fixed the anon-box in users/online to show inline
Baris Usakli 6c3e121b6c remove a line, not needed
Baris Usakli 95ee7fb49f added flag to empty container
Baris Usakli b3f73eace1 fix for online page
Baris Usakli 2bdf12fb67 derp, need to revamp online page
Baris Usakli c00b138bf2 some fixes to online page
Baris Usakli 1155eaf1f1 online page changes
Julian Lam 038e04dee6 revamped client side scripts so that they are loaded using Require.js instead.
Baris Usakli aa6eff4c54 one more itme
Baris Usakli f36583e676 possible fix for users/online duplication
Baris Usakli b25c3d8b67 closes
Baris Usakli 776b51fef7 closes
Baris Usakli 29c17fd32e fixed user infinite loading
psychobunny 221b9bc149 formatting - template associated js
Vincent Briglia b1003e954e user search shouldn't replace the whole top-level userbox
psychobunny d62f36c6a0 now /users looks as it should. made some tweaks to user search to improve UX as well
psychobunny 8be896aebb label-important to label-danger
Baris Soner Usakli 3f793ae902 changed document.body.offsetHeight to .height()
Baris Soner Usakli ac56f3a30a change document.body.scrollTop to .scrollTop()
Baris Soner Usakli 6690f49c4e added profile views to users, little cleanup to use app.addCommasToNumbers
Baris Usakli 0fef0aa582 disable load more users button if there is not more users, dont show mark all read in unread if user isnt logged in
Baris Soner Usakli 48bb1b06c2 no need to store container
Baris Soner Usakli ded0200355 upgraded userlist to 3 sorted sets, run node app -upgrade after updating to this commit, added infinite scrolling to all user pages, added ops per second to redis page, changed the percentage to 90% for infinite scrolling to kick in
Baris Soner Usakli c571a73a8b closes
Baris Soner Usakli 56dc29a747 closes
Baris Usakli 9309722898 fixed indents
psychobunny 34131ad46c modified exec_body_scripts to load external scripts. finally moved all the js files out of tpls into their own js
todo: still need to organize the individual scripts client side,