Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-31 | html: lock down allowed class attributes to only those related to microformats | William Pitcock | |
2019-05-31 | Transmogrifier: Fix user fetching. | lain | |
2019-05-31 | Mastodon API: Fix lists leaking private posts | rinpatch | |
Our previous list visibility resolver grabbed posts if either follower collection of the user in a list who is followed is in `to` or if follower collection of the user in a list was in `cc`. This not only missed unlisted posts but also lead to leaking private posts when `fix_explicit_addressing` mistakingly started putting follower collections to `cc` (also fixed in this MR). Reported by @kurisu@iscute.moe via a DM | |||
2019-05-31 | Fix fix_explicit_addressing moving follower collection to cc and add tests ↵ | rinpatch | |
for it | |||
2019-04-05 | Fix and format. | lain | |
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-21 | fix fetching AP objects with application/json | 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-07 | OAuth2 security fixes: redirect URI validation, "Mastodon-Local" security ↵ | Ivan Tashkinov | |
breach fix. (`POST /api/v1/apps` could create "Mastodon-Local" app wth any redirect_uris, and if that happened before /web/login is accessed for the first time then Pleroma used this externally created record with arbitrary redirect_uris and client_secret known by creator). | |||
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 'bugfix/rich-media-card' into 'develop' | Haelwenn | |
rich media cards: bugfixes and regression tests See merge request pleroma/pleroma!785 | |||
2019-02-06 | Merge branch 'add-admin-and-moderator-fields' into 'develop' | kaniini | |
Add admin and moderator badges to user view and make their visibility configurable See merge request pleroma/pleroma!767 | |||
2019-02-06 | mastodon api: rich media: don't clobber %URI struct with a string | William Pitcock | |
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-06 | Allow to configure visibility for admin and moderator badges | eugenijm | |
2019-02-06 | Add is_admin and is_moderator boolean fields to the user view | eugenijm | |
2019-02-05 | rich media: parser: reject any data which cannot be explicitly encoded into JSON | William Pitcock | |
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 | Merge branch 'bugfix/rich-media-image-nil' into 'develop' | kaniini | |
mastodon api: fix rendering of cards without image URLs (closes #597) Closes #597 See merge request pleroma/pleroma!777 | |||
2019-02-05 | mastodon api: fix rendering of cards without image URLs (closes #597) | William Pitcock | |
2019-02-05 | Merge branch 'bugfix/transmogrifier-bare-tags' into 'develop' | lambda | |
activitypub: transmogrifier: fix bare tags See merge request pleroma/pleroma!774 | |||
2019-02-05 | html: don't attempt to parse nil content | William Pitcock | |
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 | Merge branch 'feature/mrf-tag' into 'develop' | Haelwenn | |
MRF TagPolicy engine See merge request pleroma/pleroma!768 | |||
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 | Merge branch 'hotfix/hellthread-deprecation-warning' into 'develop' | rinpatch | |
fix hellthread threshold deprecation warning See merge request pleroma/pleroma!770 | |||
2019-02-04 | fix hellthread threshold deprecation warning | Karen Konou | |
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 'mime-riff' into 'develop' | kaniini | |
Mime: detect RIFF formats (wave, webp, avi) See merge request pleroma/pleroma!769 | |||
2019-02-04 | Mime: detect RIFF formats (wave, webp, avi) | href | |
2019-02-04 | Merge branch 'fix/rich-media-relative-path' into 'develop' | rinpatch | |
Fix rich media relative path Closes #588 See merge request pleroma/pleroma!759 | |||
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 | Merge branch 'mogrify-orient' into 'develop' | kaniini | |
Update Mogrify docs and warning for deprecated syntax See merge request pleroma/pleroma!763 |