aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Improve search typeahead performance and use native eventsRigel Kent2020-02-1314-199/+169
| |
* | Media queries to use variables when possibleRigel Kent2020-02-135-5/+6
| |
* | Make the search helper change based on the server configRigel Kent2020-02-135-12/+43
| |
* | Gracefully downsize search bar for mobile devicesRigel Kent2020-02-139-86/+88
| |
* | Add keyboard navigation and hepler to typeaheadRigel Kent2020-02-1311-86/+234
| |
* | Search typeahead initial designRigel Kent2020-02-139-22/+371
| |
* | Manage z-indexes in variablesRigel Kent2020-02-133-4/+6
| |
* | Fix list overflow when refreshing the pageChocobozzz2020-02-131-9/+14
| |
* | Fix menu z-index on mobile on watch pageChocobozzz2020-02-131-1/+1
| |
* | Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-1324-48/+278
| |
* | Fix user dropdown menu with long textsRigel Kent2020-02-121-1/+1
| | | | | | | | closes #2480
* | Only use basehrefChocobozzz2020-02-121-0/+6
| | | | | | | | Will allow us to use the localize option
* | Remove resume parameter when sharing a videoChocobozzz2020-02-101-2/+0
| |
* | Lint componentsChocobozzz2020-02-102-4/+4
| |
* | Use angular 9 clipboard cdkChocobozzz2020-02-106-6/+8
| |
* | Strict templates enabledChocobozzz2020-02-1029-45/+57
| |
* | Support i18n buildChocobozzz2020-02-101-10/+3
| |
* | Fix angular 9 buildChocobozzz2020-02-1017-18/+17
| |
* | Update to angular 9Chocobozzz2020-02-1013-20/+24
| |
* | Merge branch 'release/2.1.0' into developChocobozzz2020-02-071-1/+3
|\|
| * Support wma and wav audio filesChocobozzz2020-02-071-1/+3
| |
* | Fix i18nChocobozzz2020-02-042-2/+2
| |
* | Rephrase account/channel signup descriptionRigel Kent2020-02-032-2/+2
| |
* | text rewording (2)DontUseGithub2020-02-031-1/+1
| | | | | | | | | | | | | | | | | | > The channel name is a unique identifier of your channel on this and all the other instances. this is true if we consider "cats@domain.com" as "a channel". If by "a channel" you only mean "cats" then the text needs to be changed to something like: > The channel name is a unique identifier of your channel on this instance. Together with the domain name - it becomes unique across all instances. In any case, English native speakers I'm open to suggestions on how to improve this :)
* | text rewordingDontUseGithub2020-02-031-1/+1
| | | | | | | | | | | | | | | | | | > The username is a unique identifier of your account on this and all the other instances. this is true if we consider "john@domain.com" as "an account". If by "an account" you only mean "john" then the text needs to be changed to something like: > The username is a unique identifier of your account on this instances. Together with the domain name - it becomes unique across all instances. In any case, English native speakers I'm open to suggestions on how to improve this :)
* | Use a resolver for the about pageChocobozzz2020-02-034-32/+50
| |
* | Clearer description of the optionsFilip Bengtsson2020-02-021-3/+3
| | | | | | This is a more clear description of what the options will do.
* | Fix signup limit validator, and add warning message.Rigel Kent2020-01-313-3/+12
| |
* | Cleanup some client FIXMEChocobozzz2020-01-298-15/+27
| |