aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/server
Commit message (Expand)AuthorAgeFilesLines
* Add last login date to usersChocobozzz2020-05-071-1/+7
* Support logout and add id and pass testsChocobozzz2020-05-042-2/+2
* Avoir some circular dependenciesChocobozzz2020-05-042-2/+4
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-011-2/+14
* Fix total videos statsChocobozzz2020-03-131-5/+6
* Move to eslintcontainChocobozzz2020-02-034-10/+9
* Add ability to list redundanciesChocobozzz2020-01-283-7/+91
* Adapt feeds content-type to accept headerRigel Kent2020-01-101-1/+1
* Fix logs regexChocobozzz2019-12-121-1/+2
* Serve audit logs to clientChocobozzz2019-12-111-6/+51
* Filter on follows actor types in about pageChocobozzz2019-11-291-0/+2
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-15/+20
* Fix error log when updating redundancyChocobozzz2019-11-271-1/+1
* Add auto follow back support for instancesChocobozzz2019-09-041-0/+3
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-1/+1
* Add ability to delete old remote viewsChocobozzz2019-04-121-1/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-112-2/+3
* Move config in its own fileChocobozzz2019-04-112-2/+4
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-112-0/+27
* Add logs page in clientChocobozzz2019-04-111-24/+28
* Add logs endpointChocobozzz2019-04-102-0/+92
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-5/+33
* Add ability to forbid followersChocobozzz2019-04-081-1/+1
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-5/+27
* Cleanup express locals typingsChocobozzz2019-03-193-14/+11
* Add totalLocalVideoFilesSize in statsChocobozzz2019-01-151-2/+5
* Implement contact form on server sideChocobozzz2019-01-102-0/+30
* Add ability to mute a user/instance by server in server apiChocobozzz2018-10-162-0/+134
* Add ability to search on followers/followingChocobozzz2018-10-101-2/+14
* Remove duplicated videos on unfollow/delete redundancyChocobozzz2018-09-282-0/+11
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-1/+1
* Add redundancy statsChocobozzz2018-09-141-1/+13
* Basic video redundancy implementationChocobozzz2018-09-133-0/+39
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-8/+9
* Move server follow in the job queueChocobozzz2018-04-181-63/+15
* Fix error loggingChocobozzz2018-03-261-3/+3
* Add stats routeChocobozzz2018-02-282-0/+41
* Don't follow ourselvesChocobozzz2018-02-231-0/+4
* Move job queue to redisChocobozzz2018-01-251-1/+1
* Basic api documentation #7 (#220)Dimitri Gilbert2018-01-241-1/+0
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-3/+3
* Set sort refractoringChocobozzz2018-01-181-4/+4
* Add tests to handle down serverChocobozzz2018-01-111-3/+1
* Propagate old comment on new followChocobozzz2017-12-281-5/+6
* Sanitize url to not end with implicit portsChocobozzz2017-12-211-13/+11
* Begin moving video channel to actorChocobozzz2017-12-191-70/+44
* SaveChocobozzz2017-12-191-1/+1
* Move models to typescript-sequelizeChocobozzz2017-12-131-27/+27
* Refractor validatorsChocobozzz2017-11-271-1/+1
* Federate video viewsChocobozzz2017-11-271-1/+8