Commit Graph

7789 Commits (e0fba796c7ced5a7f50b4f096592cd584408ac5c)
 

Author SHA1 Message Date
barisusakli 9852809c2c cleanup
barisusakli 1d2d69fa45 use helpers, redis crash fix
barisusakli 556e7066e8 moved notFound notAllowed to helpers
barisusakli f8cfd82667 less code in uploadimage
barisusakli 0a44d3f5e0 moved updateCategoryField out, db.delete only sends back err
barisusakli d485b65b67 call next
barisusakli 9ab74b0a61 added ability to take heap snapshots
barisusakli 7825b8b951 closes
psychobunny 2a88e08977 and one last derp
psychobunny 556d817cc5 forgot to return
psychobunny 458ee7cca8 acute ocd attack
psychobunny bfaeee2531 linting
psychobunny b511bc37fb don't initialize taskbar until dom is ready
barisusakli 9d56f50967 voters info
barisusakli 8330a6e6d9 added plugin reset info as well
barisusakli 76933f4c37 closes
barisusakli 30d7f3351b cid isnt always present
Barış Soner Uşaklı 36ac6f849f Merge pull request from joe1chen/bug-fix-topic-search
Bug fix - Topic search broken due to encodeURIComponent being called too early
barisusakli 02fb81901d moved posts related stuff to user/posts.js
barisusakli d9a071d710 removed unused code from category and topic controller
barisusakli cd05a123ab check cids
barisusakli 52c12fa1b1 use wrapper functions getPostsFields and getTopicsFields
Julian Lam 9a606246a9 more fallbacks
Julian Lam d0770bcb95 latest translations and fallbacks
barisusakli 6b13a84d2f removed extra priv checks
-removed category check from recentreplies since pids are already
checked
-removed category check from topics/unread.js since topics are filtered
now
-added array checks to src/topics.js
barisusakli 5c7487c13b err check
barisusakli 283ac1578f fix null datetime error
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.