Commit Graph

8012 Commits (49dcffcbab056ee1a2779f372b3806864e20c84c)
 

Author SHA1 Message Date
barisusakli f3309e3dd4 renamed to local registration
closes https://github.com/NodeBB/nodebb-theme-vanilla/issues/36
barisusakli 545dbbf0df check err and tids
Julian Lam b65d518a97 properly handling error for hook filter:privileges.posts.filter
Julian Lam 9debfd94ec removed the hook I just added: filter:category.recent, was a bit misleading.
Julian Lam 20ea40133b added four new hooks: filter:categories.recent, filter:privileges.categories.get, filter:privileges.posts.filter, filter:privileges.topics.filter
psychobunny b480bff3fd moved taskbar markup out of JS and into modules/taskbar.tpl
barisusakli cd19bf156c update bcryptjs and validator
barisusakli 6ce1415cd4 update db search version
barisusakli 9ff35a18f2 closes
psychobunny 1e453140d9 adding uid to filter:category.topics.get
psychobunny abe887f557 filter:category.topics.get
psychobunny c988f54243 renaming filter:category.topics.get to filter:category.topics.prepare
barisusakli 485827db84 check count before privileges
barisusakli 6a3a3669d2 check privs on getRecentReplies and getRecentTopicReplies
psychobunny c7ca2e2573 fixing time derp if minutes are singular
barisusakli b4daae9b23 closes
psychobunny 3aa18ebb12 no need to inform attempt to listen to address
barisusakli 5c3af6f549 removed webserver.init
barisusakli 363057cf49 closes
barisusakli d1b457b066 check err
barisusakli 519b1b7e37 closes
barisusakli a1624013f8 closes
Julian Lam 95e3c6f8a4 Merge pull request from joe1chen/add-topics-loaded-event
Add topics.loaded event to be triggered when new topics are loaded by infinite scroll.
barisusakli 05a4737e84 closes
Joseph Chen 4f03e74b99 Add topics.loaded event to be triggered when new topics are loaded by infinite scroll.
barisusakli 61863a69fe sendfile is deprecated
psychobunny 2990b33dc6 linting
barisusakli d9d44aee2b
barisusakli c24e451c12 closes
barisusakli 181e2b4132 check err
barisusakli e6973b55d4 closes
barisusakli 962d14746e trim tag after substr
this prevents spaces in the middle of the tag from being added to the db
barisusakli a45858dacd previous commit doesnt show unusud tags in admin
barisusakli 68e8039ac7 closes
also fixed a bug where tags with 0 topics were showing up in /tags
psychobunny 45affa3043 closes
psychobunny a8402b228c updating winston timestamp
barisusakli b3544f644a relative path upload fixes
barisusakli 7f5617bc74 closes
barisusakli 14fdb9ebee reverted
barisusakli 6809af536c removed winston log in plugin fireHook
barisusakli 4c7a4d3688 fix topicIndex,
barisusakli 05f33df098 manage/groups.js
barisusakli bd388f727c src/favourites.js
barisusakli 9a16a359a8 auth refactor
barisusakli fc0dce429b topic.reply checks with invalid parameters
barisusakli 834ca016ec topics.reply test
Julian Lam c0fc7e9ca4 updating privilege handling to fire two new hooks, filter:privileges.topics.get and filter:category.topics.get
barisusakli eada3daf9f fixed recent and unread
Julian Lam 6ea10aa7e3 ensuring that the filter:category.get hook always sends data in the same format
Julian Lam 7e35987e1b fixing regression for , introduced in a129075