aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/services.ts
Commit message (Collapse)AuthorAgeFilesLines
* fixes video not played from defined parameters in embed service (#5023)Durgaraj Karki2022-06-211-5/+39
| | | | | | | | | * fixes video not played from defined parameters in embed service * adds parameters to the oembed services * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix iframe allow-popups for oembedChocobozzz2021-12-071-1/+1
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Refactor a little bit controllersChocobozzz2021-05-121-3/+4
|
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-1/+3
| | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* Handle playlist oembedChocobozzz2020-08-071-11/+62
|
* Stronger model typingsChocobozzz2019-08-191-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-2/+1
|
* Move config in its own fileChocobozzz2019-04-111-3/+3
|
* Cleanup express locals typingsChocobozzz2019-03-191-2/+2
|
* Playlist server APIChocobozzz2019-03-181-2/+2
|
* Implement captions/subtitlesChocobozzz2018-07-161-2/+2
|
* Add author_url in oembed responseChocobozzz2018-06-271-0/+1
|
* Fix import with when the imported file has the same extension than anChocobozzz2018-06-111-1/+2
| | | | already existing file
* (embed) sandbox the iframeRigel Kent2018-06-111-1/+1
|
* Only use account name in routesChocobozzz2018-05-251-1/+1
|
* Add links to comment mentionsChocobozzz2018-02-211-0/+9
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-5/+3
|
* Refractor validatorsChocobozzz2017-11-271-2/+6
|
* Remove references to authorChocobozzz2017-11-271-1/+1
|
* Add video channelsChocobozzz2017-10-261-1/+1
|
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-8/+8
|
* Add oembed endpointChocobozzz2017-10-161-0/+62