Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-14 | Merge branch 'bugfix/instance-gen_exiftool' into 'develop' | Haelwenn | |
pleroma.instance: Fix Exiftool module name See merge request pleroma/pleroma!3143 | |||
2020-11-14 | pleroma.instance: Fix Exiftool module name | Haelwenn (lanodan) Monnier | |
2020-11-14 | added test | Maksim Pechnikov | |
2020-11-13 | Gitlab CI: Change tags bag to arm32 | lain | |
2020-11-13 | Gitlab CI: Alpine is alpine | lain | |
2020-11-13 | Merge branch 'fixes_2034_reports_should_send_a_notification_to_admins' into ↵ | lain | |
'develop' fixes 2034 Make notifs view work for reports Closes #2034 See merge request pleroma/pleroma!2912 | |||
2020-11-13 | Make notifs view work for reports | Ilja | |
* These are the first small steps for issue 2034 "Reports should send a notification to admins". * I added a new type of notification "pleroma:report" to the the database manually (a migration will need to be written later) * I added the new type to the notification_controller * I made the view return the notification. It doesn't include the report itself (yet) | |||
2020-11-13 | Merge branch 'docs/otp-tuning' into 'develop' | lain | |
First draft of tips for optimizing BEAM See merge request pleroma/pleroma!3123 | |||
2020-11-13 | Gitlab CI: Specify arm32v7 image for arm32 builds | lain | |
2020-11-13 | added error messages for posix error code | Maksim Pechnikov | |
2020-11-13 | Merge branch 'fix/oban-in-database-config' into 'develop' | rinpatch | |
remove PurgeExpiredActivity from Oban db config See merge request pleroma/pleroma!3137 | |||
2020-11-13 | remove PurgeExpiredActivity from Oban db config | Alexander Strizhakov | |
2020-11-12 | Merge branch 'majic-dep' into 'develop' | feld | |
Install file-dev in Dockerfile build stage See merge request pleroma/pleroma!3135 | |||
2020-11-12 | Install file-dev in Dockerfile build stage | Michael Walker | |
This is required by the majic, added in #2534. | |||
2020-11-12 | Merge branch 'release/2.2.0' into 'stable'v2.2.0 | rinpatch | |
Release/2.2.0 See merge request pleroma/secteam/pleroma!19 | |||
2020-11-12 | Fix object spoofing vulnerability in attachments | rinpatch | |
Validate the content-type of the response when fetching an object, according to https://www.w3.org/TR/activitypub/#x3-2-retrieving-objects. content-type headers had to be added to many mocks in order to support this, some of this was done with a regex. While I did go over the resulting files to check I didn't modify anything unrelated, there is a possibility I missed something. Closes pleroma#1948 | |||
2020-11-12 | Merge branch 'title-injection-change' into 'develop' | Haelwenn | |
Title injection change See merge request pleroma/pleroma!3132 | |||
2020-11-11 | Merge branch 'feature/ingest-blurhash' into 'develop' | feld | |
Ingest blurhash for attachments if they were federated Closes #2294 See merge request pleroma/pleroma!3133 | |||
2020-11-11 | Fix tests for other attachment types | Mark Felder | |
2020-11-11 | pleroma-fe bundle: update to 8e87e3d88bef3691b625c0a25407aa08bdf983ad | rinpatch | |
2020-11-11 | Polish the changelog a bit and specify release date | rinpatch | |
2020-11-11 | Ingest blurhash field during transmogrification | Mark Felder | |
2020-11-11 | Render blurhashes in Mastodon API | Mark Felder | |
2020-11-11 | Ingest blurhash for attachments if they were federated | Mark Felder | |
2020-11-11 | Fix markdown | Egor Kislitsyn | |
2020-11-11 | Change endpoint path | Egor Kislitsyn | |
2020-11-11 | Changelog: Add info about title injection | lain | |
2020-11-11 | Bundled FE: Remove title tag | lain | |
2020-11-11 | Merge branch 'mrf-config-descriptions' into 'develop' | feld | |
little changes for MRF config descriptions See merge request pleroma/pleroma!3131 | |||
2020-11-11 | Remove FrontendInstallerWorker | Egor Kislitsyn | |
2020-11-11 | RedirectController: Don't replace title, but inject into the meta | lain | |
2020-11-11 | Merge branch 'develop' into frontend-admin-api | Egor Kislitsyn | |
2020-11-11 | little changes for MRF config descriptions | Alexander Strizhakov | |
- log level reduction, if policy doesn't implement config_description method - docs in dev.md | |||
2020-11-11 | Fix formatting | Egor Kislitsyn | |
2020-11-11 | Add `local` visibility | Egor Kislitsyn | |
2020-11-11 | Merge branch 'feature/2222-config-descriptions-for-custom-modules' into ↵ | feld | |
'develop' Config descriptions for custom MRF policies Closes #2222 See merge request pleroma/pleroma!3128 | |||
2020-11-11 | Moving some background jobs into simple tasks | Alexander Strizhakov | |
- fetching activity data - attachment prefetching - using limiter to prevent overload | |||
2020-11-11 | changes after rebase | Alexander Strizhakov | |
2020-11-11 | making credo happy and test fix | Alexander Strizhakov | |
2020-11-11 | fix for adminFE | Alexander Strizhakov | |
- revert UserAllowPolicy description - MRF descriptions order | |||
2020-11-10 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-11-10 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-11-10 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-11-10 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-11-10 | config descriptions for custom MRF policies | Alexander Strizhakov | |
2020-11-10 | Merge branch '2260-wrong-report-link' into 'develop' | lain | |
Resolve "Wrong user link in Report email" Closes #2260 See merge request pleroma/pleroma!3121 | |||
2020-11-10 | Merge branch 'fix/html-title-load' into 'develop' | lain | |
Fix title on load of Pleroma HTML, fixes #2281 Closes #2281 See merge request pleroma/pleroma!3125 | |||
2020-11-10 | Merge branch 'fix/2291-atom-feed-escape' into 'develop' | lain | |
Escaping in xml templates Closes #2291 See merge request pleroma/pleroma!3126 | |||
2020-11-10 | escaping summary and other fields in xml templates | Alexander Strizhakov | |
2020-11-09 | Merge branch 'remove/release-env' into 'develop' | Haelwenn | |
Remove release_env See merge request pleroma/pleroma!3124 |