Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-14 | fix backport | Ariadne Conill | |
2019-07-14 | HttpRequestMock: Add missing mocks for object containment tests | Haelwenn (lanodan) Monnier | |
2019-07-14 | object: fix backport | Ariadne Conill | |
2019-07-14 | nodeinfo: implement MRF transparency exclusions | Ariadne Conill | |
2019-07-14 | Object.Fetcher: Keep the with-do block as per kaniini proposition | Haelwenn (lanodan) Monnier | |
2019-07-14 | Object.Fetcher: Fallback to OStatus only if AP actually fails | Haelwenn (lanodan) Monnier | |
2019-07-14 | security: detect object containment violations at the IR level | Ariadne Conill | |
It is more efficient to check for object containment violations at the IR level instead of in the protocol handlers. OStatus containment is especially a tricky situation, as the containment rules don't match those of IR and ActivityPub. Accordingly, we just always do a final containment check at the IR level before the object is added to the IR object graph. | |||
2019-06-27 | Merge branch 'idempotency-plug' into 'develop' | kaniini | |
Add IdempotencyPlug and use it in all of the api Closes #1003 See merge request pleroma/pleroma!1339 | |||
2019-06-27 | don't delete config settings on admin update | Alexander Strizhakov | |
2019-06-27 | Polish IdempotencyPlug | Egor Kislitsyn | |
2019-06-26 | Fix credo warning | Egor Kislitsyn | |
2019-06-26 | Remove previous idempotency implementation from `post_status` | Egor Kislitsyn | |
2019-06-26 | Enable IdempotencyPlug for the all API | Egor Kislitsyn | |
2019-06-26 | Add Idempotency plug | Egor Kislitsyn | |
2019-06-26 | Return correct response when reply to a direct message is not direct itself | Sergey Suprunenko | |
2019-06-26 | Merge branch 'refactoring/fix_render_view' into 'develop' | kaniini | |
Fix Controller.render/4 deprecation See merge request pleroma/pleroma!1337 | |||
2019-06-26 | Merge branch 'feature/configurable-pack-extensions' into 'develop' | kaniini | |
Make default pack extensions configurable and default to png and gif See merge request pleroma/pleroma!1338 | |||
2019-06-26 | Make default pack extensions configurable and default to png and gif | rinpatch | |
2019-06-26 | fix validate_page_url | Maksim Pechnikov | |
2019-06-26 | Fix Controller.render/4 deprecation | Roman Chvanikov | |
2019-06-25 | add ignore hosts and TLDs for rich_media | Maksim Pechnikov | |
2019-06-25 | fix validate_url for private ip | Maksim Pechnikov | |
2019-06-24 | [#184] small refactoring reset password | Maksim | |
2019-06-24 | Rework user deletion | Sergey Suprunenko | |
2019-06-24 | Broadcast conversation update when DM is deleted | Eugenij | |
2019-06-23 | Merge branch 'rich_media_titles_two' into 'develop' | kaniini | |
Rich media titles two See merge request pleroma/pleroma!1325 | |||
2019-06-23 | Merge branch 'admin-config' into 'develop' | kaniini | |
Admin config See merge request pleroma/pleroma!1328 | |||
2019-06-23 | support for config groups | Alex S | |
2019-06-22 | support for tuples with more than 2 values | Alex S | |
2019-06-22 | Rich Media Parser: Do not return just a title if nothing else is there. | lain | |
2019-06-22 | Revert "Revert "Merge branch 'fix/ogp-title' into 'develop'"" | lain | |
This reverts commit b6af80f769195b5047ee8da07166f022c2e29b0a. | |||
2019-06-22 | Merge branch 'fix/ecto-tasks-release' into 'develop' | rinpatch | |
Ecto tasks: Resolve relative path using the application directory instead of cwd and load the application before doing anything See merge request pleroma/pleroma!1322 | |||
2019-06-22 | notifications: fix notification generation for non-create activities | William Pitcock | |
in 300d94c62, an Object.normalize() call was introduced. calling Object.normalize() on an activity with a non-object URI (say, a user) causes Really Bad Things to happen. so don't do that. | |||
2019-06-22 | fix for int and modules | Alex S | |
2019-06-22 | Load the application before executing the create task | rinpatch | |
2019-06-21 | Merge branch 'feature/mrf-anti-link-spam' into 'develop' | kaniini | |
implement anti link spam MRF See merge request pleroma/pleroma!1307 | |||
2019-06-21 | Merge branch 'oauth_secure_redirect' into 'develop' | kaniini | |
OAuth security improvements (`redirect_uri` listing enforcement) See merge request pleroma/pleroma!1302 | |||
2019-06-21 | change the anti-link-spam MRF implementation to use old_user? instead of the ↵ | William Pitcock | |
previous name | |||
2019-06-21 | Revert "Merge branch 'fix/ogp-title' into 'develop'" | feld | |
This reverts merge request !1277 | |||
2019-06-20 | Release Tasks: Ensure the application is loaded before getting the | rinpatch | |
modules Needed for non-rpc tasks to work | |||
2019-06-19 | unbreak polls | William Pitcock | |
2019-06-19 | implement anti link spam MRF | William Pitcock | |
2019-06-19 | aliases for mix tasks | Alexander Strizhakov | |
ecto.migrate ecto.rollback | |||
2019-06-19 | Merge branch 'begone-the-dot-hack' into 'develop' | rinpatch | |
Remove the dot hack when posting from Mastodon API and add proper errors when the post exceeds character limits See merge request pleroma/pleroma!1298 | |||
2019-06-19 | Merge branch 'fix/rich-media-hashtags-again' into 'develop' | lain | |
Rich Media: Skip Microformats hashtags See merge request pleroma/pleroma!1304 | |||
2019-06-19 | Rich Media: Skip Microformats hashtags | rinpatch | |
When fixing this problem I incorrectly assumed a.hashtag is the proper way for detecting hashtags, but it is just something Pleroma and Mastodon add. Per microformats it should be detected by the presense of rel=tag. This MR adds a check for rel=tag, but I still left a.hashtag just in case | |||
2019-06-18 | Merge branch 'deps/update-auto-linker' into 'develop' | lain | |
Deps: Update auto_linker See merge request pleroma/pleroma!1300 | |||
2019-06-18 | Minor edit (comment). | Ivan Tashkinov | |
2019-06-18 | Added more `redirect_uri` checks to prevent redirect to not explicitly ↵ | Ivan Tashkinov | |
listed URI. | |||
2019-06-18 | Deps: Update auto_linker | rinpatch | |