4496 Commits (e1758e0c36243505febdba4803390d569d347ca6)

Author SHA1 Message Date
barisusakli 8e114c2093 moved isAdminOrMod check out of getTopicsByTids 11 years ago
barisusakli a75727bbbd duh 11 years ago
barisusakli 653850661e topics.getTopics doesnt take set param 11 years ago
barisusakli 79265b9e83 removed dupe code 11 years ago
barisusakli c1b61522f7 check if topic is deleted 11 years ago
barisusakli c458a7f7b2 missing nconf require 11 years ago
barisusakli 9852809c2c cleanup 11 years ago
barisusakli 1d2d69fa45 use helpers, redis crash fix 11 years ago
barisusakli 556e7066e8 moved notFound notAllowed to helpers 11 years ago
barisusakli f8cfd82667 less code in uploadimage 11 years ago
barisusakli 0a44d3f5e0 moved updateCategoryField out, db.delete only sends back err 11 years ago
barisusakli d485b65b67 call next 11 years ago
barisusakli 9ab74b0a61 added ability to take heap snapshots 11 years ago
barisusakli 9d56f50967 voters info 11 years ago
barisusakli 30d7f3351b cid isnt always present 11 years ago
barisusakli 02fb81901d moved posts related stuff to user/posts.js 11 years ago
barisusakli d9a071d710 removed unused code from category and topic controller 11 years ago
barisusakli cd05a123ab check cids 11 years ago
barisusakli 52c12fa1b1 use wrapper functions getPostsFields and getTopicsFields 11 years ago
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
11 years ago
barisusakli 5c7487c13b err check 11 years ago
barisusakli 283ac1578f fix null datetime error 11 years ago
barisusakli f3309e3dd4 renamed to local registration
closes https://github.com/NodeBB/nodebb-theme-vanilla/issues/36
11 years ago
barisusakli 545dbbf0df check err and tids 11 years ago
Julian Lam b65d518a97 properly handling error for hook filter:privileges.posts.filter 11 years ago
Julian Lam 9debfd94ec removed the hook I just added: filter:category.recent, was a bit misleading. 11 years ago
Julian Lam 20ea40133b added four new hooks: filter:categories.recent, filter:privileges.categories.get, filter:privileges.posts.filter, filter:privileges.topics.filter 11 years ago
barisusakli 9ff35a18f2 closes #2261 11 years ago
psychobunny 1e453140d9 adding uid to filter:category.topics.get 11 years ago
psychobunny abe887f557 filter:category.topics.get 11 years ago
psychobunny c988f54243 renaming filter:category.topics.get to filter:category.topics.prepare 11 years ago
barisusakli 485827db84 check count before privileges 11 years ago
barisusakli 6a3a3669d2 check privs on getRecentReplies and getRecentTopicReplies 11 years ago
barisusakli b4daae9b23 closes #2307 11 years ago
psychobunny 3aa18ebb12 no need to inform attempt to listen to address 11 years ago
barisusakli 5c3af6f549 removed webserver.init 11 years ago
barisusakli 363057cf49 closes #2390 11 years ago
barisusakli d1b457b066 check err 11 years ago
barisusakli 519b1b7e37 closes #2377 11 years ago
barisusakli a1624013f8 closes #2400 11 years ago
barisusakli 05a4737e84 closes #2409 11 years ago
barisusakli 61863a69fe sendfile is deprecated 11 years ago
barisusakli c24e451c12 closes #2401 11 years ago
barisusakli 181e2b4132 check err 11 years ago
barisusakli e6973b55d4 closes #1990 11 years ago
barisusakli 962d14746e trim tag after substr
this prevents spaces in the middle of the tag from being added to the db
11 years ago
barisusakli a45858dacd previous commit doesnt show unusud tags in admin 11 years ago
barisusakli 68e8039ac7 closes #2379
also fixed a bug where tags with 0 topics were showing up in /tags
11 years ago
barisusakli b3544f644a relative path upload fixes #2403 11 years ago
barisusakli 14fdb9ebee reverted 11 years ago
barisusakli 6809af536c removed winston log in plugin fireHook 11 years ago
barisusakli 4c7a4d3688 fix topicIndex, 11 years ago
barisusakli bd388f727c src/favourites.js 11 years ago
barisusakli 9a16a359a8 auth refactor 11 years ago
Julian Lam c0fc7e9ca4 updating privilege handling to fire two new hooks, filter:privileges.topics.get and filter:category.topics.get 11 years ago
barisusakli eada3daf9f fixed recent and unread 11 years ago
Julian Lam 6ea10aa7e3 ensuring that the filter:category.get hook always sends data in the same format 11 years ago
Julian Lam 7e35987e1b fixing regression for #2355, introduced in a129075 11 years ago
barisusakli 15e472db12 on category creation give defaults privs to admins and registered users 11 years ago
barisusakli 2579d2535d closes #2396 11 years ago
barisusakli fa5ac04cd3 src/topics.js cleanup 11 years ago
barisusakli c9f990bb72 derp 11 years ago
barisusakli 7225c0d45b finish up posts refactor 11 years ago
Julian Lam 54ee8e59f6 showing proper time for newbie post delay 11 years ago
barisusakli d2cddc734b fix flagging and post filter
cant flag posts that don't exist anymore
11 years ago
barisusakli 11dc477dde posts/categories.js 11 years ago
barisusakli e593c8e6b1 setFields makes more sense 11 years ago
barisusakli fa95012fa3 action:set,postField 11 years ago
barisusakli 1413478a68 ill get it right this year 11 years ago
barisusakli 003535b3ab filter:post.getFields again 11 years ago
barisusakli 383fa4d0ea filter:post.getFields change 11 years ago
barisusakli 604dac88e3 closes #2382, closes #2130 11 years ago
psychobunny 70b5c631c6 if dev, compile view scripts only; let rjs dynamically load module scripts
fixes a bug introduced @ 11c83079f2
11 years ago
psychobunny 02b6a7893a in dev mode, concatenate scripts instead of minifying
faster reboot & restores sanity to those trying to debug browser
specific issues on IE and FF. not that you have much sanity to begin
with if it's an IE bug...
11 years ago
psychobunny 11c83079f2 if env is dev, don't re-compile rjs files
faster reboot & easier to debug on browsers that don't support
sourcemaps
11 years ago
psychobunny 8de978fbcf lmao, wtf?
my brain just exploded trying to figure out what this is doing here
11 years ago
psychobunny d69054804e closes #2391 11 years ago
Julian Lam 73dea4fc4e upvote and favourites notif fixing 11 years ago
Julian Lam f9f1cf63cf fixing topic deletion and purging 11 years ago
barisusakli c18de5cdd2 posts/recent.js refactor 11 years ago
barisusakli ef35b83806 use getPostsFields 11 years ago
barisusakli 263f479b20 posts.js refactor pt1 11 years ago
barisusakli 39def60f9b return empty array 11 years ago
barisusakli 420aa5e102 fix moderators 11 years ago
barisusakli 8294aec5e7 fixed indent 11 years ago
barisusakli 8fdc03eaad categories.js refactor 11 years ago
barisusakli daebc322eb meh 11 years ago
barisusakli 7823416410 err check, assignPostsToCategory is sync 11 years ago
barisusakli af4cbfb20d closes #2368 11 years ago
barisusakli d2735c8558 closes #2370 11 years ago
barisusakli 3f12d363f7 plugins fireHook refactor
(drunk)
11 years ago
barisusakli e93b2b6aa1 removed action:app.load 11 years ago
barisusakli 41ae8b61a7 static:app.load change closes #1527 11 years ago
barisusakli 220c82a8f2 filter:register.complete change #1527 11 years ago
barisusakli 76c16c0383 filter:register.check change #1527 11 years ago
barisusakli 166f353aaa filter:register.build change #1527 11 years ago
barisusakli 8be9e6d413 action:user.verify change #1527 11 years ago
barisusakli 9363741231 action:user.set change #1527 11 years ago
barisusakli db979d7a20 filter:category.get change #1527 11 years ago
Julian Lam f3ea8d1cff closed #2367 11 years ago