Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | [#1505] Restricted max thread distance for fetching replies on incoming ↵ | Ivan Tashkinov | |
federation (in addition to reply-to depth restriction). | |||
2020-01-22 | Merge branch 'no-error-404' into 'develop' | rinpatch | |
Log at debug level for object deletion, not error. See merge request pleroma/pleroma!2066 | |||
2019-12-13 | Don't log when users or objects are deleted. | Phil Hagelberg | |
2019-12-10 | Change log level | Egor Kislitsyn | |
2019-11-23 | fetcher: move local object checking into a reusable function | rinpatch | |
2019-11-07 | Fetcher: fix local check returning unwrapped object | rinpatch | |
This resulted in error messages about failed refetches being logged. | |||
2019-11-06 | Object Fetcher: set cache after reinjecting | rinpatch | |
Probably fixes the issue hj had, where polls would have different counters between endpoints. | |||
2019-10-24 | object fetcher error handling | stwf | |
2019-10-18 | object: fetcher: fix up formatting | Ariadne Conill | |
2019-10-18 | object: fetcher: improve error reporting | Ariadne Conill | |
2019-10-18 | object fetcher: fix up error handling | Ariadne Conill | |
2019-10-18 | fix up some tests | Ariadne Conill | |
2019-10-18 | kill almost all of the OStatus module | Ariadne Conill | |
2019-09-19 | Merge branch 'develop' into test/activity_pub/transmogrifier.ex | Maksim Pechnikov | |
2019-09-18 | Fix credo issues | rinpatch | |
2019-09-18 | Do not refetch local objects | rinpatch | |
2019-09-18 | Preserve internal fields when reinjecting | rinpatch | |
2019-09-18 | Set updated_at even if the object stayed the same | rinpatch | |
2019-09-18 | Initial poll refresh support | rinpatch | |
Implement refreshing the object with an interval and call the function when getting the poll. | |||
2019-09-11 | added tests | Maksim Pechnikov | |
2019-08-22 | fix /inbox for Relay | Maksim Pechnikov | |
2019-07-20 | Resolve merge conflicts | rinpatch | |
2019-07-20 | Apply suggestion to lib/pleroma/object/fetcher.ex | rinpatch | |
2019-07-17 | fetcher: sign object fetches if configured | Ariadne Conill | |
2019-07-14 | Object.Fetcher: Keep the with-do block as per kaniini proposition | Haelwenn (lanodan) Monnier | |
2019-07-14 | Object.Fetcher: Fallback to OStatus only if AP actually fails | Haelwenn (lanodan) Monnier | |
2019-07-14 | Object.Fetcher: Handle error on Containment.contain_origin/2 | Haelwenn (lanodan) Monnier | |
2019-07-13 | Refactor Follows/Followers counter syncronization | rinpatch | |
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page | |||
2019-07-10 | Add license/copyright to all project files | feld | |
2019-06-29 | [#161] Limited replies depth on incoming federation in order to prevent ↵ | Ivan Tashkinov | |
memory leaks on recursive replies fetching. | |||
2019-06-13 | Handle HTTP 404 response | Egor Kislitsyn | |
2019-06-13 | Handle HTTP "410 Gone" response | Egor Kislitsyn | |
2019-05-25 | kill @httpoison | William Pitcock | |
2019-05-21 | object: fetcher: add support for reinjecting pruned objects | William Pitcock | |
2019-04-22 | Replace Object.normalize(activity.data[object] with ↵ | rinpatch | |
Object.normalize(acitivty) to benefit from preloading | |||
2019-04-17 | Update functions in object fetcher for tesla and set up a proper mock for tests | rinpatch | |
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2018-12-04 | object: rework Object.normalize() a bit to support transparent fetching | William Pitcock | |
2018-12-04 | object: factor out fetching functions into Pleroma.Object.Fetcher module | William Pitcock | |