Commit Graph

261 Commits (46a14715e39a30eaee12274ee6b45b25b1123beb)

Author SHA1 Message Date
Baris Soner Usakli 46a14715e3 fixed logout in admin site, cleaned up topics.post, anon users can post topics now if allowed
Julian Lam 38da65ee58 tweaks to category permission modal
Julian Lam 8b62041d28 refactored groups and categories, groups no longer explodes when
attempting to add members to a whitelist that doesn't exist, isEmpty
checks (new methods!) and such...
Julian Lam df2e9b4b47 admin panel integration for category whitelisting
Julian Lam 5ee5c8179a category whitelist for replying to posts, lots of refactoring, too
Baris Soner Usakli 31635b92f3 closes
Baris Soner Usakli 32b191fa62 removed global.io
Baris Usakli e1f6e064a9 removed io from user.js, figure out why notifications are breaking when websockets.js is required from it
Julian Lam 34459e7cf1 fixing category admin panel integration
Baris Usakli 541993c80a fontawesome 4 migration, closes
Julian Lam b2fb9aa99f refactored topic locking pinning and deleting (and its inverses) so that the privilege check is done not in the method, but in the socket call
Baris Soner Usakli 390937a20b added err to getAllTopics
Baris Soner Usakli 64ae9ac033 cant delete or restore posts twice, post count goes up or down when posts are deleted or restored in a topic, fixed the post insertion when there is only 1 post in topic
Julian Lam 08ef67e824 closed
Baris Usakli 99c2fbd947 fixed anon count in browsing text if there are no logged in users
Baris Usakli 7c950cc350 require cleanup in user.js, removed user.latest not used anymore
Baris Soner Usakli a827888ee3 closes
Baris Usakli 54d94f5988 added topic tests
Baris Usakli 7c1b6d6ad2 lots of refactor for error handling
Baris Usakli 84fa704b25 refactor abit adding error checking to missing parts
Baris Usakli 4ce6ac5af9 closes , added check to prevent crash in getAnonUserCount
Julian Lam d69847c54e NodeBB will now fire hooks if a config setting changes
Baris Usakli c8ec095d99 anons cant edit after posting
Baris Usakli 04ed1df0ef closes , allow guest posting. enabled from admin/settings, defaults to disabled
Baris Usakli ac12bd0b8f closes
Baris Usakli ccf4ed1235 topics and posts counters will update for everyone
Baris Usakli c640c550fd removed old browsing code from websockets.js
Baris Usakli 1691c74727 testing breadcrumb images
Julian Lam 65a8de7845 special theme.set socket call + static dir support, closes , tweaked languages 404 to work with subdirs
Julian Lam 530e6cb20e upping mentions plugin minver
Baris Usakli 929336cb57 closes
Baris Usakli 41cf7c6814 added commas after some requires, added missing plugins require to categories
Baris Usakli 4e59b85073 recent page, for hour, day, week, month
Julian Lam 0b299b2fe7 Merge pull request from adarqui/express-logger-0.0.7
Express & Socket.io logger
Baris Usakli 1155eaf1f1 online page changes
Andrew Darqui a3f6fee41f refactored the logger completely.
Julian Lam 585e07bc79 closed - notifications now no longer need scores
Andrew Darqui f48687528e fixed up logger.tpl a little. Added a basic 'collision detection' for the loggerPath and loggeIOPath filenames.
Andrew Darqui 9007f9de9e added socket.io logging which can be dynamically enabled/disabled via the /admin/logger panel
Baris Usakli 253e11d55b cleaned up websockets.js
Baris Usakli 0b0d64b52e logout/login changes, updateHeader changes
Baris Usakli 776b51fef7 closes
Baris Usakli 24e4be77d8 closes
Baris Usakli ce61138351 fixed conflicts
Baris Usakli 564662ee00 closes
psychobunny aea3181d27 formatting - server side core
Julian Lam d249f411f8 closed - issue where web socket connections were not working properly
with passworded redis instances
Baris Soner Usakli 79096cfdce online count fix for anon users
Baris Usakli 916150de01 closes
Julian Lam 9fb1f8acf8 Merge branch 'master' of github.com:designcreateplay/NodeBB