aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix upload error handlingChocobozzz2022-10-281-1/+1
* Refactor form reactiveChocobozzz2022-10-071-2/+2
* Correctly unsubscribe upload events on destroyChocobozzz2022-09-281-2/+7
* fix: keep partially uploaded fileskukhariev2022-09-281-1/+1
* Add ability for client to create server logsChocobozzz2022-07-181-2/+3
* Fix video upload with some characters in filenameChocobozzz2022-05-171-1/+1
* Prefer "publish" over "upload"Chocobozzz2022-04-081-1/+1
* Fix titles on upload page (#4904)kontrollanten2022-04-081-4/+22
* Fix invalid token on uploadChocobozzz2022-03-161-24/+43
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-161-1/+2
* Reorganize player filesChocobozzz2022-03-141-1/+1
* Correctly check import target URL IPChocobozzz2022-02-071-1/+1
* Fix scheduled publication on uploadChocobozzz2022-02-071-4/+0
* Handle async validatorsChocobozzz2022-01-031-5/+4
* Enhance plugin video fieldsChocobozzz2021-12-291-2/+2
* Ability for admins to set default upload valuesChocobozzz2021-12-141-2/+0
* Fix too long filename video uploadChocobozzz2021-12-031-3/+18
* Fix audio upload if not enabled by instanceChocobozzz2021-12-011-0/+1
* Add ability to exclude muted accountsChocobozzz2021-11-021-1/+1
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-3/+4
* Cleanup video playlist element miniature codeChocobozzz2021-10-221-1/+1
* Disable chunk upload on iosChocobozzz2021-09-091-0/+7
* Fix live/upload redirectionChocobozzz2021-08-181-3/+5
* Migrate client to eslintChocobozzz2021-08-181-1/+4
* Fix client lintChocobozzz2021-08-171-4/+4
* Merge branch 'release/3.3.0' into developChocobozzz2021-07-301-38/+42
|\
| * Hide schedule privacy if private does not existChocobozzz2021-07-301-38/+42
* | Refactor requestsChocobozzz2021-07-201-2/+1
|/
* Fix default privacy when plugins deleted privateChocobozzz2021-07-131-1/+1
* Support short uuid for GET video/playlistChocobozzz2021-06-291-6/+6
* allow public video privacy to be deleted in the web clientRigel Kent2021-06-081-1/+0
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
* Fix paused upload messageChocobozzz2021-05-111-1/+1
* Resumable video uploads (#3933)kontrollanten2021-05-101-131/+164
* Add client action hooks for pubish pagesChocobozzz2021-03-241-5/+10
* Fix wait transcoding checkbox displayChocobozzz2021-01-261-6/+0
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-8/+14
* Fix lintChocobozzz2020-12-031-1/+1
* more explicit error messages for file uploadsRigel Kent2020-12-031-19/+38
* Live streaming implementation first stepChocobozzz2020-11-091-1/+0
* Fix privacy/channel select on uploadChocobozzz2020-09-041-2/+2
* Migrate to $localizeChocobozzz2020-08-141-27/+21
* Remove angular pipes moduleChocobozzz2020-08-111-2/+1
* Correctly finish upload before updating videoChocobozzz2020-08-051-2/+3
* Lazy load all routesChocobozzz2020-06-231-0/+306