aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/form-validators
Commit message (Collapse)AuthorAgeFilesLines
* Implemented configurable minimum signup agePoslovitch2021-05-281-0/+9
| | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config
* CleanupChocobozzz2021-05-281-1/+3
| | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead
* rephrase signup limit validator error (#3984)Florian CUNY2021-04-211-1/+1
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* Improve validator text, I guessMarcin Mikołajczak2021-03-041-1/+1
|
* Trim video name also on serverChocobozzz2021-02-251-6/+5
|
* Fix titles do not trim leading and trailing spacesRamiellll2021-02-251-3/+13
|
* Add missing live config validatorsChocobozzz2021-02-101-0/+24
|
* Add ability to set a custom quotaChocobozzz2021-02-101-1/+1
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+8
|
* Implement remote interactionChocobozzz2021-01-151-0/+11
|
* improvements to login and sign-up pages (#3357)Kimsible2020-12-071-3/+1
| | | | | | | | | | | | | | | | | | * New login form ui * Move InstanceAboutAccordion to shared components * Update closed registration alert text * Add alert for opened registration and move them bellow login form * Adjust flex block on signup and login views * Replace toggle accordion with expand on links in signup and login + scrollTo * Improve display of login alerts * Fix missing Component suffix * Define min-width instance-information block sign-up and login for mobile screens * Add ability to select specific panels in instanceAboutAccorddion * Add instance title and short-description to common instanceAboutAccordion * Clarify title alert in login page * Add step terms for signup Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-0/+9
|
* Fix video tag validatorChocobozzz2020-11-181-2/+2
|
* reword unclear sentences, check for grammarRigel Kent2020-11-121-1/+1
| | | | fixes #3222
* We don't need services anymore for validatorsChocobozzz2020-08-1717-0/+701
|
* Client: reactive formsChocobozzz2016-09-092-12/+0
|
* Client: change url validation for friend addChocobozzz2016-08-232-0/+12