Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lazy load all routes | Chocobozzz | 2020-06-23 | 1 | -160/+0 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 1 | -2/+1 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -4/+17 |
| | |||||
* | search filtering improvements per #1654 | Rigel Kent | 2019-12-05 | 1 | -2/+2 |
| | |||||
* | Fix search with account video languages | Chocobozzz | 2019-10-21 | 1 | -0/+1 |
| | |||||
* | Add search by original publication date | Andrés Maldonado | 2019-02-12 | 1 | -0/+14 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -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 | ||||
* | add allow advancedSearch with empty search | Rigel Kent | 2018-10-01 | 1 | -0/+13 |
| | | | | | | a.k.a. filters on all videos also added a badge showing the rough number of active filters | ||||
* | Add ability to click on category/licence/language/tags in watch page | Chocobozzz | 2018-07-24 | 1 | -5/+13 |
| | |||||
* | Add ability to sort the search | Chocobozzz | 2018-07-24 | 1 | -2/+13 |
| | |||||
* | Handle back/forward page in advanced search | Chocobozzz | 2018-07-24 | 1 | -8/+8 |
| | |||||
* | Add advanced search in client | Chocobozzz | 2018-07-24 | 1 | -0/+101 |