Commit Graph

388 Commits (5886ccc419a7afd741fa11e23dfff80e2addf5e9)

Author SHA1 Message Date
barisusakli fdeaf3a16e user.js error keys
barisusakli eaf4be4979 posts.js error keys
barisusakli b07efb0085 modules.js error keys
barisusakli 7b992e7a20 meta.js error language keys
barisusakli 197e61a5d0 admin js language keys
barisusakli d366be7967 added error key
barisusakli 95972209f4 favourite changes
favourites.js no longer makes socket calls, moved that code into
socket.io/posts.js. it also makes a single socket call when you downvote
a post that you previously upvoted.
barisusakli 296d5127c9 update to use error messages
barisusakli a75baef450 removed socket emits for post errors
barisusakli e2d0d4db5c added error and success language files
removed some code from server side that was emitting alerts
barisusakli 4e71c8328c closes
barisusakli e5cf44d398 closes
mark all read will mark everything read, can also select topics and mark
them read, can mark specific categories read too
barisusakli 770e0a67c1 send values directly
barisusakli 0cd13b7b66 closes
barisusakli 3f44f4bb3a closes
barisusakli bdefebeea0 reverting some of my code and fixed properly
Julian Lam 682fa1f874 fixed incorrect scoping for new post event introduced accidentally last commit
Julian Lam 90616c6e7b closed
barisusakli 10f56faf9d admin cleanup
removed unnecessary admin checks in src/admin/user then realized they
are just one liners so moved them to src/socket.io.admin.js moved
categories update to categories folder
psychobunny 7926514c95 draft zone for widgets, closes
barisusakli 3a69a191ff closes
barisusakli 68db8c04f7 added missing radix
barisusakli 2507d6c853 display_moderator_tools is already returned
when new posts were loaded, we were making a socket call for each post
to check if the post is editable, but this data is already returned in
display_moderator_tools when posts are loaded.
barisusakli e8265efc20 closes
barisusakli 980cf2ccf9 closes
barisusakli bcc464a196 fixed reverse loading of topics
data.after can be zero which was causing a invalid data error
barisusakli a695c6134b added missing meta
barisusakli db3632557e moved notification push out of markAsRead
barisusakli ec63ba4b17 removed unused method
barisusakli 880c393b6d fixed admin groups page
changed gid to groupName
Julian Lam d33253bc3a Merge remote-tracking branch 'origin/master'
Julian Lam 0e44eb8629 final refactoring pass for groups --
barisusakli 26d67257fe moved privilege check out of getRecentReplies
it was being called twice in api/home
barisusakli 301008b9cb missed this one
Julian Lam 7b4f596aba updating all group lib methods, and their callers --
barisusakli fa98da6978 related to
Julian Lam 4239c376c8 truncating user list in Groups ACP page, resolved . Refactored system groups handling
barisusakli 10d8eed7b9 closes
Julian Lam 16f1db4f5d fireEvent reflection socket call, tweaks to Sounds page in ACP
Julian Lam 14a0b45ae8 securing settings.save socket listeners behind admin namespace
Julian Lam 17903adace Merge branch 'master' of github.com:designcreateplay/NodeBB
barisusakli 46a475fdde controllers/admin/users cleanup
Julian Lam f942c03a58 Merge branch 'master' of github.com:designcreateplay/NodeBB
barisusakli 1354739d19 user deletion
user deletion NOT SKALABLE
Julian Lam ebe61450a1 WIP - settings.prepare refactoring... because.
barisusakli a0e784a612 closes
Julian Lam 553cabdcfa refactored sound system so that they can be specified in ACP, updated soundfile to work in FF, which fixes
barisusakli d8e00f95a2 moved user search to its own file
barisusakli 90e398e5c9 user js refactor, category fix
if a category that didn't exist was request with category/1231 or
api/category/1231 it was crashing.
barisusakli 3f5c51174d refactored user.js
took out notifications, email and reset code to separate files
barisusakli 33e34ca864 change getRecentPosts to take count
barisusakli 6e6c5688d9 more cleanup
barisusakli 2befa06a33 some cleanup to socket posts
barisusakli 813b3d6fcc changes for live streaming of posts
barisusakli 350070339b added home room emit
barisusakli a5f4135c62 added socket listeners to home
psychobunny 5f7f5a37c1 linting
barisusakli 3d68c7c6b6 added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js
barisusakli 71f84655ca minor cleanup
barisusakli 6496b91c29 closes
Julian Lam 5a8a3627d2 bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER
Baris Soner Usakli b28e4846a4 fixed disconnect check
Baris Soner Usakli be70b3de57 closes
Baris Soner Usakli feeb220514 removed console.log
Baris Soner Usakli 1b7f8cc5cb active users fix
Julian Lam 079ed10631 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 2b178ff76d proper tracking of users' reply status when others enter the room
Baris Soner Usakli b2f9184562 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli b6d97281d3 closes
Julian Lam a9b78d2600 minimizing the composer should unregister it
Julian Lam d012d237bf added back clearInterval
Julian Lam 7ef84e0daa switched to 'ping active' system
Julian Lam b3d7ae1c86 showing who is replying in the active users block
Baris Soner Usakli e75c303b89 added unique visitor count to admin dashboard
Baris Soner Usakli ccd29bfd61 added callback to category update
Matthew Conlen a2a9c8fd8a fix error with undefined callback
Baris Soner Usakli 091723a8c5 closes
Julian Lam 44ac7ec262 added new hooks for rendering help messages in composer, removed markdown text from translation
Baris Soner Usakli ea6cf3bbd5 more cleanup and changes to topics
Baris Soner Usakli 8da7a6f2f3 cleanup
Baris Soner Usakli 3ed2d21eb6 fixed flag post, added highlight to scroll post
Julian Lam 2baa381917 plugins and themes now trigger a restart
Julian Lam c797d6251d Revert "emitting alert when restart is attempted in development mode"
This reverts commit 059c5452ea.
Julian Lam 059c5452ea emitting alert when restart is attempted in development mode
Julian Lam 4ef1d83acd Merge branch 'master' into nodebb-loader
Baris Soner Usakli a29ea27596 closes
Baris Soner Usakli 6e5a6b8784 upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting
Baris Soner Usakli d6d9776cde added toPid to posts
Julian Lam 7760a6b207 added restart button to ACP (!!)
Baris Soner Usakli 29ba015d69 fixed topic thumbs
Baris Soner Usakli b7ccc12525 bump topic if its marked unread for all, so it shows up in unread
Baris Soner Usakli dab71d04bd removed unused var
akhoury 25207852e8 added topics thumbnails support
psychobunny 79e9819b7f SocketWidgets file
psychobunny 86a8103c15 saving, updating, deleting widgets; widget dragging improvements
Baris Soner Usakli 21367a1847 reverse infinite loading
Baris Soner Usakli 43e8016dd1 fixes admin user picture edit
Julian Lam 9e64f4e303 passing in a picture into notifications now
Julian Lam aba1b95cac updating notifications.create to accept a hash instead of discrete arguments - breaking change
Baris Soner Usakli 791a50a01b closes
Baris Soner Usakli c0e0da0f1d simplified getAllTopics
Baris Soner Usakli 1c14bcd1ed dont update last online time if status is offline
Baris Soner Usakli 8456025f28 2 more maps
Baris Soner Usakli bb59158bbc closes , admins can edit other users from their edit page
psychobunny 225e8c012b SocketUser.getSettings
Baris Soner Usakli d0452dcc80 small pagination fix
Baris Soner Usakli cacde313cd closes
Baris Soner Usakli 242927d702 user selectable pagination
Baris Soner Usakli e06a7a343a userslug for new chat messages
Julian Lam 0670382992 final pass - resolved
Baris Soner Usakli a142789c25 if status is not set assume online
Baris Soner Usakli a1807f3e12 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 11e8fa31ab small fix to online user visiblity
Julian Lam 720644b964 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam d360a9bcac resolved
Baris Soner Usakli 1bde667245 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli f05dc95aa5 removed console.log
psychobunny 60ec23b200 upvote/downvote/unvote socket calls
Baris Soner Usakli 56cdc86a37 took out userSockets, using io.sockets.clients() now'
Baris Soner Usakli 574e981de9 closes , user profile changes
Baris Soner Usakli c7195290c8 added infinite load to user favourites page
psychobunny 609821029b app.isAdmin available client-side
Baris Soner Usakli ca06a24df2 only logged in users can flag
Baris Soner Usakli 6c2a74bd38 if user status is offline dont show them in room browsing text
Baris Soner Usakli c2746b3bb1 minor tweaks to status
Baris Soner Usakli 52962a7e9b dont show invisible users in online users page
Baris Soner Usakli 97e0e48b07 closes , closes
Baris Soner Usakli a86ddc9934 closes
Baris Soner Usakli 45e2f7f7f5 removed console.log
Baris Soner Usakli 36ae568349
psychobunny 112a9cb532 closes
Baris Soner Usakli 3c273f4a66 error checks for missing after
Baris Soner Usakli 38886f6b58 making a socket call will set lastonline
Baris Soner Usakli ed401de169 closes
psychobunny f8be072b99 chats - isNew flag, and sending in userData.uid now
Baris Soner Usakli d54e2fba9e closes
Baris Soner Usakli 8770284661 removed console.log
Baris Soner Usakli 25442a89ca closes
Julian Lam 0c71707fb5 fixed
Baris Soner Usakli 2988230b07 some more fixes, cant quote and see deleted messages
Baris Soner Usakli 1084523c92 lots of pagination work, query params, ajaxify to pids
Baris Soner Usakli 8744013013 Merge branch 'master' of https://github.com/designcreateplay/NodeBB into pagination
Baris Soner Usakli 2e786cc4d1 closes , removed global translator, templates and server objects
Baris Soner Usakli 393bb7245c closes
Baris Soner Usakli b23960e8d7 fixes to category pagination
Baris Soner Usakli ef6fd35e85 lots of cleanup, moved pagination to requirejs module
Baris Soner Usakli 606367701f pagination on posts
Baris Soner Usakli 620ff65cbe Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 7f23f848fe fix for mismatch between favourite count and number of people in favourited seT
Julian Lam dc7cd95f6d Merge branch 'master' of github.com:designcreateplay/NodeBB
Baris Soner Usakli f3bdc55348 little tweak to user search show timing and 10 users, sort after slicing
Julian Lam 2af14e47b1 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam d380f69310 support for "registered users" and "administrators" in access control (categories). Renamed "Administrators" group to "administrators", and made hidden
Baris Soner Usakli 824c5072e8 topics should be marked read correctly if you are already in it
MrWaffle d63ced8a5c Move to client side
Baris Soner Usakli 039f02456d if user is in the topic when a new post comes in mark the topic read
Baris Soner Usakli 71888adb09 closes , closes
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 189e69284e fixes for post privileges
Baris Soner Usakli 1980e945da fixed admin page active sockets
Baris Soner Usakli 16a42619b5 closes
Baris Soner Usakli 959e6e83ea closes
Baris Soner Usakli fd92d7b02a can mark topic unread for all
Baris Soner Usakli 48eb6a3f22 composer changeS
Baris Soner Usakli e884ff1f59 modules fixes
Baris Soner Usakli a34775a6c2 meta fixes
Baris Soner Usakli c0712583f2 fixed category sockets
Baris Soner Usakli a802dc4b68 admin.js socket fixes
Baris Soner Usakli cfaa6556d6 pass err
Baris Soner Usakli b3816b98a1 more post fixes
Baris Soner Usakli 31d353ab0e more fixes
Baris Soner Usakli 8740cc0fc7 Merge branch 'socketAL-fix' of https://github.com/designcreateplay/NodeBB into socketAL-fix
Baris Soner Usakli ae76bb3928 lots of err first fixeS
Julian Lam 111776d878 notifications socket callbacks
Julian Lam e95da77fe8 Merge branch 'socketAL-fix' of github.com:designcreateplay/NodeBB into socketAL-fix
Julian Lam bc48ba874d fixed module.js callback format
Baris Soner Usakli ced37044ca Merge branch 'socketAL-fix' of https://github.com/designcreateplay/NodeBB into socketAL-fix
Baris Soner Usakli 426d3e871f more fixes
Julian Lam cbb630fd6b fixed categories.js socket callbacks
Julian Lam 8041bee9fd Merge branch 'socketAL-fix' of github.com:designcreateplay/NodeBB into socketAL-fix
Baris Soner Usakli 6da6baa213 more crash fixes to socketS
Baris Soner Usakli ba8e98520c added data checks to user calls
Baris Soner Usakli 4366c11ec0 users.js fix
Baris Soner Usakli 39b631a3a8 more fixes
Baris Soner Usakli e061978bd5 more fixes
Baris Soner Usakli 2515ba9455 Merge branch 'socketAL-fix' of https://github.com/designcreateplay/NodeBB into socketAL-fix
Baris Soner Usakli afe97233aa more fixes
Julian Lam 8b1ed1297b linting
Julian Lam 765402a2a0 fixed ACP online count
Baris Soner Usakli e5c8caf5ff more fixes
Baris Soner Usakli 1ec21c2bfd metatitle
Baris Soner Usakli 7470c1bbd9 more fixes
Baris Soner Usakli 2893693d17 Merge branch 'socketAL-fix' of https://github.com/designcreateplay/NodeBB into socketAL-fix
Baris Soner Usakli 0b132cadcf user fixes
Julian Lam 3177fdfa74 partially fixed acp active users
Julian Lam 08f97efcd4 Merge branch 'socketAL-fix' of github.com:designcreateplay/NodeBB into socketAL-fix
Julian Lam 71f1f7137a fixes
Baris Soner Usakli 220b40ff9c topics.js
Julian Lam 97eff9c8a1 fixing index call and meta.js
Baris Soner Usakli adf4a5c407 user.js changes