aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Add missing requirements on email in OpenAPIWicklow2023-02-231-0/+4
|
* Fix filters on playlistsWicklow2023-02-231-2/+65
|
* Update doc anchor linksChocobozzz2023-02-233-6/+6
|
* Move to new documentation linksChocobozzz2023-02-226-20/+20
|
* Fix embed doc title hierarchyChocobozzz2023-02-221-40/+40
|
* TypoChocobozzz2023-02-221-1/+1
|
* Prefer absolute links in docChocobozzz2023-02-223-3/+3
|
* Fix translation docChocobozzz2023-02-221-9/+17
|
* Fix list registrations api docChocobozzz2023-02-161-1/+13
|
* Fix channel update/create openapi docChocobozzz2023-02-151-2/+12
|
* Pointer to Debian guide on how to add a sudo userNuño Sempere2023-02-131-1/+1
|
* Update docker.mdruvilonix2023-02-131-3/+10
| | | | | | | 1. I don't know if you're supposed to do something other than enter `$EDITOR ./docker-compose.yml` into terminal, but when I did that it gave a permission error, so I just used nano. Same with `.env`. 2. Newer versions of Docker Compose use the command `docker compose`, not `docker-compose`. 3. Grepping the password from logs was not working. I looked at the full logs, and I didn't see anything about a password. I added how to set a custom password. Maybe the grepping part should be removed or changed to make it work.
* Add ability to not send an email for registrationChocobozzz2023-01-201-0/+3
|
* Add signup approval API REST docChocobozzz2023-01-191-18/+276
|
* Add note regarding changelog for docker upgradeChocobozzz2023-01-091-1/+1
|
* External auth can update user on loginChocobozzz2023-01-041-1/+21
|
* Remove dead linkChocobozzz2022-12-301-2/+0
|
* Improve upgrade documentationChocobozzz2022-12-281-14/+20
|
* Don't not autoplay live without autoplay settingChocobozzz2022-12-141-5/+1
|
* Support reinjecting token in private m3u8 playlistChocobozzz2022-12-021-1/+8
|
* Add missing uuids search query docChocobozzz2022-11-231-0/+9
|
* Fix: missing peertube version in documentationJohn Livingston2022-11-021-0/+2
|
* Breaking API: Consistency with role id/labelChocobozzz2022-10-281-7/+10
|
* Add a note about worker_connections in docChocobozzz2022-10-261-0/+2
|
* Update nginx templateChocobozzz2022-10-251-5/+13
| | | | Add rate limit to download and private static files
* Put private videos under a specific subdirectoryChocobozzz2022-10-242-397/+519
|
* Add ability for plugins to register ws routesChocobozzz2022-10-112-0/+41
|
* Fill documentation with required secret confChocobozzz2022-10-104-2/+15
|
* Add open api doc for two factor authChocobozzz2022-10-071-0/+106
|
* server: serve files from storage/well-known (#5214)kontrollanten2022-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * server: serve files from storage/well-known closes #5206 * well-known: add tests * test: try to skip new tests * test: another try * fix(config/prod): well_known path * test: fix broken tests * Update misc-endpoints.ts * Use getDirectoryPath for tests * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Live supports object storageChocobozzz2022-10-041-1/+0
| | | | | | | | * Sync live files (segments, master playlist, resolution playlist, segment sha file) into object storage * Automatically delete them when the live ends * Segment sha file is now a file on disk, and not stored in memory anymore
* Update docChocobozzz2022-09-281-1/+1
| | | | We use IMPORTANT NOTES instead of BREAKING CHANGES now
* Support only ffmpeg >= 4.3Chocobozzz2022-09-271-1/+1
| | | | | We have issues with video import when merging vp9 in mp4 container with lower versions
* Update dependencies version supported by peertubeChocobozzz2022-09-271-1/+12
|
* Adding peertube-plugin-quickstart-typescript in the documentation.John Livingston2022-09-161-1/+4
|
* Escape % signs in crontab example (CLI tools docs)Thomas Kuntz2022-09-161-1/+1
| | | % is a special character for crontab. From man 5 crontab: A "%" character in the command, unless escaped with a backslash (\), will be changed into newline characters, and all data after the first % will be sent to the command as standard input.
* Update release.md processChocobozzz2022-09-131-0/+1
|
* Update dependencies to use node 16Chocobozzz2022-09-091-7/+7
|
* Add missing removeEventListener docChocobozzz2022-09-091-0/+4
|
* Add @peertube/embed-api release docChocobozzz2022-09-091-0/+12
|
* Add playback metric endpoint sent to OTELChocobozzz2022-08-161-38/+95
|
* Allow continusously printing logs through tail and parse-logFlorent2022-08-161-0/+13
|
* Add ability to use docker on localChocobozzz2022-08-112-7/+8
|
* Add missing openapiChocobozzz2022-08-101-0/+39
|
* Add ability to list imports of a channel syncChocobozzz2022-08-101-0/+14
|
* Channel sync (#5135)Florent2022-08-101-1/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add external channel URL for channel update / creation (#754) * Disallow synchronisation if user has no video quota (#754) * More constraints serverside (#754) * Disable sync if server configuration does not allow HTTP import (#754) * Working version synchronizing videos with a job (#754) TODO: refactoring, too much code duplication * More logs and try/catch (#754) * Fix eslint error (#754) * WIP: support synchronization time change (#754) * New frontend #754 * WIP: Create sync front (#754) * Enhance UI, sync creation form (#754) * Warning message when HTTP upload is disallowed * More consistent names (#754) * Binding Front with API (#754) * Add a /me API (#754) * Improve list UI (#754) * Implement creation and deletion routes (#754) * Lint (#754) * Lint again (#754) * WIP: UI for triggering import existing videos (#754) * Implement jobs for syncing and importing channels * Don't sync videos before sync creation + avoid concurrency issue (#754) * Cleanup (#754) * Cleanup: OpenAPI + API rework (#754) * Remove dead code (#754) * Eslint (#754) * Revert the mess with whitespaces in constants.ts (#754) * Some fixes after rebase (#754) * Several fixes after PR remarks (#754) * Front + API: Rename video-channels-sync to video-channel-syncs (#754) * Allow enabling channel sync through UI (#754) * getChannelInfo (#754) * Minor fixes: openapi + model + sql (#754) * Simplified API validators (#754) * Rename MChannelSync to MChannelSyncChannel (#754) * Add command for VideoChannelSync (#754) * Use synchronization.enabled config (#754) * Check parameters test + some fixes (#754) * Fix conflict mistake (#754) * Restrict access to video channel sync list API (#754) * Start adding unit test for synchronization (#754) * Continue testing (#754) * Tests finished + convertion of job to scheduler (#754) * Add lastSyncAt field (#754) * Fix externalRemoteUrl sort + creation date not well formatted (#754) * Small fix (#754) * Factorize addYoutubeDLImport and buildVideo (#754) * Check duplicates on channel not on users (#754) * factorize thumbnail generation (#754) * Fetch error should return status 400 (#754) * Separate video-channel-import and video-channel-sync-latest (#754) * Bump DB migration version after rebase (#754) * Prettier states in UI table (#754) * Add DefaultScope in VideoChannelSyncModel (#754) * Fix audit logs (#754) * Ensure user can upload when importing channel + minor fixes (#754) * Mark synchronization as failed on exception + typos (#754) * Change REST API for importing videos into channel (#754) * Add option for fully synchronize a chnanel (#754) * Return a whole sync object on creation to avoid tricks in Front (#754) * Various remarks (#754) * Single quotes by default (#754) * Rename synchronization to video_channel_synchronization * Add check.latest_videos_count and max_per_user options (#754) * Better channel rendering in list #754 * Allow sorting with channel name and state (#754) * Add missing tests for channel imports (#754) * Prefer using a parent job for channel sync * Styling * Client styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* document parallel depedency and how to install itFlorent2022-08-011-1/+7
| | | Also document how to install exiftool
* Add studio API documentationChocobozzz2022-08-011-0/+87
|
* Include video file id in APIChocobozzz2022-07-291-0/+2
|
* Remove redundant sectionChocobozzz2022-07-201-6/+0
|