Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-03 | Merge branch 'develop' into 'fix/2412-filters' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-02-03 | Merge branch 'fix/2449-scheduled-poll-bug' into 'develop' | feld | |
Fix for scheduled post with poll Closes #2449 See merge request pleroma/pleroma!3294 | |||
2021-02-02 | Merge branch 'fix/2473-purge-expired-activities-duplicates' into 'develop' | feld | |
fix and delete purge activities duplicates Closes #2473 See merge request pleroma/pleroma!3285 | |||
2021-02-01 | fix for scheduled post with poll | Alexander Strizhakov | |
2021-01-28 | Make attachment cleanup jobs a noop if the setting is disabled. | Mark Felder | |
2021-01-28 | fix and delete purge activities duplicates | Alexander Strizhakov | |
2021-01-28 | fix for unique oban worker option | Alexander Strizhakov | |
2021-01-26 | support for expires_in/expires_at in filters | Alexander Strizhakov | |
2021-01-15 | Make setting user activation status explicit | Mark Felder | |
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 |