aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/search
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load static objectsChocobozzz2019-12-181-5/+11
|
* Fix buildChocobozzz2019-12-051-23/+22
|
* search filtering improvements per #1654Rigel Kent2019-12-055-17/+210
|
* Skip channel search on empty searchChocobozzz2019-12-041-1/+3
|
* Fix search with account video languagesChocobozzz2019-10-213-6/+5
|
* Update Angular -> 8.2.0Chocobozzz2019-08-011-1/+1
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-1/+1
|
* Lazy load client script scopesChocobozzz2019-07-241-3/+1
|
* Log error on unknown hookChocobozzz2019-07-241-0/+2
|
* Use search client scopeChocobozzz2019-07-241-3/+7
|
* Add client hooksChocobozzz2019-07-242-13/+47
|
* Rearrange search filter optionsJessica Fairchild2019-06-201-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 modalChocobozzz2019-06-123-17/+2
|
* Add video miniature dropdownChocobozzz2019-04-052-2/+9
|
* Refactor video miniaturesChocobozzz2019-04-033-55/+11
|
* Refactor ellipsis CSSChocobozzz2019-02-201-3/+1
|
* Add search by original publication dateAndrés Maldonado2019-02-123-1/+78
|
* Refactor how we use iconsChocobozzz2019-01-171-2/+2
| | | | Inject them in an angular component so we can easily change their color
* Fix NSFW blur on searchChocobozzz2019-01-142-3/+8
|
* Refractor notification serviceChocobozzz2018-12-192-12/+5
| | | | Shorter name and use primeng component
* Fix search titleChocobozzz2018-11-201-1/+2
|
* Better typingsChocobozzz2018-10-181-2/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-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)BO412018-10-161-2/+1
|
* Don't throw an error on empty searchChocobozzz2018-10-011-5/+2
|
* add allow advancedSearch with empty searchRigel Kent2018-10-013-3/+25
| | | | | | a.k.a. filters on all videos also added a badge showing the rough number of active filters
* various display improvementsRigel Kent2018-09-291-1/+1
|
* refactor subscribe button and comment-add for visitor-interact UX (#1100)Rigel Kent2018-09-251-1/+1
| | | | | * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX
* remove unused importsBO412018-09-221-5/+0
|
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-111-2/+2
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* Fix channels search on mobileChocobozzz2018-09-051-21/+43
|
* add theming via css custom propertiesRigel Kent2018-09-041-2/+2
| | | | and a bonus dark color theme toggle
* Fix search results on mobileChocobozzz2018-09-043-4/+9
|
* Better label for video privaciesChocobozzz2018-09-041-2/+2
|
* Videos overview page: first versionChocobozzz2018-08-312-10/+1
|
* Fix search resultsChocobozzz2018-08-282-32/+46
|
* Fix deprecated ng-bootstrap methodsChocobozzz2018-08-271-1/+1
|
* Fetch outbox when searching an actorChocobozzz2018-08-271-2/+0
|
* Search video channel handle/uriChocobozzz2018-08-271-3/+3
|
* Infinite scroll to list our subscriptionsChocobozzz2018-08-272-3/+13
|
* Add ability to search video channelsChocobozzz2018-08-274-26/+99
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-092-3/+3
|
* Upgrade to bootstrap 4 first stepChocobozzz2018-08-091-1/+1
|
* Fix responsive on videos searchChocobozzz2018-07-311-1/+15
|
* Update translationsChocobozzz2018-07-241-8/+6
|
* Add ability to click on category/licence/language/tags in watch pageChocobozzz2018-07-244-8/+21
|
* Add ability to sort the searchChocobozzz2018-07-243-5/+41
|
* Optimize SQL queriesChocobozzz2018-07-241-2/+2
|
* Responsive advanced searchChocobozzz2018-07-241-2/+7
|
* Handle back/forward page in advanced searchChocobozzz2018-07-243-24/+26
|