aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add x-powered-by headerChocobozzz2023-02-273-5/+9
|
* Add server hooks for listing subscriptionWicklow2023-02-253-2/+36
|
* Improve image test comparisonChocobozzz2023-02-2414-17/+48
|
* Fix filters on playlistsWicklow2023-02-233-7/+57
|
* Update doc anchor linksChocobozzz2023-02-231-1/+1
|
* Fix typoChocobozzz2023-02-231-1/+1
|
* Move to new documentation linksChocobozzz2023-02-225-9/+9
|
* Fix #5614: do not log bearerToken.John Livingston2023-02-171-1/+1
|
* Fix dev instance following test instancesChocobozzz2023-02-173-5/+2
|
* Fix CIChocobozzz2023-02-172-7/+6
|
* Update bullmqChocobozzz2023-02-162-34/+6
| | | | Requires redis >= 6.2
* Update server dependenciesChocobozzz2023-02-167-10/+12
|
* Move webfinger controller in well known routerChocobozzz2023-02-153-46/+30
|
* Move cli.ts in a private shared directoryChocobozzz2023-02-159-10/+10
| | | | It's only used by cli scripts of this directory
* Fix "unique viewers" inconsistency with countriesChocobozzz2023-02-151-5/+20
|
* Reencode the video on cutChocobozzz2023-02-142-8/+24
| | | | | Unfortunately copying audio/video is not precise enough and could lead to inconsistencies
* Fix audio out of synced on studio cutChocobozzz2023-02-141-1/+4
|
* Fix CI timeoutChocobozzz2023-02-141-0/+2
|
* Fix retrying update on sql serialization conflictChocobozzz2023-02-146-33/+14
|
* Refactor playlist creation for livesChocobozzz2023-01-273-53/+54
|
* Merge branch 'release/5.0.0' into developChocobozzz2023-01-276-16/+89
|\
| * Fix live with base url object storageChocobozzz2023-01-276-16/+89
| |
* | Try to debug test timeoutChocobozzz2023-01-241-0/+3
| |
* | Add user registration policy infoChocobozzz2023-01-231-0/+5
| |
* | Add ability to not send an email for registrationChocobozzz2023-01-203-6/+60
| |
* | Add more signup limit testsChocobozzz2023-01-191-4/+35
| |
* | Merge branch 'release/5.0.0' into developChocobozzz2023-01-191-1/+1
|\|
| * Fix signup limitChocobozzz2023-01-191-1/+1
| |
* | (breaking): Always list nsfw videos in playlistsChocobozzz2023-01-193-39/+22
| | | | | | | | | | | | Keep the same behaviour as unlisted videos The frontend is in charge to blur the video element if the nsfw setting is "hide" or "blur"
* | Use unknown when category is not setChocobozzz2023-01-193-3/+3
| | | | | | | | Unstead of Misc, that could be a real category
* | Warn on too big max upload partChocobozzz2023-01-191-1/+6
| |
* | Fix broken mergeChocobozzz2023-01-191-2/+16
| |
* | Fix semver comparisonChocobozzz2023-01-192-0/+32
| |
* | Add missing url unique index in local video viewerChocobozzz2023-01-193-17/+34
| |
* | Add signup approval API testsChocobozzz2023-01-1925-416/+1214
| |
* | Implement signup approval in serverChocobozzz2023-01-1942-442/+1470
| |
* | Don't need a special comment sort functionChocobozzz2023-01-122-16/+2
| |
* | Optimize again comments list sql queryChocobozzz2023-01-123-16/+38
| |
* | Merge branch 'release/5.0.0' into developChocobozzz2023-01-123-18/+18
|\|
| * Fix ACL incompatibility with some s3 providersChocobozzz2023-01-123-18/+18
| | | | | | | | | | | | We'll move to another method in the future See https://github.com/Chocobozzz/PeerTube/issues/5497
* | Increase tests timeoutChocobozzz2023-01-112-2/+2
| |
* | Refactor model utilsChocobozzz2023-01-1046-414/+418
| |
* | Fix comments SQL paginationChocobozzz2023-01-103-13/+23
| |
* | Fix lintChocobozzz2023-01-091-1/+1
| |
* | Correctly fix buildChocobozzz2023-01-091-2/+2
| |
* | Refactor table attributesChocobozzz2023-01-0913-137/+164
| |
* | Merge branch 'feature/SO035' into developChocobozzz2023-01-0922-262/+461
|\ \
| * | External auth can update user on loginChocobozzz2023-01-0414-24/+193
| | |
| * | External auth can set more user fieldsChocobozzz2023-01-045-48/+54
| | | | | | | | | | | | videoQuota, videoQuotaDaily, adminFlags
| * | Add ability to customize token lifetimeChocobozzz2023-01-048-194/+218
| | |