aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-123-9/+10
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* Merge branch 'next' into developChocobozzz2021-10-111-161/+0
|\
| * Remove peertube watch and peertube replChocobozzz2021-09-101-161/+0
| | | | | | | | | | I don't have time to maintain these scripts that cause some install issues/maintenance difficulties
* | Add Python symlink step for Gentoofrankstrater2021-10-081-0/+6
| |
* | Add warning about community maintenance for dependenciesSansPseudoFix2021-10-081-0/+2
|/
* Add restart peertube info in upgrade docChocobozzz2021-09-091-0/+1
|
* Improve release docChocobozzz2021-09-091-1/+1
|
* Add dev lib documentationChocobozzz2021-09-071-0/+10
|
* Remove old s3 method nginx configChocobozzz2021-09-071-6/+0
|
* Fix NSFW filter and add testsChocobozzz2021-09-031-0/+15
|
* Add note about global pythonChocobozzz2021-09-021-6/+25
|
* Improve e2e workflow and add docChocobozzz2021-09-021-0/+72
|
* Update changelogChocobozzz2021-08-271-1/+1
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-0/+4
|
* Fix archlinux depChocobozzz2021-08-261-12/+12
|
* Dependencies RHEL8 (#4337)Frank Sträter2021-08-241-3/+126
| | | | | * Add guide for RHEL 8 * Remove hash comments in shell scripts to avoid root prompt confusion
* Remove optimize old videos scriptChocobozzz2021-08-171-18/+0
| | | | It is not compatible with HLS and I don't have time to maintain it
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for saving video files to object storage * Add support for custom url generation on s3 stored files Uses two config keys to support url generation that doesn't directly go to (compatible s3). Can be used to generate urls to any cache server or CDN. * Upload files to s3 concurrently and delete originals afterwards * Only publish after move to object storage is complete * Use base url instead of url template * Fix mistyped config field * Add rudenmentary way to download before transcode * Implement Chocobozzz suggestions https://github.com/Chocobozzz/PeerTube/pull/4290#issuecomment-891670478 The remarks in question: Try to use objectStorage prefix instead of s3 prefix for your function/variables/config names Prefer to use a tree for the config: s3.streaming_playlists_bucket -> object_storage.streaming_playlists.bucket Use uppercase for config: S3.STREAMING_PLAYLISTS_BUCKETINFO.bucket -> OBJECT_STORAGE.STREAMING_PLAYLISTS.BUCKET (maybe BUCKET_NAME instead of BUCKET) I suggest to rename moveJobsRunning to pendingMovingJobs (or better, create a dedicated videoJobInfo table with a pendingMove & videoId columns so we could also use this table to track pending transcoding jobs) https://github.com/Chocobozzz/PeerTube/pull/4290/files#diff-3e26d41ca4bda1de8e1747af70ca2af642abcc1e9e0bfb94239ff2165acfbde5R19 uses a string instead of an integer I think we should store the origin object storage URL in fileUrl, without base_url injection. Instead, inject the base_url at "runtime" so admins can easily change this configuration without running a script to update DB URLs * Import correct function * Support multipart upload * Remove import of node 15.0 module stream/promises * Extend maximum upload job length Using the same value as for redundancy downloading seems logical * Use dynamic part size for really large uploads Also adds very small part size for local testing * Fix decreasePendingMove query * Resolve various PR comments * Move to object storage after optimize * Make upload size configurable and increase default * Prune webtorrent files that are stored in object storage * Move files after transcoding jobs * Fix federation * Add video path manager * Support move to external storage job in client * Fix live object storage tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Standard output type syslog is obsolete in systemedROBERT MCDOWELL2021-08-051-2/+0
| | | | | removing the setting StandardOutput StandardError
* Update plugin docChocobozzz2021-07-301-7/+16
|
* Adding Rocky Linux 8.4WingsLikeEagles2021-07-281-0/+45
| | | | Adding documentation for Rocky Linux 8.4 Adapted from CentOS 8... but seems like there is stuff missing from that section.
* Merge branch 'next' into developChocobozzz2021-07-211-7/+11
|\
| * Add ability for instances to follow any actorChocobozzz2021-07-211-7/+11
| |
* | Merge branch 'constant-registry' into developChocobozzz2021-07-211-10/+18
|\ \ | |/ |/|
| * Introduce generic video constant manager for pluginslutangar2021-07-161-10/+18
| | | | | | | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions.
* | Bumped to version v3.3.0v3.3.0Chocobozzz2021-07-201-1/+1
| |
* | Postgresql-setup init option for auth-host (#4253)Frank Sträter2021-07-161-7/+4
|/ | | | | * Set postgresql password authentication for host * Update postgresql-setup obsoleted argument syntax for initdb
* Update dependencies.mdjameskimmel2021-07-121-1/+1
| | | The now LTS version of NodeJS is 14.x
* Fedora guide fix (#4238)Frank Sträter2021-07-121-5/+16
| | | | | | | | | | | | | | | * Fix peertube sudoer * Add vim to Fedora packages installation * Add oidentd to Fedora packages installation * Enable and start the ident daemon * Add nginx configuration * Add future symbolic link for nginx config * Add small change for Gentoo
* Bumped to version v3.3.0-rc.1v3.3.0-rc.1Chocobozzz2021-07-051-1/+1
|
* Document a way to update the last available version of a plugin manuallylutangar2021-06-301-0/+8
| | | | | | May comes in very handy to quickly test a plugin in a production like environment before it reaches a greater world. > This magic trick comes from @Chocobozzz himself, who passed it on to @JohnXLivingston, who then passed it down to me.
* Support short uuid for GET video/playlistChocobozzz2021-06-291-1/+16
|
* Add downloadEnabled boolean to PUT videofrankstrater2021-06-251-1/+4
|
* Add ability to search playlistsChocobozzz2021-06-251-0/+41
|
* Improve plugin guide doc for plugin indexChocobozzz2021-06-081-2/+1
|
* (doc) add note in config that tmp is also used while processingRigel Kent2021-06-081-1/+1
|
* Increase max image/caption/torrent upload sizeChocobozzz2021-06-081-2/+2
|
* Add ability to filter menu linksChocobozzz2021-06-071-0/+6
|
* add video upload types, add doc middleware to more routesRigel Kent2021-06-061-8/+35
|
* add invalid_token error to openapi specRigel Kent2021-06-041-0/+6
|
* Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153)John Livingston2021-06-031-0/+22
| | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc.
* refactor error code values for URI compatibilityRigel Kent2021-06-021-7/+31
|
* refactor deprecated body-parser usageRigel Kent2021-06-021-0/+2
|
* refactor API errors to standard error formatRigel Kent2021-06-021-14/+21
|
* move dependencies link to engines.yamlRigel Kent2021-06-021-1/+1
|
* Allow setting log level using PEERTUBE_LOG_LEVEL envvarJohan Fleury2021-06-021-0/+1
|
* Bumped to version v3.2.1Chocobozzz2021-06-011-1/+1
|
* Fix openapi doc for resumable uploadChocobozzz2021-05-271-2/+2
|
* Instance homepage support (#4007)Chocobozzz2021-05-271-0/+51
| | | | | | | | | | | | | | | | | * 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-271-1/+1
|\