aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* refactor scoped token serviceRigel Kent2020-11-2516-101/+110
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-2514-11/+246
|
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-252-6/+7
| | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* fix user preferences column width for notifications table (#3352)Kimsible2020-11-241-6/+4
| | | Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* fix forgotten/reset password UI (#3351)Kimsible2020-11-242-1/+34
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Add tooltip to maximize button and remove grey backgroundkimsible2020-11-223-5/+20
|
* add explicit numbers in configuration number inputsRigel Kent2020-11-213-23/+50
| | | | fixes #1346
* Provide express request to onLogout callChocobozzz2020-11-201-2/+6
| | | | + pluginInfo related changes
* Fix playlist update element dropdown uxChocobozzz2020-11-201-16/+26
|
* Improve playlist add dropdown uxChocobozzz2020-11-202-5/+12
|
* Fix dropdowns z-indexChocobozzz2020-11-202-3/+3
|
* Add ability to bulk delete commentsChocobozzz2020-11-204-7/+64
|
* Fix no history messageChocobozzz2020-11-193-3/+3
|
* Lazy load emojiChocobozzz2020-11-191-3/+7
|
* Lazy load linkifierChocobozzz2020-11-192-17/+26
|
* Use sass instead of deprecated node sassChocobozzz2020-11-194-6/+6
|
* Upgrade client dependenciesChocobozzz2020-11-1924-149/+190
| | | | Migrate removed primeng theme to custom CSS
* Fix video tag validatorChocobozzz2020-11-181-2/+2
|
* Automatically enable videos auto block on signupChocobozzz2020-11-183-0/+35
|
* Add ability to display all channel/account videosChocobozzz2020-11-188-23/+116
|
* Fix accept ownership change acceptChocobozzz2020-11-181-1/+3
|
* Clearer periods in videos listChocobozzz2020-11-182-45/+49
|
* Disable auto-focus markdown textarea on touchdeviceskimsible2020-11-181-2/+6
|
* Memorize scroll position when maximized mode used with markdown textareakimsible2020-11-181-1/+8
|
* Fix client buildChocobozzz2020-11-171-3/+3
|
* Refactor markdown/sanitize html codeChocobozzz2020-11-172-41/+14
|
* small refactor + clipboard copy on anchor click in instance page (#3318)Kimsible2020-11-178-41/+117
| | | | | | | | | | | | | * Refacto scrollTo top and anchors * Add on click clipboard copy and notifier to anchors about/instance page * Fix margin top anchor middle title about page * Use viewportscroller for scrolltoanchor * Add to Link copied notification on instance page Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix about scrolling behaviourChocobozzz2020-11-162-11/+17
|
* Fix channel's playlist infinite scrollingChocobozzz2020-11-161-1/+1
|
* Replace keyboard shortcut iconChocobozzz2020-11-164-32/+6
| | | | Use svg instead
* Use badge in video block listChocobozzz2020-11-163-16/+15
|
* In my account -> in my libraryChocobozzz2020-11-162-3/+3
|
* Refactor rest table search filterChocobozzz2020-11-169-115/+61
|
* Put admin actions on the leftChocobozzz2020-11-164-26/+26
|
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-1612-13/+499
|\
| * Add admin view to manage commentsChocobozzz2020-11-168-43/+160
| |
| * Implement video comment list in adminChocobozzz2020-11-139-4/+373
| |
* | add help popup for choosing license (#3306)Frank Sträter2020-11-151-0/+9
|/ | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fix player height on mobileChocobozzz2020-11-131-1/+5
|
* Cleanup lives on server restartChocobozzz2020-11-134-8/+31
|
* Reorganize left menu and account menuChocobozzz2020-11-1365-597/+842
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* reword unclear sentences, check for grammarRigel Kent2020-11-1213-28/+24
| | | | fixes #3222
* Remove deprecated abuse apiChocobozzz2020-11-101-2/+2
|
* Rename upload button to publishChocobozzz2020-11-102-4/+4
|
* Try to optimize sha segments fetchingChocobozzz2020-11-101-0/+2
|
* Try to fix live segments checkChocobozzz2020-11-101-2/+8
|
* Fix channel deletionChocobozzz2020-11-101-0/+2
|
* Fix audio sync after saving replayChocobozzz2020-11-091-2/+2
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add live info in watch pageChocobozzz2020-11-0922-25/+102
|
* Fix theater modeChocobozzz2020-11-091-0/+1
|