aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Expand)AuthorAgeFilesLines
* Add tmp and redundancy directoriesChocobozzz2018-12-042-5/+2
* Fix thumbnail processingChocobozzz2018-12-042-9/+14
* Fix trending pageChocobozzz2018-12-031-2/+11
* Don't import test tools in coreChocobozzz2018-11-222-5/+3
* Delete invalid or deleted remote videosChocobozzz2018-11-202-57/+57
* Fix checkbox marginsChocobozzz2018-11-195-12/+12
* Optimize image resizingChocobozzz2018-11-191-4/+6
* Fix images size when downloading themChocobozzz2018-11-162-13/+6
* Don't forward view, send updates insteadChocobozzz2018-11-151-12/+4
* Check activities hostChocobozzz2018-11-1415-46/+121
* AP mimeType -> mediaTypeChocobozzz2018-10-181-3/+6
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-1/+1
* Upsert cache file on create activityChocobozzz2018-10-023-11/+15
* Correctly forward comment deletionChocobozzz2018-10-021-2/+2
* Try to improve redundancy testsChocobozzz2018-10-021-0/+2
* Don't build redundancy urls with "-1" as fpsChocobozzz2018-10-011-1/+1
* Fix video fps validatorChocobozzz2018-10-011-3/+3
* Fix refreshing external video attributesChocobozzz2018-10-011-11/+11
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+1
* Ensure video existence before duplicating itChocobozzz2018-10-011-3/+7
* Fix federation with a comment replyChocobozzz2018-09-271-1/+1
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-1/+1
* Reduce video import TTLChocobozzz2018-09-251-1/+1
* Fix comment deletion with mastodonChocobozzz2018-09-241-1/+1
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-247-45/+76
* Remove unnecessary actor existance checkChocobozzz2018-09-211-3/+0
* Limit associations fetch when loading tokenChocobozzz2018-09-201-2/+2
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-0/+3
* Improve AP actor checksChocobozzz2018-09-195-21/+30
* Optimize activity actor load in AP processorsChocobozzz2018-09-1913-88/+73
* Optimize video view AP processingChocobozzz2018-09-193-51/+84
* Refractor videos AP functionsChocobozzz2018-09-197-219/+227
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-1/+1
* Refractor activities sendingChocobozzz2018-09-149-145/+133
* Basic video redundancy implementationChocobozzz2018-09-1316-136/+317
* Add federation to ownership changeChocobozzz2018-09-044-7/+20
* Bufferize videos views in redisChocobozzz2018-08-301-2/+2
* Fetch outbox when searching an actorChocobozzz2018-08-271-10/+21
* Search video channel handle/uriChocobozzz2018-08-271-11/+27
* Add ability to search video channelsChocobozzz2018-08-272-6/+6
* Refractor comment creation from federationChocobozzz2018-08-272-43/+17
* Add refresh video on searchChocobozzz2018-08-279-202/+244
* Add ability to search a video with an URLChocobozzz2018-08-276-90/+121
* Add ability to set a name to a channelChocobozzz2018-08-271-2/+2
* Use height instead of width to represent the video resolutionChocobozzz2018-08-271-3/+3
* Add subscriptions endpoints to REST APIChocobozzz2018-08-276-4/+32
* Cleanup utils helperChocobozzz2018-08-141-2/+1
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-2/+3
* Fix fps federationChocobozzz2018-08-062-2/+3
* Don't send follow request if the follow is already acceptedChocobozzz2018-07-311-1/+1