Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extend client-overrides with default images (#4392) | kontrollanten | 2021-10-12 | 1 | -1/+4 |
| | | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Stop indexing /about/peertube | Chocobozzz | 2021-10-11 | 1 | -2/+8 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -2/+2 |
| | |||||
* | Support '/w/' and '/w/p/' for watch page | Chocobozzz | 2021-05-28 | 1 | -2/+2 |
| | | | | And use them as default in client | ||||
* | Add shorter URLs for accounts and channels server-side | Kimsible | 2021-05-05 | 1 | -2/+9 |
| | |||||
* | Add filter hook to forbid embed access | Chocobozzz | 2021-03-24 | 1 | -0/+28 |
| | |||||
* | Fix manifest | Chocobozzz | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Fix service worker | Chocobozzz | 2021-01-18 | 1 | -17/+4 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 1 | -29/+3 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -3/+4 |
| | |||||
* | add client overrides to nginx configuration (#3297) | Kimsible | 2020-11-16 | 1 | -0/+1 |
| | | | | Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Inject plugin CSS in embed too | Chocobozzz | 2020-08-24 | 1 | -4/+14 |
| | |||||
* | Handle playlist methods in embed api | Chocobozzz | 2020-08-07 | 1 | -4/+5 |
| | |||||
* | Add logic to handle playlist in embed | Chocobozzz | 2020-08-07 | 1 | -7/+8 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 1 | -5/+5 |
| | |||||
* | Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵ | Kim | 2020-07-31 | 1 | -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 ↵ | Kim | 2020-07-10 | 1 | -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 file | Chocobozzz | 2020-06-02 | 1 | -1/+2 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-20 | 1 | -1/+7 |
|\ | |||||
| * | Fix CSP for embeds | Chocobozzz | 2020-02-20 | 1 | -1/+7 |
| | | |||||
* | | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -1/+1 |
|/ | |||||
* | Remove CSP for embed | Chocobozzz | 2019-12-18 | 1 | -2/+1 |
| | |||||
* | Make build works | Chocobozzz | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | Fix quota in instance features table | Chocobozzz | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Improve static files cache | Chocobozzz | 2019-07-29 | 1 | -7/+9 |
| | |||||
* | Move controller in dedicated functions | Chocobozzz | 2019-07-25 | 1 | -18/+22 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Improve channel and account SEO | Chocobozzz | 2019-02-21 | 1 | -0/+14 |
| | |||||
* | Add video title/description when rendering html | Chocobozzz | 2018-12-17 | 1 | -10/+8 |
| | |||||
* | add Content Security Policy (#1252) | Rigel Kent | 2018-12-13 | 1 | -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 manifest | BO41 | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Hack 459 regarding Angular & i18n | Chocobozzz | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 1 | -2/+8 |
| | |||||
* | Render CSS/title/description tags on server side | Chocobozzz | 2018-07-18 | 1 | -136/+14 |
| | |||||
* | selective route permission to use embeds with x-frame-deny | Rigel Kent | 2018-07-17 | 1 | -3/+7 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Ability to programmatically control embeds (#776) | William Lahti | 2018-07-10 | 1 | -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 language | Chocobozzz | 2018-06-28 | 1 | -11/+26 |
| | |||||
* | Little i18n refractoring | Chocobozzz | 2018-06-06 | 1 | -13/+9 |
| | |||||
* | Add server localization | Chocobozzz | 2018-06-06 | 1 | -2/+5 |
| | |||||
* | Localize player | Chocobozzz | 2018-06-06 | 1 | -0/+8 |
| | |||||
* | Disable auto language | Chocobozzz | 2018-06-05 | 1 | -1/+3 |
| | |||||
* | Prepare i18n files | Chocobozzz | 2018-06-05 | 1 | -5/+35 |
| | |||||
* | Don't render opengraph tags of private videos | Chocobozzz | 2018-05-24 | 1 | -1/+2 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 1 | -2/+2 |
| | | | | The instance should be whitelisted first | ||||
* | Add max video height on mobile | Chocobozzz | 2018-02-28 | 1 | -4/+8 |
| |