Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-17 | 2 | -2/+11 |
|\ | |||||
| * | Fix instance get config | Chocobozzz | 2020-02-17 | 1 | -2/+5 |
| | | |||||
| * | Fix playlist cache error | Chocobozzz | 2020-02-17 | 1 | -0/+6 |
| | | |||||
* | | Refactor email enabled function | Chocobozzz | 2020-02-17 | 2 | -20/+10 |
| | | |||||
* | | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 5 | -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 videos | Rigel Kent | 2020-02-13 | 1 | -1/+1 |
| | | |||||
* | | Simplify code for search-typeahead | Rigel Kent | 2020-02-13 | 5 | -27/+29 |
| | | |||||
* | | Improve search typeahead performance and use native events | Rigel Kent | 2020-02-13 | 14 | -199/+169 |
| | | |||||
* | | Media queries to use variables when possible | Rigel Kent | 2020-02-13 | 5 | -5/+6 |
| | | |||||
* | | Make the search helper change based on the server config | Rigel Kent | 2020-02-13 | 5 | -12/+43 |
| | | |||||
* | | Gracefully downsize search bar for mobile devices | Rigel Kent | 2020-02-13 | 9 | -86/+88 |
| | | |||||
* | | Add keyboard navigation and hepler to typeahead | Rigel Kent | 2020-02-13 | 11 | -86/+234 |
| | | |||||
* | | Search typeahead initial design | Rigel Kent | 2020-02-13 | 9 | -22/+371 |
| | | |||||
* | | Manage z-indexes in variables | Rigel Kent | 2020-02-13 | 3 | -4/+6 |
| | | |||||
* | | Fix list overflow when refreshing the page | Chocobozzz | 2020-02-13 | 1 | -9/+14 |
| | | |||||
* | | Fix menu z-index on mobile on watch page | Chocobozzz | 2020-02-13 | 1 | -1/+1 |
| | | |||||
* | | Add ListOverflow component to prevent sub-menu overflow | Rigel Kent | 2020-02-13 | 24 | -48/+278 |
| | | |||||
* | | Fix user dropdown menu with long texts | Rigel Kent | 2020-02-12 | 1 | -1/+1 |
| | | | | | | | | closes #2480 | ||||
* | | Only use basehref | Chocobozzz | 2020-02-12 | 1 | -0/+6 |
| | | | | | | | | Will allow us to use the localize option | ||||
* | | Remove resume parameter when sharing a video | Chocobozzz | 2020-02-10 | 1 | -2/+0 |
| | | |||||
* | | Lint components | Chocobozzz | 2020-02-10 | 2 | -4/+4 |
| | | |||||
* | | Use angular 9 clipboard cdk | Chocobozzz | 2020-02-10 | 6 | -6/+8 |
| | | |||||
* | | Strict templates enabled | Chocobozzz | 2020-02-10 | 29 | -45/+57 |
| | | |||||
* | | Support i18n build | Chocobozzz | 2020-02-10 | 1 | -10/+3 |
| | | |||||
* | | Fix angular 9 build | Chocobozzz | 2020-02-10 | 17 | -18/+17 |
| | | |||||
* | | Update to angular 9 | Chocobozzz | 2020-02-10 | 13 | -20/+24 |
| | | |||||
* | | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-07 | 1 | -1/+3 |
|\| | |||||
| * | Support wma and wav audio files | Chocobozzz | 2020-02-07 | 1 | -1/+3 |
| | | |||||
* | | Fix i18n | Chocobozzz | 2020-02-04 | 2 | -2/+2 |
| | | |||||
* | | Rephrase account/channel signup description | Rigel Kent | 2020-02-03 | 2 | -2/+2 |
| | | |||||
* | | text rewording (2) | DontUseGithub | 2020-02-03 | 1 | -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 rewording | DontUseGithub | 2020-02-03 | 1 | -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 page | Chocobozzz | 2020-02-03 | 4 | -32/+50 |
| | | |||||
* | | Clearer description of the options | Filip Bengtsson | 2020-02-02 | 1 | -3/+3 |
| | | | | | | This is a more clear description of what the options will do. | ||||
* | | Fix signup limit validator, and add warning message. | Rigel Kent | 2020-01-31 | 3 | -3/+12 |
| | | |||||
* | | Cleanup some client FIXME | Chocobozzz | 2020-01-29 | 8 | -15/+27 |
| | | |||||
* | | Add origin instance URL in watch page | Chocobozzz | 2020-01-29 | 2 | -0/+20 |
| | | |||||
* | | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 23 | -65/+489 |
|/ | |||||
* | Fix e2e tests | Chocobozzz | 2020-01-23 | 3 | -10/+58 |
| | |||||
* | Fix is managaeble for channels | Chocobozzz | 2020-01-22 | 3 | -33/+48 |
| | |||||
* | Fix is managaeble error | Chocobozzz | 2020-01-22 | 3 | -22/+27 |
| | |||||
* | Update a little bit user dropdown message | Chocobozzz | 2020-01-21 | 4 | -4/+6 |
| | |||||
* | Center search fields (my videos/playlists) | Chocobozzz | 2020-01-21 | 4 | -8/+9 |
| | |||||
* | Add action dropdown descriptions | Rigel Kent | 2020-01-21 | 14 | -52/+86 |
| | |||||
* | Cleanup login form | Chocobozzz | 2020-01-21 | 4 | -53/+9 |
| | |||||
* | Fix admin config form for auto follow | Chocobozzz | 2020-01-21 | 4 | -12/+14 |
| | |||||
* | Accessibility fixes for #2149 | Rigel Kent | 2020-01-21 | 12 | -17/+22 |
| | |||||
* | Add manage buttons for own channels and account, video counts (#2421) | Rigel Kent | 2020-01-21 | 9 | -5/+58 |
| | | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color | ||||
* | Add description for sensitive configuration options, reword others | Rigel Kent | 2020-01-15 | 6 | -50/+105 |
| | |||||
* | Fix OnInit for subscribe button | Rigel Kent | 2020-01-14 | 2 | -21/+24 |
| | | | | | | Fixing regression introduced in a004ff172638083d69ed1028d18c9b6222d24da6 that initialized component for accounts with no channels before changing the input a second time. |