aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Collapse)AuthorAgeFilesLines
* Federate likes/dislikesChocobozzz2017-11-271-3/+4
|
* Federate video viewsChocobozzz2017-11-272-12/+23
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-8/+5
|
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-0/+3
|
* Add follow testsChocobozzz2017-11-271-33/+49
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-2/+3
|
* Refractor activity pub lib/helpersChocobozzz2017-11-273-12/+35
|
* Fix public video we set to public or unlistedChocobozzz2017-11-271-0/+1
|
* Optimize signature verificationChocobozzz2017-11-271-1/+1
|
* Optimize account creationChocobozzz2017-11-271-5/+17
|
* ApplicationFollow -> SeverFollowChocobozzz2017-11-273-16/+16
|
* Federate video abusesChocobozzz2017-11-271-0/+1
|
* Server shares user videosChocobozzz2017-11-271-2/+2
|
* Send server announce when users upload a videoChocobozzz2017-11-272-9/+10
|
* Fix video upload and videos listChocobozzz2017-11-271-1/+5
|
* Add video abuse to activity pubChocobozzz2017-11-271-14/+8
|
* Rename Pod -> ServerChocobozzz2017-11-276-10/+10
|
* Add follow tabsChocobozzz2017-11-273-27/+39
| | | | | | Following Follow Followers
* Follow worksChocobozzz2017-11-271-17/+51
|
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-271-0/+5
|
* Send follow/acceptChocobozzz2017-11-271-0/+41
|
* Handle follow/acceptChocobozzz2017-11-271-7/+26
|
* Make it compile at leastChocobozzz2017-11-278-296/+78
|
* Remove references to authorChocobozzz2017-11-273-15/+15
|
* Continue activitypubChocobozzz2017-11-271-14/+16
|
* Begin activitypubChocobozzz2017-11-273-676/+0
|
* Upgrade server packagesChocobozzz2017-10-311-2/+2
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-311-1/+1
|
* Add video privacy settingChocobozzz2017-10-313-7/+46
|
* Add lazy description on serverChocobozzz2017-10-302-3/+22
|
* Support roles with rights and add moderator roleChocobozzz2017-10-275-24/+27
|
* Reset video fields when remote update failsChocobozzz2017-10-261-5/+13
|
* Add migration script for channelsChocobozzz2017-10-261-10/+8
|
* Fix lintChocobozzz2017-10-262-2/+2
|
* Use async/await in controllersChocobozzz2017-10-2612-986/+783
|
* Add video channelsChocobozzz2017-10-265-81/+501
|
* Take in account transcoding for video quotaChocobozzz2017-10-191-1/+9
|
* Fix pod removal when it is downChocobozzz2017-10-191-1/+1
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-192-41/+57
|
* Video blacklist refractoringChocobozzz2017-10-103-67/+49
|
* Change how we handle resolutionChocobozzz2017-10-091-3/+9
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-031-5/+4
|
* Handle blacklist (#84)Green-Star2017-09-222-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-11/+25
|
* Improve real world scriptChocobozzz2017-09-122-13/+28
|
* Convert real world script to typescriptChocobozzz2017-09-081-2/+0
|
* Upload a video to /videos/uploadChocobozzz2017-09-071-1/+1
| | | | This is an action, not a REST endpoint
* urls: makefriends/quitfriends -> make-friends/quit-friendsChocobozzz2017-09-071-2/+2
|
* Fix tests and user quotaChocobozzz2017-09-061-8/+22
|
* Add user update for adminsChocobozzz2017-09-051-5/+41
|