aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/rest
Commit message (Collapse)AuthorAgeFilesLines
* Use video abuse filters on client sideChocobozzz2020-05-071-4/+59
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-041-1/+20
| | | | search query param dynamically
* Bind expanded rows to item ids instead of row numberRigel Kent2020-05-041-0/+5
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-1/+3
|
* Fixing circular dependency and table variable accessRigel Kent2020-05-011-1/+1
|
* Fix sort in admin tablesChocobozzz2020-04-081-4/+9
|
* Strict templates enabledChocobozzz2020-02-101-2/+3
|
* Fix angular 9 buildChocobozzz2020-02-102-3/+2
|
* Skip videos count on client if we don't use itChocobozzz2020-01-082-3/+5
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-131-1/+1
|
* Add notifications in the clientChocobozzz2019-01-092-0/+12
|
* Better typingsChocobozzz2018-10-182-3/+3
|
* NoImplicitAny flag true (#1157)BO412018-10-182-3/+3
| | | | | | | | 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
* update tslint config and fix member ordering (#1279)BO412018-10-161-2/+2
|
* Add users search filterChocobozzz2018-10-081-1/+26
|
* remove unused importsBO412018-09-221-3/+1
|
* Add ability to search video channelsChocobozzz2018-08-271-0/+15
|
* 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
|
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-231-2/+3
|
* Improve admin tablesChocobozzz2018-02-231-0/+20
|
* Fix human dates in result listsChocobozzz2018-01-311-9/+5
|
* Add message on 413 http error codeChocobozzz2018-01-291-0/+3
|
* Add video comment componentsChocobozzz2017-12-272-0/+12
|
* 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
|
* Optimize importsChocobozzz2017-09-142-2/+3
|
* Remove ng2 file upload moduleChocobozzz2017-09-141-4/+14
| | | | Unmaintained and we don't need it anymore with httpclient
* Fix lintChocobozzz2017-09-142-33/+0
|
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-146-112/+116
|
* Begin user quotaChocobozzz2017-09-041-2/+19
|
* Fix client adminChocobozzz2017-06-251-2/+2
|
* Use typescript standard and lint all filesChocobozzz2017-06-165-73/+73
|
* Client: fix lintChocobozzz2017-02-101-2/+2
|
* Client: replace simple tables by ng2 smart table componentChocobozzz2017-01-302-0/+52
|
* Client: fix error display for componentChocobozzz2016-08-231-1/+7
|
* Client: centralize http res extraction in a serviceChocobozzz2016-08-234-0/+81