aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* CleanupChocobozzz2021-05-281-2/+0
| | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-271-0/+2
|\
| * Instance homepage support (#4007)Chocobozzz2021-05-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* | Add server API actors routeKimsible2021-05-051-0/+2
|/
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-1/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-0/+2
|
* Add ability to bulk delete commentsChocobozzz2020-05-291-9/+11
|
* Upgrade express-rate-limitChocobozzz2020-02-041-3/+1
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-2/+2
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-241-0/+2
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-041-0/+10
|
* Cleanup express locals typingsChocobozzz2019-03-191-1/+1
|
* Playlist server APIChocobozzz2019-03-181-0/+2
|
* Videos overview page: first versionChocobozzz2018-08-311-0/+2
|
* Begin advanced searchChocobozzz2018-07-241-0/+2
|
* move CORS allowance to the REST API routerWilliam Lahti2018-06-291-0/+7
|
* Update video channel routesChocobozzz2018-04-241-0/+2
|
* Add account viewChocobozzz2018-04-241-1/+1
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+2
|
* Propagate old comment on new followChocobozzz2017-12-281-5/+3
|
* Add ability to list jobsChocobozzz2017-11-301-0/+2
|
* ApplicationFollow -> SeverFollowChocobozzz2017-11-271-2/+2
|
* Rename Pod -> ServerChocobozzz2017-11-271-1/+1
|
* Add follow tabsChocobozzz2017-11-271-2/+2
| | | | | | Following Follow Followers
* Make it compile at leastChocobozzz2017-11-271-4/+0
|
* Video blacklist refractoringChocobozzz2017-10-101-2/+0
|
* Handle blacklist (#84)Green-Star2017-09-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns
* ClientLocal -> OAuthClientLocalChocobozzz2017-06-251-2/+2
|
* Requests -> RequestSchedulersChocobozzz2017-06-251-2/+2
|
* Type functionsChocobozzz2017-06-101-1/+1
|
* require -> importChocobozzz2017-06-051-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+33