528 Commits (d4638ffc15b1c62f7a960499838d42735aeb12c9)

Author SHA1 Message Date
barisusakli dcb6773782 #5223 8 years ago
barisusakli b49af0a135 #5223
adjust pagination so each page shows `postsPerPage` posts
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
8 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 8 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 8 years ago
barisusakli 128ef884bf #5077 8 years ago
barisusakli 990ecc8cd2 sortedSetIntersectionCard 8 years ago
barisusakli 4aac8bbe6a closes #2222 9 years ago
barisusakli 316187946f fix related crash 9 years ago
barisusakli 85dfe7704f moved related up 9 years ago
psychobunny aedeb36776 topic title custom icons (see previous commit) 9 years ago
psychobunny ac7dad9194 icons array for topic titles
see
6880deedde
9 years ago
barisusakli 3f0ca31393 style changes 9 years ago
barisusakli b02869b0f8 renamed reading to not-following
added more description text
9 years ago
barisusakli bf2133ed7c topic watching 9 years ago
boomzilla 52e4a37df8 When forking a topic, updates user bookmarks in the topic to keep the last read position (#4554)
from inadvertently being too far down the topic due to post indices decreasing because
some posts were moved to a new topic.
9 years ago
barisusakli f55b26282a added category image 9 years ago
barisusakli d79b30ad27 moved uid check to function 9 years ago
Ben Lubar 969e7fdbbe include bookmarks with topic lists 9 years ago
barisusakli f665a1e353 closes #4394 9 years ago
barisusakli dbc04cb4a2 getTopicWithPosts change, fix feeds 9 years ago
barisusakli 80544119dc some changes to related code 9 years ago
psychobunny ba719148c1 generic "related topics" functionality 9 years ago
psychobunny 3305256575 add fullname to user return as well 9 years ago
psychobunny 0588a59c0c normalize user data between topic.user and post.user 9 years ago
barisusakli f4bfcc7351 removed icon:bgColor and icon:text from db calls
calculates from username on the fly
9 years ago
Julian Lam 4c96f95330 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/app.js
	public/src/client/account/edit.js
9 years ago
barisusakli 40e26d3b9d removed unused requires 9 years ago
Julian Lam f6d5b52a8b WIP user-icons 9 years ago
barisusakli 5950f97f96 more refactors 9 years ago
barisusakli c617a3f008 inf scroll changes
dont load main post if start > 0
9 years ago
barisusakli be7c2cc88a closes #3630 10 years ago
barisusakli 51cdd0800c simplified calculatePostIndices 10 years ago
barisusakli 6fc267858e fix missing callback 10 years ago
barisusakli 8f98d03239 waterfall for topics 10 years ago
barisusakli 9604779be1 fix unreplied 10 years ago
barisusakli 808d64e0d9 delete topic bookmarks on topic purge 10 years ago
Barış Soner Uşaklı 2968dbb9ac Merge pull request #3346 from bdharrington7/bookmark2
Saves user bookmarks on server if available
10 years ago
bdharrington7 25203ee67e changes bookmark storage to sortedset, gets uid from socket rather than being passed from client 10 years ago
bdharrington7 c0ec6faed3 Clarifies code by calling native db method instead of Topics method 10 years ago
barisusakli 2b93c01340 closes #3347 10 years ago
bdharrington7 2a82b5db91 Merge branch 'master' into bookmark2 10 years ago
bdharrington7 4d99f60b3d uses server-side bookmark if available 10 years ago
Julian Lam 7e6703c18e more line ending conversion #3343 10 years ago
bdharrington7 45df5a3d0b stores the user's bookmark on the server 10 years ago
barisusakli 1ee6255450 closes #3104 10 years ago
barisusakli b7b44e13b1 added privileges.topics.filterUids
if a topic is deleted and user doesn't have permissions/admin/mod dont
send notifs
10 years ago
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
10 years ago
Barış Soner Uşaklı abf27954d3 use topic.getMainPids 10 years ago
barisusakli 4cb58d976b fix indices, main post always 0 10 years ago