Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-13 | Refactor Follows/Followers counter syncronization | rinpatch | |
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page | |||
2019-07-13 | Merge branch '1041-status-actions-rate-limit' into 'develop' | kaniini | |
Rate-limited status actions (per user and per user+status). Closes #1041 See merge request pleroma/pleroma!1410 | |||
2019-07-13 | [#1041] Rate-limited status actions (per user and per user+status). | Ivan Tashkinov | |
2019-07-12 | Workaround for remote server certificate chain issues | rinpatch | |
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-11 | Extend Pleroma.Pagination to support offset-based pagination, use ↵ | Eugenij | |
async/await to execute status and account search in parallel | |||
2019-07-10 | enable synchronization by default | Alex S | |
2019-07-10 | removing synchronization worker | Alex S | |
2019-07-10 | [#1062] added option to disable send email | Maksim | |
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-09 | Fix/1019 correct count remote users | Alexander Strizhakov | |
2019-07-09 | reverse proxy tests | Alexander Strizhakov | |
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 'test-speedup' into 'develop' | Haelwenn | |
Testing: Don't federate in testing. See merge request pleroma/pleroma!1391 | |||
2019-07-09 | Testing: Don't federate in testing. | lain | |
2019-07-08 | Enable OpenGraph and TwitterCard by default | rinpatch | |
Closes #1034 | |||
2019-06-30 | [#161] Refactoring, documentation. | Ivan Tashkinov | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-27 | In my experience syslog tags are usually lowercase | 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 | Make default pack extensions configurable and default to png and gif | rinpatch | |
2019-06-25 | add ignore hosts and TLDs for rich_media | Maksim Pechnikov | |
2019-06-23 | Bind to 127.0.0.1 instead of 0.0.0.0 by default | rinpatch | |
2019-06-20 | Fixes for dynamic configuration | Alexander Strizhakov | |
2019-06-18 | Deps: Update auto_linker | rinpatch | |
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 | Fix rate limit test | Egor Kislitsyn | |
2019-06-14 | Set instance static/uploads to be outside of application directory in ↵ | rinpatch | |
release config In case of releases the application directory changes with each version so the contents will not be accessible | |||
2019-06-12 | Merge branch 'release-config-import' into 'develop' | lain | |
Import release config from env variable or /etc/pleroma/config.exs and warn if the file is missing See merge request pleroma/pleroma!1269 | |||
2019-06-11 | Import release config from env variable or /etc/pleroma/config.exs and | rinpatch | |
warn if the file is missing | |||
2019-06-11 | Add option to restrict all users to local content | Egor Kislitsyn | |
2019-06-11 | Better default parameters for suggestion | Hakaba Hitoyo | |
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 | Replace `MastodonAPIController.account_register/2` rate limiter | Egor Kislitsyn | |
2019-06-11 | Add rate limiting for search endpoints | 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 | Merge branch 'develop' into feature/releases | rinpatch | |
2019-06-08 | Fix wrong placement of serve_endpoints | 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-08 | Set serve_endpoints to true in prod config as setting it in runtime | rinpatch | |
config would cause issues with mix tasks | |||
2019-06-08 | Basic release skeleton | rinpatch | |
2019-06-07 | Fix tests. | lain | |
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 | Set default config for digest to false | Roman Chvanikov | |
2019-06-07 | Resolve conflicts | Roman Chvanikov | |
2019-06-06 | Replace Mix.env with Pleroma.Config.get(:env) | rinpatch | |
Mix.env/0 is not availible in release environments such as distillery or elixir's built-in releases. | |||
2019-06-06 | [#943] Make the unauthenticated users limitation optional | Egor | |
2019-06-05 | OAuth consumer: tests fix, comments, Keycloak config notes. | Ivan Tashkinov | |
2019-06-05 | Fix conflict | Roman Chvanikov | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |