Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | Add custom profile fields | Egor Kislitsyn | |
2019-08-13 | Merge branch 'feature/mrf-vocabulary' into 'develop' | rinpatch | |
MRF Vocabulary See merge request pleroma/pleroma!1559 | |||
2019-08-13 | Merge branch 'length-limit-bio' into 'develop' | rinpatch | |
Add configurable length limits for `User.bio` and `User.name` See merge request pleroma/pleroma!1515 | |||
2019-08-13 | MRF: add vocabulary policy module | Ariadne Conill | |
2019-08-13 | config: remove legacy activitypub accept_blocks setting | Ariadne Conill | |
Anyone who is interested in dropping blocks can write their own MRF policy at this point. This setting predated the MRF framework. Disabling the side effect (unsubscription) is still a config option per policy. | |||
2019-08-09 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-09 | [#1149] Oban jobs implementation for :federator_incoming and ↵ | Ivan Tashkinov | |
:federator_outgoing queues. | |||
2019-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-08-01 | [#1149] Replaced RetryQueue with oban-based retries. | Ivan Tashkinov | |
2019-08-01 | Add configurable length limits for `User.bio` and `User.name` | Egor Kislitsyn | |
2019-07-28 | add account confirmation email resend in mastodon api | Sachin Joshi | |
2019-07-24 | Add activity expiration worker | Mike Verdone | |
This is a worker that runs every minute and deletes expired activities. It's based heavily on the scheduled activities worker. | |||
2019-07-20 | Merge develop | Roman Chvanikov | |
2019-07-19 | Merge branch 'feature/richmedia-ttl' into 'develop' | kaniini | |
add the rich media ttl based on image exp time See merge request pleroma/pleroma!1438 | |||
2019-07-17 | config: add sign_object_fetches option | Ariadne Conill | |
2019-07-16 | mastoapi password reset | Alexander Strizhakov | |
added rate limit to password reset configure rate limit in runtime | |||
2019-07-17 | add the rich media ttl based on image exp time | Sachin Joshi | |
2019-07-16 | [#1094] Rate-limited follow & unfollow actions. | Ivan Tashkinov | |
2019-07-14 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-14 | parsers configurable | Alex S | |
2019-07-13 | nodeinfo: implement MRF transparency exclusions | Ariadne Conill | |
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-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 | 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-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-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. |