aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/form-validators
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2023-05-241-1/+1
|
* Add ability to not send an email for registrationChocobozzz2023-01-201-1/+1
|
* Implement signup approval in clientChocobozzz2023-01-191-7/+0
|
* Implement two factor in clientChocobozzz2022-10-071-0/+9
|
* Fix short description validatorChocobozzz2022-09-081-2/+2
|
* Channel sync (#5135)Florent2022-08-101-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add external channel URL for channel update / creation (#754) * Disallow synchronisation if user has no video quota (#754) * More constraints serverside (#754) * Disable sync if server configuration does not allow HTTP import (#754) * Working version synchronizing videos with a job (#754) TODO: refactoring, too much code duplication * More logs and try/catch (#754) * Fix eslint error (#754) * WIP: support synchronization time change (#754) * New frontend #754 * WIP: Create sync front (#754) * Enhance UI, sync creation form (#754) * Warning message when HTTP upload is disallowed * More consistent names (#754) * Binding Front with API (#754) * Add a /me API (#754) * Improve list UI (#754) * Implement creation and deletion routes (#754) * Lint (#754) * Lint again (#754) * WIP: UI for triggering import existing videos (#754) * Implement jobs for syncing and importing channels * Don't sync videos before sync creation + avoid concurrency issue (#754) * Cleanup (#754) * Cleanup: OpenAPI + API rework (#754) * Remove dead code (#754) * Eslint (#754) * Revert the mess with whitespaces in constants.ts (#754) * Some fixes after rebase (#754) * Several fixes after PR remarks (#754) * Front + API: Rename video-channels-sync to video-channel-syncs (#754) * Allow enabling channel sync through UI (#754) * getChannelInfo (#754) * Minor fixes: openapi + model + sql (#754) * Simplified API validators (#754) * Rename MChannelSync to MChannelSyncChannel (#754) * Add command for VideoChannelSync (#754) * Use synchronization.enabled config (#754) * Check parameters test + some fixes (#754) * Fix conflict mistake (#754) * Restrict access to video channel sync list API (#754) * Start adding unit test for synchronization (#754) * Continue testing (#754) * Tests finished + convertion of job to scheduler (#754) * Add lastSyncAt field (#754) * Fix externalRemoteUrl sort + creation date not well formatted (#754) * Small fix (#754) * Factorize addYoutubeDLImport and buildVideo (#754) * Check duplicates on channel not on users (#754) * factorize thumbnail generation (#754) * Fetch error should return status 400 (#754) * Separate video-channel-import and video-channel-sync-latest (#754) * Bump DB migration version after rebase (#754) * Prettier states in UI table (#754) * Add DefaultScope in VideoChannelSyncModel (#754) * Fix audit logs (#754) * Ensure user can upload when importing channel + minor fixes (#754) * Mark synchronization as failed on exception + typos (#754) * Change REST API for importing videos into channel (#754) * Add option for fully synchronize a chnanel (#754) * Return a whole sync object on creation to avoid tricks in Front (#754) * Various remarks (#754) * Single quotes by default (#754) * Rename synchronization to video_channel_synchronization * Add check.latest_videos_count and max_per_user options (#754) * Better channel rendering in list #754 * Allow sorting with channel name and state (#754) * Add missing tests for channel imports (#754) * Prefer using a parent job for channel sync * Styling * Client styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix typoChocobozzz2022-06-201-1/+1
|
* Redesign register stepsChocobozzz2022-06-151-1/+1
|
* Add simple subtitle edition from video captions tablutangar2022-02-281-0/+7
| | | | | Introduce a new __Edit__ button on a subtitle. It opens a modal with simple textarea allowing the user to do quick corrections on a subtitle.
* Handle async validatorsChocobozzz2022-01-031-1/+3
|
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-0/+9
| | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota'
* Force live type specification in first stepChocobozzz2021-10-151-1/+1
|
* Migrate client to eslintChocobozzz2021-08-1815-160/+160
|
* Fix backend channel name validator consistencyChocobozzz2021-08-051-6/+4
|
* Add ability to filter by host in search pageChocobozzz2021-07-291-2/+2
|
* Rename captions commandsChocobozzz2021-07-211-1/+1
|
* Add ability for instances to follow any actorChocobozzz2021-07-214-69/+105
|
* 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