Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-08 | More places we should be using Upload.base_url | Mark Felder | |
2020-11-11 | Moving some background jobs into simple tasks | Alexander Strizhakov | |
- fetching activity data - attachment prefetching - using limiter to prevent overload | |||
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/expire-mutes | |||
2020-10-20 | Rename `Pleroma.Backup` to `Pleroma.User.Backup` | Egor Kislitsyn | |
2020-10-07 | Allow admins request user backups | Egor Kislitsyn | |
2020-10-07 | Add "Your backup is ready" email | Egor Kislitsyn | |
2020-10-07 | Add backups deletion | Egor Kislitsyn | |
2020-10-07 | Add BackupWorker | Egor Kislitsyn | |
2020-09-23 | Merge develop | Roman Chvanikov | |
2020-09-20 | Refactor mutes removing in CommonAPI and User | Roman Chvanikov | |
2020-09-17 | small refactoring | Maksim Pechnikov | |
2020-09-17 | Merge branch 'develop' into issue/2099 | Maksim Pechnikov | |
2020-09-13 | Merge develop | Roman Chvanikov | |
2020-09-13 | Remove unused require | Roman Chvanikov | |
2020-09-10 | remove validate_expires_at from enqueue method | Alexander Strizhakov | |
2020-09-10 | configurable lifetime for ephemeral activities | Alexander Strizhakov | |
2020-09-10 | pin/unpin for activities with expires_at option | Alexander Strizhakov | |
2020-09-10 | little clean up | Alexander Strizhakov | |
2020-09-10 | reject activity creation | Alexander Strizhakov | |
if passed expires_at option and expiring activities are not configured | |||
2020-09-10 | copyright header | Alexander Strizhakov | |
2020-09-10 | deprecation warning | Alexander Strizhakov | |
changed namespace for activity expiration configuration | |||
2020-09-10 | don't expire pinned posts | Alexander Strizhakov | |
2020-09-10 | schedule activity expiration in Oban | Alexander Strizhakov | |
2020-09-10 | expire mfa tokens through Oban | Alexander Strizhakov | |
2020-09-10 | schedule expired oauth tokens deletion with Oban | Alexander Strizhakov | |
2020-09-08 | Merge branch 'develop' into feature/expire-mutes | Roman Chvanikov | |
2020-09-08 | Add expiring mutes for activities | Roman Chvanikov | |
2020-09-08 | Add expires_in param for account mutes | Roman Chvanikov | |
2020-09-07 | removing Stats worker from Oban cron jobs | Alexander Strizhakov | |
2020-09-06 | added import mutes | Maksim Pechnikov | |
2020-08-13 | fix cron wroker | Maksim Pechnikov | |
2020-08-13 | fix Cron.PurgeExpiredActivitiesWorker | Maksim Pechnikov | |
2020-06-23 | migrate to oban 2.0-rc1 | Maksim Pechnikov | |
2020-06-15 | fixed a visibility of functions | Maksim Pechnikov | |
2020-06-14 | fix invalidates media url's | Maksim Pechnikov | |
2020-05-26 | Fix Oban warnings | Egor Kislitsyn | |
2020-05-15 | added media proxy invalidation | Maksim Pechnikov | |
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-04-22 | Fix Oban warning | Egor Kislitsyn | |
Warning example: [warn] Expected Elixir.Pleroma.Workers.BackgroundWorker.perform/2 to return :ok, {:ok, value}, or {:error, reason}. Instead received: [error: "not found @user@server.party", error: "not found "] The job will be considered a success. | |||
2020-03-15 | rip out fetch_initial_posts | rinpatch | |
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422 | |||
2020-03-04 | Merge branch 'fix/no-email-no-fail' into 'develop' | lain | |
Do not fail when user has no email See merge request pleroma/pleroma!2249 | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-27 | Do not fail when user has no email | Egor Kislitsyn | |
2020-02-20 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation # Conflicts: # config/config.exs | |||
2020-02-18 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation | |||
2020-02-15 | [#1505] Restricted max thread distance for fetching replies on incoming ↵ | Ivan Tashkinov | |
federation (in addition to reply-to depth restriction). | |||
2020-02-11 | Hotlink logo instead of attachment | Egor Kislitsyn | |
2020-02-11 | Merge branch 'develop' into feature/new-registrations-digest | Egor Kislitsyn | |