]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/controllers/client.ts
Merge branch 'master' into develop
[github/Chocobozzz/PeerTube.git] / server / controllers / client.ts
2020-02-17  ChocobozzzMerge branch 'master' into develop
2020-02-11  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-07  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-06  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-04  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-03  ChocobozzzMove to eslint contain
2019-12-18  ChocobozzzRemove CSP for embed
2019-11-13  ChocobozzzMerge branch 'weblate' into develop
2019-11-13  ChocobozzzMake build works
2019-07-29  ChocobozzzFix quota in instance features table
2019-07-29  ChocobozzzImprove static files cache
2019-07-25  ChocobozzzMove controller in dedicated functions
2019-05-15  ChocobozzzMerge branch 'master' into develop
2019-04-11  ChocobozzzDon't expose constants directly in initializers/
2019-02-21  ChocobozzzImprove channel and account SEO
2019-02-11  ChocobozzzMerge branch 'develop' into pr/1217
2019-02-06  ChocobozzzMerge branch 'release/v1.2.0'
2018-12-17  ChocobozzzAdd video title/description when rendering html
2018-12-13  Rigel Kentadd Content Security Policy (#1252)
2018-09-20  ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-20  BO41rename manifest
2018-07-25  ChocobozzzHack 459 regarding Angular & i18n
2018-07-24  ChocobozzzBegin advanced search
2018-07-18  ChocobozzzRender CSS/title/description tags on server side
2018-07-17  Rigel Kentselective route permission to use embeds with x-frame...
2018-07-16  ChocobozzzImplement captions/subtitles
2018-07-10  William LahtiAbility to programmatically control embeds (#776)
2018-06-28  ChocobozzzAdd ability to choose the language
2018-06-06  ChocobozzzLittle i18n refractoring
2018-06-06  ChocobozzzAdd server localization
2018-06-06  ChocobozzzLocalize player
2018-06-05  ChocobozzzDisable auto language
2018-06-05  ChocobozzzPrepare i18n files
2018-05-24  ChocobozzzDon't render opengraph tags of private videos
2018-05-11  ChocobozzzAdd ability to embed a video in Twitter
2018-02-28  ChocobozzzAdd max video height on mobile
2018-02-22  ChocobozzzAdd confirm when admin use custom js/css
2018-02-22  ChocobozzzRegister service worker
2018-02-22  ChocobozzzFix service worker registration
2018-02-08  ChocobozzzAdd service worker
2018-02-08  ChocobozzzServer the manifest too
2018-01-24  ChocobozzzUse json for schema.org instead of tags
2018-01-23  ChocobozzzAdd schema.org tags to videos
2017-12-28  ChocobozzzPropagate old comment on new follow
2017-12-13  ChocobozzzMove models to typescript-sequelize
2017-12-12  ChocobozzzUpgrade to angular 5
2017-12-11  ChocobozzzMerge branch 'feature/design' into develop
2017-12-05  ChocobozzzFix missing default avatar
2017-11-28  ChocobozzzChange tab when changing follow url
2017-11-27  ChocobozzzRename Pod -> Server
2017-11-27  ChocobozzzRemove references to author
2017-10-31  ChocobozzzUpgrade server packages
2017-10-26  ChocobozzzAdd og:video tags
2017-10-26  ChocobozzzUse async/await in controllers
2017-10-17  ChocobozzzEscape opengraph/oembed tags
2017-10-16  ChocobozzzAdd oembed endpoint
2017-07-12  ChocobozzzFix lint
2017-07-12  ChocobozzzSet correctly preview image for open graph
2017-07-11  ChocobozzzRemove "function" in favor of () => {}
2017-07-11  ChocobozzzUse global uuid instead of remoteId for videos
2017-07-07  ChocobozzzAsync signature and various fixes
2017-07-05  ChocobozzzMove to promises
2017-06-10  ChocobozzzType functions
2017-06-05  Chocobozzzrequire -> import
2017-05-25  ChocobozzzType models
2017-05-20  ChocobozzzFirst typescript iteration