summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-14HttpRequestMock: Add 404s on OStatus fetching for info.pleroma.siteHaelwenn (lanodan) Monnier
2019-07-14HttpRequestMock: Add missing mocks for object containment testsHaelwenn (lanodan) Monnier
2019-07-14Merge branch 'rich_media_parsers_configurable' into 'develop'kaniini
parsers configurable See merge request pleroma/pleroma!1400
2019-07-14changelog & docsAlex S
2019-07-14parsers configurableAlex S
2019-07-14Add follow information refetching after following/unfollowingrinpatch
2019-07-14Add tests for fetch_follow_information_for_user and check object typerinpatch
when fetching the page
2019-07-14Merge branch 'develop' into feature/admin-api-user-statusesMaxim Filippov
2019-07-14Admin API: Endpoint for fetching latest user's statusesMaxim Filippov
2019-07-14Use atoms when updating user inforinpatch
2019-07-13Refactor fetching follow information to a separate functionrinpatch
2019-07-13Merge branch 'feature/mrf-transparency-filter' into 'develop'kaniini
nodeinfo: implement MRF transparency exclusions See merge request pleroma/pleroma!1412
2019-07-13docs: note that exclusions usage will be included in the transparency ↵Ariadne Conill
metrics if used
2019-07-13nodeinfo: implement MRF transparency exclusionsAriadne Conill
2019-07-13Refactor Follows/Followers counter syncronizationrinpatch
- 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-13Merge branch '1041-status-actions-rate-limit' into 'develop'kaniini
Rate-limited status actions (per user and per user+status). Closes #1041 See merge request pleroma/pleroma!1410
2019-07-13[#1041] Minor refactoring.Ivan Tashkinov
2019-07-13[#1041] Added documentation on existing rate limiters.Ivan Tashkinov
2019-07-13Merge branch 'fix/hackney-global-options' into 'develop'Haelwenn
Merge the default options with custom ones in ReverseProxy and Pleroma.HTTP and workaround for remote server certificate chain issues See merge request pleroma/pleroma!1409
2019-07-13[#1041] Rate-limited status actions (per user and per user+status).Ivan Tashkinov
2019-07-13Add a changelog entry for tolerating incorrect chain orderrinpatch
2019-07-13Merge branch 'fix/ap-hide-follows' into 'develop'Haelwenn
ActivityPub Controller: Change how hiding follows/followers is represented See merge request pleroma/pleroma!1406
2019-07-12Workaround for remote server certificate chain issuesrinpatch
2019-07-12Merge the default options with custom ones in ReverseProxy andrinpatch
Pleroma.HTTP
2019-07-12Add changelog entries for follower/following collection behaviour changesrinpatch
2019-07-12Merge branch 'develop' into fix/ap-hide-followsrinpatch
2019-07-12ActivityPub Controller: Actually pass for_user to following/followersrinpatch
views and give 403 errors when trying to request hidden follower pages when unauthenticated
2019-07-12try to always match the filename for proxy urlSachin Joshi
2019-07-12Merge branch 'tests/web_metadata' into 'develop'kaniini
Pleroma.Web.Metadata - tests See merge request pleroma/pleroma!1401
2019-07-12Pleroma.Web.Metadata - testsMaksim
2019-07-12ActivityPub User view: Following/Followers refactoringrinpatch
- Render the collection items if the user requesting == the user rendered - Do not render the first page if hide_{followers,follows} is set, just give the URI to it
2019-07-12Merge branch 'fix/pleroma-extensions' into 'develop'kaniini
Move new endpoints to pleroma namespace in Mastodon API See merge request pleroma/pleroma!1404
2019-07-12Move these to pleroma namespace in Mastodon APIMark Felder
2019-07-12AP user view: Add a test for hiding totalItems in following/followersrinpatch
2019-07-12Merge branch 'url-parser-proxy' into 'develop'kaniini
preserve the original path/filename (no encoding/decoding) for proxy See merge request pleroma/pleroma!1403
2019-07-12preserve the original path/filename (no encoding/decoding) for proxySachin Joshi
2019-07-11Merge branch 'search-limit-offset-type' into 'develop'kaniini
Add account_id, type, limit, and offset to GET /api/v1/search and /api/v2/search See merge request pleroma/pleroma!1386
2019-07-11Extend Pleroma.Pagination to support offset-based pagination, use ↵Eugenij
async/await to execute status and account search in parallel
2019-07-11Update CHANGELOGEgor Kislitsyn
2019-07-11Merge branch 'admin-configure' into 'develop'kaniini
admin api configure changes See merge request pleroma/pleroma!1345
2019-07-11admin api configure changesAlexander Strizhakov
2019-07-11Merge branch 'fix/1019-refactor' into 'develop'kaniini
Fix/1019 refactor See merge request pleroma/pleroma!1397
2019-07-11Add `list` to VisibilityEgor Kislitsyn
2019-07-11Add "listMessage"Egor Kislitsyn
2019-07-11Merge branch 'chore/mailmap' into 'develop'kaniini
add mailmap [ci skip] See merge request pleroma/pleroma!1399
2019-07-11add mailmap [ci skip]Ariadne Conill
2019-07-11Merge branch 'develop' into feature/addressable-listsEgor Kislitsyn
2019-07-10enable synchronization by defaultAlex S
2019-07-10Merge branch 'fix/1005-idna-domains' into 'develop'kaniini
support for idna domains Closes #1005 See merge request pleroma/pleroma!1330
2019-07-10support for idna domainsAlexander Strizhakov