aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Swedish)Filip Bengtsson2020-07-311-45/+44
| | | | | | | Currently translated at 100.0% (1436 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
* Translated using Weblate (French (France))Laurent Ettouati2020-07-311-40/+32
| | | | | | | Currently translated at 100.0% (1436 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
* Fix video only HLS on iosChocobozzz2020-07-311-2/+6
|
* Fix top menu dropdownChocobozzz2020-07-311-0/+4
|
* Fix user list viewChocobozzz2020-07-311-8/+8
|
* Fix client testsChocobozzz2020-07-311-61/+59
|
* Fix buildChocobozzz2020-07-311-0/+2
| | | | (my bad)
* Fix testsChocobozzz2020-07-314-7/+7
|
* Add openapi docChocobozzz2020-07-316-19/+118
|
* Add migrations for abuse messagesChocobozzz2020-07-3118-43/+189
|
* Add abuse messages/states notificationsChocobozzz2020-07-3119-48/+510
|
* Add abuse messages management in my accountChocobozzz2020-07-3147-889/+1184
|
* Add abuse message management in adminChocobozzz2020-07-3117-29/+326
|
* Add server API to abuse messagesChocobozzz2020-07-3128-193/+1038
|
* Increase timeout for moderation notificationsChocobozzz2020-07-311-6/+6
|
* Execute external tests on scheduleChocobozzz2020-07-312-3/+4
|
* Correctly test ldapChocobozzz2020-07-314-35/+7
|
* DISABLE_HTTP_IMPORT_TESTS on non scheduled testsChocobozzz2020-07-311-2/+9
|
* Test ldapChocobozzz2020-07-313-78/+7
|
* Don't run in parallel cli and plugin testsChocobozzz2020-07-315-17/+19
|
* Fix lintChocobozzz2020-07-316-130/+135
|
* Use parallel to run tests in parallelChocobozzz2020-07-317-114/+57
|
* Don't rely on youtube for testsChocobozzz2020-07-3110-49/+64
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* Add github workflowsChocobozzz2020-07-311-0/+73
|
* Revert user-menu dropdown active class on sub-menu and autoclose only on ↵kimsible2020-07-311-6/+2
| | | | outside click
* Improve (accessibility title) and move action-buttons on left in tables (#2980)Kim2020-07-3119-73/+104
| | | | | | | | | | | * Improve and move action-buttons on left in tables * Focus on my-delete and my-button * Correct spaces syntax * Move user-action dropdown on the left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵Kim2020-07-314-79/+371
| | | | | | | | | | | | | | | | | playlists urls (#2996) * Add open-graph and twitter-card metas to accounts and video-channels * Add open-graph and twitter-card to video-playlists watch view * Refactor meta-tags creation server-side * Add client.ts tests for account, channel and playlist tags * Correct lint forbidden spaces * Correct test regression on client.ts Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* test search for subscriptions and video-channelsRigel Kent2020-07-297-10/+77
|
* adapt notifications buttons for small screensRigel Kent2020-07-296-7/+43
|
* modify user-quota to match account settings styleRigel Kent2020-07-294-17/+19
|
* harmonize search for librariesRigel Kent2020-07-2932-102/+295
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-2917-60/+230
| | | | statuses
* allow sorting notificationsRigel Kent2020-07-298-12/+128
|
* fix margin-left for edit-buttonRigel Kent2020-07-292-1/+2
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-2811-57/+186
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Switch examples to curl since httpie has a 512MB limit (#3012)Jinn Koriech2020-07-281-15/+18
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* correct regressions on sub-menu for account and admin (#3004)Kim2020-07-242-7/+9
|
* Display user quota progress bars above upload form (#2981)Kim2020-07-2411-77/+141
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Hide generic channel display name and avatar on watch view (#2988)Kim2020-07-245-13/+57
| | | | | | | | | * Hide generic channel display name on watch view * Hide generic channel avatar on watch view * Add Default username channel as a generic channel display-name Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* fix position for sub-menus with actorRigel Kent2020-07-231-0/+2
| | | | fixes ed5bb517266c80904c44bf44a335f1003f5aa277
* separate menu options from their values, remove their chevronRigel Kent2020-07-231-6/+6
|
* Fix compilationChocobozzz2020-07-231-1/+1
|
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-2329-97/+169
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Update my-account sub-menus icons (#2977)Kim2020-07-237-8/+30
| | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix: disable vertical scroll instead of hide on desktop browserskimsible2020-07-232-0/+12
|
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-218-18/+44
|\
| * Bumped to version v2.3.0v2.3.0Chocobozzz2020-07-213-3/+3
| |
| * Update changelogChocobozzz2020-07-211-0/+5
| |
| * Update changelogChocobozzz2020-07-211-11/+32
| |
| * Fix E2E testsChocobozzz2020-07-214-4/+4
| |