Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-06 | Simplify in-database config docs | rinpatch | |
Large part of it was no longer true (i.e none of the changes need recompilation anymore and you can't brick an instance by changing them, it's not necessary to manually truncate the db manually anymore) | |||
2020-02-04 | Merge branch 'feature/make_attachments_cleanup_optional' into 'develop' | lain | |
Make attachments cleanup optional See merge request pleroma/pleroma!2170 | |||
2020-02-04 | Add cheatsheet entry | Lain Soykaf | |
2020-01-31 | Make attachments cleanup optional | Roman Chvanikov | |
2020-01-30 | Merge branch 'fix/disable-rate-limiter-for-socket-localhost' into 'develop' | rinpatch | |
Disable rate limiter for socket/localhost Closes #1380 See merge request pleroma/pleroma!2064 | |||
2020-01-30 | Merge branch 'develop' into fix/disable-rate-limiter-for-socket-localhost | rinpatch | |
2020-01-30 | Merge branch 'reenable-rate-limit-and-remote-ip' into 'develop' | lain | |
Re-enable rate limiter and enable remote ip See merge request pleroma/pleroma!2164 | |||
2020-01-30 | Apply suggestion to docs/configuration/cheatsheet.md | lain | |
2020-01-30 | Merge branch 'emoji-reaction-fixie-fixes-uwu' into 'develop' | lain | |
Emoji Reactions: Actually use the validation. See merge request pleroma/pleroma!2166 | |||
2020-01-30 | Emoji Reactions: Add fixtures | lain | |
2020-01-30 | Emoji Reactions: Actually use the validation. | lain | |
2020-01-30 | Merge branch 'emoji-api-errors' into 'develop' | feld | |
Emoji api error if emoji dir is not writable Closes admin-fe#62 See merge request pleroma/pleroma!2161 | |||
2020-01-30 | Merge branch 'http-security-warning' into 'develop' | feld | |
Warn if HTTPSecurityPlug is disabled Closes #1528 See merge request pleroma/pleroma!2155 | |||
2020-01-30 | Update emoji_api_controller.ex | feld | |
2020-01-30 | Update http_security_plug.ex | feld | |
2020-01-30 | Apply suggestion to docs/configuration/cheatsheet.md | rinpatch | |
2020-01-30 | Merge branch 'emoji-reactions-reacted' into 'develop' | rinpatch | |
Emoji reactions: Add `reacted` field See merge request pleroma/pleroma!2160 | |||
2020-01-30 | RemoteIp: only trust X-Forwarded-For | rinpatch | |
Our nginx config will happily pass `Forwarded`/`X-Real-IP` from the client. Caddy, Apache and Varnish pass `X-Forwarded-For` as well anyway. | |||
2020-01-30 | cheatsheet: improve rate limiter docs and add new limiters | rinpatch | |
2020-01-30 | config.exs: Re-enable rate limiter and enable remote ip | rinpatch | |
2020-01-29 | Merge branch 'fix-streaming-reblog' into 'develop' | Haelwenn | |
Streamer: Correctly handle reblog mutes Closes #1129 and #1438 See merge request pleroma/pleroma!2156 | |||
2020-01-29 | Merge branch 'changelog-update' into 'develop' | lain | |
Update confusing changelog message for attachments cleanup See merge request pleroma/pleroma!2163 | |||
2020-01-29 | Update confusing changelog message for attachments cleanup | Roman Chvanikov | |
2020-01-29 | Fix credo warning | Egor Kislitsyn | |
2020-01-29 | Make the warning more scarier | Egor Kislitsyn | |
2020-01-29 | emoji api error on not writable dir | Alexander Strizhakov | |
2020-01-29 | Merge branch 'fix-streaming-reblog' of git.pleroma.social:pleroma/pleroma ↵ | lain | |
into fix-streaming-reblog | |||
2020-01-29 | Streamer Tests: code readability improvements | lain | |
2020-01-29 | Emoji Reactions: Correctly handle deleted users | lain | |
2020-01-29 | Emoji Reactions: Document changes | lain | |
2020-01-29 | Emoji Reactions: Add `reacted` field to emoji reactions | lain | |
2020-01-29 | Merge branch 'meta-tags-parser' into 'develop' | lain | |
Title parsing improvement See merge request pleroma/pleroma!2159 | |||
2020-01-29 | title parse improvement | Alexander Strizhakov | |
2020-01-28 | Merge branch 'frontend-refresh-c54111797ae1058e59931b2d1f12e6ab6a6f96a9' ↵ | lain | |
into 'develop' Update frontend to c54111797ae1058e59931b2d1f12e6ab6a6f96a9 See merge request pleroma/pleroma!2158 | |||
2020-01-28 | Update frontend to c54111797ae1058e59931b2d1f12e6ab6a6f96a9 | lain | |
2020-01-28 | Merge branch 'linkify-test-expansion' into 'develop' | lain | |
Formatter: Add a test for domain / username clashes See merge request pleroma/pleroma!2151 | |||
2020-01-28 | Merge branch 'features/task-test-email' into 'develop' | lain | |
Create pleroma.email mix task Closes #1061 See merge request pleroma/pleroma!2118 | |||
2020-01-28 | Merge branch 'fix/1524-link_preview' into 'develop' | lain | |
Meta tags parser respects first title tag Closes #1524 See merge request pleroma/pleroma!2157 | |||
2020-01-28 | meta tag parser respect first title header | Alexander Strizhakov | |
2020-01-28 | Merge branch 'feature/tag_feed' into 'develop' | lain | |
[#1452] Atom feeds for hashtags See merge request pleroma/pleroma!2040 | |||
2020-01-28 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/tag_feed | |||
2020-01-28 | Merge branch 'whole-db-removal' into 'develop' | Haelwenn | |
Remove `whole_db` parameter everywhere, it's not used anymore See merge request pleroma/pleroma!2152 | |||
2020-01-28 | Create pleroma.email mix task | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1061 | |||
2020-01-28 | Update streamer_test.exs | lain | |
2020-01-28 | Streamer: Correctly handle reblog mutes | lain | |
2020-01-28 | Warn if HTTPSecurityPlug is disabled | Egor Kislitsyn | |
2020-01-28 | Merge branch 'fix/attachments-cleanup' into 'develop' | feld | |
Fix attachments cleanup with custom base_url See merge request pleroma/pleroma!2154 | |||
2020-01-28 | Merge branch 'fix-elixir-v1.10' into 'develop' | lain | |
Fix compatibility with Elixir v1.10 See merge request pleroma/pleroma!2153 | |||
2020-01-28 | Fix compatibility with Elixir v1.10 | Egor Kislitsyn | |
2020-01-28 | Add test for custom base_url when deleting an attachment | Roman Chvanikov | |