166 Commits (1012368acdebedb26c12b1a000207ab0fd30be8f)

Author SHA1 Message Date
barisusakli 945a94f0ed delete cache on current process first 10 years ago
barisusakli e023d01616 closes #3327 10 years ago
barisusakli ea818e2af8 closes #3259 10 years ago
Julian Lam fc1b0c8d24 allowing topic, post, and user creation to specify a timestamp for insertion into the past 10 years ago
barisusakli d11bfab275 async posts/topics.js 10 years ago
barisusakli 2b90568157 removed getLatestTids, renamed getPostsByTid removed unused tid param 10 years ago
barisusakli b292aeea72 closes #3120
also dont allow loading posts of a topic if its deleted via
topics.loadMore
10 years ago
Julian Lam e75ec97049 closes #3121 -- if for any reason postData.content is not a string, make sure it is a string before it hits plugins. 10 years ago
Julian Lam c004efee3f closed #3084 10 years ago
barisusakli 1f06f90a50 closes #3051
updated lru to latest
created new files posts/cache.js posts/parse.js posts/edit.js
10 years ago
Barış Soner Uşaklı e7dd881092 teaser fixes
if a post is deleted/restored update the teaser to the latest undeleted
pid, if all posts are deleted it will be set to null
10 years ago
barisusakli cc6f37ac4e added category bgColor/color to getPostSummary 10 years ago
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
10 years ago
EvSpirit 0fcd4dee58 #2886 Check subcategories when showing category recent topics 10 years ago
barisusakli b268927cf9 removedu if from filter:parse,post, parse strip teaser content 10 years ago
barisusakli 78c65aee05 even more search changes 10 years ago
barisusakli 868b2ff2b6 if no term is passed get count 10 years ago
barisusakli c63d5f4b7a test 10 years ago
Barış Soner Uşaklı d2e8d4d86e slice doesnt deep clone derp 10 years ago
Barış Soner Uşaklı 706527fa80 fix group titles
clone groups for each user
10 years ago
Barış Soner Uşaklı cda38d6ed6 closes #2515 10 years ago
Barış Soner Uşaklı a19b25a3b3 closes #2816 10 years ago
Barış Soner Uşaklı 5140e5db8d closes #2759 10 years ago
Barış Soner Uşaklı 4c67fffabc dont parse sig if its falsy 10 years ago
Barış Soner Uşaklı c94c1430b7 api/post/pid route 10 years ago
psychobunny 13fa1f6b9a require socket.io only when you need it, shaves off another 0.5s on load 10 years ago
barisusakli 56d18666d6 closes #2752 10 years ago
Barış Soner Uşaklı 743cd20441 closes #2267 10 years ago
barisusakli 10928ed11b escape post content 10 years ago
barisusakli f417e07b9d user search changes 10 years ago
barisusakli a77a761433 closes #1917 10 years ago
barisusakli 7b49effc14 minor tweaks 10 years ago
Julian Lam 325815a78d showing guest handles in frontend UI #2569 10 years ago
barisusakli e74d39889e removed extra comma 10 years ago
barisusakli 2c7d9e1a7c store teaserPid in topic
-update teaser pid as necessary in addPostToTopic, removePostFromTopic,
post purge
-removed 20x db calls from getTeasers
-fixed scroll to post in sub folder install
-upgrade script to update topics with teaserPid
10 years ago
barisusakli ef3b6a2450 closes #2498 10 years ago
psychobunny 63a5002b53 closes #2441 10 years ago
barisusakli a69eafd9f7 added postcount to topic 10 years ago
barisusakli 21459fff84 use getPostsFromSet for recent replies 10 years ago
barisusakli 871cf8a3b7 shorter getTeasers 10 years ago
barisusakli d0bc5ec9c7 client/topics.js refactor
ability to dismiss all flags
10 years ago
barisusakli 7f5984d1fd removed dupe code 10 years ago
Julian Lam 20ea40133b added four new hooks: filter:categories.recent, filter:privileges.categories.get, filter:privileges.posts.filter, filter:privileges.topics.filter 10 years ago
barisusakli 7225c0d45b finish up posts refactor 10 years ago
barisusakli d2cddc734b fix flagging and post filter
cant flag posts that don't exist anymore
10 years ago
barisusakli 11dc477dde posts/categories.js 10 years ago
Julian Lam f9f1cf63cf fixing topic deletion and purging 10 years ago
barisusakli c18de5cdd2 posts/recent.js refactor 10 years ago
barisusakli ef35b83806 use getPostsFields 10 years ago
barisusakli 263f479b20 posts.js refactor pt1 10 years ago
barisusakli c56b9aafff closes #2289, replace Infinity with '+inf' 10 years ago
barisusakli 1ae39d638a closes #2356 10 years ago
barisusakli fcc42883ab some checks for purge 10 years ago
barisusakli b12476c422 if a post is purged, remove it from flagged posts as well 10 years ago
barisusakli 09bd42b9f6 removed deleted 10 years ago
barisusakli b1d48df6d8 dont modify counts on soft post delete 10 years ago
barisusakli f6f6ca7f76 closes #2132 10 years ago
barisusakli b48d81310c #2095 11 years ago
barisusakli 4736a68534 dont create term object on each call 11 years ago
barisusakli fd12ec763a sortedSetsRemove
instead of calling sortedSetRemove() one at a time for each id remove
value from multiple sortedSets with one db call
11 years ago
barisusakli a4d4e53f45 speed up category purge
using eachLimit
dont emit stats on every topic delete
11 years ago
barisusakli 7c84680b06 closes #1709 11 years ago
Charles b811bef42c Don't decrease postCount when purging post from a deleted topic 11 years ago
barisusakli 311a7ad5b9 #1281 topic purge 11 years ago
barisusakli a65d612907 #1281 post purge 11 years ago
barisusakli 833aa0f738 derp 11 years ago