aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Fix notification numberChocobozzz2023-02-141-1/+1
* Use displayName as label in channelFiltersBoo2023-02-131-1/+1
* 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
* | Increase textarea debounce time for custom markupChocobozzz2023-01-133-3/+5
* | Merge branch 'release/5.0.0' into developChocobozzz2023-01-121-0/+3
|\|