Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-08 | Treat containment failure as cancel in ReceiverWorker | Tusooa Zhu | |
2022-08-06 | Treat MRF rejects as success in Oban worker | Tusooa Zhu | |
2022-05-07 | Allow users to create backups without providing email address | Tusooa Zhu | |
Ref: backup-without-email | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-11-15 | Merge branch 'instance-deletion' into 'develop' | lain | |
AdminAPI: endpoint to delete all content from a remote instance See merge request pleroma/pleroma!3483 | |||
2021-07-18 | PollWorker defensive checks | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-07-17 | Add Instance.delete_users_and_activities/1 to delete all content from a ↵ | Alex Gleason | |
remote instance | |||
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 | |