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/>;' | |||
2020-12-07 | instance.reachable?: Limit to binary input | Haelwenn (lanodan) Monnier | |
2020-12-07 | instance: Do not fetch unreachable instances | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2346 | |||
2020-10-16 | federation_status: New endpoint showing unreachable instances | Haelwenn (lanodan) Monnier | |
2020-09-11 | Merge remote-tracking branch 'remotes/origin/develop' into media-preview-proxy | Ivan Tashkinov | |
# Conflicts: # lib/pleroma/instances/instance.ex | |||
2020-09-11 | instance: Handle not getting a favicon | Haelwenn (lanodan) Monnier | |
2020-09-09 | [#2497] Formatting fix. | Ivan Tashkinov | |
2020-09-09 | [#2497] Added missing alias, removed legacy `:adapter` option specification ↵ | Ivan Tashkinov | |
for HTTP.get/_. | |||
2020-09-07 | instance: Log catch favicon errors as warnings | Haelwenn (lanodan) Monnier | |
2020-09-05 | Prevent AccountView and instance.get_or_update_favicon fails | Haelwenn (lanodan) Monnier | |
2020-09-02 | correct pool and uniform headers format | Alexander Strizhakov | |
2020-07-08 | instance: Prevent loop of updates | Haelwenn (lanodan) Monnier | |
2020-07-08 | Use instances table instead of Cachex | Haelwenn (lanodan) Monnier | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-08-10 | [#1149] Fixed failing tests. Ensured Instance.set_unreachable/2 supports ISO ↵ | Ivan Tashkinov | |
8601 datetime. | |||
2019-07-10 | Add license/copyright to all project files | feld | |
2019-03-20 | Ecto 3.0.5 migration | rinpatch | |
kms | |||
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-09 | de-group import/s | Haelwenn (lanodan) Monnier | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-09 | Credo fixes: alias grouping/ordering | Haelwenn (lanodan) Monnier | |
2019-02-03 | [#582] Optimized federation retirement by reducing the number of SQL calls | Ivan Tashkinov | |
(calling `Instances.set_reachable/1` only if instance had `unreachable_since`, calling `Instances.set_unreachable/1` only if instance had nil `unreachable_since`). | |||
2019-01-28 | [#534] Various tweaks. Tests for Instances and Instance. | Ivan Tashkinov | |
2019-01-28 | [#534] Refactoring / tweaks per MR review. | Ivan Tashkinov | |
2019-01-25 | [#534] Configurable outgoing federation reachability timeout. | Ivan Tashkinov | |
2019-01-24 | [#534] Optimized bulk publish ops to filter on reachability early. ↵ | Ivan Tashkinov | |
`Instance` refactoring. | |||
2019-01-24 | [#534] Updating external instances reachability on incoming federation. | Ivan Tashkinov | |
2019-01-23 | [#534] Initial implementation of unreachable federation targets retirement. | Ivan Tashkinov | |