aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/jobs
Commit message (Expand)AuthorAgeFilesLines
* Move job queue to redisChocobozzz2018-01-2511-574/+0
* Upgrade server dependenciesChocobozzz2018-01-241-1/+2
* Avoid making retried requests to dead followersChocobozzz2018-01-122-1/+9
* Add tests to handle down serverChocobozzz2018-01-112-3/+2
* Add scores to follows and remove bad onesChocobozzz2018-01-113-4/+23
* Propagate old comment on new followChocobozzz2017-12-287-8/+15
* Status are sent to mastodonChocobozzz2017-12-195-11/+41
* Use RsaSignature2017Chocobozzz2017-12-191-1/+0
* Add dirty migration :/Chocobozzz2017-12-191-2/+2
* Begin moving video channel to actorChocobozzz2017-12-192-8/+9
* Move models to typescript-sequelizeChocobozzz2017-12-138-39/+35
* Fix lintChocobozzz2017-11-271-1/+1
* Correctly forward like/dislikes and undoChocobozzz2017-11-273-21/+27
* Fetch video likes/dislikes tooChocobozzz2017-11-271-1/+1
* Federate likes/dislikesChocobozzz2017-11-273-5/+37
* Federate video viewsChocobozzz2017-11-271-4/+2
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-3/+3
* Fetch outbox to grab old activitiesChocobozzz2017-11-272-3/+74
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-4/+2
* Refractor activity pub lib/helpersChocobozzz2017-11-272-2/+3
* Fix lintChocobozzz2017-11-271-1/+0
* Speed up activity pub http requestsChocobozzz2017-11-279-94/+108
* Send server announce when users upload a videoChocobozzz2017-11-271-0/+2
* Fix video upload and videos listChocobozzz2017-11-274-5/+7
* Rename Pod -> ServerChocobozzz2017-11-272-4/+4
* Follow worksChocobozzz2017-11-273-4/+11
* Make it compile at leastChocobozzz2017-11-277-52/+69
* Remove references to authorChocobozzz2017-11-272-4/+4
* Begin activitypubChocobozzz2017-11-2711-34/+107
* Add og:video tagsChocobozzz2017-10-261-1/+1
* Fix integrity with transcoding jobsChocobozzz2017-10-262-8/+20
* Use async/await in lib and initializersChocobozzz2017-10-263-112/+115
* More robust transcoding jobsChocobozzz2017-10-174-4/+20
* Server: upgrade packagesChocobozzz2017-10-091-1/+1
* Implement video transcoding on server sideChocobozzz2017-10-033-11/+90
* Move video file metadata in their own tableChocobozzz2017-08-251-1/+3
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-2/+2
* Fix error loggingChocobozzz2017-07-072-6/+6
* Move to promisesChocobozzz2017-07-053-81/+66
* Use typescript standard and lint all filesChocobozzz2017-06-161-2/+2
* Type functionsChocobozzz2017-06-103-14/+27
* Type modelsChocobozzz2017-05-252-4/+4
* First typescript iterationChocobozzz2017-05-206-150/+155
* Server: finish old jobs at startupChocobozzz2017-05-051-18/+37
* Server: Fix video propagation with transcoding enabledChocobozzz2017-05-052-11/+20
* Server: add job scheduler to transcode video filesChocobozzz2017-05-043-0/+151