aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Null values are not considered equal in a UNIQUE index
* Reduce video import TTLChocobozzz2018-09-251-1/+1
|
* Fix comment deletion with mastodonChocobozzz2018-09-241-1/+1
| | | | Will only act with new comments
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-247-45/+76
|
* Remove unnecessary actor existance checkChocobozzz2018-09-211-3/+0
| | | | We already checked it in the signature checker
* 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
|
* Refresh orphan actorsChocobozzz2018-07-311-0/+5
|
* Add more info loggingChocobozzz2018-07-309-0/+46
|
* Fix peertube on chromeChocobozzz2018-07-261-1/+1
|
* Fix last commitChocobozzz2018-07-261-4/+2
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-252-9/+13
|
* Implement captions/subtitlesChocobozzz2018-07-162-7/+34
|
* Fix lintChocobozzz2018-06-131-2/+2
|
* Refractor retry transaction functionChocobozzz2018-06-139-188/+30
|
* Improve tests when waiting pending jobsChocobozzz2018-06-131-6/+8
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-129-142/+145
| | | | publishing a video
* Correctly forward video related activitiesChocobozzz2018-05-315-17/+42
|
* 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-253-18/+51
| | | | | 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
|