aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/rest/rest-extractor.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add notifications in the clientChocobozzz2019-01-091-0/+1
|
* Better typingsChocobozzz2018-10-181-2/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-2/+2
| | | | | | | | 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
* remove unused importsBO412018-09-221-3/+1
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-5/+11
|
* Add 404 pageChocobozzz2018-05-311-1/+15
|
* Fix rxjs throwChocobozzz2018-05-161-3/+1
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-3/+4
|
* Fix error message on token expirationChocobozzz2018-05-071-1/+3
|
* Prevent brute force login attackChocobozzz2018-03-291-14/+22
|
* Fix human dates in result listsChocobozzz2018-01-311-9/+5
|
* Add message on 413 http error codeChocobozzz2018-01-291-0/+3
|
* Upgrade client dependencies and fix error logsChocobozzz2017-10-191-9/+12
|
* Handle express-validator error on the client side and fix #96 (#98)Ronan2017-10-161-2/+13
| | | | | | * Handle express-validator error on the client side * More meaningfull error for not supported format
* Fix login when there is an errorChocobozzz2017-09-151-1/+3
|
* Add info when server is processing a video at uploadChocobozzz2017-09-141-3/+1
|
* Remove ng2 file upload moduleChocobozzz2017-09-141-4/+14
| | | | Unmaintained and we don't need it anymore with httpclient
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-30/+36
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-24/+24
|
* Client: fix error display for componentChocobozzz2016-08-231-1/+7
|
* Client: centralize http res extraction in a serviceChocobozzz2016-08-231-0/+46