aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/sort.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement signup approval in serverChocobozzz2023-01-191-62/+33
|
* Remove unnecessary logsChocobozzz2022-08-171-4/+2
|
* Cleanup useless express validator messagesChocobozzz2022-08-171-1/+3
|
* Channel sync (#5135)Florent2022-08-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Improve admin users list tableChocobozzz2022-05-241-2/+2
| | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default
* Add ability to view my followersChocobozzz2021-10-201-0/+5
|
* Refactor sort middlewaresChocobozzz2021-10-201-52/+53
|
* Add ability to search playlistsChocobozzz2021-06-251-0/+3
|
* Move middleware utils in middlewaresChocobozzz2021-06-031-1/+1
| | | | helpers modules should not import models
* Add jobs tag to loggerChocobozzz2021-03-241-1/+1
|
* Implement video comment list in adminChocobozzz2020-11-131-0/+3
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-3/+3
|
* Add ability to list redundanciesChocobozzz2020-01-281-0/+3
|
* Add ability to search available pluginsChocobozzz2019-07-241-0/+3
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-241-1/+4
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-0/+3
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Playlist server APIChocobozzz2019-03-181-1/+4
|
* Add user notification base codeChocobozzz2019-01-091-1/+4
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-1/+7
|
* Add ability to search video channelsChocobozzz2018-08-271-1/+4
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-1/+4
|
* Add ability to list video importsChocobozzz2018-08-061-0/+3
|
* Begin advanced searchChocobozzz2018-07-241-0/+3
|
* Move sort middleware utils in utils fileChocobozzz2018-03-131-26/+1
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+3
|
* Propagate old comment on new followChocobozzz2017-12-281-2/+2
|
* Add comments controllerChocobozzz2017-12-221-1/+4
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-1/+0
|
* Add ability to list jobsChocobozzz2017-11-301-1/+4
|
* Refractor validatorsChocobozzz2017-11-271-2/+4
|
* Handle follow/acceptChocobozzz2017-11-271-4/+7
|
* Add video channelsChocobozzz2017-10-261-0/+3
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-0/+3
|
* Handle blacklist (#84)Green-Star2017-09-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns
* Upgrade express validator to v4Chocobozzz2017-09-151-16/+12
|
* Type functionsChocobozzz2017-06-101-5/+8
|
* First typescript iterationChocobozzz2017-05-201-0/+44