aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/polyfills.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update to angular 12Chocobozzz2021-05-271-1/+1
|
* Add @angular/localizeChocobozzz2020-02-101-0/+2
|
* Update client dependenciesChocobozzz2019-10-211-1/+1
|
* Update angularChocobozzz2019-07-251-22/+3
|
* tslint updateChocobozzz2019-04-021-0/+1
|
* add Content Security Policy (#1252)Rigel Kent2018-12-131-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 angularBO412018-11-151-6/+0
|
* NoImplicitAny flag true (#1157)BO412018-10-181-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 Lahti2018-06-281-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 TwitterChocobozzz2018-05-111-1/+1
| | | | The instance should be whitelisted first
* Disable service workerChocobozzz2018-02-261-1/+1
|
* Don't zone.js patch on requestAnimationFrameChocobozzz2018-02-231-0/+14
|
* Add ability to reset our passwordChocobozzz2018-01-301-15/+19
|
* Upgrade to angular 5Chocobozzz2017-12-121-4/+2
|
* Move to angular cliChocobozzz2017-12-121-0/+66
|
* Client: add basic aot supportChocobozzz2017-01-131-39/+0
|
* Dirty update to Angular RC6Chocobozzz2016-09-061-2/+21
|
* Client: try to make it work with Android FirefoxChocobozzz2016-07-191-4/+3
|
* Add production webpack, big thanks to @AngularClassChocobozzz2016-06-031-8/+1
|
* First draft to use webpack instead of systemjsChocobozzz2016-06-031-0/+28