aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix upload button color in dark modeChocobozzz2020-05-201-1/+0
|
* Fix broken client when cookies are disabledChocobozzz2020-05-201-18/+24
|
* Fix action button overflow in tablesChocobozzz2020-05-206-6/+6
|
* Fix external auth email/password updateChocobozzz2020-05-202-2/+3
| | | | Also check if an actor does not already exist when creating the user
* Fix deleting highlighted threadChocobozzz2020-05-141-3/+7
|
* Add link to the account page in commentChocobozzz2020-05-142-7/+16
|
* Fix old edge HLS compatChocobozzz2020-05-131-0/+5
|
* 10 items per page for my videosChocobozzz2020-05-121-1/+1
|
* Fix user dropdown overflowChocobozzz2020-05-114-3/+8
|
* Update translationsChocobozzz2020-05-111-13/+11
|
* Fix top menu dropdown hoveringChocobozzz2020-05-111-1/+1
|
* Fix non-fixed header and menu when overflow-x body on touchscreens (#2711)Kim2020-05-115-14/+111
| | | | | | | | | * Make my-account-videos responsive on small screens * Make my-account-channels responsive for small screens * Make search result responsive on small screen Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix regression my-account menu overflow-x on screen width < 800px (#2707)Kim2020-05-114-10/+17
| | | | | | | | | | | | | | * Fix: correct my-account menu overflow-x on touchscreens * Add menuLeftDisplayed support for account-sub-menu * Handle menu in screen service + clean top-menu-dropdown * Add comment on menuWidth menu service to allow backtracking Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fix displaying more dropdown on touchscreenkimsible2020-05-112-0/+14
|
* Add edit button to scroll watch playlist on touchscreenskimsible2020-05-114-5/+94
|
* Display video redundancy entries as table link objectsRigel Kent2020-05-083-11/+20
|
* Align follower handle display on instance display in tablesRigel Kent2020-05-085-7/+26
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-087-13/+13
|
* Add last login date to usersChocobozzz2020-05-071-0/+3
|
* Use video abuse filters on client sideChocobozzz2020-05-073-8/+90
|
* Fix relative links in video descriptionChocobozzz2020-05-061-26/+25
|
* Add ability to override login signup messageChocobozzz2020-05-064-9/+10
|
* Support pagination rowsPerPage change in instance account/server blocklistsRigel Kent2020-05-062-2/+2
|
* Fix mobile miniature information marginChocobozzz2020-05-061-2/+6
|
* Add ability for video owners to delete commentsChocobozzz2020-05-051-0/+1
|
* Fix textarea sizeChocobozzz2020-05-051-1/+7
|
* Add auth plugin info in users listChocobozzz2020-05-052-0/+11
|
* Fix video-abuse-details avatar display and user-list dropdown placementRigel Kent2020-05-052-3/+3
|
* Re generate translationsChocobozzz2020-05-052-2/+2
|
* Handle external login errorsChocobozzz2020-05-043-9/+17
|
* Add ability to unregister plugin authsChocobozzz2020-05-041-1/+0
|
* Client calls revoke-token endpoint on logoutChocobozzz2020-05-041-1/+12
|
* Add external login buttonsChocobozzz2020-05-043-33/+101
|
* Begin support for external authsChocobozzz2020-05-044-51/+81
|
* Fix video-abuse-list init abuse duplicationRigel Kent2020-05-041-2/+3
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-0417-46/+115
| | | | search query param dynamically
* Move abuse-list details into its own componentRigel Kent2020-05-044-74/+96
|
* Only show updatedAt date of abuse if different from createdAtRigel Kent2020-05-042-1/+1
|
* Bind expanded rows to item ids instead of row numberRigel Kent2020-05-047-1/+11
|
* Support is:blacklisted as video-abuse-list filterRigel Kent2020-05-041-1/+1
|
* Reduce createdAt column size by using short date formatRigel Kent2020-05-046-13/+13
|
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-047-25/+40
|
* Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-012-2/+3
| | | | queries for tables above lg breakpoint
* Fix dropdown-user placement and menu-left scroll on touchscreens (#2706)Kim2020-05-013-2/+20
|
* Add links from user-editRigel Kent2020-05-012-2/+3
|
* Add reportee stats for deleted videosRigel Kent2020-05-011-1/+1
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-0115-29/+23
|
* Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-0118-31/+56
| | | | add for non-https
* Support search param in URL for video abusesRigel Kent2020-05-013-10/+27
|
* Fixing circular dependency and table variable accessRigel Kent2020-05-012-3/+3
|