58 Commits (852396e60ddd22c7430874999939c8f650e28e44)

Author SHA1 Message Date
Baris Usakli 852396e60d closes #5903 8 years ago
psychobunny 14bda343b3 use direct db call to get rss_token instead 8 years ago
Baris Usakli 77103fb3d1 closes #5785 8 years ago
Baris Usakli ef9e656f34 closes #5740
added token to topic page as well
check privilege even if token is provided
tests
8 years ago
psychobunny 228e9ab8e3 proof of concept for #5740 8 years ago
Barış Soner Uşaklı 890c2eff70 style changes 8 years ago
Barış Soner Uşaklı a4ba88dc60 more feed tests 8 years ago
Peter Jaszkowiak 4bb49a7171 ESlint no-unused-vars 8 years ago
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks 8 years ago
Peter Jaszkowiak a038c66549 ESlint quotes 8 years ago
Peter Jaszkowiak 52f2028206 ESlint no-multiple-empty-lines 8 years ago
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle 8 years ago
barisusakli 4bbf517af3 rewards test 8 years ago
barisusakli 9f67142786 closes #5440 8 years ago
barisusakli a15aaaf389 closes #5394
dont allow socket.emits during maintenance mode
8 years ago
Sergii Paryzhskyi e515b791da Fix eslint rules (#5117)
* Fix semi linter rule

* Fix semi-spacing linter rule

* Fix no-undef-init linter rule

* Fix space-before-blocks linter rule
9 years ago
Julian Lam ead4de6c6f Merge branch 'fix-some-code-lint' of https://github.com/HeeL/NodeBB into HeeL-fix-some-code-lint 9 years ago
barisusakli 5f16205d15 closes #5109 9 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 9 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 9 years ago
psychobunny b37b083a4d new privilege: Access Topic
differentiation between Access Category and Access Topic, ie. allows you
to see the category view but not actually enter the topic itself
9 years ago
barisusakli f7ac1d89ff fix undefined next 9 years ago
barisusakli f665a1e353 closes #4394 9 years ago
barisusakli 1a87767c2c removed extra isAdminOrMod check 9 years ago
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 11 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 11 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