aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Expand)AuthorAgeFilesLines
...
* Fetch outbox to grab old activities testsChocobozzz2017-11-273-11/+8
* Fetch outbox to grab old activitiesChocobozzz2017-11-273-33/+5
* Add outboxChocobozzz2017-11-273-3/+65
* 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-274-19/+43
* Fix lintChocobozzz2017-11-272-6/+1
* 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-272-3/+28
* Send server announce when users upload a videoChocobozzz2017-11-273-11/+12
* Handle announces in inboxChocobozzz2017-11-271-1/+3
* Fix video upload and videos listChocobozzz2017-11-271-1/+5
* Add video abuse to activity pubChocobozzz2017-11-271-14/+8
* Rename Pod -> ServerChocobozzz2017-11-2710-360/+13
* Add follow tabsChocobozzz2017-11-276-34/+43
* Follow worksChocobozzz2017-11-276-25/+102
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-272-2/+7
* Send follow/acceptChocobozzz2017-11-271-0/+41
* Handle follow/acceptChocobozzz2017-11-275-80/+53
* Make it compile at leastChocobozzz2017-11-279-296/+80
* Remove references to authorChocobozzz2017-11-276-31/+31
* Continue activitypubChocobozzz2017-11-274-691/+435
* Begin activitypubChocobozzz2017-11-276-18/+152
* Upgrade server packagesChocobozzz2017-10-312-5/+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
* Add og:video tagsChocobozzz2017-10-261-2/+13
* 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-2614-1008/+805
* Add video channelsChocobozzz2017-10-266-82/+502
* 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
* Escape opengraph/oembed tagsChocobozzz2017-10-171-8/+11
* Don't cache torrent filesChocobozzz2017-10-171-1/+1
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-8/+8
* Add oembed endpointChocobozzz2017-10-163-10/+85
* Video blacklist refractoringChocobozzz2017-10-103-67/+49
* Change how we handle resolutionChocobozzz2017-10-091-3/+9
* Implement video transcoding on server sideChocobozzz2017-10-031-5/+4
* Handle blacklist (#84)Green-Star2017-09-222-0/+62
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-11/+25