aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/actor.ts
Commit message (Expand)AuthorAgeFilesLines
* Lazy load avatarsChocobozzz2019-08-091-27/+40
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-1/+1
* Automatically remove bad followingsChocobozzz2019-08-061-5/+5
* Remove old activities processorChocobozzz2019-05-311-4/+3
* Remove unused actor uuid fieldChocobozzz2019-05-311-14/+12
* Remove tmp file on image processing errorChocobozzz2019-04-241-1/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
* Move config in its own fileChocobozzz2019-04-111-2/+3
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-0/+2
* Refresh playlistsChocobozzz2019-03-191-1/+2
* Playlist server APIChocobozzz2019-03-181-1/+12
* Use a single file instead of segments for HLSChocobozzz2019-02-111-2/+2
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-2/+2
* Fix deleting not found remote actorsChocobozzz2019-01-141-3/+8
* Refresh remote actors on GET enpointsChocobozzz2019-01-141-54/+57
* Warn user when they want to delete a channelChocobozzz2019-01-141-1/+1
* Support additional video extensionsChocobozzz2018-12-111-4/+3
* Add tmp and redundancy directoriesChocobozzz2018-12-041-3/+1
* Fix checkbox marginsChocobozzz2018-11-191-4/+4
* Fix images size when downloading themChocobozzz2018-11-161-6/+3
* Check activities hostChocobozzz2018-11-141-3/+10
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+1
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-0/+3
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-8/+13
* Basic video redundancy implementationChocobozzz2018-09-131-4/+2
* Fetch outbox when searching an actorChocobozzz2018-08-271-10/+21
* Search video channel handle/uriChocobozzz2018-08-271-11/+27
* Add ability to search a video with an URLChocobozzz2018-08-271-1/+3
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-1/+1
* Don't send follow request if the follow is already acceptedChocobozzz2018-07-311-1/+1
* Refresh orphan actorsChocobozzz2018-07-311-0/+5
* Refractor retry transaction functionChocobozzz2018-06-131-10/+2
* Fix cc field in classic audienceChocobozzz2018-05-251-1/+19
* Move normalize functions in helpersChocobozzz2018-05-111-23/+3
* Add ability to update a video channelChocobozzz2018-05-111-1/+1
* Fix error loggingChocobozzz2018-03-261-4/+4
* Improve activity pub actors implementationChocobozzz2018-03-221-1/+4
* Sanitize invalid actor descriptionChocobozzz2018-03-191-10/+25
* Implement support field in video and video channelChocobozzz2018-02-151-4/+9
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-3/+3
* Move job queue to redisChocobozzz2018-01-251-25/+34
* Accept actors with url objects instead of stringChocobozzz2018-01-251-1/+8
* Optimize SQL query that fetch actor outboxChocobozzz2018-01-181-12/+30
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-1/+4
* Fix actor followers/following countsChocobozzz2018-01-151-6/+3
* Update follower/following countsChocobozzz2018-01-121-0/+1
* Fix actor refreshChocobozzz2018-01-111-0/+2
* Refresh remote accountsChocobozzz2018-01-041-3/+77
* Send account activitypub update eventsChocobozzz2018-01-031-39/+47
* Begin to add avatar to actorsChocobozzz2017-12-291-29/+58