aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Optimize custom markup angular tagsChocobozzz2023-01-135-10/+15
| | | | We can use the on push strategy with these components
* Increase textarea debounce time for custom markupChocobozzz2023-01-133-3/+5
|
* 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-126-18/+25
|\
| * Fix support field when updating the videoChocobozzz2023-01-121-0/+3
| |
| * Fix ACL incompatibility with some s3 providersChocobozzz2023-01-125-18/+22
| | | | | | | | | | | | We'll move to another method in the future See https://github.com/Chocobozzz/PeerTube/issues/5497
* | Fix table column widthsChocobozzz2023-01-111-0/+1
| |
* | Increase tests timeoutChocobozzz2023-01-112-2/+2
| |
* | Refactor model utilsChocobozzz2023-01-1046-414/+418
| |
* | Fix comments SQL paginationChocobozzz2023-01-103-13/+23
| |
* | Fix types buildChocobozzz2023-01-092-5/+5
| | | | | | | | | | We use server tsc to build client types so it causes issues with client typescript version
* | Fix lintChocobozzz2023-01-091-1/+1
| |
* | Correctly fix buildChocobozzz2023-01-092-3/+2
| |
* | Fix buildChocobozzz2023-01-093-6/+6
| |
* | Add note regarding changelog for docker upgradeChocobozzz2023-01-091-1/+1
| |
* | Refactor table attributesChocobozzz2023-01-0913-137/+164
| |
* | Merge branch 'feature/SO035' into developChocobozzz2023-01-0931-297/+537
|\ \
| * | Redirect to default login url on 401Chocobozzz2023-01-045-33/+44
| | | | | | | | | | | | Can be an external URL
| * | External auth can update user on loginChocobozzz2023-01-0415-25/+214
| | |
| * | External auth can set more user fieldsChocobozzz2023-01-045-48/+54
| | | | | | | | | | | | videoQuota, videoQuotaDaily, adminFlags
| * | Add ability to customize token lifetimeChocobozzz2023-01-0411-195/+229
| | |
* | | Use raw sql for commentsChocobozzz2023-01-099-375/+621
| | |
* | | Merge branch 'release/5.0.0' into developChocobozzz2023-01-053-2/+19
|\ \ \ | | |/ | |/|
| * | Bumped to version v5.0.1v5.0.1Chocobozzz2023-01-052-2/+2
| | |
| * | Update changelogChocobozzz2023-01-041-0/+17
| | |
* | | Add tracker opentelemtry metricsChocobozzz2023-01-055-4/+61
| | |
* | | Implement getServerListeningConfig plugin helperChocobozzz2023-01-044-0/+25
| |/ |/|
* | Try to debug a CI issueChocobozzz2023-01-031-3/+9
| |
* | Prefer using sequelize replacements even for testsChocobozzz2023-01-033-63/+49
| |
* | Prevent hotkeys playback rate/seek with livesChocobozzz2022-12-304-39/+80
| |
* | Hide playback rate for livesChocobozzz2022-12-301-1/+3
| |
* | Remove dead linkChocobozzz2022-12-301-2/+0
| |
* | Merge branch 'release/5.0.0' into developChocobozzz2022-12-306-3/+35
|\|
| * Fix table pagination responsiveChocobozzz2022-12-301-1/+6
| |
| * Fix P2P with object storageChocobozzz2022-12-305-2/+29
| |
* | Process requests in correct orderChocobozzz2022-12-291-24/+38
| |
* | Reorder playlists when adding an elementChocobozzz2022-12-293-7/+15
| |
* | Try to fix github api rate limitChocobozzz2022-12-292-1/+12
| |
* | Fix buildChocobozzz2022-12-295-9/+21
| |
* | More robust player stats cardChocobozzz2022-12-291-2/+2
| |
* | feat(player/playbackRate): set rate with url paramkontrollanten2022-12-293-0/+8
| |
* | Log HLS fatal error with error label (#5484)kontrollanten2022-12-291-2/+2
| | | | | | | | | | * fix(client/p2p-media-loader): logg err upon fatal * feat(client/p2p-media-loader): err log currentTime
* | Fix incorrect merge with hls.js dependencyChocobozzz2022-12-282-5/+5
| |
* | Improve sync channel loggingChocobozzz2022-12-281-1/+1
| |
* | Prevent sending log error to server on 404Chocobozzz2022-12-282-1/+13
| |
* | More robust short to complete uuid error handlerChocobozzz2022-12-281-1/+7
| |
* | Improve upgrade documentationChocobozzz2022-12-282-25/+31
| |
* | Upgrade player p2p dependencyChocobozzz2022-12-232-11/+11
| |
* | Fix sync testsChocobozzz2022-12-231-1/+2
| |