aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/client.ts
Commit message (Collapse)AuthorAgeFilesLines
* Handle playlist methods in embed apiChocobozzz2020-08-071-4/+5
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-7/+8
|
* Reorganize shared modelsChocobozzz2020-08-071-5/+5
|
* Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵Kim2020-07-311-0/+7
| | | | | | | | | | | | | | | | | playlists urls (#2996) * Add open-graph and twitter-card metas to accounts and video-channels * Add open-graph and twitter-card to video-playlists watch view * Refactor meta-tags creation server-side * Add client.ts tests for account, channel and playlist tags * Correct lint forbidden spaces * Correct test regression on client.ts Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add ability to override client assets : logo - favicon - PWA icons - PWA ↵Kim2020-07-101-3/+49
| | | | | | | | | | | | | | | manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Don't cache embed HTML fileChocobozzz2020-06-021-1/+2
|
* Update dependenciesChocobozzz2020-02-281-1/+1
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-201-1/+7
|\
| * Fix CSP for embedsChocobozzz2020-02-201-1/+7
| |
* | Move to eslintcontainChocobozzz2020-02-031-1/+1
|/
* Remove CSP for embedChocobozzz2019-12-181-2/+1
|
* Make build worksChocobozzz2019-11-131-1/+1
|
* Fix quota in instance features tableChocobozzz2019-07-291-1/+1
|
* Improve static files cacheChocobozzz2019-07-291-7/+9
|
* Move controller in dedicated functionsChocobozzz2019-07-251-18/+22
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Improve channel and account SEOChocobozzz2019-02-211-0/+14
|
* Add video title/description when rendering htmlChocobozzz2018-12-171-10/+8
|
* add Content Security Policy (#1252)Rigel Kent2018-12-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* rename manifestBO412018-09-201-1/+1
|
* Hack 459 regarding Angular & i18nChocobozzz2018-07-251-1/+1
|
* Begin advanced searchChocobozzz2018-07-241-2/+8
|
* Render CSS/title/description tags on server sideChocobozzz2018-07-181-136/+14
|
* selective route permission to use embeds with x-frame-denyRigel Kent2018-07-171-3/+7
|
* Implement captions/subtitlesChocobozzz2018-07-161-1/+1
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-0/+5
| | | | | | | | | | | | | | | | | | | | * first stab at jschannel based player api * semicolon purge * more method-level docs; consolidate definitions * missing definitions * better match peertube's class conventions * styling for embed tester * basic docs * add `getVolume` * document the test-embed feature
* Add ability to choose the languageChocobozzz2018-06-281-11/+26
|
* Little i18n refractoringChocobozzz2018-06-061-13/+9
|
* Add server localizationChocobozzz2018-06-061-2/+5
|
* 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
|