Commit Graph

150 Commits (0e9a096c259b2190481dbe86dc231fac70825db9)

Author SHA1 Message Date
barisusakli 45bf5de1e5 closes
update url with new slug on topic title edit
Barış Soner Uşaklı df3e007120 closes
barisusakli e33a905f55 missing change
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
Barış Soner Uşaklı 36942125e6 closes
also mark user online if they post a reply
barisusakli b268927cf9 removedu if from filter:parse,post, parse strip teaser content
barisusakli 5bc2e7dac2 closes
Barış Soner Uşaklı cda38d6ed6 closes
Barış Soner Uşaklı 743cd20441 closes
Barış Soner Uşaklı 6680c2d475 Merge pull request from TheBronx/master
new filter hooks on favourite actions 
barisusakli 57ebcb8b8a closes
barisusakli 255f50343c closes
barisusakli cc2ab12f29 removed bans from downvotes and flags
cleanup thread tools emits
barisusakli 2c8e8a1f1c closes , closes
barisusakli 4d9e7fce22 notifyOnlineUsers helper
barisusakli 57453f33ab new group members route
getMembers can take start end
ability to specify how many group members to return
barisusakli 835ad3ea53 fix post.getUpvoters to work with an array
barisusakli 2f955c3af4 getUpvoters works with array
TheBronx 0bd48ef023 fix error in previous commit
fix error in previous commit
TheBronx e3cf528b57 pass also user id on fireHook
pass also user id on fireHook as suggested by @barisusakli
TheBronx 6ccb35576c new filter hooks on favourite actions
before a favourite action is made, fire a filter hook so plugins can
modify or cancel that action before it takes place.
Julian Lam 23b9b21cdd better handling of guest handles in frontend,
Julian Lam 325815a78d showing guest handles in frontend UI
barisusakli 9865f78cbb flat is good
barisusakli f47550d23e closes
barisusakli 5128f7d2f9 prevent crash on invalid data
barisusakli 8bea0bb6e5 fix favourite infinite scroll
psychobunny 113d35887c moved admin.getVoters to posts.getVoters; now getVoters modal can be accessed by moderators as well
barisusakli 1ffa498807 use shortcut
barisusakli 5ac5d20e4b users:online refactor
barisusakli d177481f94 chop chop
barisusakli 7f5984d1fd removed dupe code
barisusakli c974256600 missing radix
barisusakli 671ec8532c fix unfavourite
barisusakli 3d93a76508 removed command param made unvote wrapper
psychobunny 8c98f47688 action:post.upvote / action:post.downvote now sends current status; new: action:post.unvote
barisusakli d2cddc734b fix flagging and post filter
cant flag posts that don't exist anymore
Julian Lam 73dea4fc4e upvote and favourites notif fixing
Julian Lam f0b104fef0 possible fix to
barisusakli 595ff1f4b1 closes
see
https://community.nodebb.org/topic/3039/filter-post-parse-and-filter-post-parsesignature-changes
barisusakli dd135b875b
dont show flag on deleted posts
dont allow flag on deleted posts
dont allow upvote downvote favourite on deleted posts
barisusakli f83dd956eb check if post exists on up/down vote favourite
barisusakli fcc42883ab some checks for purge
barisusakli f6f6ca7f76 closes
barisusakli de98df842d priv fix
psychobunny a67c501eb8 temporary solution for
barisusakli 327d1c1bec some cleanup and callbacks for post
psychobunny efe11a63a3 woops, wrong property name
psychobunny 9e7f929029 updated filter:sockets.sendNewPostToUids and added type
psychobunny 8f916ed066 filter:sockets.sendNewPostsToUids