aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for uploaders to schedule video updateChocobozzz2018-06-144-3/+73
|
* Fix lintChocobozzz2018-06-131-2/+2
|
* Refractor retry transaction functionChocobozzz2018-06-1311-203/+33
|
* Improve tests when waiting pending jobsChocobozzz2018-06-131-6/+8
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-1211-200/+215
| | | | publishing a video
* Pick average video file insead of max qualityChocobozzz2018-06-071-1/+1
|
* Improve create import file jobChocobozzz2018-06-072-8/+8
| | | | Fix federation of .ogv videos
* Add create-import-video-file-job commandFlorent Fayolle2018-06-072-4/+29
|
* Correctly forward video related activitiesChocobozzz2018-05-315-17/+42
|
* Add ability to manually run transcoding jobChocobozzz2018-05-301-9/+15
|
* Fix publishedAt value after following a new instanceChocobozzz2018-05-281-0/+1
|
* Fix actor outboxChocobozzz2018-05-281-3/+2
|
* Refractor and optimize AP collectionsChocobozzz2018-05-254-59/+54
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Split files in activitypub serverChocobozzz2018-05-2517-133/+130
|
* Fix cc field in classic audienceChocobozzz2018-05-254-28/+21
|
* Handle concurrent requests in cache middlewareChocobozzz2018-05-231-12/+12
|
* feature: db selection in redisRigel Kent2018-05-212-2/+4
| | | | resolves #579
* Move normalize functions in helpersChocobozzz2018-05-112-24/+5
|
* Improve AP validation for NotesChocobozzz2018-05-111-3/+3
|
* Add ability to update a video channelChocobozzz2018-05-116-23/+101
|
* Cache AP video route for 5 secondsChocobozzz2018-05-111-3/+3
|
* Improve video torrent AP object validatorChocobozzz2018-05-111-2/+2
|
* Add timeout and TTL to request jobsChocobozzz2018-05-094-11/+27
|
* Add video channel managementChocobozzz2018-04-262-3/+3
|
* Video channel API routes refractorChocobozzz2018-04-251-1/+2
|
* Use ISO 639 for languagesChocobozzz2018-04-231-5/+5
|
* Process broadcast requests in parallelChocobozzz2018-04-181-10/+7
|
* Move server follow in the job queueChocobozzz2018-04-182-1/+72
| | | | It helps to track follow errors
* Add redis cache to feed routeChocobozzz2018-04-171-2/+55
|
* Don't add a dot after the url in forgot password emailChocobozzz2018-04-151-1/+1
|
* Don't start application until all components were initializedChocobozzz2018-04-041-0/+2
|
* Truncate correctly video descriptionsChocobozzz2018-03-281-1/+1
|
* Try to refractor activities sendingChocobozzz2018-03-278-154/+93
| | | | There is still a need for work on this part though
* Fix delete comment federationChocobozzz2018-03-277-25/+50
|
* Fix error loggingChocobozzz2018-03-268-14/+14
|
* Add public to activitypub announcesChocobozzz2018-03-231-1/+1
|
* Improve logging when cannot fetch remote videosChocobozzz2018-03-231-5/+10
|
* Improve activity pub actors implementationChocobozzz2018-03-225-8/+21
|
* Add option to disable starttlsChocobozzz2018-03-221-1/+1
|
* Add /activity to activity create idsChocobozzz2018-03-221-1/+1
|
* Disable starttls for emails on localhostChocobozzz2018-03-221-1/+1
|
* Add logging for emailsChocobozzz2018-03-221-1/+3
|
* Fix issues with truncated description and utf charactersChocobozzz2018-03-212-3/+2
|
* Fix video_share_url duplicate key in transcoding jobChocobozzz2018-03-192-38/+49
|
* Update the api documentationChocobozzz2018-03-191-0/+1
|
* Sanitize invalid actor descriptionChocobozzz2018-03-191-10/+25
|
* Add short description in configChocobozzz2018-03-152-3/+3
|
* Upgrade server depencenciesChocobozzz2018-03-131-2/+1
|
* Fix typingsChocobozzz2018-02-272-5/+3
|
* Fix job panel sorting in administrationChocobozzz2018-02-272-8/+34
|