aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153)John Livingston2021-06-034-0/+31
| | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc.
* Use random port for mock servers in testsChocobozzz2021-06-033-6/+10
|
* Fix lintChocobozzz2021-06-031-1/+0
|
* Refactor server errors handlerChocobozzz2021-06-0220-60/+236
|
* Add tags to logs in AP videosChocobozzz2021-06-027-25/+46
|
* Refactor sync attributesChocobozzz2021-06-021-37/+50
|
* Refactor getOrCreateAPVideoChocobozzz2021-06-0219-209/+243
|
* Move AP video channel creationChocobozzz2021-06-025-83/+47
|
* Refactor AP video create/updateChocobozzz2021-06-0210-490/+457
|
* Refactor AP video updateChocobozzz2021-06-0212-937/+1062
|
* refactor error code values for URI compatibilityRigel Kent2021-06-024-23/+93
|
* correct error codes and backward compatRigel Kent2021-06-027-29/+35
|
* refactor deprecated body-parser usageRigel Kent2021-06-025-21/+25
|
* refactor API errors to standard error formatRigel Kent2021-06-0275-547/+785
|
* Remove annoying superfluous slashfrankstrater2021-06-021-1/+1
|
* move dependencies link to engines.yamlRigel Kent2021-06-021-1/+1
|
* Allow setting log level using PEERTUBE_LOG_LEVEL envvarJohan Fleury2021-06-021-0/+1
|
* Bumped to version v3.2.1Chocobozzz2021-06-013-3/+3
|
* TypoChocobozzz2021-06-011-2/+2
|
* Update changelogChocobozzz2021-06-011-0/+15
|
* Fix live image aspect ratio in theatre modeChocobozzz2021-06-012-1/+5
|
* Process redundancy stats in seriesChocobozzz2021-06-012-7/+6
|
* Add expiresOn indexChocobozzz2021-06-011-0/+3
|
* improve api param message for video names and tagsRigel Kent2021-05-313-8/+21
| | | | closes #4026
* improve api param message for datesRigel Kent2021-05-315-12/+20
|
* Show logo in mobile view (#4141)kontrollanten2021-05-311-4/+5
| | | | | * client: show logo in mobile view * client(menu): add space between burger and logo
* Remove unused codeChocobozzz2021-05-312-11/+1
|
* Fix /:@actor redirectionChocobozzz2021-05-311-8/+3
| | | | Fixes https://github.com/Chocobozzz/PeerTube/issues/4134
* Add ability to set custom markdown in descriptionChocobozzz2021-05-3134-48/+118
|
* Add help to custom markdown textareaChocobozzz2021-05-315-3/+20
|
* Move to libera.chatChocobozzz2021-05-312-2/+2
|
* Merge branch 'release/3.2.0' into developChocobozzz2021-05-281-4/+4
|\
| * Fix upgrade scriptChocobozzz2021-05-281-4/+4
| |
* | Support peertube button in custom markupChocobozzz2021-05-286-2/+75
| |
* | Replace local menu iconChocobozzz2021-05-288-14/+20
| |
* | Fix comment notification testChocobozzz2021-05-281-1/+1
| |
* | Merge branch 'release/3.2.0' into developChocobozzz2021-05-282-2/+2
|\|
| * Fix create account buttonChocobozzz2021-05-282-2/+2
| |
* | Remove unused componentChocobozzz2021-05-281-44/+0
| |
* | Implemented configurable minimum signup agePoslovitch2021-05-2821-11/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config
* | Update translationsChocobozzz2021-05-2841-3481/+3253
| |
* | Translated using Weblate (Chinese (Traditional))Jeff Huang2021-05-281-866/+1024
| | | | | | | | | | | | | | Currently translated at 100.0% (1784 of 1784 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
* | Translated using Weblate (Swedish)Filip Bengtsson2021-05-281-703/+848
| | | | | | | | | | | | | | Currently translated at 99.7% (1779 of 1784 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
* | Translated using Weblate (Galician)josé m2021-05-281-698/+843
| | | | | | | | | | | | | | Currently translated at 100.0% (1784 of 1784 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/
* | Translated using Weblate (Spanish)Berto Te2021-05-281-700/+845
| | | | | | | | | | | | | | Currently translated at 100.0% (1784 of 1784 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
* | Add tags to live loggerChocobozzz2021-05-282-46/+58
| |
* | Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-2836-215/+273
| | | | | | | | And use them as default in client
* | CleanupChocobozzz2021-05-2821-389/+213
| | | | | | | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead
* | Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-2864-30745/+28249
|\ \
| * | Use node 14 for gitlab ciChocobozzz2021-05-281-1/+1
| | |