Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -1/+6 |
| | |||||
* | Add success icon on registration | Chocobozzz | 2019-05-29 | 1 | -2/+0 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 1 | -2/+2 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -1/+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 | ||||
* | Fix client build | Chocobozzz | 2018-09-12 | 1 | -5/+0 |
| | |||||
* | wrap the hotkeys component to allow templating :art: | Rigel Kent | 2018-09-11 | 1 | -1/+2 |
| | |||||
* | use focus-visible polyfill to improve keyboard navigation | Rigel Kent | 2018-09-11 | 1 | -0/+1 |
| | | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now. | ||||
* | keyboard shortcuts and key map view (#974) | Rigel Kent | 2018-08-28 | 1 | -0/+4 |
| | |||||
* | Fix dev locale | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 1 | -0/+2 |
| | |||||
* | Add ability to choose the language | Chocobozzz | 2018-06-28 | 1 | -0/+2 |
| | |||||
* | Improve P2P & Privacy section | Chocobozzz | 2018-06-27 | 1 | -2/+0 |
| | |||||
* | Create webtorrent client on player load | Chocobozzz | 2018-06-18 | 1 | -1/+1 |
| | | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged | ||||
* | Little i18n refractoring | Chocobozzz | 2018-06-06 | 1 | -9/+9 |
| | |||||
* | Rename messages locale to angular | Chocobozzz | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Add form validator translations | Chocobozzz | 2018-06-05 | 1 | -0/+6 |
| | |||||
* | Prepare i18n files | Chocobozzz | 2018-06-05 | 1 | -2/+18 |
| | |||||
* | Fix lint | Chocobozzz | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | Add 404 page | Chocobozzz | 2018-05-31 | 1 | -3/+3 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-05-29 | 1 | -0/+3 |
| | |||||
* | Load my-account module lazily | Chocobozzz | 2018-05-09 | 1 | -3/+0 |
| | |||||
* | Rename account module to my-account | Chocobozzz | 2018-04-23 | 1 | -2/+2 |
| | |||||
* | Use instance name for page titles | Chocobozzz | 2018-03-22 | 1 | -6/+7 |
| | |||||
* | Register service worker | Chocobozzz | 2018-02-22 | 1 | -5/+1 |
| | |||||
* | Add service worker | Chocobozzz | 2018-02-08 | 1 | -2/+7 |
| | |||||
* | Add about page | Chocobozzz | 2018-01-31 | 1 | -0/+2 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -6/+8 |
| | |||||
* | Move to angular cli | Chocobozzz | 2017-12-12 | 1 | -81/+3 |
| | |||||
* | Begin admin design | Chocobozzz | 2017-12-08 | 1 | -2/+1 |
| | |||||
* | Fix client search | Chocobozzz | 2017-12-05 | 1 | -1/+3 |
| | |||||
* | Begin new menu design | Chocobozzz | 2017-12-01 | 1 | -1/+5 |
| | |||||
* | Upgrade client dep | Chocobozzz | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Move to HttpClient and PrimeNG data table | Chocobozzz | 2017-09-14 | 1 | -2/+0 |
| | |||||
* | Fix page titles | Chocobozzz | 2017-07-06 | 1 | -1/+1 |
| | |||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 1 | -40/+40 |
| | |||||
* | Update client modules | Chocobozzz | 2017-06-11 | 1 | -12/+55 |
| | |||||
* | Client: update to angular 4 | Chocobozzz | 2017-04-12 | 1 | -0/+2 |
| | |||||
* | Client: support signup | Chocobozzz | 2017-04-10 | 1 | -0/+2 |
| | |||||
* | Client: fix routes title | Chocobozzz | 2017-03-12 | 1 | -6/+6 |
| | |||||
* | Client: switch to @nglibs/meta | Chocobozzz | 2017-03-10 | 1 | -10/+16 |
| | |||||
* | Client: lazy load admin area | Chocobozzz | 2017-01-23 | 1 | -2/+0 |
| | |||||
* | Client: update ng2-meta | Chocobozzz | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | Client: add basic aot support | Chocobozzz | 2017-01-13 | 1 | -1/+2 |
| | |||||
* | Client: move menu component in core module | Chocobozzz | 2016-11-29 | 1 | -4/+1 |
| | |||||
* | Client: split in angular modules | Chocobozzz | 2016-11-21 | 1 | -108/+24 |
| | |||||
* | Client: move video watch modals in their own component | Chocobozzz | 2016-11-21 | 1 | -0/+4 |
| | |||||
* | Client: add titles to all pages | Chocobozzz | 2016-11-04 | 1 | -1/+17 |
| | |||||
* | Client: allow to copy magnet uri | Chocobozzz | 2016-11-04 | 1 | -0/+2 |
| | |||||
* | Client: fix search dropdown | Chocobozzz | 2016-10-13 | 1 | -0/+2 |
| | |||||
* | Client: Update ng2-file-upload to the module part | Chocobozzz | 2016-09-23 | 1 | -3/+3 |
| |