Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-10 | add missing prismo testcase data | William Pitcock | |
2018-11-10 | tests: add tests for new OStatus.is_representable? function | William Pitcock | |
2018-11-10 | federator: don't federate anything other than Note objects to OStatus | William Pitcock | |
2018-11-09 | Merge branch 'bugfix/no-cc-mentions' into 'develop' | lambda | |
align to/cc addressing pattern with friendica, hubzilla instead of mastodon Closes #341 See merge request pleroma/pleroma!436 | |||
2018-11-09 | activitypub: utils: use same object type list for mention extraction as ↵ | William Pitcock | |
insertion | |||
2018-11-09 | tests: add testing for new notification behavior | William Pitcock | |
2018-11-09 | notification: add fallback get_notified_from_activity() | William Pitcock | |
2018-11-09 | activitypub: utils: wrap Note objects in a Create when extracting mentions | William Pitcock | |
2018-11-09 | user: remove obsolete User.get_notified_from_activity(). | William Pitcock | |
2018-11-09 | activitypub: utils: switch to using new ↵ | William Pitcock | |
Notification.get_notified_from_activity(). | |||
2018-11-09 | notification: implement new Notification.get_notified_from_activity() | William Pitcock | |
2018-11-09 | user: factor out user set fetching from User.get_notified_from_activity() | William Pitcock | |
2018-11-08 | user: implement AS2 mention extraction + unify Announce handling | William Pitcock | |
2018-11-08 | activitypub: transmogrifier: unify mention extraction | William Pitcock | |
2018-11-08 | user: add optional local_only param to get_notified_from_activity() | William Pitcock | |
2018-11-08 | Pleroma.Web.Endpoint: Whitelist schemas directory | Haelwenn (lanodan) Monnier | |
2018-11-08 | Move /litepub-1.0.jsonld to /schemas/litepub-0.1.jsonld | Haelwenn (lanodan) Monnier | |
2018-11-08 | tests: flip testing to/cc for mentions | William Pitcock | |
2018-11-08 | common api: utils: flip to/cc for mentions | William Pitcock | |
2018-11-08 | activitypub: transmogrifier: only consider `to` users as mention targets | William Pitcock | |
2018-11-08 | user: only consider `to` recipients as mention targets | William Pitcock | |
2018-11-08 | Pleroma.Web.ActivityPub.Utils: Use locally-served JSON-LD Litepub context ↵ | Haelwenn (lanodan) Monnier | |
instead of Github-hosted one | |||
2018-11-08 | priv/static/litepub-1.0.jsonld: Local copy of ↵ | Haelwenn (lanodan) Monnier | |
https://litepub.github.io/litepub/context.jsonld | |||
2018-11-08 | Merge branch 'feature/jsonld-context-cleanup' into 'develop' | kaniini | |
jsonld context cleanup Closes #369 See merge request pleroma/pleroma!434 | |||
2018-11-08 | utils: use litepub @context instead of that huge mess | William Pitcock | |
2018-11-08 | user view: unify a @context entry that was missed | William Pitcock | |
2018-11-08 | Merge branch 'small-jsonld-refactor' into 'develop' | lambda | |
Small jsonld refactor See merge request pleroma/pleroma!433 | |||
2018-11-08 | Unify json ld header handling. | lain | |
2018-11-08 | Small refactor. | lain | |
2018-11-07 | Merge branch 'feature/qvitter-notifications-dismiss' into 'develop' | kaniini | |
qvitter notifications: add new "read notifications" API See merge request pleroma/pleroma!431 | |||
2018-11-07 | Merge branch 'runtime-config' into 'develop' | kaniini | |
Runtime configuration See merge request pleroma/pleroma!430 | |||
2018-11-07 | Merge branch 'mastodon-api-relationships-without-id-param' into 'develop' | lambda | |
Mastodon API: relationships without id param See merge request pleroma/pleroma!432 | |||
2018-11-07 | /api/v1/accounts/relationships Return an empty array if no id in params | href | |
This copies Mastodon API behaviour & fixes Mastalab app. | |||
2018-11-07 | Runtime config: MRF changes | href | |
2018-11-06 | tests: add tests for twitterapi endpoint | William Pitcock | |
2018-11-06 | twitterapi: add notification read endpoint | William Pitcock | |
2018-11-06 | tests: add tests for Notification.set_read_up_to() | William Pitcock | |
2018-11-06 | notification: add Notification.set_read_up_to() | William Pitcock | |
2018-11-06 | Merge branch 'patch-2' into 'develop' | kaniini | |
Remove Access-Control-Allow-Origin in pleroma.nginx See merge request pleroma/pleroma!424 | |||
2018-11-06 | Runtime configuration | href | |
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro. | |||
2018-11-06 | Merge branch 'unify-mastodon-oauth' into 'develop' | kaniini | |
Unify Mastodon Login with OAuth login. See merge request pleroma/pleroma!429 | |||
2018-11-06 | Merge branch 'runtime-router' into 'develop' | kaniini | |
Runtime configured router See merge request pleroma/pleroma!426 | |||
2018-11-06 | use more modern elixir | lain | |
2018-11-06 | Merge branch 'remove-config-agent' into 'develop' | lambda | |
Get rid of Pleroma.Config in favor of Application See merge request pleroma/pleroma!428 | |||
2018-11-06 | Formatting. | lain | |
2018-11-06 | Small wrapper module around Application.get_env/put_env | href | |
Same API as the old Pleroma.Config | |||
2018-11-06 | Unify Mastodon Login with OAuth login. | lain | |
This removes duplication in the login code. | |||
2018-11-06 | format | href | |
2018-11-06 | Get rid of Pleroma.Config in favor of Application | href | |
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232 | |||
2018-11-06 | Add federating plug & public tests | href | |