aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Fix federation with some actorsChocobozzz2019-10-235-17/+23
| | | | That don't have a shared inbox, or a URL
* Update server dependenciesChocobozzz2019-10-211-1/+1
|
* Fix testsChocobozzz2019-09-041-1/+1
|
* Add auto follow back support for instancesChocobozzz2019-09-044-10/+49
|
* Handle reports from mastodonChocobozzz2019-08-301-16/+24
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-3/+3
|
* Fix ownership changeChocobozzz2019-08-212-5/+8
|
* Type toFormattedJSONChocobozzz2019-08-201-2/+2
|
* Cleanup model typesChocobozzz2019-08-205-18/+19
|
* Fix testsChocobozzz2019-08-201-3/+1
|
* Stronger model typingsChocobozzz2019-08-1935-329/+412
|
* Lazy load avatarsChocobozzz2019-08-092-31/+46
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-0923-87/+104
|
* Remove comment federation by video ownerChocobozzz2019-08-072-4/+7
|
* Fix comment notificationsChocobozzz2019-08-071-1/+1
|
* Automatically remove bad followingsChocobozzz2019-08-064-132/+135
|
* Fix user notifications on new followChocobozzz2019-08-0213-30/+67
|
* Automatically update playlist thumbnailsChocobozzz2019-08-011-0/+3
|
* Fix like/dislike federationChocobozzz2019-08-012-16/+18
|
* Fix HLS transcodingChocobozzz2019-08-013-6/+12
|
* Fix multiple server testsChocobozzz2019-08-013-22/+25
|
* Add gitlab ci supportChocobozzz2019-07-298-20/+33
|
* Correctly notify on auto blacklistChocobozzz2019-07-243-8/+11
|
* Add filter hooks testsChocobozzz2019-07-242-9/+23
|
* Add server hooksChocobozzz2019-07-242-66/+68
|
* Log typoChocobozzz2019-07-031-1/+1
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-0/+1
|
* Remove old activities processorChocobozzz2019-05-312-19/+3
|
* More robust federationChocobozzz2019-05-314-10/+41
| | | | In particular when fetching pleroma outbox
* Remove unused actor uuid fieldChocobozzz2019-05-313-20/+18
|
* Fix pleroma followChocobozzz2019-04-251-2/+1
|
* Fix user notifications testsChocobozzz2019-04-251-1/+7
|
* Add migrationsChocobozzz2019-04-241-1/+4
|
* Refactor video caption/preview cachesChocobozzz2019-04-241-5/+3
|
* Upgrade sequelizeChocobozzz2019-04-243-32/+19
|
* Update sequelizeChocobozzz2019-04-247-17/+25
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-242-38/+79
|
* Remove tmp file on image processing errorChocobozzz2019-04-241-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-119-16/+12
|
* Move config in its own fileChocobozzz2019-04-115-15/+18
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-082-7/+14
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-3/+5
|
* Add ability to forbid followersChocobozzz2019-04-086-21/+25
|
* Fix HLS federationChocobozzz2019-04-081-1/+10
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-082-0/+46
|
* Update P2P media loader peer versionChocobozzz2019-04-081-13/+9
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-195-33/+39
|
* Refresh playlistsChocobozzz2019-03-192-3/+56
|
* Only create refresh job if neededChocobozzz2019-03-191-2/+1
|