Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | Fix conflict | Roman Chvanikov | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | Merge branch 'feature/mrf-subchain' into 'develop' | kaniini | |
MRF: subchain policy See merge request pleroma/pleroma!1233 | |||
2019-06-04 | Merge branch 'ueberauth_config_extension' into 'develop' | kaniini | |
Ueberauth: extended format of OAUTH_CONSUMER_STRATEGIES to allow explicit dependency specification See merge request pleroma/pleroma!1234 | |||
2019-06-03 | Merge branch 'develop' into feature/digest-email | Mark Felder | |
2019-06-03 | add option skip_thread_containment | Maksim Pechnikov | |
2019-06-02 | Ueberauth: extended format of OAUTH_CONSUMER_STRATEGIES to allow explicit ↵ | Ivan Tashkinov | |
dependency specification. | |||
2019-06-02 | formatting | William Pitcock | |
2019-06-02 | mrf: add subchain policy | William Pitcock | |
2019-06-01 | Resolve merge conflicts | rinpatch | |
2019-05-29 | Merge develop | Roman Chvanikov | |
2019-05-25 | remove @websub and @ostatus module-level constants | William Pitcock | |
2019-05-25 | kill @httpoison | William Pitcock | |
2019-05-22 | mrf: simple policy: add the ability to strip avatars and banners from user ↵ | William Pitcock | |
profiles | |||
2019-05-22 | [#699] add worker to clean expired oauth tokens | Maksim | |
2019-05-22 | Merge branch 'feature/object-pruning' into 'develop' | lambda | |
Object pruning See merge request pleroma/pleroma!1181 | |||
2019-05-22 | Merge branch 'mongooseim-support' into 'develop' | kaniini | |
MongooseIM: Add basic integration endpoints. See merge request pleroma/pleroma!1172 | |||
2019-05-21 | add mix task to prune the object database using a configured retention period | William Pitcock | |
2019-05-21 | Add poll limits to /api/v1/instance and initial state | rinpatch | |
2019-05-20 | Additional reserved usernames | Mark Felder | |
2019-05-20 | Move default mascot configuration to `config/` | Sadposter | |
2019-05-20 | Add report filtering to MRF.SimplePolicy | Aaron Tinio | |
2019-05-17 | config: make sending the user agent configurable, disable sending the user ↵ | William Pitcock | |
agent in tests | |||
2019-05-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into rum-index | lain | |
2019-05-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
ecto_sql_update | |||
2019-05-17 | Configuration: disable migration lock. | lain | |
2019-05-15 | Merge branch 'chore/extricate-http-signatures' into 'develop' | lambda | |
switch to pleroma/http_signatures library See merge request pleroma/pleroma!1155 | |||
2019-05-15 | Merge branch 'cleanup' into 'develop' | lambda | |
Remove unused queue from the config See merge request pleroma/pleroma!1158 | |||
2019-05-15 | Search: Add optional rum indexing / searching. | lain | |
2019-05-15 | Merge branch 'legacy-fe-config' into 'develop' | rinpatch | |
remove deprecated PleromaFE configuration See merge request pleroma/pleroma!1152 | |||
2019-05-15 | remove deprecated PleromaFE configuration | Sachin Joshi | |
2019-05-15 | Remove unused queue from the config | Egor Kislitsyn | |
2019-05-14 | switch to pleroma/http_signatures library | William Pitcock | |
2019-05-14 | Make rate limiting for Mastodon Registration API less agressive and enable ↵ | rinpatch | |
it by default. As discussed on irc. Unlike Mastodon our web interface for registrations is using the same APIs regular apps would be using, so 5 requests per 30 minutes per IP could hurt valid use-cases when Pleroma-FE switches to it. Also enable the endpoint by default, it makes no sense to have it disabled when 1. TwitterAPI endpoint is there and always enabled 2. Unlike Mastodon, there is no way to get an account without using the APIs (makes me wonder why the setting is even there) Also in this commit: minor changelog improvements. | |||
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-13 | Merge branch 'feature/federator-behaviours' into 'develop' | lambda | |
federator modularization (outgoing) See merge request pleroma/pleroma!1140 | |||
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-12 | websub: adapt to work as a federator publishing module | William Pitcock | |