aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-11-10Merge branch 'bugfix/json-ld-object-sanitization' into 'develop'lambda
JSON-LD: object sanitization See merge request pleroma/pleroma!438
2018-11-10activitypub: transmogrifier: sanitize internal representation details from ↵William Pitcock
outgoing objects this causes JSON-LD parsers to get upset and has also lead to developer confusion from outside projects which tried to parse our internal data. accordingly, it seems better to just remove it.
2018-11-10lib/mix/tasks: s/@doc/@moduledoc/Haelwenn (lanodan) Monnier
2018-11-10lib/mix/tasks/unsubscribe_user.ex: Fix syntax from bad line copyHaelwenn (lanodan) Monnier
2018-11-10lib/mix/tasks: Add remaining documentation for mix tasksHaelwenn (lanodan) Monnier
2018-11-10Document the mix tasks in ex_doc insteadHaelwenn (lanodan) Monnier
2018-11-10Document mix tasksHaelwenn (lanodan) Monnier
2018-11-10activitypub: object view: sanitize both the activity and the object when an ↵William Pitcock
activity is given for rendering
2018-11-10Merge branch 'bugfix/ostatus-as2-reflection' into 'develop'kaniini
ostatus: only federate activities concerning note objects See merge request pleroma/pleroma!437
2018-11-10Merge branch 'bugfix/local-jsonld-context' into 'develop'kaniini
Host LitePub JSON-LD context locally See merge request pleroma/pleroma!435
2018-11-10endpoint: move CORSPlug in front of Plug.StaticWilliam Pitcock
2018-11-10endpoint: fix formattingWilliam Pitcock
2018-11-10federator: don't federate anything other than Note objects to OStatusWilliam Pitcock
2018-11-09activitypub: utils: use same object type list for mention extraction as ↵William Pitcock
insertion
2018-11-09notification: add fallback get_notified_from_activity()William Pitcock
2018-11-09activitypub: utils: wrap Note objects in a Create when extracting mentionsWilliam Pitcock
2018-11-09user: remove obsolete User.get_notified_from_activity().William Pitcock
2018-11-09activitypub: utils: switch to using new ↵William Pitcock
Notification.get_notified_from_activity().
2018-11-09notification: implement new Notification.get_notified_from_activity()William Pitcock
2018-11-09user: factor out user set fetching from User.get_notified_from_activity()William Pitcock
2018-11-08user: implement AS2 mention extraction + unify Announce handlingWilliam Pitcock
2018-11-08activitypub: transmogrifier: unify mention extractionWilliam Pitcock
2018-11-08user: add optional local_only param to get_notified_from_activity()William Pitcock
2018-11-08Pleroma.Web.Endpoint: Whitelist schemas directoryHaelwenn (lanodan) Monnier
2018-11-08Move /litepub-1.0.jsonld to /schemas/litepub-0.1.jsonldHaelwenn (lanodan) Monnier
2018-11-08common api: utils: flip to/cc for mentionsWilliam Pitcock
2018-11-08activitypub: transmogrifier: only consider `to` users as mention targetsWilliam Pitcock
2018-11-08user: only consider `to` recipients as mention targetsWilliam Pitcock
2018-11-08Pleroma.Web.ActivityPub.Utils: Use locally-served JSON-LD Litepub context ↵Haelwenn (lanodan) Monnier
instead of Github-hosted one
2018-11-08utils: use litepub @context instead of that huge messWilliam Pitcock
2018-11-08user view: unify a @context entry that was missedWilliam Pitcock
2018-11-08Merge branch 'small-jsonld-refactor' into 'develop'lambda
Small jsonld refactor See merge request pleroma/pleroma!433
2018-11-08Unify json ld header handling.lain
2018-11-08Small refactor.lain
2018-11-07Merge branch 'feature/qvitter-notifications-dismiss' into 'develop'kaniini
qvitter notifications: add new "read notifications" API See merge request pleroma/pleroma!431
2018-11-07Merge branch 'runtime-config' into 'develop'kaniini
Runtime configuration See merge request pleroma/pleroma!430
2018-11-07/api/v1/accounts/relationships Return an empty array if no id in paramshref
This copies Mastodon API behaviour & fixes Mastalab app.
2018-11-07Runtime config: MRF changeshref
2018-11-06twitterapi: add notification read endpointWilliam Pitcock
2018-11-06notification: add Notification.set_read_up_to()William Pitcock
2018-11-06Runtime configurationhref
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-06Merge branch 'unify-mastodon-oauth' into 'develop'kaniini
Unify Mastodon Login with OAuth login. See merge request pleroma/pleroma!429
2018-11-06Merge branch 'runtime-router' into 'develop'kaniini
Runtime configured router See merge request pleroma/pleroma!426
2018-11-06Formatting.lain
2018-11-06Small wrapper module around Application.get_env/put_envhref
Same API as the old Pleroma.Config
2018-11-06Unify Mastodon Login with OAuth login.lain
This removes duplication in the login code.
2018-11-06Get rid of Pleroma.Config in favor of Applicationhref
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232
2018-11-06Add federating plug & public testshref
2018-11-05Fix wrong return when finmoji is disabledhref
2018-11-05handle_continue is OTP21+href