Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 'testfix/twitter-api' into 'develop' | kaniini | |
test: twitterapi: fix another possible test failure case See merge request pleroma/pleroma!778 | |||
2019-02-05 | test: twitterapi: fix another possible test failure case | William Pitcock | |
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 | test: twitterapi: fix the test breakage for real | William Pitcock | |
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 | Merge branch 'patch-2' into 'develop' | lambda | |
ARGLE GARBLE See merge request pleroma/pleroma!776 | |||
2019-02-05 | Merge branch 'bugfix/rich-media-nil' into 'develop' | lambda | |
html: don't attempt to parse nil content See merge request pleroma/pleroma!775 | |||
2019-02-05 | Fix SQL | Maxim Filippov | |
2019-02-05 | ARGLE GARBLE | witches.live | |
Update .gitignore | |||
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 | Initialize hide_network with false | Maxim Filippov | |
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 | mix: add user tag/untag task | 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 | |||
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 | Unbreak all the tests. | lain | |
2019-02-03 | Still do caching in tests. | lain | |
2019-02-03 | Update Mogrify docs and warning for deprecated syntax to encourage | Mark Felder | |
users to enable both strip and auto-orient | |||
2019-02-03 | Merge branch '582_federation_retirement_optimization' into 'develop' | kaniini | |
[#582] Optimized federation retirement by reducing the number of SQL calls Closes #582 See merge request pleroma/pleroma!762 | |||
2019-02-03 | [#582] Made single-pub task call Instance.set_reachable/1 if `set_reachable` ↵ | Ivan Tashkinov | |
is not specified. Added tests. |