aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/actor.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update dependenciesChocobozzz2020-02-281-3/+3
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-171-2/+2
|\
| * Fix avatar updateChocobozzz2020-02-171-2/+2
| |
* | Correctly check remote extensionChocobozzz2020-02-121-3/+9
| |
* | Fix remote avatar without AP mediatype fieldChocobozzz2020-02-121-12/+15
| |
* | Move to eslintcontainChocobozzz2020-02-031-10/+12
|/
* Fix testsChocobozzz2019-11-271-1/+1
|
* Don't always replace actor avatarChocobozzz2019-11-251-15/+18
|
* Fix lintChocobozzz2019-10-231-1/+1
|
* Fix federation with some actorsChocobozzz2019-10-231-3/+9
| | | | That don't have a shared inbox, or a URL
* Type toFormattedJSONChocobozzz2019-08-201-2/+2
|
* Cleanup model typesChocobozzz2019-08-201-6/+7
|
* Stronger model typingsChocobozzz2019-08-191-23/+52
|
* 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
| | | | | | | | 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
|