aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix actor image updateChocobozzz2021-06-081-4/+4
|
* Try to speed up AP update transactionChocobozzz2021-06-088-44/+55
|
* Increase tests timeout for plugin helpersChocobozzz2021-06-081-1/+1
|
* Add logs for refresh functionsChocobozzz2021-06-085-6/+14
|
* Log rate AP fetch error as infoChocobozzz2021-06-081-1/+1
| | | | | It's not really a warning, we could have many invalid rates in the federation
* Fix nodeinfo endpointChocobozzz2021-06-081-120/+121
|
* Don't count deleted comment for repliesChocobozzz2021-06-083-9/+5
|
* Fix buildChocobozzz2021-06-081-1/+1
|
* Fix toEvenChocobozzz2021-06-082-5/+3
|
* Fix "height not divisible by 2" ffmpeg errorChocobozzz2021-06-083-8/+31
|
* Fix lintChocobozzz2021-06-082-2/+0
|
* Increase max image/caption/torrent upload sizeChocobozzz2021-06-081-4/+4
|
* Fix video upload with a capitalized extChocobozzz2021-06-089-46/+78
|
* Fix process delete promise returnChocobozzz2021-06-071-1/+1
|
* add video upload types, add doc middleware to more routesRigel Kent2021-06-064-12/+39
|
* createThumbnail -> updateThumbnailChocobozzz2021-06-047-34/+34
|
* add operationId doc middleware to so API endpointsRigel Kent2021-06-048-5/+32
|
* refactor docMiddleware to support operationId-only formRigel Kent2021-06-044-12/+15
|
* Fix CLI buildChocobozzz2021-06-041-2/+0
|
* fetch -> loadChocobozzz2021-06-039-45/+47
| | | | avoid confusion with AP fetch functions
* Move middleware utils in middlewaresChocobozzz2021-06-0368-336/+339
| | | | helpers modules should not import models
* Add tags to AP rate loggerChocobozzz2021-06-031-2/+4
|
* Refactor AP video logger tagsChocobozzz2021-06-035-18/+22
|
* Refactor AP actorsChocobozzz2021-06-0332-685/+753
|
* Refactor AP playlistsChocobozzz2021-06-0316-315/+403
|
* Use random port for mock servers in testsChocobozzz2021-06-032-4/+6
|
* 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
| |\|