Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-09 | Fix/1019 correct count remote users | Alexander Strizhakov | |
2019-07-09 | Merge branch 'features/sec-websocket-protocol-header' into 'develop' | kaniini | |
Features: MastoAPI streaming Sec-WebSocket-Protocol header See merge request pleroma/pleroma!1381 | |||
2019-07-09 | Merge branch 'enable-ogp-by-default' into 'develop' | Haelwenn | |
Do not crash if metadata fails to render and enable OGP and TwitterCard by default Closes #1034 See merge request pleroma/pleroma!1388 | |||
2019-07-09 | Merge branch '161-incoming-replies-depth-limit' into 'develop' | rinpatch | |
[#161] Limited replies depth on incoming federation (memory leaks fix) Closes #161 See merge request pleroma/pleroma!1361 | |||
2019-07-08 | Add a changelog entry for changing the defaults | rinpatch | |
2019-07-08 | Improve wording in CHANGELOG.md | rinpatch | |
2019-07-08 | FallbackRedirector: Do not crash on Metadata rendering errors | rinpatch | |
2019-07-08 | Mastodon API: Fix embedded relationships not being rendered inside of statuses | rinpatch | |
2019-07-07 | MastoAPI Streaming: Keep compatibility with access_token | Haelwenn (lanodan) Monnier | |
2019-07-06 | Apply suggestion to CHANGELOG.md | Ivan Tashkinov | |
2019-07-06 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
161-incoming-replies-depth-limit | |||
2019-07-05 | Admin API: Allow querying user by ID | Maxim Filippov | |
2019-07-03 | Expose `skip_thread_containment` in nodeinfo | Eugenij | |
2019-07-03 | Use fallback values for search queries | Eugenij | |
This is to make sure the entire request doesn't return a 500 error if user or status search times out. | |||
2019-07-01 | Move changelog entries | Maxim Filippov | |
2019-07-01 | Update changelog and admin API docs with tags, display_name, avatar additions | Maxim Filippov | |
2019-06-30 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-06-30 | [#161] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
161-incoming-replies-depth-limit # Conflicts: # CHANGELOG.md | |||
2019-06-30 | [#161] Refactoring, documentation. | Ivan Tashkinov | |
2019-06-30 | Add hashtag filter to user statuses (GET /api/v1/accounts/:id/statuses) | Eugenij | |
2019-06-30 | [#1026] Filter.AnonymizeFilename added ability to retain file extension with ↵ | Maksim | |
custom text | |||
2019-06-29 | Fix not being able to pin unlisted posts | rinpatch | |
Closes #1038 | |||
2019-06-28 | docs: add documentation for MediaProxyWarmingPolicy | William Pitcock | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-28 | BUMP OF CHICKEN | lain | |
1.0 | |||
2019-06-27 | Add changelog entry for syslog tag change | Mark Felder | |
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 | 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-23 | Bind to 127.0.0.1 instead of 0.0.0.0 by default | rinpatch | |
2019-06-23 | Merge branch 'develop' into 'remove-avatar-header' | Sachin Joshi | |
# Conflicts: # CHANGELOG.md | |||
2019-06-20 | docs: better description for mrf anti link spam | William Pitcock | |
2019-06-19 | implement anti link spam MRF | William Pitcock | |
2019-06-18 | Mastodon API: Sanitize display names | rinpatch | |
Closes #1000 | |||
2019-06-15 | Apply suggestion to CHANGELOG.md | lain | |
2019-06-15 | Changelog: Document chat token. | lain | |
2019-06-14 | Merge branch 'feature/add-background-image-to-mastoapi' into 'develop' | rinpatch | |
AccountView: Add user background. See merge request pleroma/pleroma!1280 | |||
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-14 | Mastodon API: Document changes. | lain | |
2019-06-11 | Add option to restrict all users to local content | Egor Kislitsyn | |
2019-06-11 | Merge branch 'feature/rate-limiter' into 'develop' | lain | |
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266 | |||
2019-06-11 | Update CHANGELOG | Egor Kislitsyn | |
2019-06-11 | Merge branch 'change-containment-default' into 'develop' | kaniini | |
Configuration: Skip thread containment by default See merge request pleroma/pleroma!1256 | |||
2019-06-09 | Add a changelog entry for releases | rinpatch | |
2019-06-08 | Set default loglevel to `warn` in prod | rinpatch | |
It's rare that info logs are needed to debug the issue, so I would suggest setting them to warn in prod by default to make finding the relevant parts easier and potentially even decrease cpu usage on bigger instances Closes #962 | |||
2019-06-07 | Configuration: Skip thread containment by default | lain | |
In my tests the interaction between thread containment and other restrictions makes postgresql create some very bad query plans. This caused direct messages to time out on soykaf, for example. | |||
2019-06-07 | Resolve conflicts | Roman Chvanikov | |
2019-06-06 | [#943] Make the unauthenticated users limitation optional | Egor | |