Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | RUM: Set rum status by the environment. | lain | |
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-16 | add report uri and report to | Alex S | |
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 | Fix rate-limiting tests | rinpatch | |
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 | |
2019-05-12 | salmon: refactor to work as a federator publishing module | William Pitcock | |
2019-05-12 | federator: publisher: add publish() wrapper | William Pitcock | |
2019-05-07 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-07 | unused config paramater | Alex S | |
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> | |||
2019-05-06 | Merge branch 'feature/bbs' into 'develop' | lambda | |
BBS / SSH See merge request pleroma/pleroma!997 | |||
2019-05-06 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Alexander Strizhakov | |
feature/845-improve-status-deletion | |||
2019-05-04 | Merge remote-tracking branch 'origin/develop' into feature/bbs | lain | |
2019-04-26 | add support for bbcode | William Pitcock | |
2019-04-25 | Add mediaproxy whitelist capability | Mark Felder | |
2019-04-25 | Merge branch 'develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-22 | added healthcheck setting to instance config | Alex S | |
2019-04-22 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-21 | Change the default manifest to pleroma's namespace | Ekaterina Vaartis | |
2019-04-20 | Remove most finmoji mentions where appropriate | Ekaterina Vaartis | |
2019-04-20 | Make emoji default_manifest a config option | Ekaterina Vaartis | |
2019-04-20 | Assume packs without emoji.txt only have emoji pictures, unhardcode | Ekaterina Vaartis | |
unhardcode: remove hardcoded /instance/static and actually use the config option as it is used in other places. packs without emoji.txt: these are now assumed to have .png files that are all emojis, their names are used as shortcodes | |||
2019-04-20 | Remove finmoji and add a way to download emojis in packs | Ekaterina Vaartis | |
These packs are stored in a git repo on pleroma gitlab | |||
2019-04-19 | typo fix | Alexander Strizhakov | |
docs for RelMe provider | |||
2019-04-16 | Merge branch 'feature/788-separate-email-addresses' into 'develop' | kaniini | |
Feature/788 separate email addresses Closes #788 See merge request pleroma/pleroma!1040 | |||
2019-04-16 | add extra_cookie_attrs option to config | Hakurei Reimu | |
Allow instance admins to set their own SameSite cookie policy from the config. Default value in the config is `Lax`. | |||
2019-04-15 | Config.exs: Add big warning so that nobody ever edits it. | lain | |
2019-04-13 | Merge develop to 788-separate-email-addresses | Alex S | |
Merge conflicts: test/web/twitter_api/twitter_api_test.exs test/web/twitter_api/twitter_api_controller_test.exs test/web/admin_api/admin_api_controller_test.exs | |||
2019-04-11 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-10 | adding notify_email setting for trigger emails | Alex S | |
2019-04-10 | s/Pleroma.Mailer/Pleroma.Emails.Mailer/ | Haelwenn (lanodan) Monnier | |
2019-04-08 | Merge remote-tracking branch 'pleroma/develop' into use-jobs-in-webpush | Egor Kislitsyn | |