96 Commits (098c56a1065faaaea54efa70b2cd200939041a5b)

Author SHA1 Message Date
barisusakli 7db41275a3 closes #3227 10 years ago
barisusakli 5b87af4389 closes #3447
recursively get all children
calculate topic/post count from children
new sorted set `cid:<id>:children`
fix search query params
10 years ago
barisusakli fe5f1b8c1d moved recent popular 10 years ago
barisusakli 7c0b798036 fix indents 10 years ago
jsdream 1da5b2ca34 Add 'filter:recent.build' hook 10 years ago
barisusakli 81eeab42ed category filter on /unread 10 years ago
barisusakli a924c456b9 closes #3113 10 years ago
barisusakli dc16a665ae page checks #3089 10 years ago
barisusakli 47a2377229 closes #3089 10 years ago
Julian Lam 8ee40ece71 removed checks that would send the user to 404 if the slug didn't match, restored old behaviour of redirecting to the correct slug. #3047 10 years ago
barisusakli 835d4db481 dont add category/topic slug if user doesnt have read permission
or category is disabled etc.
10 years ago
barisusakli 2fd4bcde3f added req.uid user id for logged in users, 0 for guests 10 years ago
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
10 years ago
barisusakli 27bab3330a pass data to getCategoryTopics, renamed end to stop 10 years ago
Barış Soner Uşaklı c4569d533d added filter:categories.build 10 years ago
psychobunny d2dae2d62f standardize showSelect amongst category and topic_list routes 10 years ago
barisusakli 254fcff01f forgot db require 10 years ago
barisusakli 6c58bd9520 closes #2871 10 years ago
barisusakli ddd4680ea7 added helpers.redirect 10 years ago
Barış Soner Uşaklı 33723f8b1b closes #2835 10 years ago
barisusakli c40258a82c removed 2x calls to getRecentTopicReplies 10 years ago
Barış Soner Uşaklı dca143fd87 Merge pull request #2706 from acardinale/master
Add hooks "filter:topic.build" and "filter:category.build"
10 years ago
acardinale 6607dfc4c9 Update categories.js 10 years ago
Barış Soner Uşaklı bd553eb05d closes #2002 10 years ago
barisusakli b2fc4d5dc4 #2002 10 years ago
acardinale 612acc41ba Add hook "filter:category.build"
Same behavior as "filter:register.build"
10 years ago
barisusakli 38dd3d4281 search newer/older than and better pagination 10 years ago
barisusakli aaa1fae558 closes #2597 10 years ago
barisusakli 98ff75b9c3 closes #2581 10 years ago
barisusakli cd99324286 closes #2413, closes #2599 10 years ago
barisusakli a77a761433 closes #1917 10 years ago
barisusakli c1ac92ac19 popular topics will use topic creation time 10 years ago
barisusakli 8965855218 made breadcrumbs regular function
less db calls as well
10 years ago
barisusakli 86bd85bba4 removed qs fix indent 10 years ago
barisusakli be11577aa4 closes #2477 10 years ago
barisusakli 9023060008 moved category redirect up 10 years ago
Julian Lam 78763834fe closed #2122 10 years ago
Julian Lam deac12c540 closed #2424 10 years ago
barisusakli 0a1fa72bd8 use loadMoreFromSet 10 years ago
barisusakli 556e7066e8 moved notFound notAllowed to helpers 10 years ago
barisusakli d9a071d710 removed unused code from category and topic controller 10 years ago
barisusakli 05a4737e84 closes #2409 10 years ago
barisusakli 4c7a4d3688 fix topicIndex, 10 years ago
barisusakli eada3daf9f fixed recent and unread 10 years ago
Julian Lam 6ea10aa7e3 ensuring that the filter:category.get hook always sends data in the same format 10 years ago
barisusakli af4cbfb20d closes #2368 10 years ago
barisusakli db979d7a20 filter:category.get change #1527 10 years ago
Julian Lam a12907512f refactored a bunch of methods so that you can pass in an author argument in querystring to see posts by just that author, #2355 10 years ago
barisusakli c74370bfb1 removed recent/day week month
it starts with most recent 20 topics now and goes back instead of
showing empty if there are no new replies in the past 24 hours
10 years ago
psychobunny d70aab6a1e more linting 10 years ago