aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Collapse)AuthorAgeFilesLines
...
* Add video comment componentsChocobozzz2017-12-271-2/+2
|
* Begin unit testsChocobozzz2017-12-221-10/+11
|
* Add comments controllerChocobozzz2017-12-222-1/+135
|
* Set port if not specified in webfingerChocobozzz2017-12-191-2/+2
|
* Begin moving video channel to actorChocobozzz2017-12-193-40/+14
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-0/+2
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Use sequelize scopesChocobozzz2017-12-141-1/+1
|
* Move models to typescript-sequelizeChocobozzz2017-12-1312-49/+50
|
* Make some fields optional when uploading a videoChocobozzz2017-12-071-3/+3
|
* Fix client searchChocobozzz2017-12-051-3/+2
|
* Fix bad to/cc when undo dislikeChocobozzz2017-11-301-1/+1
|
* Fix lintChocobozzz2017-11-302-2/+2
|
* Add ability to list jobsChocobozzz2017-11-301-1/+4
|
* Remove max duration/filesize constraintsChocobozzz2017-11-281-9/+0
|
* Refractor validatorsChocobozzz2017-11-2713-449/+393
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-274-32/+77
|
* Misc cleanupChocobozzz2017-11-271-12/+7
|
* Cleanup helpersChocobozzz2017-11-272-26/+25
|
* Add follow testsChocobozzz2017-11-271-4/+4
|
* Add ability to unfollow a serverChocobozzz2017-11-271-3/+3
|
* Refractor activity pub lib/helpersChocobozzz2017-11-273-33/+63
|
* Fix lintChocobozzz2017-11-272-9/+2
|
* Server shares user videosChocobozzz2017-11-271-2/+2
|
* Rename Pod -> ServerChocobozzz2017-11-274-6/+6
|
* Follow worksChocobozzz2017-11-274-10/+50
|
* Send follow/acceptChocobozzz2017-11-272-0/+33
|
* Handle follow/acceptChocobozzz2017-11-272-16/+20
|
* Make it compile at leastChocobozzz2017-11-274-114/+1
|
* Remove references to authorChocobozzz2017-11-272-17/+17
|
* Continue activitypubChocobozzz2017-11-272-61/+21
|
* Begin activitypubChocobozzz2017-11-277-23/+85
|
* Usernames are case insensitive nowChocobozzz2017-11-041-2/+2
|
* Upgrade server packagesChocobozzz2017-10-311-2/+1
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-311-26/+37
|
* Add video privacy settingChocobozzz2017-10-311-4/+15
|
* Support roles with rights and add moderator roleChocobozzz2017-10-273-4/+10
|
* Be tolerant with remote requestsChocobozzz2017-10-261-9/+22
| | | | Just remove videos we don't want
* Fix lintChocobozzz2017-10-261-1/+1
|
* Add video channelsChocobozzz2017-10-267-18/+182
|
* Upgrade client dependencies and fix error logsChocobozzz2017-10-191-2/+2
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-195-30/+45
|
* Handle express-validator error on the client side and fix #96 (#98)Ronan2017-10-161-1/+4
| | | | | | * Handle express-validator error on the client side * More meaningfull error for not supported format
* Add oembed endpointChocobozzz2017-10-162-0/+64
|
* Video blacklist refractoringChocobozzz2017-10-104-91/+71
|
* Change how we handle resolutionChocobozzz2017-10-091-2/+3
| | | | It was an enum before, now we just use video height
* Handle blacklist (#84)Green-Star2017-09-223-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-158-359/+427
|
* Remove ng2 file upload moduleChocobozzz2017-09-143-20/+64
| | | | Unmaintained and we don't need it anymore with httpclient
* Improve real world scriptChocobozzz2017-09-121-10/+6
|
* Fix tests and user quotaChocobozzz2017-09-062-23/+47
|