barisusakli
dbc04cb4a2
getTopicWithPosts change, fix feeds
9 years ago
barisusakli
2d01fe78d0
removed privileges.posts.get from addPostData
...
privilege data is already available higher up
10 years ago
barisusakli
25502f0687
closes #3508
10 years ago
barisusakli
b9172358dd
#3093
10 years ago
barisusakli
d146547b53
if topic doesnt have teaser use main post in rss feed
10 years ago
barisusakli
2fd4bcde3f
added req.uid user id for logged in users, 0 for guests
10 years ago
barisusakli
27bab3330a
pass data to getCategoryTopics, renamed end to stop
10 years ago
Barış Soner Uşaklı
29fd89407c
closes #2872
...
show the last posts content and user in topic feeds
10 years ago
Barış Soner Uşaklı
e45e204ba5
fix author field on topic feed #2872
10 years ago
Barış Soner Uşaklı
839dd72a05
been a while since we stopped using hashes
10 years ago
Barış Soner Uşaklı
33723f8b1b
closes #2835
10 years ago
barisusakli
a77a761433
closes #1917
10 years ago
barisusakli
d314b9cae2
closes #2538
10 years ago
barisusakli
be11577aa4
closes #2477
10 years ago
barisusakli
653850661e
topics.getTopics doesnt take set param
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
e35dd60f8f
closes #1940
11 years ago
barisusakli
cfc67d4e90
closes #1924
11 years ago
psychobunny
dab44e0768
ability to disable rss feed
11 years ago
barisusakli
870bf95e5b
deleted topic feed fix
11 years ago
barisusakli
7610c11cd1
closes #450
...
backup database before upgrade!
upgrade script will take the first post of each topic and set the
`mainPid` property on the topic. then it will remove that pid from the
sorted sets for that topic, this was done to make alternative sorting
work.
added a new sorted set called `tid:<id>:posts:votes` that is used to
sort topic posts by vote count, the original sorted set `tid:<id>:posts`
is used to sort by oldest first or newest first.
the main post is added to the returned posts array on topic load and is
always at the top.
theme changes are minimal just a few new data properties on the posts
and the sorting dropdown.
hopefully didn't miss anything too critical.
11 years ago
barisusakli
5cf9b0a3bd
fix feed crash
11 years ago
barisusakli
3e86bdb38f
more work on #1518
...
still needs more work, category is next
11 years ago
barisusakli
efaa1e62c1
added back ttl :)
11 years ago
barisusakli
672bde7066
removed ttl
11 years ago
barisusakli
62d487e0a8
use current user uid for feed generation
11 years ago
Micheil Smith
3e82cab398
Add missing new lines at end of files.
11 years ago
barisusakli
92267de9d8
feeds
11 years ago
barisusakli
3a42200e24
refactored feeds
11 years ago
psychobunny
8f7a7fec7d
more cleanup; commenting out custom plugin routes until its fixed properly
11 years ago
psychobunny
c0cd6148f4
one final push, cleanup + organize + lint; made feeds/meta/plugins routes follow same pattern as other route files
11 years ago
Baris Soner Usakli
ea6cf3bbd5
more cleanup and changes to topics
11 years ago
Baris Soner Usakli
ca8f86c4ee
fixed minor issue in prev PR
11 years ago
Micheil Smith
33607e0cd9
Move feed routing and logic to src/routes/feeds.js
11 years ago