aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix reset zoom buttonChocobozzz2023-02-202-4/+12
|
* Fix buttons accessibility using keyboardChocobozzz2023-02-202-2/+2
|
* Fix my library responsiveChocobozzz2023-02-205-7/+7
|
* Fix buttons CSSChocobozzz2023-02-206-13/+11
|
* Fix default trending algorithm in admin configChocobozzz2023-02-205-17/+18
|
* Increase theme compatibilityChocobozzz2023-02-172-5/+2
| | | | Try to use CSS variable as much as possible
* Correctly handle 502 errorsChocobozzz2023-02-171-0/+4
|
* Add description to "remove" registration requestChocobozzz2023-02-171-0/+1
|
* Fix chevron in menu for touch screensChocobozzz2023-02-161-1/+0
|
* Correctly unsubscribe on menu destroyChocobozzz2023-02-163-29/+51
|
* Update server dependenciesChocobozzz2023-02-161-1/+1
|
* Prevent edition with 0 taskChocobozzz2023-02-151-0/+2
|
* Fix stats anchor linkChocobozzz2023-02-1510-55/+71
|
* Prefer displaying channel for playlist elementChocobozzz2023-02-157-26/+37
|
* Correctly fix table column widthsChocobozzz2023-02-151-1/+1
|
* Try to prevent layout shift with redundancy statsChocobozzz2023-02-152-2/+9
|
* Fix live update of autoplay next videoChocobozzz2023-02-153-10/+22
|
* Fix mention detectionChocobozzz2023-02-151-3/+50
|
* Refactor login redirection/button linksChocobozzz2023-02-1421-48/+77
| | | | Correctly handle external auth redirection in all cases
* Fix notification numberChocobozzz2023-02-141-1/+1
|
* Use displayName as label in channelFiltersBoo2023-02-131-1/+1
| | | Fixes #5038
* Fix broadcast message inconsistency with previewChocobozzz2023-02-132-3/+5
|
* Improve channel's avatar display performanceChocobozzz2023-02-133-0/+52
|
* Use + when having more than 99 notificationsChocobozzz2023-02-132-3/+8
|
* Update copyright to 2023Chocobozzz2023-02-131-2/+2
|
* Use pvar() instead of SCSS variablesBooteille2023-02-081-1/+1
|
* Better auto block bypass labelChocobozzz2023-01-271-2/+6
|
* Fix custom markupChocobozzz2023-01-254-11/+26
|
* Support short UUID for custom markup videosChocobozzz2023-01-251-1/+1
|
* Prevent layout shift in videos listChocobozzz2023-01-242-2/+2
|
* Merge branch 'release/5.0.0' into developChocobozzz2023-01-232-2/+6
|\
| * Fix auto play setting for anonymous usersChocobozzz2023-01-232-2/+6
| |
* | Add user registration policy infoChocobozzz2023-01-232-4/+12
| |
* | Add ability to not send an email for registrationChocobozzz2023-01-204-32/+66
| |
* | Refactor row selection resetChocobozzz2023-01-2016-50/+53
| |
* | Support bulk registration request removalChocobozzz2023-01-2017-78/+107
| |
* | Support mailto links for custom markupChocobozzz2023-01-195-59/+74
| |
* | Support mailto for custom markupChocobozzz2023-01-191-4/+6
| |
* | Add missing url unique index in local video viewerChocobozzz2023-01-191-2/+0
| |
* | Implement signup approval in clientChocobozzz2023-01-1963-189/+1017
| |
* | Optimize custom markup angular tagsChocobozzz2023-01-135-10/+15
| | | | | | | | We can use the on push strategy with these components
* | Increase textarea debounce time for custom markupChocobozzz2023-01-133-3/+5
| |
* | Merge branch 'release/5.0.0' into developChocobozzz2023-01-121-0/+3
|\|
| * Fix support field when updating the videoChocobozzz2023-01-121-0/+3
| |
* | Redirect to default login url on 401Chocobozzz2023-01-043-28/+30
| | | | | | | | Can be an external URL
* | Prevent hotkeys playback rate/seek with livesChocobozzz2022-12-301-14/+24
| |
* | Process requests in correct orderChocobozzz2022-12-291-24/+38
| |
* | Reorder playlists when adding an elementChocobozzz2022-12-293-7/+15
| |
* | feat(player/playbackRate): set rate with url paramkontrollanten2022-12-291-0/+2
| |
* | Prevent sending log error to server on 404Chocobozzz2022-12-281-1/+5
| |