aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/oembed.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary logsChocobozzz2022-08-171-3/+0
|
* Cleanup useless express validator messagesChocobozzz2022-08-171-4/+11
|
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-2/+2
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* Allow oembed to fetch unlisted videosChocobozzz2022-05-021-15/+21
|
* Simpler ID matchChocobozzz2021-10-111-4/+3
|
* Improve regexp performanceChocobozzz2021-10-111-1/+1
|
* Handle oembed with params in URLChocobozzz2021-10-111-1/+15
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+2
|
* fetch -> loadChocobozzz2021-06-031-2/+2
| | | | avoid confusion with AP fetch functions
* Move middleware utils in middlewaresChocobozzz2021-06-031-2/+2
| | | | helpers modules should not import models
* refactor API errors to standard error formatRigel Kent2021-06-021-14/+31
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-5/+19
| | | | And use them as default in client
* Update server dependenciesChocobozzz2021-02-031-1/+1
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-7/+8
|
* Handle playlist oembedChocobozzz2020-08-071-15/+50
|
* Fix server buildChocobozzz2020-06-171-2/+5
|
* Fix express validatorChocobozzz2019-07-251-1/+1
|
* Refactor middleware helpersChocobozzz2019-07-241-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-2/+2
|
* Does existChocobozzz2019-03-191-2/+2
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+2
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-2/+3
|
* Refractor validatorsChocobozzz2017-11-271-31/+28
|
* Add video channelsChocobozzz2017-10-261-4/+7
|
* Add oembed endpointChocobozzz2017-10-161-0/+63