aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to view my followersChocobozzz2021-10-202-3/+3
|
* Fix admin edition disabling featureChocobozzz2021-10-142-4/+17
|
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-123-2/+19
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* Fix broken delete buttons of admin federation lists (#4378)Ms Kimsible2021-09-083-1/+9
| | | | | | | * Add ellipsis on my-delete button of federation admin * Add ellipsis on button label to define (max-)width on host component Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Update client dependenciesChocobozzz2021-08-261-16/+18
|
* Remove useless asyncChocobozzz2021-08-264-4/+4
|
* Add video filters to common video pagesChocobozzz2021-08-252-2/+2
|
* Migrate client to eslintChocobozzz2021-08-1819-39/+48
|
* Fix client lintChocobozzz2021-08-1719-206/+213
|
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Refactor video links buildersChocobozzz2021-07-262-2/+3
|
* Refactor video links buildingChocobozzz2021-07-261-3/+4
|
* Add missing localization keysChocobozzz2021-07-211-8/+8
|
* Add ability for instances to follow any actorChocobozzz2021-07-2110-36/+137
|
* Fix user creation formChocobozzz2021-07-161-4/+2
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-1/+1
|
* Move to sass moduleChocobozzz2021-06-2823-43/+44
|
* Move to sass @useChocobozzz2021-06-2822-41/+41
|
* Bidi supportChocobozzz2021-06-0711-20/+33
|
* Add ability to filter menu linksChocobozzz2021-06-071-0/+1
|
* Use HTML config when possibleChocobozzz2021-06-0410-39/+26
|
* Add ability to set custom markdown in descriptionChocobozzz2021-05-314-7/+18
|
* Add help to custom markdown textareaChocobozzz2021-05-311-0/+3
|
* Implemented configurable minimum signup agePoslovitch2021-05-283-3/+18
| | | | | | | | | | | | | | 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
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-2713-45/+141
|\
| * Remove ngx-metaChocobozzz2021-05-271-3/+0
| | | | | | | | Unmaintained
| * Instance homepage support (#4007)Chocobozzz2021-05-278-37/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-251-0/+2
| |\
| | * Fix local plugin auth selectChocobozzz2021-05-251-0/+2
| | |
| | * Fix broadcast message levelChocobozzz2021-05-141-1/+1
| | |
| * | Fix broadcast message levelChocobozzz2021-05-251-1/+1
| | |
| * | Merge branch 'release/3.2.0' into developChocobozzz2021-05-141-1/+1
| |\|
| | * Fix logger warning levelChocobozzz2021-05-141-1/+1
| | |
| * | Reorganize plugin modelsChocobozzz2021-05-112-4/+2
| |/
| * Refactor video edit cssChocobozzz2021-05-071-1/+1
| |
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-052-2/+2
|/
* Refactor search filtersChocobozzz2021-05-0317-132/+55
|
* Add ability to filter my videos by liveChocobozzz2021-05-038-100/+48
|
* Cleanup plugins admin CSSChocobozzz2021-04-295-38/+30
|
* Move to stylelintChocobozzz2021-04-2815-18/+25
|
* Refactor actor avatar displayChocobozzz2021-04-284-5/+5
|
* Rename actor image edit moduleChocobozzz2021-04-281-3/+3
|
* Clearer nsfw "do not list" labelChocobozzz2021-04-281-2/+2
|
* Use account initial as default avatar (#4002)kontrollanten2021-04-271-1/+1
| | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Use server config to display supported videos extChocobozzz2021-04-272-1/+5
|
* Add action:admin-plugin-settings.init client hookChocobozzz2021-04-222-2/+11
|
* Refactor feed componentChocobozzz2021-04-151-12/+4
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-155-23/+7
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Add settings button after plugin installChocobozzz2021-04-124-4/+17
|