40 Commits (f3778687642e207e39753a7082ed622b148ad2bb)

Author SHA1 Message Date
barisusakli a0cc2ee6a9 duh 11 years ago
barisusakli 3abbeb8795 show recent posts of child categories 11 years ago
Julian Lam 8bac0bf361 Merge branch 'csrf-excision' into hashtalk 11 years ago
Julian Lam a061079995 fixed all POST routes to use new csrf middleware 11 years ago
psychobunny 071be4ae7f cache popular route for anons 11 years ago
Julian Lam b7c7dd98c3 ACP setting and API return for subcats 11 years ago
barisusakli 06119510b7 merge 11 years ago
psychobunny 4dd32e1024 filter:category.get applies to all category-like API calls now
@a5mith
https://gist.github.com/psychobunny/572d867935469774c6e8#comment-1281883
11 years ago
barisusakli b2f8a65bc8 removed slice 11 years ago
barisusakli 522fda2e58 closes #1936 11 years ago
barisusakli d91fa5747d closes #1964 11 years ago
barisusakli 528ee335d5 optimize getTopicsByTids and getTeasers 11 years ago
barisusakli cfc67d4e90 closes #1924 11 years ago
psychobunny 704d81fe53 disable category RSS 11 years ago
barisusakli 0362c1a3b0 show day/week/month/year popular topics 11 years ago
barisusakli 1cabf885a2 closes #1730
postCount != lastPostIndex unfortunately, that will need some rethinking
11 years ago
barisusakli 39886c8545 removed unread total route 11 years ago
barisusakli b8b482e287 closes #1555 11 years ago
barisusakli df73ceaeb7 closes #1556
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
11 years ago
barisusakli b1aae05a08 closes #1518 11 years ago
Julian Lam 7c8b442dcd more updates to privileges revamp 11 years ago
Julian Lam 5f5906860e fixed #1406 11 years ago
barisusakli 01555cbb5c return privileges in category 11 years ago
barisusakli 0ac58dbee6 more error strings 11 years ago
barisusakli d2033abf96 fixes unread page
if you had more than 20 unread topics it was loading 40 now it will only
load 21 then keep loading with infinite loading
11 years ago
barisusakli 0741b162cb #1265 11 years ago
barisusakli 37e8856861 new middleware to add slug to topic and category 11 years ago
barisusakli 611c16b5a6 closes #1126 11 years ago
barisusakli 90e398e5c9 user js refactor, category fix
if a category that didn't exist was request with category/1231 or
api/category/1231 it was crashing.
11 years ago
barisusakli 813b3d6fcc changes for live streaming of posts 11 years ago
Julian Lam b259c3d422 categoryData should return better topics (non-anon uid passed in now) 11 years ago
Julian Lam 82a82afe99 updated the way privileges were handled in the .get() category controller 11 years ago
psychobunny a99be8e7be got rid of all the res.locals.isAPI checks in all controller methods. now 1000% cleaner :shipit: 11 years ago
psychobunny d18ce28de0 fixxed categories.get; privileges object and currentPage were missing on original route 11 years ago
psychobunny fa2b5d1ee6 re-implementing meta and link tags - completified 11 years ago
psychobunny dbbbe21883 re-implementing meta and link tags part 1 11 years ago
psychobunny 6820e9e662 random jshinting expedition 11 years ago
psychobunny e193d58112 unreadTotal route 11 years ago
psychobunny beafc881c4 added recent and unread in categoriesController 11 years ago
psychobunny 62a4b419e3 categories controller 11 years ago