aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* Use RsaSignature2017Chocobozzz2017-12-194-7/+8
* Unfollow with hostChocobozzz2017-12-191-41/+1
* Begin moving video channel to actorChocobozzz2017-12-1912-75/+140
* SaveChocobozzz2017-12-195-95/+94
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-2/+11
* Move models to typescript-sequelizeChocobozzz2017-12-1315-60/+51
* Fix lintChocobozzz2017-12-081-1/+0
* Finish admin designChocobozzz2017-12-082-7/+8
* Refractor validatorsChocobozzz2017-11-275-158/+41
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-273-20/+75
* Misc cleanupChocobozzz2017-11-272-6/+13
* Cleanup helpersChocobozzz2017-11-2710-143/+32
* Fetch video likes/dislikes tooChocobozzz2017-11-271-0/+9
* Federate likes/dislikesChocobozzz2017-11-274-13/+43
* Federate video viewsChocobozzz2017-11-274-2/+18
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-2/+7
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-6/+8
* Add outboxChocobozzz2017-11-271-11/+24
* Add follow testsChocobozzz2017-11-272-9/+12
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-272-276/+3
* Refractor activity pub lib/helpersChocobozzz2017-11-277-73/+187
* Fix lintChocobozzz2017-11-271-10/+8
* Optimize signature verificationChocobozzz2017-11-274-7/+28
* Fix video full descriptionChocobozzz2017-11-271-1/+5
* Speed up activity pub http requestsChocobozzz2017-11-271-1/+10
* Federate video abusesChocobozzz2017-11-271-3/+4
* Server shares user videosChocobozzz2017-11-275-29/+93
* Send server announce when users upload a videoChocobozzz2017-11-275-27/+55
* Handle announces in inboxChocobozzz2017-11-272-3/+29
* Fix video upload and videos listChocobozzz2017-11-272-22/+23
* Add video abuse to activity pubChocobozzz2017-11-272-7/+4
* Rename Pod -> ServerChocobozzz2017-11-276-16/+16
* Follow worksChocobozzz2017-11-279-48/+118
* Fix issues on server startChocobozzz2017-11-275-7/+31
* Handle follow/acceptChocobozzz2017-11-272-0/+19
* Make it compile at leastChocobozzz2017-11-273-95/+36
* Remove references to authorChocobozzz2017-11-274-4/+50
* Continue activitypubChocobozzz2017-11-279-198/+190
* Begin activitypubChocobozzz2017-11-2714-158/+443
* Usernames are case insensitive nowChocobozzz2017-11-041-1/+1
* Upgrade server packagesChocobozzz2017-10-314-8/+8
* Add video privacy settingChocobozzz2017-10-311-0/+12
* Add lazy description on serverChocobozzz2017-10-302-2/+7
* Support roles with rights and add moderator roleChocobozzz2017-10-271-6/+5
* Be tolerant with remote requestsChocobozzz2017-10-262-41/+65
* Fix lintChocobozzz2017-10-261-2/+2
* Adapt client with video channelsChocobozzz2017-10-261-1/+0
* Use async/await in lib and initializersChocobozzz2017-10-263-65/+60
* Use async/await in controllersChocobozzz2017-10-262-1/+9
* Add video channelsChocobozzz2017-10-266-59/+193