Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-17 | small refactoring | Maksim Pechnikov | |
2020-09-17 | Merge branch 'develop' into issue/2099 | Maksim Pechnikov | |
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-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 | |
2020-02-08 | [#1505] Added tests, changelog entry, tweaked config settings related to ↵ | Ivan Tashkinov | |
replies output on outgoing federation. | |||
2020-02-05 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation | |||
2020-01-28 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-28 | Add test for custom base_url when deleting an attachment | Roman Chvanikov | |
2020-01-28 | Fix base_url string trimming | Roman Chvanikov | |
2020-01-28 | Add logging | Roman Chvanikov | |
2020-01-28 | Fix __MODULE__ usage | Roman Chvanikov | |
2020-01-28 | Remove unused var | Roman Chvanikov | |
2020-01-28 | explicitly describe perform op in AttachmentsClenupWorker | Roman Chvanikov | |
2020-01-27 | Fix typo | Roman Chvanikov | |
2020-01-25 | [#1505] Background fetching of incoming activities' `replies` collections. | Ivan Tashkinov | |
2020-01-23 | removed try/rescue | Maksim Pechnikov | |
2020-01-23 | Apply suggestion to lib/pleroma/workers/cron/clear_oauth_token_worker.ex | Maksim | |
2020-01-22 | Merge branch 'develop' into feature/new-registrations-digest | Egor Kislitsyn | |
2020-01-22 | Fix credo warnings | Egor Kislitsyn | |
2020-01-22 | Disable NewUsersDigestEmail by default | Egor Kislitsyn | |