Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix search with account video languages | Chocobozzz | 2019-10-21 | 3 | -6/+5 |
| | |||||
* | Update Angular -> 8.2.0 | Chocobozzz | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Use ::ng-deep instead of /deep/ | Chocobozzz | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Lazy load client script scopes | Chocobozzz | 2019-07-24 | 1 | -3/+1 |
| | |||||
* | Log error on unknown hook | Chocobozzz | 2019-07-24 | 1 | -0/+2 |
| | |||||
* | Use search client scope | Chocobozzz | 2019-07-24 | 1 | -3/+7 |
| | |||||
* | Add client hooks | Chocobozzz | 2019-07-24 | 2 | -13/+47 |
| | |||||
* | Rearrange search filter options | Jessica Fairchild | 2019-06-20 | 1 | -4/+4 |
| | | | Search filter options were out of sequence (short, long, medium) and now they are in sequence (short, medium, long) | ||||
* | Add params to share modal | Chocobozzz | 2019-06-12 | 3 | -17/+2 |
| | |||||
* | Add video miniature dropdown | Chocobozzz | 2019-04-05 | 2 | -2/+9 |
| | |||||
* | Refactor video miniatures | Chocobozzz | 2019-04-03 | 3 | -55/+11 |
| | |||||
* | Refactor ellipsis CSS | Chocobozzz | 2019-02-20 | 1 | -3/+1 |
| | |||||
* | Add search by original publication date | Andrés Maldonado | 2019-02-12 | 3 | -1/+78 |
| | |||||
* | Refactor how we use icons | Chocobozzz | 2019-01-17 | 1 | -2/+2 |
| | | | | Inject them in an angular component so we can easily change their color | ||||
* | Fix NSFW blur on search | Chocobozzz | 2019-01-14 | 2 | -3/+8 |
| | |||||
* | Refractor notification service | Chocobozzz | 2018-12-19 | 2 | -12/+5 |
| | | | | Shorter name and use primeng component | ||||
* | Fix search title | Chocobozzz | 2018-11-20 | 1 | -1/+2 |
| | |||||
* | 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 | ||||
* | update tslint config and fix member ordering (#1279) | BO41 | 2018-10-16 | 1 | -2/+1 |
| | |||||
* | Don't throw an error on empty search | Chocobozzz | 2018-10-01 | 1 | -5/+2 |
| | |||||
* | add allow advancedSearch with empty search | Rigel Kent | 2018-10-01 | 3 | -3/+25 |
| | | | | | | a.k.a. filters on all videos also added a badge showing the rough number of active filters | ||||
* | various display improvements | Rigel Kent | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | refactor subscribe button and comment-add for visitor-interact UX (#1100) | Rigel Kent | 2018-09-25 | 1 | -1/+1 |
| | | | | | * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX | ||||
* | remove unused imports | BO41 | 2018-09-22 | 1 | -5/+0 |
| | |||||
* | use focus-visible polyfill to improve keyboard navigation | Rigel Kent | 2018-09-11 | 1 | -2/+2 |
| | | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now. | ||||
* | Fix channels search on mobile | Chocobozzz | 2018-09-05 | 1 | -21/+43 |
| | |||||
* | add theming via css custom properties | Rigel Kent | 2018-09-04 | 1 | -2/+2 |
| | | | | and a bonus dark color theme toggle | ||||
* | Fix search results on mobile | Chocobozzz | 2018-09-04 | 3 | -4/+9 |
| | |||||
* | Better label for video privacies | Chocobozzz | 2018-09-04 | 1 | -2/+2 |
| | |||||
* | Videos overview page: first version | Chocobozzz | 2018-08-31 | 2 | -10/+1 |
| | |||||
* | Fix search results | Chocobozzz | 2018-08-28 | 2 | -32/+46 |
| | |||||
* | Fix deprecated ng-bootstrap methods | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Fetch outbox when searching an actor | Chocobozzz | 2018-08-27 | 1 | -2/+0 |
| | |||||
* | Search video channel handle/uri | Chocobozzz | 2018-08-27 | 1 | -3/+3 |
| | |||||
* | Infinite scroll to list our subscriptions | Chocobozzz | 2018-08-27 | 2 | -3/+13 |
| | |||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 4 | -26/+99 |
| | |||||
* | Migrate to bootstrap 4 and ng-bootstrap | Chocobozzz | 2018-08-09 | 2 | -3/+3 |
| | |||||
* | Upgrade to bootstrap 4 first step | Chocobozzz | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Fix responsive on videos search | Chocobozzz | 2018-07-31 | 1 | -1/+15 |
| | |||||
* | Update translations | Chocobozzz | 2018-07-24 | 1 | -8/+6 |
| | |||||
* | Add ability to click on category/licence/language/tags in watch page | Chocobozzz | 2018-07-24 | 4 | -8/+21 |
| | |||||
* | Add ability to sort the search | Chocobozzz | 2018-07-24 | 3 | -5/+41 |
| | |||||
* | Optimize SQL queries | Chocobozzz | 2018-07-24 | 1 | -2/+2 |
| | |||||
* | Responsive advanced search | Chocobozzz | 2018-07-24 | 1 | -2/+7 |
| | |||||
* | Handle back/forward page in advanced search | Chocobozzz | 2018-07-24 | 3 | -24/+26 |
| | |||||
* | Add advanced search in client | Chocobozzz | 2018-07-24 | 9 | -18/+511 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 7 | -0/+302 |