Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 3 | -100/+0 |
| | |||||
* | Handle overview pagination in client | Chocobozzz | 2020-03-11 | 1 | -3/+6 |
| | |||||
* | Lazy load static objects | Chocobozzz | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Add client hooks | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 1 | -2/+2 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -0/+1 |
| | | | | | | | | 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 imports | BO41 | 2018-09-22 | 1 | -2/+0 |
| | |||||
* | Fix "no results" on overview page | Chocobozzz | 2018-09-17 | 1 | -0/+2 |
| | |||||
* | Videos overview page: first version | Chocobozzz | 2018-08-31 | 3 | -0/+96 |