Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-14 | Make opts optional in Pleroma.Notification.for_user_query/2 | Roman Chvanikov | |
2019-07-14 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-14 | Merge branch 'chore/remove-cc-by-nc-nd-license' into 'develop' | kaniini | |
remove CC-BY-NC-ND license. See merge request pleroma/pleroma!1415 | |||
2019-07-14 | remove CC-BY-NC-ND license. | Ariadne Conill | |
we moved branding assets (mascot etc) to CC-BY-SA a while back. | |||
2019-07-14 | Merge branch 'bugfix/llal-object-containment' into 'develop' | kaniini | |
Object.Fetcher: Handle error on Containment.contain_origin/2 See merge request pleroma/pleroma!1414 | |||
2019-07-14 | Object.Fetcher: Keep the with-do block as per kaniini proposition | Haelwenn (lanodan) Monnier | |
2019-07-14 | FetcherTest: Containment refute called(OStatus.fetch_activity_from_url) | Haelwenn (lanodan) Monnier | |
2019-07-14 | Object.Fetcher: Fallback to OStatus only if AP actually fails | Haelwenn (lanodan) Monnier | |
2019-07-14 | Merge branch 'feature/1072-muting-notifications' into 'develop' | kaniini | |
Feature/1072 muting notifications Closes #1072 See merge request pleroma/pleroma!1398 | |||
2019-07-14 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-07-14 | Object.Fetcher: Handle error on Containment.contain_origin/2 | Haelwenn (lanodan) Monnier | |
2019-07-14 | HttpRequestMock: Add 404s on OStatus fetching for info.pleroma.site | Haelwenn (lanodan) Monnier | |
2019-07-14 | HttpRequestMock: Add missing mocks for object containment tests | Haelwenn (lanodan) Monnier | |
2019-07-14 | Merge branch 'rich_media_parsers_configurable' into 'develop' | kaniini | |
parsers configurable See merge request pleroma/pleroma!1400 | |||
2019-07-14 | changelog & docs | Alex S | |
2019-07-14 | parsers configurable | Alex S | |
2019-07-13 | Merge branch 'feature/mrf-transparency-filter' into 'develop' | kaniini | |
nodeinfo: implement MRF transparency exclusions See merge request pleroma/pleroma!1412 | |||
2019-07-13 | docs: note that exclusions usage will be included in the transparency ↵ | Ariadne Conill | |
metrics if used | |||
2019-07-13 | nodeinfo: implement MRF transparency exclusions | Ariadne Conill | |
2019-07-13 | Merge 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-13 | Merge 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-13 | Add a changelog entry for tolerating incorrect chain order | rinpatch | |
2019-07-13 | Merge 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-12 | Workaround for remote server certificate chain issues | rinpatch | |
2019-07-12 | Merge the default options with custom ones in ReverseProxy and | rinpatch | |
Pleroma.HTTP | |||
2019-07-12 | Add changelog entries for follower/following collection behaviour changes | rinpatch | |
2019-07-12 | Merge branch 'develop' into fix/ap-hide-follows | rinpatch | |
2019-07-12 | ActivityPub Controller: Actually pass for_user to following/followers | rinpatch | |
views and give 403 errors when trying to request hidden follower pages when unauthenticated | |||
2019-07-12 | Merge branch 'tests/web_metadata' into 'develop' | kaniini | |
Pleroma.Web.Metadata - tests See merge request pleroma/pleroma!1401 | |||
2019-07-12 | Pleroma.Web.Metadata - tests | Maksim | |
2019-07-12 | ActivityPub User view: Following/Followers refactoring | rinpatch | |
- 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-12 | Merge branch 'fix/pleroma-extensions' into 'develop' | kaniini | |
Move new endpoints to pleroma namespace in Mastodon API See merge request pleroma/pleroma!1404 | |||
2019-07-12 | Move these to pleroma namespace in Mastodon API | Mark Felder | |
2019-07-12 | AP user view: Add a test for hiding totalItems in following/followers | rinpatch | |
2019-07-12 | Merge 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-12 | preserve the original path/filename (no encoding/decoding) for proxy | Sachin Joshi | |
2019-07-12 | Update mix.lock | Roman Chvanikov | |
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-11 | Merge 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-11 | Extend Pleroma.Pagination to support offset-based pagination, use ↵ | Eugenij | |
async/await to execute status and account search in parallel | |||
2019-07-11 | Merge branch 'admin-configure' into 'develop' | kaniini | |
admin api configure changes See merge request pleroma/pleroma!1345 | |||
2019-07-11 | admin api configure changes | Alexander Strizhakov | |
2019-07-11 | Merge branch 'fix/1019-refactor' into 'develop' | kaniini | |
Fix/1019 refactor See merge request pleroma/pleroma!1397 | |||
2019-07-11 | Merge branch 'chore/mailmap' into 'develop' | kaniini | |
add mailmap [ci skip] See merge request pleroma/pleroma!1399 | |||
2019-07-11 | add mailmap [ci skip] | Ariadne Conill | |
2019-07-10 | enable synchronization by default | Alex S | |
2019-07-10 | Merge branch 'fix/1005-idna-domains' into 'develop' | kaniini | |
support for idna domains Closes #1005 See merge request pleroma/pleroma!1330 |