aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* 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
| | | | It helps to track follow errors
* 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
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Basic api documentation #7 (#220)Dimitri Gilbert2018-01-241-1/+0
| | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition
* 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
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-8/+5
|
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-0/+3
|
* Add follow testsChocobozzz2017-11-271-33/+49
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-4/+26
|
* Optimize signature verificationChocobozzz2017-11-271-1/+1
|