aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
* Optimize signature verificationChocobozzz2017-11-271-0/+1
|
* Federate video abusesChocobozzz2017-11-273-3/+19
|
* Federate video updateChocobozzz2017-11-276-6/+71
|
* Server shares user videosChocobozzz2017-11-271-1/+2
|
* Send server announce when users upload a videoChocobozzz2017-11-272-5/+5
|
* Handle announces in inboxChocobozzz2017-11-276-11/+152
|
* Fix video upload and videos listChocobozzz2017-11-271-1/+3
|
* Add video abuse to activity pubChocobozzz2017-11-272-27/+31
|
* Rename Pod -> ServerChocobozzz2017-11-276-54/+54
|
* Fix issues on server startChocobozzz2017-11-272-4/+13
|
* Handle follow/acceptChocobozzz2017-11-273-23/+10
|
* Make it compile at leastChocobozzz2017-11-272-46/+40
|
* Remove references to authorChocobozzz2017-11-271-1/+0
|
* Continue activitypubChocobozzz2017-11-274-10/+66
|
* Begin activitypubChocobozzz2017-11-276-492/+300
|
* Upgrade server packagesChocobozzz2017-10-311-2/+1
|
* Add video privacy settingChocobozzz2017-10-312-17/+64
|
* Lazy description and previews to video formChocobozzz2017-10-301-1/+1
|
* Add lazy description on serverChocobozzz2017-10-302-55/+35
|
* Remove sequelize deprecated operatorsChocobozzz2017-10-261-5/+5
|
* Fix integrity issues with after destroy hookChocobozzz2017-10-263-6/+6
|
* Fix log in after destroy hookChocobozzz2017-10-261-1/+1
|
* Reset video fields when remote update failsChocobozzz2017-10-262-0/+18
|
* Fix lintChocobozzz2017-10-261-1/+0
|
* Add video channelsChocobozzz2017-10-267-67/+675
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-192-33/+44
|
* Fix video removing when it is corruptedChocobozzz2017-10-191-2/+5
|
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-1/+5
|
* Add oembed endpointChocobozzz2017-10-162-4/+31
|
* Change how we handle resolutionChocobozzz2017-10-092-125/+84
| | | | It was an enum before, now we just use video height
* Client: handle multiple file resolutionsChocobozzz2017-10-061-13/+20
|
* Add migration scriptChocobozzz2017-10-031-8/+2
|
* Implement video transcoding on server sideChocobozzz2017-10-032-59/+109
|
* Modify video file size to bigintChocobozzz2017-09-221-1/+1
|
* Handle blacklist (#84)Green-Star2017-09-222-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-3/+3
|
* Add tests for npm run scriptsChocobozzz2017-09-073-2/+4
|
* Begin tests for user quotaChocobozzz2017-09-051-0/+8
|
* Make tslint happyChocobozzz2017-09-041-1/+0
|
* Begin user quotaChocobozzz2017-09-041-3/+4
|
* Upgrade common server dependenciesChocobozzz2017-08-252-3/+3
|
* Formated -> FormattedChocobozzz2017-08-256-26/+26
|
* Move video file metadata in their own tableChocobozzz2017-08-255-238/+377
| | | | Will be used for user video quotas and multiple video resolutions
* Add previews cache system between podsChocobozzz2017-07-121-0/+1
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-113-18/+14
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-117-57/+87
|
* Remove any typing from serverChocobozzz2017-07-112-9/+9
|
* Better typescript typing for a better worldChocobozzz2017-07-103-3/+3
|
* Fix error loggingChocobozzz2017-07-071-1/+1
|
* Video search -> case insensitiveChocobozzz2017-07-061-8/+4
|