aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components
Commit message (Collapse)AuthorAgeFilesLines
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-2/+2
|
* Add client action hooks for pubish pagesChocobozzz2021-03-244-18/+38
|
* Fix async issues with channels listChocobozzz2021-02-251-3/+6
|
* Add ability to set a custom quotaChocobozzz2021-02-101-1/+2
|
* Fix wait transcoding checkbox displayChocobozzz2021-01-264-8/+6
|
* Import in private, and then set the chosen privacyChocobozzz2021-01-193-3/+7
|
* Cleanup update video buttonChocobozzz2021-01-194-22/+13
|
* Fix some accessibility issuesChocobozzz2020-12-222-2/+8
|
* Don't display max duration if disabledChocobozzz2020-12-161-1/+1
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-8/+14
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Add permanent live supportChocobozzz2020-12-031-1/+2
|
* Fix lintChocobozzz2020-12-031-1/+1
|
* more explicit error messages for file uploadsRigel Kent2020-12-033-26/+62
|
* Reorganize left menu and account menuChocobozzz2020-11-132-2/+2
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Add live info in watch pageChocobozzz2020-11-092-4/+6
|
* Add max lives limitChocobozzz2020-11-091-2/+11
|
* Add ability to save live replayChocobozzz2020-11-092-14/+30
|
* Add watch messages if live has not startedChocobozzz2020-11-092-9/+9
|
* Live streaming implementation first stepChocobozzz2020-11-095-34/+180
|
* Fix privacy/channel select on uploadChocobozzz2020-09-041-2/+2
|
* Add ability to set custom field to video formChocobozzz2020-08-213-0/+3
|
* Update video-import-url.component.htmltest2a2020-08-191-1/+1
| | | changed wording of raw mp4 file to media file as we can import variety of formats both audio and video
* Update video-import-torrent.component.htmltest2a2020-08-191-1/+1
| | | changed wording of mp4 file to media file as we can import variety of formats both audio and video
* Migrate to $localizeChocobozzz2020-08-143-39/+29
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Remove angular pipes moduleChocobozzz2020-08-111-2/+1
|
* Use ng select for multiselectChocobozzz2020-08-111-2/+1
|
* Fix tags in search filtersChocobozzz2020-08-111-1/+2
|
* add ng-select for templatable select optionsRigel Kent2020-08-115-33/+27
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* revert upload bar text color to whiteRigel Kent2020-08-091-0/+1
|
* Fix lintChocobozzz2020-08-073-10/+11
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+2
|
* Correctly finish upload before updating videoChocobozzz2020-08-051-2/+3
|
* Fix E2E testsChocobozzz2020-07-211-1/+1
|
* fix reactive file upload buttonRigel Kent2020-07-011-0/+1
|
* fix video update button, add color to danger zoneRigel Kent2020-07-011-7/+4
|
* switch from softies to feathericonsRigel Kent2020-07-013-3/+3
| | | | also organize icons in folders per origin
* Lazy load all routesChocobozzz2020-06-2311-0/+1083