aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/actor.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
* 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
| | | | | Because they will not be able to create another channel with the same actor name
* 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
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* 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
|
* Propagate old comment on new followChocobozzz2017-12-281-15/+13
|
* Status are sent to mastodonChocobozzz2017-12-191-9/+10
|
* Begin moving video channel to actorChocobozzz2017-12-191-0/+229