Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-28 | preserve the original path/filename (no encoding/decoding) for proxy | Sachin Joshi | |
2019-07-28 | try to always match the filename for proxy url | Sachin Joshi | |
2019-07-28 | Split alters rather than work with indexes | Roman Chvanikov | |
2019-07-28 | Fix migration | Roman Chvanikov | |
2019-07-28 | Mastodon Controller: Fix tests. | lain | |
2019-07-28 | Status View: Poll ids are strings. | lain | |
All ids in mastodon are strings, in general. | |||
2019-07-14 | Merge branch 'release/1.0.1' into 'master'v1.0.1 | kaniini | |
version bump to 1.0.1 See merge request pleroma/pleroma!1421 | |||
2019-07-14 | version bump to 1.0.1release/1.0.1 | Ariadne Conill | |
2019-07-14 | Merge branch 'release/1.0.1' into 'master' | kaniini | |
1.0.1 release See merge request pleroma/pleroma!1420 | |||
2019-07-14 | fix backport | Ariadne Conill | |
2019-07-14 | HttpRequestMock: Add 404s on OStatus fetching for info.pleroma.site | Haelwenn (lanodan) Monnier | |
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 | docs: note that exclusions usage will be included in the transparency ↵ | Ariadne Conill | |
metrics if used | |||
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 | FetcherTest: Containment refute called(OStatus.fetch_activity_from_url) | Haelwenn (lanodan) Monnier | |
2019-07-14 | Object.Fetcher: Fallback to OStatus only if AP actually fails | Haelwenn (lanodan) Monnier | |
2019-07-14 | tests: fix object containment violations in the transmogrifier tests | Ariadne Conill | |
Some objects were not completely rewritten in the tests, which caused object containment violations. Fix them by rewriting the object IDs to be in an appropriate namespace. | |||
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 | |