Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use inner join and document code for viewr stats for channels | Rigel Kent | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Put channel stats behind withStats flag | Rigel Kent | 2020-03-31 | 2 | -2/+7 |
| | |||||
* | View stats for channels | Rigel Kent | 2020-03-31 | 1 | -1/+6 |
| | |||||
* | Add overview of a user's actions in user-edit (#2558) | Rigel Kent | 2020-03-27 | 4 | -6/+19 |
| | |||||
* | Describe user video settings checkboxes, put emphasis on p2p | Rigel Kent | 2020-03-23 | 3 | -0/+18 |
| | | | | | Also improve more info links about p2p and privacy in PeerTube, present in the privacy concern notice and in the video settings. | ||||
* | Correctly format video duration | Chocobozzz | 2020-03-18 | 1 | -6/+15 |
| | |||||
* | Declutter interface, hide RSS until hovering section title | Rigel Kent | 2020-03-11 | 1 | -0/+5 |
| | |||||
* | Handle overview pagination in client | Chocobozzz | 2020-03-11 | 1 | -3/+6 |
| | |||||
* | Better use of space and icons in plugins administration interface | Rigel Kent | 2020-03-10 | 1 | -1/+2 |
| | |||||
* | Use grid to organise settings in admin, my-account | Rigel Kent | 2020-03-10 | 2 | -2/+4 |
| | |||||
* | Servicify menu, close menu on admin for small and medium screens | Rigel Kent | 2020-03-10 | 1 | -0/+4 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 4 | -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 | ||||
* | Normalize modal close buttons, and cancel/submit button styles | Rigel Kent | 2020-03-06 | 5 | -11/+13 |
| | |||||
* | Remove title attribute from thumbnail in video miniature | Rigel Kent | 2020-03-06 | 1 | -1/+1 |
| | |||||
* | Always copy full actor handle in video-channels view | Rigel Kent | 2020-03-05 | 1 | -0/+2 |
| | |||||
* | Fix i18n generation | Chocobozzz | 2020-02-28 | 1 | -3/+4 |
| | |||||
* | Add visitor settings, rework logged-in dropdown (#2514) | Rigel Kent | 2020-02-28 | 9 | -24/+199 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Provide z-index centralisation for lower components | Rigel Kent | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | Mark additional strings as translatable (#2507) | Filip Bengtsson | 2020-02-21 | 2 | -3/+3 |
| | |||||
* | Properly hide Watch Later when user logs out | Rigel Kent | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | Fix search parameter initialisation for search-typeahead | Rigel Kent | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-17 | 1 | -0/+6 |
|\ | |||||
| * | Fix playlist cache error | Chocobozzz | 2020-02-17 | 1 | -0/+6 |
| | | |||||
* | | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Simplify code for search-typeahead | Rigel Kent | 2020-02-13 | 2 | -2/+2 |
| | | |||||
* | | Improve search typeahead performance and use native events | Rigel Kent | 2020-02-13 | 1 | -36/+38 |
| | | |||||
* | | Make the search helper change based on the server config | Rigel Kent | 2020-02-13 | 1 | -0/+11 |
| | | |||||
* | | Search typeahead initial design | Rigel Kent | 2020-02-13 | 2 | -0/+55 |
| | | |||||
* | | Fix list overflow when refreshing the page | Chocobozzz | 2020-02-13 | 1 | -9/+14 |
| | | |||||
* | | Add ListOverflow component to prevent sub-menu overflow | Rigel Kent | 2020-02-13 | 8 | -4/+217 |
| | | |||||
* | | Use angular 9 clipboard cdk | Chocobozzz | 2020-02-10 | 3 | -3/+5 |
| | | |||||
* | | Strict templates enabled | Chocobozzz | 2020-02-10 | 10 | -16/+18 |
| | | |||||
* | | Fix angular 9 build | Chocobozzz | 2020-02-10 | 7 | -8/+7 |
| | | |||||
* | | Update to angular 9 | Chocobozzz | 2020-02-10 | 3 | -7/+7 |
| | | |||||
* | | Fix signup limit validator, and add warning message. | Rigel Kent | 2020-01-31 | 1 | -1/+1 |
| | | |||||
* | | Cleanup some client FIXME | Chocobozzz | 2020-01-29 | 5 | -11/+25 |
| | | |||||
* | | Add origin instance URL in watch page | Chocobozzz | 2020-01-29 | 1 | -0/+15 |
| | | |||||
* | | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 7 | -22/+112 |
|/ | |||||
* | Fix e2e tests | Chocobozzz | 2020-01-23 | 3 | -10/+58 |
| | |||||
* | Update a little bit user dropdown message | Chocobozzz | 2020-01-21 | 3 | -3/+5 |
| | |||||
* | Add action dropdown descriptions | Rigel Kent | 2020-01-21 | 8 | -18/+46 |
| | |||||
* | Fix admin config form for auto follow | Chocobozzz | 2020-01-21 | 2 | -1/+2 |
| | |||||
* | Accessibility fixes for #2149 | Rigel Kent | 2020-01-21 | 2 | -4/+4 |
| | |||||
* | Add description for sensitive configuration options, reword others | Rigel Kent | 2020-01-15 | 2 | -16/+49 |
| | |||||
* | 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. | ||||
* | Avoid follow SQL conflicts | Chocobozzz | 2020-01-10 | 1 | -24/+29 |
| | |||||
* | Fix client build | Chocobozzz | 2020-01-10 | 2 | -12/+17 |
| | |||||
* | Fix subscribe-button for logged-out users | Rigel Kent | 2020-01-10 | 2 | -4/+4 |
| | |||||
* | Fix default avatar URL | Chocobozzz | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | Make subscribe buttons observe subscription statuses to synchronise | Rigel Kent | 2020-01-10 | 5 | -70/+144 |
| |