Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix player on safari 11 | Chocobozzz | 2021-08-31 | 1 | -0/+1 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | Update to angular 12 | Chocobozzz | 2021-05-27 | 1 | -1/+1 |
| | |||||
* | Add @angular/localize | Chocobozzz | 2020-02-10 | 1 | -0/+2 |
| | |||||
* | Update client dependencies | Chocobozzz | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | Update angular | Chocobozzz | 2019-07-25 | 1 | -22/+3 |
| | |||||
* | tslint update | Chocobozzz | 2019-04-02 | 1 | -0/+1 |
| | |||||
* | add Content Security Policy (#1252) | Rigel Kent | 2018-12-13 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | update angular | BO41 | 2018-11-15 | 1 | -6/+0 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -25/+26 |
| | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137 | ||||
* | Replace angular-cli patch with something less risky (#742) | William Lahti | 2018-06-28 | 1 | -0/+6 |
| | | | | | | | | | | | | | | * Replace angular-cli patch with something less risky * path.join() is needed, provide a naive implementation * technically, webpack provided a polyfill for Buffer, we should too * process polyfill matches webpack; peertube depends on nextTick * polyfill for path to match webpack * http/https polyfills as per webpack | ||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 1 | -1/+1 |
| | | | | The instance should be whitelisted first | ||||
* | Disable service worker | Chocobozzz | 2018-02-26 | 1 | -1/+1 |
| | |||||
* | Don't zone.js patch on requestAnimationFrame | Chocobozzz | 2018-02-23 | 1 | -0/+14 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -15/+19 |
| | |||||
* | Upgrade to angular 5 | Chocobozzz | 2017-12-12 | 1 | -4/+2 |
| | |||||
* | Move to angular cli | Chocobozzz | 2017-12-12 | 1 | -0/+66 |
| | |||||
* | Client: add basic aot support | Chocobozzz | 2017-01-13 | 1 | -39/+0 |
| | |||||
* | Dirty update to Angular RC6 | Chocobozzz | 2016-09-06 | 1 | -2/+21 |
| | |||||
* | Client: try to make it work with Android Firefox | Chocobozzz | 2016-07-19 | 1 | -4/+3 |
| | |||||
* | Add production webpack, big thanks to @AngularClass | Chocobozzz | 2016-06-03 | 1 | -8/+1 |
| | |||||
* | First draft to use webpack instead of systemjs | Chocobozzz | 2016-06-03 | 1 | -0/+28 |