aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix privacy/channel select on uploadChocobozzz2020-09-041-2/+2
|
* Add ability to set custom field to video formChocobozzz2020-08-218-8/+75
|
* 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
* We don't need services anymore for validatorsChocobozzz2020-08-172-18/+30
|
* Migrate to $localizeChocobozzz2020-08-146-104/+86
| | | | | | | | | | | | * 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-113-6/+3
|
* Fix tags in search filtersChocobozzz2020-08-113-6/+9
|
* add ng-select for templatable select optionsRigel Kent2020-08-1113-93/+93
| | | | | | | - 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-074-13/+14
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+2
|
* Correctly finish upload before updating videoChocobozzz2020-08-051-2/+3
|
* adjust help component, fix its instances in video-editRigel Kent2020-08-051-3/+15
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-283-5/+43
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Display user quota progress bars above upload form (#2981)Kim2020-07-243-4/+14
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-231-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* 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-012-11/+8
|
* switch from softies to feathericonsRigel Kent2020-07-014-4/+4
| | | | also organize icons in folders per origin
* Fix upload pageChocobozzz2020-06-241-1/+4
|
* Lazy load all routesChocobozzz2020-06-2329-0/+2653