Julian Lam
e0fba796c7
Merge pull request #2426 from Schamper/image-upload-socket-fix
...
Fix the hook return object in the User.uploadProfileImageFromUrl socket
11 years ago
MrWaffle
969c3a77cf
Fix the hook return object in the User.uploadProfileImageFromUrl socket
11 years ago
barisusakli
b919d2ee77
shorther
11 years ago
barisusakli
4be8f3ec75
closes #2316
11 years ago
barisusakli
a445e3f7b1
use send for child process
11 years ago
barisusakli
871cf8a3b7
shorter getTeasers
11 years ago
Julian Lam
5292a47a96
fixed maintenance mode page not working with new CSRF implementation, #2424
11 years ago
barisusakli
81e4bcd358
fix rename to multi
11 years ago
Julian Lam
deac12c540
closed #2424
11 years ago
barisusakli
4f38a33702
fix pagination going to 404 if new post creates a new page
11 years ago
barisusakli
d0bc5ec9c7
client/topics.js refactor
...
ability to dismiss all flags
11 years ago
barisusakli
7f5984d1fd
removed dupe code
11 years ago
barisusakli
c974256600
missing radix
11 years ago
barisusakli
671ec8532c
fix unfavourite
11 years ago
barisusakli
3d93a76508
removed command param made unvote wrapper
11 years ago
psychobunny
8c98f47688
action:post.upvote / action:post.downvote now sends current status; new: action:post.unvote
11 years ago
Julian Lam
ae1528dc7e
closed #2407
11 years ago
Julian Lam
d51683f62e
closed #2421
11 years ago
Julian Lam
2e2995d3bd
updating dailyDigestFreq to 'day' instead of 'daily'
11 years ago
Julian Lam
c7396f58cd
verbose logging for email
11 years ago
barisusakli
ee3b0c93c3
fix tag update
...
was hanging on tag remove, and wasnt updating if tag count didnt change
11 years ago
barisusakli
0864480433
forgot return
11 years ago
barisusakli
cb8ce066c8
give guests find read access on category creation
11 years ago
barisusakli
8b573bff39
send 10 topics in digest not 11
11 years ago
barisusakli
9791dfb9ea
closes #2420
11 years ago
Julian Lam
23485fcbf3
missed one invocation of old LESS library, #2419
11 years ago
Julian Lam
207bfa8960
closed #2419
11 years ago
barisusakli
0a1fa72bd8
use loadMoreFromSet
11 years ago
barisusakli
114d0506e1
fixed typo
11 years ago
barisusakli
f0797493ee
make sure sockets leave the current room when entering another
11 years ago
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