aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Use new doc website linksChocobozzz2021-02-121-1/+1
|
* Fix NSFW policy in my videos listChocobozzz2021-02-112-1/+3
|
* Add missing live config validatorsChocobozzz2021-02-101-0/+24
|
* Add ability to set a custom quotaChocobozzz2021-02-108-27/+31
|
* Support custom value in ng-selectChocobozzz2021-02-1010-61/+119
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+8
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-1/+2
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Fix small UI bugsChocobozzz2021-02-021-0/+4
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-1/+2
| | | | Better consistency
* fix trending page scrollRigel Kent2021-02-011-1/+7
| | | | fixes #3665
* localize decimal separator in video miniatures (#3643)kontrollanten2021-01-292-9/+13
| | | | | | | | | | | * fix(client): localize decimal separator * fix(client/numpipe): handle Intl failure gently * Revert "fix(client/numpipe): handle Intl failure gently" This reverts commit e275049f1fabb0a7af5a274ebfc33f9c3fb279ed. * client: switch from Intl to ng formatNumber
* move from trending routes to alg paramRigel Kent2021-01-281-2/+8
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-283-9/+10
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-289-18/+86
| | | | recommendation variant
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-5/+14
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-196-2/+107
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* fix video download modal select widthRigel Kent2021-01-181-1/+3
|
* add space before type name in download popup titleRigel Kent2021-01-171-1/+1
| | | | fixes #3599
* Implement remote interactionChocobozzz2021-01-154-20/+36
|
* Put feed url as linkChocobozzz2021-01-152-7/+6
|
* Fix display all videos filterChocobozzz2021-01-131-2/+5
|
* prevent sending search GET parameter if undefined in my watch historyRigel Kent2021-01-131-1/+2
|
* Fix loading bar for HTTP requestsChocobozzz2021-01-131-0/+8
|
* Avatar info component optimizationsChocobozzz2021-01-132-26/+17
|
* Move orange admin buttons on the left sideChocobozzz2021-01-132-5/+7
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-1/+2
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* show first decimal for views above a thousand (#3564)Rigel Kent2021-01-131-2/+17
| | | | | * show first decimal for views above a thousand * Update client/src/app/shared/shared-main/angular/number-formatter.pipe.ts
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-136-10/+83
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Use source sans 3 fontChocobozzz2021-01-131-1/+1
|
* better subscribe button display for accountsRigel Kent2021-01-121-1/+2
|
* fix remote subscribe input alignmentRigel Kent2021-01-111-2/+4
|
* Fix some accessibility issuesChocobozzz2020-12-2210-24/+35
|
* Fix admin table filtersChocobozzz2020-12-171-1/+1
|
* Fix live miniaturesChocobozzz2020-12-171-0/+2
|
* Fix about and display live info layoutChocobozzz2020-12-161-0/+4
|
* Fix about follows pageChocobozzz2020-12-161-1/+1
|
* Fix ng-select widthChocobozzz2020-12-151-1/+3
|
* Fix password input in edit userChocobozzz2020-12-151-1/+1
|
* restore live transcoding to live streaming tabRigel Kent2020-12-143-0/+58
|
* Add link to the documentation for live streamingChocobozzz2020-12-144-2/+23
|
* Simplify a little bit about follows more logicChocobozzz2020-12-141-1/+1
|
* User dropdown and notifications popover improvements (#3344)Kimsible2020-12-131-1/+1
| | | | | | | | | | | | | | | | | | | * hove user dropdown on avatar and username * rename avatar-notification to notification component * use a link on mobile for notification component * add profile user dropdown and mobile notifications link as reusable active link * replace markAllAsRead inbox glyphicon to ok in notification popover * remove keyboard shortcuts from user dropdown on mobile * use common bell icon instead of inbox-full for notifications * remove duplicated notification in user dropdown since the bell appears on the right * adjust sensitive icon in user dropdown * align vertically user buttons popover and dropdown * adjust ellipsis on user display name and username in menu * adjust notification bell for mobile in menu * display background of user dropdown avatar and username for touchscreens * add right arrow indicator on mobile Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Refactor views componentChocobozzz2020-12-097-4/+45
|
* fix tabindex on login pageRigel Kent2020-12-092-1/+2
|
* Fix loading data twice in rest tablesChocobozzz2020-12-081-1/+1
|
* improvements to login and sign-up pages (#3357)Kimsible2020-12-076-4/+178
| | | | | | | | | | | | | | | | | | * New login form ui * Move InstanceAboutAccordion to shared components * Update closed registration alert text * Add alert for opened registration and move them bellow login form * Adjust flex block on signup and login views * Replace toggle accordion with expand on links in signup and login + scrollTo * Improve display of login alerts * Fix missing Component suffix * Define min-width instance-information block sign-up and login for mobile screens * Add ability to select specific panels in instanceAboutAccorddion * Add instance title and short-description to common instanceAboutAccordion * Clarify title alert in login page * Add step terms for signup Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Don't allow manual redundancy of live videosChocobozzz2020-12-071-1/+1
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-0413-42/+111
|
* Add badge for permanent live in live info modalChocobozzz2020-12-043-12/+17
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-3/+3
|