Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put empty module in app module | Chocobozzz | 2020-06-24 | 1 | -0/+2 |
| | |||||
* | Lazy load all routes | Chocobozzz | 2020-06-23 | 1 | -10/+2 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 1 | -15/+25 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -2/+1 |
| | |||||
* | Revert "Remove oc locale support" | Chocobozzz | 2020-05-29 | 1 | -2/+4 |
| | | | | This reverts commit 8323c435c19ac6ed1656ee8436b175bce7bd2c82. | ||||
* | Update translations | Chocobozzz | 2020-05-11 | 1 | -13/+11 |
| | |||||
* | Add custom modal to plugin helpers (#2631) | Kim | 2020-04-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Fix peertube interface i18n | Chocobozzz | 2020-04-03 | 1 | -2/+2 |
| | |||||
* | Add visitor settings, rework logged-in dropdown (#2514) | Rigel Kent | 2020-02-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles | ||||
* | Add keyboard navigation and hepler to typeahead | Rigel Kent | 2020-02-13 | 1 | -1/+3 |
| | |||||
* | Search typeahead initial design | Rigel Kent | 2020-02-13 | 1 | -1/+2 |
| | |||||
* | Only use basehref | Chocobozzz | 2020-02-12 | 1 | -0/+6 |
| | | | | Will allow us to use the localize option | ||||
* | Support i18n build | Chocobozzz | 2020-02-10 | 1 | -10/+3 |
| | |||||
* | Cleanup some client FIXME | Chocobozzz | 2020-01-29 | 1 | -2/+0 |
| | |||||
* | Lazy load static objects | Chocobozzz | 2019-12-18 | 1 | -3/+3 |
| | |||||
* | Make build works | Chocobozzz | 2019-11-13 | 1 | -2/+2 |
| | |||||
* | 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 |
| |