aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Don't display scope fitler on account/channel pagesChocobozzz2021-08-3010-6/+32
|
* forceConsistentCasingInFileNames to trueChocobozzz2021-08-303-4/+5
|
* Add account setup message to welcome alert after signupMs Kimsible2021-08-301-0/+4
|
* Add peertube import testChocobozzz2021-08-273-1/+34
|
* esModuleInterop to trueChocobozzz2021-08-27208-425/+444
|
* Try to fix weird CI test crashesChocobozzz2021-08-272-0/+33
|
* Update changelogChocobozzz2021-08-271-2/+7
|
* Update changelogChocobozzz2021-08-272-1/+82
|
* Allow accounts to skip account setup modalChocobozzz2021-08-2723-156/+242
|
* Avoid layout shift in account setup modalChocobozzz2021-08-273-3/+5
|
* Don't display account setup modal on signupChocobozzz2021-08-272-5/+14
| | | | Don't bother user with a modal just after signup
* Don't throw when there is no errorChocobozzz2021-08-261-1/+3
|
* Remove too much log for webtorrent downloadChocobozzz2021-08-261-1/+1
|
* More logs for webtorrent downloadChocobozzz2021-08-262-5/+12
|
* Custom markup container default to space betweenChocobozzz2021-08-262-0/+4
|
* Update server dependenciesChocobozzz2021-08-262-368/+408
|
* Fix test event leakChocobozzz2021-08-261-10/+11
|
* Update translationsChocobozzz2021-08-2641-13057/+23675
|
* Merge remote-tracking branch 'weblate/develop' into developChocobozzz2021-08-269-5525/+5518
|\
| * Translated using Weblate (Polish)knuxify2021-08-261-839/+838
| | | | | | | | | | | | | | Currently translated at 99.5% (1801 of 1809 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pl/
| * Translated using Weblate (Galician)josé m2021-08-261-783/+782
| | | | | | | | | | | | | | Currently translated at 100.0% (1809 of 1809 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/
| * Translated using Weblate (Gaelic)GunChleoc2021-08-261-1/+1
| | | | | | | | | | | | | | Currently translated at 100.0% (247 of 247 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/gd/
| * Translated using Weblate (Gaelic)GunChleoc2021-08-261-781/+780
| | | | | | | | | | | | | | Currently translated at 100.0% (1809 of 1809 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gd/
| * Translated using Weblate (Chinese (Traditional))Jeff Huang2021-08-261-779/+778
| | | | | | | | | | | | | | Currently translated at 100.0% (1809 of 1809 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
| * Translated using Weblate (German)Simon Brosdetzko2021-08-261-1/+1
| | | | | | | | | | | | | | Currently translated at 100.0% (247 of 247 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/de/
| * Translated using Weblate (Russian)Александр2021-08-261-780/+779
| | | | | | | | | | | | | | Currently translated at 100.0% (1809 of 1809 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
| * Translated using Weblate (Spanish)Berto Te2021-08-261-781/+780
| | | | | | | | | | | | | | Currently translated at 100.0% (1809 of 1809 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
| * Translated using Weblate (German)Simon Brosdetzko2021-08-261-780/+779
| | | | | | | | | | | | | | Currently translated at 100.0% (1809 of 1809 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
* | Better logs for redundancyChocobozzz2021-08-263-23/+51
|/
* Fix redundancy remove on host redundancy updateChocobozzz2021-08-263-15/+48
|
* Better logs for transcodingChocobozzz2021-08-261-13/+28
|
* Fix E2E testsChocobozzz2021-08-261-1/+1
|
* Fix archlinux depChocobozzz2021-08-261-12/+12
|
* Update client dependenciesChocobozzz2021-08-264-238/+304
|
* Update contributor listChocobozzz2021-08-262-19/+46
|
* Remove useless asyncChocobozzz2021-08-2635-43/+49
|
* Rename jobs list commandChocobozzz2021-08-265-9/+9
|
* Use postgres 10 for testsChocobozzz2021-08-261-1/+1
|
* No need to install client dependencies for upgradeChocobozzz2021-08-261-1/+1
|
* Fix user quota alerts always displayed (#4354)Ms Kimsible2021-08-264-29/+40
| | | | | | | * Fix user quota alerts display on upload page * Fix border-radius upload messages alerts Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Inform user to fill account profile and channels (#4352)Ms Kimsible2021-08-2617-4/+232
| | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Support proxies for PeerTube (#4346)smilekison2021-08-257-3/+191
| | | | | | | | | | | * Updated with latest code * Updated Support proxies for PeerTube * Support Proxies for PeerTube (Updated with change request) * Cleanup proxy PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Merge branch 'feature/video-filters' into developChocobozzz2021-08-2597-1896/+2610
|\
| * Add video filters to common video pagesChocobozzz2021-08-2597-1896/+2610
| |
* | Update upload message filter hook nameChocobozzz2021-08-252-2/+2
| |
* | Alert user for low quota and video auto-block on upload page (#4336)Ms Kimsible2021-08-2510-20/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com>
* | Dependencies RHEL8 (#4337)Frank Sträter2021-08-241-3/+126
| | | | | | | | | | * Add guide for RHEL 8 * Remove hash comments in shell scripts to avoid root prompt confusion
* | Update client dependenciesChocobozzz2021-08-191-296/+275
| |
* | Fix object storage migrationChocobozzz2021-08-191-18/+16
|/ | | | It's too long on big instances
* Fix live/upload redirectionChocobozzz2021-08-184-7/+16
|