aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/client.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* Localize playerChocobozzz2018-06-061-0/+8
|
* Disable auto languageChocobozzz2018-06-051-1/+3
|
* Prepare i18n filesChocobozzz2018-06-051-5/+35
|
* Don't render opengraph tags of private videosChocobozzz2018-05-241-1/+2
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-2/+2
| | | | The instance should be whitelisted first
* Add max video height on mobileChocobozzz2018-02-281-4/+8
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-221-1/+1
|
* Register service workerChocobozzz2018-02-221-4/+11
|
* Fix service worker registrationChocobozzz2018-02-221-0/+2
|
* Add service workerChocobozzz2018-02-081-2/+2
|
* Server the manifest tooChocobozzz2018-02-081-0/+2
|
* Use json for schema.org instead of tagsChocobozzz2018-01-241-9/+7
|
* Add schema.org tags to videosChocobozzz2018-01-231-0/+20
|
* Propagate old comment on new followChocobozzz2017-12-281-9/+3
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-7/+5
|
* Upgrade to angular 5Chocobozzz2017-12-121-1/+1
|
* Fix missing default avatarChocobozzz2017-12-051-0/+2
|
* Change tab when changing follow urlChocobozzz2017-11-281-9/+9
|
* Rename Pod -> ServerChocobozzz2017-11-271-2/+2
|
* Remove references to authorChocobozzz2017-11-271-2/+2
|
* Upgrade server packagesChocobozzz2017-10-311-3/+0
|
* Add og:video tagsChocobozzz2017-10-261-2/+13
|
* Use async/await in controllersChocobozzz2017-10-261-15/+16
|
* Escape opengraph/oembed tagsChocobozzz2017-10-171-8/+11
|
* Add oembed endpointChocobozzz2017-10-161-10/+22
|
* Fix lintChocobozzz2017-07-121-1/+0
|
* Set correctly preview image for open graphChocobozzz2017-07-121-12/+1
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-2/+2
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-3/+10
|
* Async signature and various fixesChocobozzz2017-07-071-4/+3
|
* Move to promisesChocobozzz2017-07-051-15/+11
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-6/+7
|
* require -> importChocobozzz2017-06-051-5/+3
|
* Type modelsChocobozzz2017-05-251-3/+4
|
* First typescript iterationChocobozzz2017-05-201-0/+118