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
psychobunny
1b2ccda40b
closes #2231 ; see #2218
10 years ago
Julian Lam
dedf7a6715
closed #2087
11 years ago
barisusakli
da64eb0873
closes #2117
11 years ago
psychobunny
a52c69d2a1
only send noscript paginator data on cold loads
11 years ago
barisusakli
55cbaf6a19
#2032
11 years ago
barisusakli
926acd16b2
closes #2032
11 years ago
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