aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Replace p-progressbar and bootstrap progressbar with pure CSS altRigel Kent2020-03-139-44/+39
|
* Fix margins/widths with top-menu and main-col on small screensRigel Kent2020-03-137-7/+17
|
* Normalize create buttonsRigel Kent2020-03-133-3/+3
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-136-28/+57
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-126-65/+108
|
* Declutter interface, hide RSS until hovering section titleRigel Kent2020-03-111-0/+5
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-116-17/+57
|
* Handle overview pagination in clientChocobozzz2020-03-116-71/+135
|
* Add descriptions and links to admin configuration sectionsRigel Kent2020-03-111-0/+9
|
* Migrate palette to HSLRigel Kent2020-03-111-1/+1
|
* Fix toast close iconRigel Kent2020-03-111-1/+1
|
* Action hook: thread replies loaded (#2550)BitTube2020-03-111-0/+1
| | | | | | | | | | | | | * Add thread replies hook onLoaded * Cleaning spaces * Fixing travis CI lint errors (spaces) * Fixing travis 'irregular whitespace not allowed' * Changing action name for consistency Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com>
* Better use of space and icons in plugins administration interfaceRigel Kent2020-03-105-31/+49
|
* Replace helpers with descriptions in admin configurationRigel Kent2020-03-102-46/+57
|
* Fix lintChocobozzz2020-03-101-1/+1
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-1017-585/+789
|
* Servicify menu, close menu on admin for small and medium screensRigel Kent2020-03-1010-30/+102
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-104-5/+186
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Fix lintChocobozzz2020-03-101-1/+1
|
* Better display of accounts and channel pages on small screensRigel Kent2020-03-094-4/+16
|
* Improve nav in admin/configurationRigel Kent2020-03-072-1/+2
|
* Normalize modal close buttons, and cancel/submit button stylesRigel Kent2020-03-068-21/+21
|
* Share modal light UI simplificationRigel Kent2020-03-062-27/+21
|
* Fix lint error introduced in #2539Rigel Kent2020-03-061-1/+1
|
* Remove title attribute from thumbnail in video miniatureRigel Kent2020-03-061-1/+1
|
* Always copy full actor handle in video-channels viewRigel Kent2020-03-053-3/+5
|
* Remove accounts from hinted potential search targetsRigel Kent2020-03-051-3/+3
|
* Add action hook, comments loaded (#2539)Chocobozzz2020-03-051-0/+1
| | | | | | * Adding action hook for video watch comments loaded * Adding requested changes for PR #2539
* Switch back to original text in privacy-concerns warningRigel Kent2020-03-051-6/+6
|
* Add ability to override search endpointChocobozzz2020-03-041-1/+6
|
* Fixing load more comments on infinite scroll (#2535)BitTube2020-03-041-4/+2
| | | | | | | | * Fixing load more comments on infinite scroll * Requested changes for load more comments fix * Removing extra space
* Fix i18n generationChocobozzz2020-02-281-3/+4
|
* Fix lintChocobozzz2020-02-281-1/+1
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-2844-229/+792
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-261-8/+4
|\
| * Correctly fix menu overflow on mobileChocobozzz2020-02-261-8/+4
| |
* | Provide z-index centralisation for lower componentsRigel Kent2020-02-214-3/+4
| |
* | Mark additional strings as translatable (#2507)Filip Bengtsson2020-02-218-11/+11
| |
* | Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-2112-43/+43
| | | | | | | | fixes #2085
* | Merge branch 'release/2.1.0' into developChocobozzz2020-02-201-0/+8
|\|
| * Fix scroll menu on touch devicesChocobozzz2020-02-201-0/+8
| |
* | Properly hide Watch Later when user logs outRigel Kent2020-02-191-1/+1
| |
* | Fix search parameter initialisation for search-typeaheadRigel Kent2020-02-182-4/+4
| |
* | Merge branch 'release/2.1.0' into developChocobozzz2020-02-172-2/+11
|\|
| * Fix instance get configChocobozzz2020-02-171-2/+5
| |
| * Fix playlist cache errorChocobozzz2020-02-171-0/+6
| |
* | Refactor email enabled functionChocobozzz2020-02-172-20/+10
| |
* | Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-175-2/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* | Fix search instructions for videosRigel Kent2020-02-131-1/+1
| |
* | Simplify code for search-typeaheadRigel Kent2020-02-135-27/+29
| |