aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms
Commit message (Collapse)AuthorAgeFilesLines
* Explicit theme colors for inputs and textareaChocobozzz2020-05-201-1/+0
|
* Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-011-1/+1
| | | | queries for tables above lg breakpoint
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-283-31/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-131-0/+7
| | | | for index url
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-1/+2
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-011-8/+18
|
* Describe user video settings checkboxes, put emphasis on p2pRigel Kent2020-03-233-0/+18
| | | | | Also improve more info links about p2p and privacy in PeerTube, present in the privacy concern notice and in the video settings.
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-0/+2
|
* Normalize modal close buttons, and cancel/submit button stylesRigel Kent2020-03-061-1/+1
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-0/+12
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Use angular 9 clipboard cdkChocobozzz2020-02-101-1/+1
|
* Strict templates enabledChocobozzz2020-02-101-1/+1
|
* Fix signup limit validator, and add warning message.Rigel Kent2020-01-311-1/+1
|
* Fix admin config form for auto followChocobozzz2020-01-212-1/+2
|
* Add description for sensitive configuration options, reword othersRigel Kent2020-01-152-16/+49
|
* Better placement for help tooltipRigel Kent2020-01-091-1/+1
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-061-1/+2
|
* Add hyperlink video timestamps in descriptionLesterpig2019-12-171-3/+6
| | | | | Fix #1312 (duplicates: #1728 and #2007) The modification is also applied to comments and video editing.
* Support playlists in share modalChocobozzz2019-12-053-0/+33
|
* (plugins) adding checkbox and textarea as possible input types, add links in ↵Rigel Kent2019-11-252-0/+2
| | | | form label
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Fix register checkboxChocobozzz2019-09-051-1/+1
|
* Add about information in registration pageChocobozzz2019-09-052-6/+29
|
* Implement auto follow in clientChocobozzz2019-09-041-0/+9
|
* Fix help transcoding placementChocobozzz2019-07-292-1/+2
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-252-2/+2
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-0/+14
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Improve registrationChocobozzz2019-06-071-13/+20
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-071-1/+1
|\
| * Fix error in form when scheduling video publicationChocobozzz2019-06-071-1/+1
| |
* | Multi step registrationChocobozzz2019-05-291-3/+0
| |
* | Support audio upload in clientChocobozzz2019-05-173-9/+10
|/
* video add to playlist component -> onpush strategyChocobozzz2019-04-052-2/+11
|
* tslint updateChocobozzz2019-04-021-1/+1
|
* Add playlist channel validator when playlist is publicChocobozzz2019-03-181-2/+16
|
* Add to playlist dropdownChocobozzz2019-03-183-0/+73
|
* Add/update/delete/list my playlistsChocobozzz2019-03-182-0/+53
|
* Lazy import some modulesChocobozzz2019-02-151-3/+3
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-113-5/+16
|\
| * Increase abuse length to 3000Chocobozzz2019-01-142-5/+5
| | | | | | | | And correctly handle new lines
| * Add error message when trying to upload .ass subtitlesChocobozzz2019-01-141-0/+11
| |
* | Enable video upload and editclementbrizard2019-01-121-0/+6
|/
* Update translationsChocobozzz2019-01-101-1/+1
|
* Implement contact form in the clientChocobozzz2019-01-102-0/+49
|
* Add contact form checkbox in admin formChocobozzz2019-01-102-19/+60
|
* Refractor notification serviceChocobozzz2018-12-191-3/+3
| | | | Shorter name and use primeng component
* Support additional video extensionsChocobozzz2018-12-112-5/+4
|
* dots are allowed in actor namesChocobozzz2018-12-102-2/+2
|
* Remove dashes from actor namesChocobozzz2018-12-072-4/+4
|
* username/display_name/video_channel_name min length 1 and max length 50 (#1265)BRAINS YUM2018-12-072-20/+20
| | | | | | | | | | | | | * make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263); ! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine; allow for usernames to start with a number; fix test, since username can be 1 char now make test check empty; fix test, Should fail with a too long username; fix test, Should fail with a too small username; fix regular expression for username and videoChannel; change username, videoChannel to be lowercase and fix message; * change 1 characters to 1 character