aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/search.ts
Commit message (Expand)AuthorAgeFilesLines
* Add ability to search playlistsChocobozzz2021-06-251-294/+0
* add operationId doc middleware to so API endpointsRigel Kent2021-06-041-0/+3
* Move middleware utils in middlewaresChocobozzz2021-06-031-2/+1
* Refactor AP actorsChocobozzz2021-06-031-2/+2
* Refactor getOrCreateAPVideoChocobozzz2021-06-021-2/+2
* refactor API errors to standard error formatRigel Kent2021-06-021-2/+8
* Add server hooks for search endpointChocobozzz2021-03-241-11/+26
* Fix index searchChocobozzz2021-03-241-2/+2
* Use got instead of requestChocobozzz2021-03-241-5/+5
* Add joblog at the end of ciChocobozzz2020-12-141-4/+4
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-2/+3
* test search for subscriptions and video-channelsRigel Kent2020-07-291-2/+2
* Split types and typingsChocobozzz2020-06-181-1/+1
* Fix global search nsfw policy when logged inChocobozzz2020-06-151-1/+5
* Use default nsfw instance policy for search indexChocobozzz2020-06-121-1/+8
* Add search index testsChocobozzz2020-06-101-3/+3
* First implem global searchChocobozzz2020-06-101-7/+96
* Avoir some circular dependenciesChocobozzz2020-05-041-2/+4
* Update dependenciesChocobozzz2020-02-281-1/+1
* Cleanup model typesChocobozzz2019-08-201-2/+2
* Stronger model typingsChocobozzz2019-08-191-2/+3
* Fix search with bad webfinger handlesChocobozzz2019-05-281-2/+12
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-1/+1
* Add ability to list all local videosChocobozzz2018-10-101-0/+1
* Add user history and resume videosChocobozzz2018-10-051-1/+2
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-1/+1
* Refractor videos AP functionsChocobozzz2018-09-191-1/+1
* Handle actors search beginning with '@'Chocobozzz2018-09-171-0/+3
* Basic video redundancy implementationChocobozzz2018-09-131-2/+0
* Fetch outbox when searching an actorChocobozzz2018-08-271-9/+2
* Search video channel handle/uriChocobozzz2018-08-271-11/+14
* Add ability to search video channelsChocobozzz2018-08-271-15/+81
* Fix testsChocobozzz2018-08-271-2/+3
* Add refresh video on searchChocobozzz2018-08-271-13/+25
* Add ability to search a video with an URLChocobozzz2018-08-271-1/+34
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-1/+4
* Add videos list filtersChocobozzz2018-07-241-8/+8
* Begin advanced searchChocobozzz2018-07-241-0/+43