aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit
Commit message (Collapse)AuthorAgeFilesLines
...
* Add latency setting supportChocobozzz2022-03-093-2/+38
|
* Cleanup subtitle edition PRChocobozzz2022-02-283-16/+7
|
* Add simple subtitle edition from video captions tablutangar2022-02-288-8/+165
| | | | | Introduce a new __Edit__ button on a subtitle. It opens a modal with simple textarea allowing the user to do quick corrections on a subtitle.
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-078-19/+17
|
* Handle async validatorsChocobozzz2022-01-037-35/+30
|
* Translate plugin settingsChocobozzz2021-12-291-1/+5
|
* Refactor video editionChocobozzz2021-12-291-9/+15
|
* Enhance plugin video fieldsChocobozzz2021-12-293-13/+59
| | | | | Add video form tab selection Add ability to display an error
* Ability for admins to set default upload valuesChocobozzz2021-12-146-13/+8
|
* Add meaning to date short namesChocobozzz2021-12-131-26/+26
|
* Added "zxx" (no linguistic content) in available video languages (#4631)Florian CUNY2021-12-131-1/+3
| | | | | | | | | | | | | * Added "zxx" (no linguistic content) in available video languages Implements https://github.com/Chocobozzz/PeerTube/issues/1489 * FIx lint * Fix lint * Put other languages below instance languages Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix too long filename video uploadChocobozzz2021-12-031-3/+18
|
* Fix audio upload if not enabled by instanceChocobozzz2021-12-011-0/+1
|
* Support RTMPSChocobozzz2021-11-051-1/+6
|
* 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
|
* Cleanup video update componentChocobozzz2021-10-223-31/+27
|
* Force live type specification in first stepChocobozzz2021-10-154-4/+56
|
* Try to improve permanent live labelChocobozzz2021-10-152-8/+18
|
* Fix upload can deactivateChocobozzz2021-10-121-0/+1
|
* Fix autoblock message on upload pageChocobozzz2021-10-082-2/+2
|
* Disable chunk upload on iosChocobozzz2021-09-091-0/+7
| | | | See https://github.com/kukhariev/ngx-uploadx/issues/316#issuecomment-915858713
* Remove useless asyncChocobozzz2021-08-262-2/+2
|
* Fix user quota alerts always displayed (#4354)Ms Kimsible2021-08-263-7/+40
| | | | | | | * Fix user quota alerts display on upload page * Fix border-radius upload messages alerts Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Inform user to fill account profile and channels (#4352)Ms Kimsible2021-08-261-0/+2
| | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Update upload message filter hook nameChocobozzz2021-08-251-1/+1
|
* Alert user for low quota and video auto-block on upload page (#4336)Ms Kimsible2021-08-253-16/+82
| | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com>
* Fix live/upload redirectionChocobozzz2021-08-182-3/+10
|
* Migrate client to eslintChocobozzz2021-08-1814-29/+31
|
* Fix client lintChocobozzz2021-08-175-110/+113
|
* 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 video links buildingChocobozzz2021-07-261-1/+1
| |
* | Refactor requestsChocobozzz2021-07-201-2/+1
|/
* Fix default privacy when plugins deleted privateChocobozzz2021-07-136-6/+13
|
* Support short uuid for GET video/playlistChocobozzz2021-06-294-12/+16
|
* Move to sass moduleChocobozzz2021-06-286-12/+12
|
* Move to sass @useChocobozzz2021-06-286-12/+12
|
* allow public video privacy to be deleted in the web clientRigel Kent2021-06-086-11/+4
|
* Bidi supportChocobozzz2021-06-072-10/+11
|
* Speed up plugins loadingChocobozzz2021-06-041-1/+0
|
* Use HTML config when possibleChocobozzz2021-06-044-18/+12
|
* Refactor server errors handlerChocobozzz2021-06-022-5/+9
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-284-4/+4
| | | | And use them as default in client
* Remove ngx-metaChocobozzz2021-05-272-4/+2
| | | | Unmaintained
* change license to licenceFrank Sträter2021-05-271-1/+1
| | | | | | Change "license" to "licence" for consistency in the user interface in English. License is both a noun and a verb in the United States. If you live in any other English-speaking country, you will spell it "licence" when you use it as a noun and "license" when you use it as a verb.
* Remember tab in upload pageChocobozzz2021-05-112-7/+23
|