Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-01 | activitypub: fix date header format | William Pitcock | |
HTTP date header specification says that days must always be two-digit. Accordingly, change the format string used to ensure days are always represented as two-digit (e.g. 01). | |||
2019-02-21 | activitypub: sign http date header | William Pitcock | |
2019-02-11 | Revert "Do object insertion through Cachex" | lain | |
This reverts commit 8a270b438c993288853bad94be1daf39f7675e5c. | |||
2019-02-10 | Do object insertion through Cachex | lain | |
So we don't flood our postgres logs with errors. Should also make things slightly faster. | |||
2019-02-06 | hide_followings was renamed to hide_followers in the FE, but never synced up ↵ | Mark Felder | |
in the BE This was a dirty regex replace which worked on my server | |||
2019-02-06 | Merge branch 'fix/activitypub-user-view-badmap' into 'develop' | rinpatch | |
Fix if clause in activity_pub user_view See merge request pleroma/pleroma!783 | |||
2019-02-06 | Fix if clause in activity_pub user_view | href | |
2019-02-05 | Merge branch 'fix-dm-index' into 'develop' | kaniini | |
Massage index until it actually does the stuff we want. See merge request pleroma/pleroma!772 | |||
2019-02-05 | Merge branch 'feature/ap-c2s-whoami' into 'develop' | kaniini | |
activitypub: c2s: add /api/ap/whoami endpoint for andstatus See merge request pleroma/pleroma!773 | |||
2019-02-05 | Merge branch 'feature/split-hide-network-v2' into 'develop' | kaniini | |
Split hide_network into hide_followers & hide_followings (fixed) See merge request pleroma/pleroma!765 | |||
2019-02-05 | activitypub: transmogrifier: fix bare tags | William Pitcock | |
2019-02-04 | activitypub: c2s: add /api/ap/whoami endpoint for andstatus | William Pitcock | |
2019-02-04 | Massage index until it actually does the stuff we want. | lain | |
Also makes the index a lot smoler. | |||
2019-02-04 | activitypub: mrf: tag policy: fix force-unlisted and sandbox actions | William Pitcock | |
2019-02-04 | activitypub: mrf: tag policy: add support for subscription control | William Pitcock | |
2019-02-04 | activitypub: mrf: tag policy: refactor the filtering hook a bit | William Pitcock | |
2019-02-04 | activitypub: mrf: tag policy: add support for processing follow requests | William Pitcock | |
2019-02-04 | activitypub: mrf: tag policy: implement force-unlisted and sandbox | William Pitcock | |
2019-02-04 | mrf: add initial MRF.TagPolicy engine | William Pitcock | |
2019-02-04 | Merge branch 'feature/hellthread-filter-improvements' into 'develop' | rinpatch | |
Improve hellthread filter Closes #584 See merge request pleroma/pleroma!766 | |||
2019-02-04 | removed a debug thingy | Karen Konou | |
2019-02-04 | squished a bug | Karen Konou | |
2019-02-04 | actually commited the changes | Karen Konou | |
2019-02-04 | fixed Map,put arguments, updated nomenclature | Karen Konou | |
2019-02-03 | more tweaks, fixed silly mistakes... | Karen Konou | |
2019-02-03 | implemented tweaks | Karen Konou | |
2019-02-03 | fixed things | Karen Konou | |
2019-02-03 | made toggleable, added docs | Karen Konou | |
2019-02-03 | added optional delist feature | Karen Konou | |
2019-02-03 | Split hide_network into hide_followers & hide_followings (fixed) | Maxim Filippov | |
2019-02-03 | Merge branch '589-fix-cache' into 'develop' | lambda | |
Resolve "Update object cache on favs/boosts" Closes #589 See merge request pleroma/pleroma!764 | |||
2019-02-03 | Still do caching in tests. | lain | |
2019-02-03 | [#582] Made single-pub task call Instance.set_reachable/1 if `set_reachable` ↵ | Ivan Tashkinov | |
is not specified. Added tests. | |||
2019-02-03 | [#582] Optimized federation retirement by reducing the number of SQL calls | Ivan Tashkinov | |
(calling `Instances.set_reachable/1` only if instance had `unreachable_since`, calling `Instances.set_unreachable/1` only if instance had nil `unreachable_since`). | |||
2019-02-01 | Revert "Merge branch 'feature/split-hide-network' into 'develop'" | kaniini | |
This reverts merge request !733 | |||
2019-02-01 | Merge branch 'feature/split-hide-network' into 'develop' | kaniini | |
Split hide_network into hide_followers & hide_followings See merge request pleroma/pleroma!733 | |||
2019-02-01 | Merge branch '534_federation_targets_reachability' into 'develop' | href | |
[#534] Unreachable federation targets retirement Closes #534 See merge request pleroma/pleroma!703 | |||
2019-01-29 | activitypub: utils: update the state of *any* pending follow relationship ↵ | William Pitcock | |
that matches the actor and target | |||
2019-01-29 | activitypub: transmogrifier: fix follow request rejections | William Pitcock | |
2019-01-29 | [#534] Made federation push sender be determined basing on content instead ↵ | Ivan Tashkinov | |
of `referer` header. Updated tests. | |||
2019-01-28 | Split hide_network into hide_followers & hide_followings | Maxim Filippov | |
2019-01-28 | [#534] Merged `upstream/develop`. | Ivan Tashkinov | |
2019-01-28 | [#534] Various tweaks. Tests for Instances and Instance. | Ivan Tashkinov | |
2019-01-28 | [#534] Refactoring / tweaks per MR review. | Ivan Tashkinov | |
2019-01-28 | activitypub: prime OGP crawler cache when new messages are inserted into the ↵ | William Pitcock | |
database | |||
2019-01-27 | Merge branch 'discard-invalid-likes' into 'develop' | kaniini | |
Transmogrifier: fix incoming objects with invalid likes See merge request pleroma/pleroma!724 | |||
2019-01-27 | Transmogrifier: fix incoming objects with invalid likes | href | |
2019-01-27 | Merge branch 'features/mastoapi-multi-hashtag' into 'develop' | kaniini | |
MastodonAPI multi-hashtag See merge request pleroma/pleroma!652 | |||
2019-01-26 | Fix the logic in multi-hashtag TLs | Haelwenn (lanodan) Monnier | |
2019-01-26 | Web.ActivityPub.ActivityPub: Simplify multi-hashtag, add tests | Haelwenn (lanodan) Monnier | |