aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Refactor server errors handlerChocobozzz2021-06-0211-45/+169
|
* 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-029-490/+455
|
* Refactor AP video updateChocobozzz2021-06-0212-937/+1062
|
* refactor error code values for URI compatibilityRigel Kent2021-06-022-12/+12
|
* correct error codes and backward compatRigel Kent2021-06-026-25/+31
|
* refactor deprecated body-parser usageRigel Kent2021-06-021-2/+2
|
* refactor API errors to standard error formatRigel Kent2021-06-0269-530/+747
|
* 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
|
* Implemented configurable minimum signup agePoslovitch2021-05-287-4/+12
| | | | | | | | | | | | | | 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
* Add tags to live loggerChocobozzz2021-05-282-46/+58
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-289-147/+191
| | | | And use them as default in client
* CleanupChocobozzz2021-05-289-315/+133
| | | | | 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-27204-2564/+3743
|\
| * Instance homepage support (#4007)Chocobozzz2021-05-2721-296/+648
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
| * Merge branch 'release/3.2.0' into developChocobozzz2021-05-261-1/+1
| |\
| | * Fix lintChocobozzz2021-05-261-1/+1
| | |
| * | Merge branch 'release/3.2.0' into developChocobozzz2021-05-263-46/+3
| |\|
| | * Fix broken lives handlingChocobozzz2021-05-261-0/+1
| | |
| | * Fix redundancy max sizeChocobozzz2021-05-262-46/+2
| | |
| * | Merge branch 'release/3.2.0' into developChocobozzz2021-05-251-10/+10
| |\|
| | * Increase plugin transcoding tests timeoutChocobozzz2021-05-251-10/+10
| | |
| | * Avoid error when file has no torrent fileChocobozzz2021-05-252-14/+20
| | |
| | * Fix duplicate ffmpeg preset option for liveChocobozzz2021-05-251-1/+0
| | |
| | * Fix broadcast message log levelChocobozzz2021-05-252-2/+2
| | |
| | * Fix 4106: default boolean plugin setting for frontendJohn Livingston2021-05-251-1/+1
| | |
| * | Avoid error when file has no torrent fileChocobozzz2021-05-252-14/+20
| | |
| * | Fix duplicate ffmpeg preset option for liveChocobozzz2021-05-251-1/+0
| | |
| * | Fix broadcast message log levelChocobozzz2021-05-252-2/+2
| | |
| * | Fix 4106: default boolean plugin setting for frontendJohn Livingston2021-05-251-1/+1
| | |
| * | Merge branch 'release/3.2.0' into developChocobozzz2021-05-141-1/+1
| |\|
| | * Fix logger warning levelChocobozzz2021-05-141-1/+1
| | |
| * | Inject server config in HTMLChocobozzz2021-05-145-21/+62
| | |
| * | Refactor a little bit controllersChocobozzz2021-05-1213-504/+624
| | |
| * | Stricter models typingChocobozzz2021-05-1253-93/+142
| | |
| * | Error if importing a torrent with multiple filesChocobozzz2021-05-112-8/+15
| | |
| * | Update READMEChocobozzz2021-05-111-4/+6
| | |
| * | Reorganize plugin modelsChocobozzz2021-05-1110-66/+54
| | |
| * | Cleanup shared modelsChocobozzz2021-05-1116-87/+90
| | |
| * | Cleanup models directory organizationChocobozzz2021-05-1188-195/+198
| | |
| * | Move transcoding files in their own directoryChocobozzz2021-05-117-20/+20
| | |
| * | Use a class for youtube-dlChocobozzz2021-05-118-312/+316
| |/
| * provide more schema examples in openapi specRigel Kent2021-05-111-0/+1
| |
| * Increase tests timeoutChocobozzz2021-05-101-2/+2
| |