Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-01-22 | Add new users digest email | Egor Kislitsyn | |
2020-01-22 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-19 | Fix credo warning | Roman Chvanikov | |
2020-01-19 | Delete attachments asynchronously | Roman Chvanikov | |
2019-12-09 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-05 | Merge branch 'develop' into issue/1342 | Maksim Pechnikov | |
2019-12-04 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-04 | updated ScheduledActivity | Maksim Pechnikov | |
2019-11-28 | added privacy option to push notifications | Maksim Pechnikov | |
2019-11-27 | moved DigestEmail to Oban Periodic jobs | Maksim Pechnikov | |
2019-11-27 | moved ActivityExpiration to Oban Periodic jobs | Maksim Pechnikov | |
2019-11-27 | moved ScheduledActivity to Oban Periodic jobs | Maksim Pechnikov | |
2019-11-26 | moved Pleroma.Stats to Oban Periodic jobs | Maksim Pechnikov | |
2019-11-25 | moved OAuth.Token.CleanWorker to Oban Periodic jobs | Maksim Pechnikov | |
2019-10-30 | Handle "Move" activity | Egor Kislitsyn | |
2019-10-18 | federator: remove OStatus incoming document support | Ariadne Conill | |
2019-10-18 | federator: remove websub stuff | Ariadne Conill | |