Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-14 | remove CC-BY-NC-ND license. | Ariadne Conill | |
we moved branding assets (mascot etc) to CC-BY-SA a while back. | |||
2019-06-29 | Merge branch 'revert/tags-releases' into 'master' | rinpatch | |
Revert "Build releases only on tags or develop" See merge request pleroma/pleroma!1356 | |||
2019-06-29 | Revert "Build releases only on tags or develop" | rinpatch | |
This reverts commit 54d287377054fa48c5a14cf6b056cd80e838b264. It breaks getting the latest artifact for the master branch. | |||
2019-06-29 | Merge branch 'rebase/docs-master' into 'master' | rinpatch | |
Cherry-pick documentation fixes to master See merge request pleroma/pleroma!1354 | |||
2019-06-29 | Build releases only on tags or develop | rinpatch | |
Needed so we could push documentation updates to master without triggering a rebuild | |||
2019-06-29 | Add a warning about service files assuming installation paths | rinpatch | |
2019-06-29 | Move all upload contents despite upload folder itself. | Yuji Nakao | |
2019-06-29 | Update migrating_from_source_otp_en.md: Replace `reload-daemon` with ↵ | Yuji Nakao | |
`daemon-reload`. | |||
2019-06-28 | Merge branch 'release/1.0' into 'develop'v1.0.0 | lain | |
1.0 Release See merge request pleroma/pleroma!1348 | |||
2019-06-28 | Merge branch 'release-docs' into 'develop' | lain | |
Docs on OTP releases See merge request pleroma/pleroma!1315 | |||
2019-06-28 | BUMP OF CHICKEN | lain | |
1.0 | |||
2019-06-28 | Merge branch '2019-06-29-pleromafe' into 'develop' | lain | |
Update frontend. See merge request pleroma/pleroma!1347 | |||
2019-06-28 | Update frontend. | lain | |
2019-06-28 | Add a note about the develop branch | rinpatch | |
2019-06-27 | Merge branch 'fix/syslog-tag' into 'develop' | kaniini | |
lowercase syslog tag See merge request pleroma/pleroma!1344 | |||
2019-06-27 | Add changelog entry for syslog tag change | Mark Felder | |
2019-06-27 | In my experience syslog tags are usually lowercase | Mark Felder | |
2019-06-27 | Add a note about OS/Distro packages in the readme | rinpatch | |
2019-06-27 | Add a deprecation warning to the readme | rinpatch | |
2019-06-27 | Add a note on what OTP releases are | rinpatch | |
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 | Merge branch 'fix/admin-configure' into 'develop' | kaniini | |
don't delete config settings on admin update See merge request pleroma/pleroma!1340 | |||
2019-06-27 | don't delete config settings on admin update | Alexander Strizhakov | |
2019-06-26 | Merge branch 'update-mastofe/glitch-soc-2019-06-26' into 'develop' | rinpatch | |
Update mastofe to bundle-2019-06-26 See merge request pleroma/pleroma!1341 | |||
2019-06-26 | Update mastofe to bundle-2019-06-26 | Haelwenn (lanodan) Monnier | |
2019-06-27 | Polish IdempotencyPlug | Egor Kislitsyn | |
2019-06-26 | Instructions on getting the flavour | rinpatch | |
2019-06-26 | Do not assume ~pleroma == /opt/pleroma | rinpatch | |
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 | Merge branch 'fix/handle-wrong-visibility-error' into 'develop' | Haelwenn | |
Return correct response when reply to a direct message is not direct itself Closes #1010 See merge request pleroma/pleroma!1336 | |||
2019-06-26 | Return correct response when reply to a direct message is not direct itself | Sergey Suprunenko | |
2019-06-26 | Add all the remaining sections to Switching to OTP releases | rinpatch | |
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 | Merge branch 'issues/1016' into 'develop' | rinpatch | |
[#1016] add clear formatted text/ removes links with private ip See merge request pleroma/pleroma!1335 | |||
2019-06-26 | update changelog | Maksim Pechnikov | |
2019-06-26 | Make default pack extensions configurable and default to png and gif | rinpatch | |
2019-06-26 | Apply suggestion to CHANGELOG.md | Maksim | |
2019-06-26 | update changelog | Maksim Pechnikov | |
2019-06-26 | fix validate_page_url | Maksim Pechnikov | |
2019-06-26 | Apply suggestion to docs/config.md | Maksim | |
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 | add test | Maksim Pechnikov | |
2019-06-25 | fix validate_url for private ip | Maksim Pechnikov | |
2019-06-25 | Add a note that OTP releases don't contain revision history | rinpatch | |