aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared
Commit message (Collapse)AuthorAgeFilesLines
* Try to improve permanent live labelChocobozzz2021-10-151-8/+16
|
* Remove useless asyncChocobozzz2021-08-262-2/+2
|
* Migrate client to eslintChocobozzz2021-08-184-11/+11
|
* Refactor video links buildingChocobozzz2021-07-261-1/+1
|
* Fix default privacy when plugins deleted privateChocobozzz2021-07-131-0/+1
|
* Move to sass moduleChocobozzz2021-06-282-4/+4
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* allow public video privacy to be deleted in the web clientRigel Kent2021-06-081-1/+1
|
* Bidi supportChocobozzz2021-06-071-6/+6
|
* Speed up plugins loadingChocobozzz2021-06-041-1/+0
|
* Use HTML config when possibleChocobozzz2021-06-042-7/+6
|
* 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.
* Reorganize plugin modelsChocobozzz2021-05-111-2/+9
|
* Refactor video edit cssChocobozzz2021-05-072-75/+46
|
* Move to stylelintChocobozzz2021-04-282-5/+5
|
* Clearer nsfw "do not list" labelChocobozzz2021-04-281-1/+1
|
* Add ability to hide plugin form fieldsChocobozzz2021-04-223-16/+23
|
* Refactor modal buttons styleChocobozzz2021-04-141-2/+2
|
* Add ability to set a custom quotaChocobozzz2021-02-101-2/+3
|
* Fix wait transcoding checkbox displayChocobozzz2021-01-262-18/+8
|
* Cleanup update video buttonChocobozzz2021-01-191-18/+0
|
* Fix some accessibility issuesChocobozzz2020-12-221-2/+2
|
* Add link to the documentation for live streamingChocobozzz2020-12-141-0/+3
|
* Use new primeng i18n apiChocobozzz2020-12-072-7/+7
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-2/+2
|
* Add permanent live supportChocobozzz2020-12-032-0/+36
|
* Do not display wait transcoding checkboxChocobozzz2020-11-262-1/+11
| | | | If this is a live and save replay is not enabled
* Upgrade client dependenciesChocobozzz2020-11-191-3/+2
| | | | Migrate removed primeng theme to custom CSS
* add help popup for choosing license (#3306)Frank Sträter2020-11-151-0/+9
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* Add live info in watch pageChocobozzz2020-11-091-1/+3
|
* Add warning below live stream key fieldChocobozzz2020-11-091-0/+2
|
* Add ability to save live replayChocobozzz2020-11-092-2/+19
|
* Add watch messages if live has not startedChocobozzz2020-11-092-7/+7
|
* Live streaming implementation first stepChocobozzz2020-11-094-4/+71
|
* Add ability to set custom field to video formChocobozzz2020-08-213-7/+62
|
* We don't need services anymore for validatorsChocobozzz2020-08-172-18/+30
|
* Migrate to $localizeChocobozzz2020-08-142-59/+53
| | | | | | | | | | | | * 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
* Use ng select for multiselectChocobozzz2020-08-111-2/+1
|
* Fix tags in search filtersChocobozzz2020-08-111-4/+5
|
* add ng-select for templatable select optionsRigel Kent2020-08-116-58/+59
| | | | | | | - 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
* adjust help component, fix its instances in video-editRigel Kent2020-08-051-3/+15
|
* Fix upload pageChocobozzz2020-06-241-1/+4
|
* Lazy load all routesChocobozzz2020-06-238-0/+1035