aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components
Commit message (Collapse)AuthorAgeFilesLines
* Refactor form reactiveChocobozzz2022-10-074-8/+8
|
* Correctly unsubscribe upload events on destroyChocobozzz2022-09-281-2/+7
|
* fix: keep partially uploaded fileskukhariev2022-09-281-1/+1
| | | | | | Do not delete a partially uploaded file when closing the upload page fixes #5078, #4432
* Add sync link to import pageChocobozzz2022-08-174-10/+16
|
* Prevent creating multiple livesChocobozzz2022-08-122-1/+10
|
* Add ability for client to create server logsChocobozzz2022-07-184-5/+9
|
* Fix comments/download attributes on importChocobozzz2022-07-042-35/+15
|
* Theme fixesChocobozzz2022-06-281-1/+1
|
* Fix fetching unlisted video in clientChocobozzz2022-06-241-1/+1
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-231-2/+4
|\
| * Fix going live latency modeChocobozzz2022-06-231-2/+4
| |
* | Move alert into to pt-alert-primaryChocobozzz2022-06-154-4/+4
|/
* Fix classic select and ng select css inconsistencyChocobozzz2022-06-101-1/+1
|
* Fix video upload with some characters in filenameChocobozzz2022-05-171-1/+1
|
* Add session informations in live modalChocobozzz2022-05-031-2/+2
|
* Save replay of permanent live in clientChocobozzz2022-05-031-1/+1
|
* Prefer "publish" over "upload"Chocobozzz2022-04-081-1/+1
|
* Fix titles on upload page (#4904)kontrollanten2022-04-081-4/+22
| | | | | | | | | * client/video-add: fix route titles * client/video-add: show progress in page title * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix invalid token on uploadChocobozzz2022-03-161-24/+43
|
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-161-1/+2
| | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config
* Reorganize player filesChocobozzz2022-03-141-1/+1
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Correctly check import target URL IPChocobozzz2022-02-071-1/+1
|
* Fix scheduled publication on uploadChocobozzz2022-02-075-8/+4
|
* Handle async validatorsChocobozzz2022-01-035-23/+17
|
* Enhance plugin video fieldsChocobozzz2021-12-291-2/+2
| | | | | Add video form tab selection Add ability to display an error
* Ability for admins to set default upload valuesChocobozzz2021-12-145-9/+3
|
* 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
| | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com>
* Cleanup video playlist element miniature codeChocobozzz2021-10-221-1/+1
|
* Force live type specification in first stepChocobozzz2021-10-154-4/+56
|
* Try to improve permanent live labelChocobozzz2021-10-151-0/+2
|
* Disable chunk upload on iosChocobozzz2021-09-091-0/+7
| | | | See https://github.com/kukhariev/ngx-uploadx/issues/316#issuecomment-915858713
* Fix live/upload redirectionChocobozzz2021-08-182-3/+10
|
* Migrate client to eslintChocobozzz2021-08-188-12/+15
|
* Fix client lintChocobozzz2021-08-174-79/+81
|
* Merge branch 'release/3.3.0' into developChocobozzz2021-07-302-39/+43
|\
| * Hide schedule privacy if private does not existChocobozzz2021-07-302-39/+43
| |
* | Refactor requestsChocobozzz2021-07-201-2/+1
|/
* Fix default privacy when plugins deleted privateChocobozzz2021-07-135-6/+12
|
* Support short uuid for GET video/playlistChocobozzz2021-06-292-9/+9
|
* Move to sass moduleChocobozzz2021-06-283-6/+6
|
* Move to sass @useChocobozzz2021-06-283-6/+6
|
* allow public video privacy to be deleted in the web clientRigel Kent2021-06-085-10/+3
|
* Bidi supportChocobozzz2021-06-071-4/+5
|
* Use HTML config when possibleChocobozzz2021-06-041-5/+3
|
* Refactor server errors handlerChocobozzz2021-06-022-5/+9
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-282-2/+2
| | | | And use them as default in client