Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-11 | web_cache_ttl description | Alex S | |
2019-09-11 | formatting | Alex S | |
2019-09-11 | Apply suggestion to config/description.exs | Alexander Strizhakov | |
2019-09-11 | Apply suggestion to config/description.exs | Alexander Strizhakov | |
2019-09-11 | some changes | Alex S | |
2019-09-11 | description.exs | Alex S | |
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
2019-09-05 | temp commit | Alex S | |
2019-09-05 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-09-03 | Remove dynamic config as default, add healthcheck | Ashlynn Anderson | |
2019-09-02 | [#1149] Refactoring: GenServer workers renamed to daemons, `use Oban.Worker` ↵ | Ivan Tashkinov | |
moved to helper. | |||
2019-08-31 | [#1149] Addressed code review comments (code style, jobs pruning etc.). | Ivan Tashkinov | |
2019-08-31 | [#1149] Added Oban job for "activity_expiration". Merged remote-tracking ↵ | Ivan Tashkinov | |
branch 'remotes/upstream/develop' into 1149-oban-job-queue # Conflicts: # config/config.exs | |||
2019-08-26 | Disable rate limiter by default | Egor Kislitsyn | |
2019-08-24 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
sixohsix/pleroma-post_expiration | |||
2019-08-24 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-23 | Fix default config of account fields length | aries | |
2019-08-23 | [#1149] Introduced `quantum` job scheduler. Documentation & config changes. | Ivan Tashkinov | |
2019-08-23 | [#1149] Upgraded `oban` from 0.6.0 to 0.7.1. | Ivan Tashkinov | |
2019-08-22 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-22 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs | |||
2019-08-21 | Merge branch 'rate-limit-ap-routes' into 'develop' | lain | |
[#1174] Rate limit AP routes See merge request pleroma/pleroma!1586 | |||
2019-08-20 | Add `:ap_routes` rate limit | Egor Kislitsyn | |
2019-08-20 | Merge branch 'digest-template' into 'develop' | lain | |
Improve digest email template See merge request pleroma/pleroma!1565 | |||
2019-08-16 | Add configurable colors and logo for the digest template | Egor Kislitsyn | |
2019-08-14 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-14 | Increase max account fields limits | Egor Kislitsyn | |
2019-08-14 | Add `:max_remote_account_fields` config option | Egor Kislitsyn | |
2019-08-14 | Add configurable account field name length limit | Egor Kislitsyn | |
2019-08-14 | Add configurable account field value length limit | Egor Kislitsyn | |
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-08 | Merge branch 'feature/digest-email' into 'develop' | lain | |
Feature/digest email See merge request pleroma/pleroma!1078 | |||
2019-08-04 | Remove longfox emoji set | Hakaba Hitoyo | |
2019-08-03 | Run mix format | Ashlynn Anderson | |
2019-08-03 | Create docker.exs and docker-entrypoint + round out Dockerfile | Ashlynn Anderson | |
At this point, the implementation is completely working and has been tested running live and federating with other instances. | |||
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-31 | Merge branch 'develop' into feature/hide-follows-remote | rinpatch | |
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-24 | Make test.exs read config in the same way as dev.exs | Mike Verdone | |
This way, if your test.secret.exs has an error, you'll actually see it. | |||
2019-07-20 | Resolve merge conflicts | rinpatch | |
2019-07-20 | Merge develop | Roman Chvanikov | |