Commit Graph

525 Commits (6d97c4cec8d16dd5f63b1f81d2d24fd470d60328)

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