aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
Commit message (Collapse)AuthorAgeFilesLines
* Put instance name in embed buttonChocobozzz2022-06-281-0/+1
|
* Theme fixesChocobozzz2022-06-282-4/+4
|
* Optimize emoji markup listChocobozzz2022-06-272-18/+18
|
* Refactor actor avatar componentChocobozzz2022-06-275-5/+16
|
* Fix fetching unlisted video in clientChocobozzz2022-06-245-9/+9
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-231-2/+4
|\
| * Fix going live latency modeChocobozzz2022-06-231-2/+4
| |
* | store uploaded video filename (#4885)kontrollanten2022-06-215-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Handle input error in markdown textareaChocobozzz2022-06-201-9/+6
| |
* | Cleanup title-page CSSChocobozzz2022-06-166-21/+7
| |
* | Increase global font sizeChocobozzz2022-06-169-80/+16
| |
* | Move alert into to pt-alert-primaryChocobozzz2022-06-156-8/+8
| |
* | Reorganize application.scssChocobozzz2022-06-132-1/+4
| |
* | Replace all glyphicon iconsChocobozzz2022-06-132-10/+2
| |
* | Replace glyphicon chevronChocobozzz2022-06-104-21/+7
| |
* | Rename input toggle hidden to input textChocobozzz2022-06-101-3/+3
| | | | | | | | It's more than just an hidden toggle
* | Use bootstrap loaderChocobozzz2022-06-102-2/+2
| |
* | Remove secondary color themeChocobozzz2022-06-101-10/+6
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-102-4/+4
|\|
| * Fix classic select and ng select css inconsistencyChocobozzz2022-06-102-4/+4
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-1011-48/+43
| |
* | Support ICU in TS componentsChocobozzz2022-06-081-5/+20
|/
* Handle playlist without videos availableChocobozzz2022-06-036-4/+22
|
* Completely remove best default trending algorithmChocobozzz2022-06-031-0/+4
|
* Add control bar option for peertube playerChocobozzz2022-05-201-0/+1
|
* Fix live mode descriptionsChocobozzz2022-05-181-2/+2
|
* 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-032-20/+1
|
* Add ability to sort by global viewsChocobozzz2022-04-151-1/+2
|
* Reduce videos sort complexityChocobozzz2022-04-151-2/+1
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Support videos stats in clientChocobozzz2022-04-153-39/+8
|
* Prefer "publish" over "upload"Chocobozzz2022-04-081-1/+1
|
* Fix titles on upload page (#4904)kontrollanten2022-04-083-13/+26
| | | | | | | | | * client/video-add: fix route titles * client/video-add: show progress in page title * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add reset button for file inputs in studio pageChocobozzz2022-03-222-1/+5
|
* Rename studio to editorChocobozzz2022-03-221-1/+1
|
* 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
* Some fixes for themesChocobozzz2022-03-151-1/+1
|
* Reorganize player filesChocobozzz2022-03-143-7/+8
|
* Add latency setting supportChocobozzz2022-03-094-8/+66
|
* Fix playlist element scrollingChocobozzz2022-03-013-7/+10
|
* 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.
* Add basic video editor supportChocobozzz2022-02-283-0/+9
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-289-32/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Fast forward on HLS decode errorChocobozzz2022-02-021-3/+5
|
* Automatically restart live on server/live restartChocobozzz2022-01-191-3/+0
|