aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix channel buttons heightChocobozzz2023-02-222-17/+22
|
* Fix angular build, againChocobozzz2023-02-2016-16/+16
| | | | Maybe a bug in the sass loader
* Fix angular buildChocobozzz2023-02-202-2/+1
|
* Refactoring margin and padding mixinsWicklow2023-02-208-19/+11
|
* Fix basic linter issuesWicklow2023-02-206-9/+8
|
* Remove empty sass filesWicklow2023-02-209-24/+4
|
* Refactoring login component styleWicklow2023-02-202-99/+40
|
* Refactoring manage video channel component styleWicklow2023-02-202-42/+9
|
* Refactoring accounts component styleWicklow2023-02-204-63/+25
|
* Change bootstrap helpers and variablesWicklow2023-02-202-4/+4
|
* Refactoring error page component styleWicklow2023-02-202-18/+7
|
* Refactoring home componentWicklow2023-02-203-5/+1
|
* Refactoring style for about componentWicklow2023-02-206-215/+120
|
* 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
| |