aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/activitypub/actor-follow.ts
Commit message (Expand)AuthorAgeFilesLines
* Add ability to accept or not remote redundanciesChocobozzz2020-04-071-0/+13
* Move to eslintcontainChocobozzz2020-02-031-27/+26
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-6/+7
* Add more filters to admin follows tableChocobozzz2019-11-291-3/+3
* Filter on follows actor types in about pageChocobozzz2019-11-291-13/+38
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-2/+26
* Fix and cleanup actor follow inbox sql queryChocobozzz2019-10-231-3/+3
* Fix federation with some actorsChocobozzz2019-10-231-4/+4
* Add notification on auto follow indexChocobozzz2019-09-041-3/+3
* Add auto follow instances index supportChocobozzz2019-09-041-2/+41
* Type toFormattedJSONChocobozzz2019-08-201-1/+2
* Stronger model typingsChocobozzz2019-08-191-7/+18
* Limit maximum actor follow scoreChocobozzz2019-08-071-1/+1
* Automatically remove bad followingsChocobozzz2019-08-061-2/+24
* Fix broken follow notificationChocobozzz2019-08-021-0/+18
* Update sequelizeChocobozzz2019-04-241-20/+19
* Try to improve server tests compilation speedChocobozzz2019-04-111-2/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Playlist server APIChocobozzz2019-03-181-1/+1
* Add user notification base codeChocobozzz2019-01-091-7/+7
* Optimize actor follow scores modificationsChocobozzz2018-12-201-34/+16
* Fix AP collections paginationChocobozzz2018-11-161-2/+2
* Add ability to search on followers/followingChocobozzz2018-10-101-35/+55
* Basic video redundancy implementationChocobozzz2018-09-131-2/+2
* Search video channel handle/uriChocobozzz2018-08-271-6/+4
* Infinite scroll to list our subscriptionsChocobozzz2018-08-271-4/+6
* Add ability to search video channelsChocobozzz2018-08-271-9/+94
* Add local user subscriptionsChocobozzz2018-08-271-1/+8
* Add get subscription endpointChocobozzz2018-08-271-12/+15
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-17/+76
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-4/+4
* Refractor and optimize AP collectionsChocobozzz2018-05-251-2/+1
* Fix error loggingChocobozzz2018-03-261-2/+2
* Add short description in configChocobozzz2018-03-151-1/+1
* Add stats routeChocobozzz2018-02-281-28/+22
* Fix sort inconsistencyChocobozzz2018-02-191-2/+2
* Add ability to configure log levelChocobozzz2018-01-191-1/+1
* Avoid too many requests and fetching outboxChocobozzz2018-01-181-1/+2
* Fix lintChocobozzz2018-01-121-4/+3
* Update follower/following countsChocobozzz2018-01-121-0/+20
* Avoid making retried requests to dead followersChocobozzz2018-01-121-0/+28
* Add maximum to actor follow scoresChocobozzz2018-01-111-1/+1
* Add scores to follows and remove bad onesChocobozzz2018-01-111-2/+77
* Fix sharedInboxUrl listChocobozzz2018-01-091-10/+19
* Fix aot buildChocobozzz2018-01-091-2/+9
* Begin moving video channel to actorChocobozzz2017-12-191-0/+260