Commit Graph

  • 5ecb5629f6
    lib/mix/tasks: s/@doc/@moduledoc/ Haelwenn (lanodan) Monnier 2018-11-08 15:28:50 +0100
  • 5e3207045e
    lib/mix/tasks/unsubscribe_user.ex: Fix syntax from bad line copy Haelwenn (lanodan) Monnier 2018-11-08 15:26:11 +0100
  • 64c0289893
    lib/mix/tasks: Add remaining documentation for mix tasks Haelwenn (lanodan) Monnier 2018-11-08 15:21:09 +0100
  • d1a7a9fd24
    config/config.md: Add lines inspired/copied from CONFIGURATION.md Haelwenn (lanodan) Monnier 2018-11-08 14:59:44 +0100
  • fb61fd8360
    README.md: Add note about config/config.md Haelwenn (lanodan) Monnier 2018-11-08 14:47:04 +0100
  • 9fde177a7d
    README.md: Put the systemd’s .service note to the relevant section Haelwenn (lanodan) Monnier 2018-11-08 14:45:22 +0100
  • 78bf1b80b4
    README.md: Add note for OpenRC Haelwenn (lanodan) Monnier 2018-11-08 14:43:42 +0100
  • db67c9b118
    config/config.md: scope_options_enabled also addresses subject Haelwenn (lanodan) Monnier 2018-11-08 14:33:05 +0100
  • 79bdc3db19
    config/config.md: Fill all the blanks Haelwenn (lanodan) Monnier 2018-11-08 14:27:21 +0100
  • 0189ccd4d9
    config/config.md: Complete it [WIP] Haelwenn (lanodan) Monnier 2018-11-02 10:32:43 +0100
  • ee41dbeca5
    config/config.md: Create Haelwenn (lanodan) Monnier 2018-11-02 10:13:29 +0100
  • 8b2541e4e7
    Document the mix tasks in ex_doc instead Haelwenn (lanodan) Monnier 2018-11-02 09:32:48 +0100
  • e1814bb322
    Document mix tasks Haelwenn (lanodan) Monnier 2018-07-13 01:02:18 +0200
  • 8221c56c48
    Add ex_doc Haelwenn (lanodan) Monnier 2018-07-13 00:05:05 +0200
  • f8310114a6 activitypub: object view: sanitize both the activity and the object when an activity is given for rendering William Pitcock 2018-11-10 12:04:09 +0000
  • c9c1f9dee2 Merge branch 'bugfix/ostatus-as2-reflection' into 'develop' kaniini 2018-11-10 11:50:02 +0000
  • 7daa102fa4 Merge branch 'bugfix/local-jsonld-context' into 'develop' kaniini 2018-11-10 11:37:44 +0000
  • 4f87b8362b endpoint: move CORSPlug in front of Plug.Static William Pitcock 2018-11-10 11:23:50 +0000
  • 03a9990baf endpoint: fix formatting William Pitcock 2018-11-10 11:18:25 +0000
  • 99a8ef967e Merge branch 'tests/prismo-url-map' into 'develop' kaniini 2018-11-10 11:17:12 +0000
  • 1d9fcbf2ba add missing prismo testcase data William Pitcock 2018-11-10 11:06:29 +0000
  • c9df011215 tests: add tests for new OStatus.is_representable? function William Pitcock 2018-11-10 10:39:42 +0000
  • e6d246882d federator: don't federate anything other than Note objects to OStatus William Pitcock 2018-11-10 10:05:41 +0000
  • b4bd5e40e4 Merge branch 'bugfix/no-cc-mentions' into 'develop' lambda 2018-11-09 16:00:24 +0000
  • e4971553c7 activitypub: utils: use same object type list for mention extraction as insertion William Pitcock 2018-11-09 13:39:44 +0000
  • dfc26d0fdd tests: add testing for new notification behavior William Pitcock 2018-11-09 09:33:12 +0000
  • b3c360ce2c notification: add fallback get_notified_from_activity() William Pitcock 2018-11-09 09:07:40 +0000
  • b9871e7e5a activitypub: utils: wrap Note objects in a Create when extracting mentions William Pitcock 2018-11-09 08:55:52 +0000
  • 8c805ada32 user: remove obsolete User.get_notified_from_activity(). William Pitcock 2018-11-09 08:42:49 +0000
  • 6cadfcb21e activitypub: utils: switch to using new Notification.get_notified_from_activity(). William Pitcock 2018-11-09 08:42:33 +0000
  • cdfdd77e30 notification: implement new Notification.get_notified_from_activity() William Pitcock 2018-11-09 08:41:26 +0000
  • d26cd6c1bf user: factor out user set fetching from User.get_notified_from_activity() William Pitcock 2018-11-09 08:23:45 +0000
  • 81d6ca1783 user: implement AS2 mention extraction + unify Announce handling William Pitcock 2018-11-08 20:01:42 +0000
  • 6b4064fa5d activitypub: transmogrifier: unify mention extraction William Pitcock 2018-11-08 19:31:59 +0000
  • 0a2c1a3419 user: add optional local_only param to get_notified_from_activity() William Pitcock 2018-11-08 19:30:55 +0000
  • 2fab32ab61
    Pleroma.Web.Endpoint: Whitelist schemas directory Haelwenn (lanodan) Monnier 2018-11-08 20:22:12 +0100
  • 934125695d
    Move /litepub-1.0.jsonld to /schemas/litepub-0.1.jsonld Haelwenn (lanodan) Monnier 2018-11-08 20:21:45 +0100
  • 719a8a1f82 tests: flip testing to/cc for mentions William Pitcock 2018-11-08 19:17:15 +0000
  • 4e93d6ae14 common api: utils: flip to/cc for mentions William Pitcock 2018-11-08 19:17:01 +0000
  • 3e33479c05 activitypub: transmogrifier: only consider `to` users as mention targets William Pitcock 2018-11-08 18:56:14 +0000
  • 144dc048b8 user: only consider `to` recipients as mention targets William Pitcock 2018-11-08 18:55:50 +0000
  • abcacec97d
    Pleroma.Web.ActivityPub.Utils: Use locally-served JSON-LD Litepub context instead of Github-hosted one Haelwenn (lanodan) Monnier 2018-11-08 19:38:38 +0100
  • 705bfe39e9
    priv/static/litepub-1.0.jsonld: Local copy of https://litepub.github.io/litepub/context.jsonld Haelwenn (lanodan) Monnier 2018-11-08 19:34:01 +0100
  • a44d87f059 Merge branch 'feature/jsonld-context-cleanup' into 'develop' kaniini 2018-11-08 17:42:05 +0000
  • da16ada424 utils: use litepub @context instead of that huge mess William Pitcock 2018-11-08 16:52:14 +0000
  • f733470037 user view: unify a @context entry that was missed William Pitcock 2018-11-08 16:51:48 +0000
  • 59cf7cf235 Merge branch 'small-jsonld-refactor' into 'develop' lambda 2018-11-08 16:23:58 +0000
  • 34bd411781 Unify json ld header handling. lain 2018-11-08 16:39:38 +0100
  • 3b02fd9fb7 Small refactor. lain 2018-11-08 16:05:28 +0100
  • 4d627a5117 Merge branch 'feature/qvitter-notifications-dismiss' into 'develop' kaniini 2018-11-07 22:33:06 +0000
  • b451a92d78 Merge branch 'runtime-config' into 'develop' kaniini 2018-11-07 22:32:34 +0000
  • a764e6fdd4 Merge branch 'mastodon-api-relationships-without-id-param' into 'develop' lambda 2018-11-07 16:04:01 +0000
  • e42f2efae4
    /api/v1/accounts/relationships Return an empty array if no id in params href 2018-11-07 16:27:07 +0100
  • 9070588493
    Runtime config: MRF changes href 2018-11-07 10:40:24 +0100
  • d675b8a16f tests: add tests for twitterapi endpoint William Pitcock 2018-11-06 23:25:16 +0000
  • b2105a3131 twitterapi: add notification read endpoint William Pitcock 2018-11-06 23:07:13 +0000
  • 50bf174651 tests: add tests for Notification.set_read_up_to() William Pitcock 2018-11-06 23:02:55 +0000
  • f16c2e0b1b notification: add Notification.set_read_up_to() William Pitcock 2018-11-06 22:50:43 +0000
  • e1c40b8ca2 Merge branch 'patch-2' into 'develop' kaniini 2018-11-06 21:24:16 +0000
  • 5bb88fd174
    Runtime configuration href 2018-11-06 19:34:57 +0100
  • a68c18f0ad Merge branch 'unify-mastodon-oauth' into 'develop' kaniini 2018-11-06 16:18:12 +0000
  • 0f3e78addb Merge branch 'runtime-router' into 'develop' kaniini 2018-11-06 15:35:19 +0000
  • 236fd28aca use more modern elixir lain 2018-11-06 16:12:09 +0100
  • 25512aa29c Merge branch 'remove-config-agent' into 'develop' lambda 2018-11-06 15:09:52 +0000
  • a8f1e30cb8 Formatting. lain 2018-11-06 16:05:58 +0100
  • 7d328c658d
    Small wrapper module around Application.get_env/put_env href 2018-11-06 16:00:48 +0100
  • 4f640c43ed Unify Mastodon Login with OAuth login. lain 2018-11-06 15:19:11 +0100
  • 36ca3c1b3e
    format href 2018-11-06 15:17:13 +0100
  • 2bc924ba45
    Get rid of Pleroma.Config in favor of Application href 2018-11-06 11:34:34 +0100
  • 013f7ba8c1
    Add federating plug & public tests href 2018-11-06 14:44:00 +0100
  • 0f6c4635a6 Merge branch 'use-the-same-example-domain-and-use-it-as-variable' into 'develop' kaniini 2018-11-06 07:37:04 +0000
  • 0f75ed33f9 Merge branch 'runtime-emojis-fix-finmoji-return' into 'develop' kaniini 2018-11-06 07:33:27 +0000
  • 83911b1443
    Fix wrong return when finmoji is disabled href 2018-11-05 21:16:56 +0100
  • 03702e4c4a Merge branch 'runtime-emojis' into 'develop' lambda 2018-11-05 18:40:38 +0000
  • fd0e7d18d9
    handle_continue is OTP21+ href 2018-11-05 18:04:43 +0100
  • 6fe23c5458
    Runtime configured router href 2018-11-05 15:19:03 +0100
  • d096bc17bf
    revert endpoint position in supervision tree href 2018-11-05 14:05:04 +0100
  • 763fc7b44f
    Runtime configured emojis href 2018-11-05 13:24:00 +0100
  • 3ea4f9ac8d Remove Access-Control-Allow-Origin Hakaba Hitoyo 2018-11-05 04:18:43 +0000
  • 800d233631
    Use example.tld so a single search and replace works shibayashi 2018-11-04 14:06:18 +0100
  • bd97b3614f Merge branch 'tests-for-emtpy-content' into 'develop' kaniini 2018-11-04 03:09:16 +0000
  • 941f9a888c
    Update instructions shibayashi 2018-11-03 23:59:52 +0100
  • 732d3fce73
    Use the same example domain in all config examples shibayashi 2018-11-03 23:44:26 +0100
  • 56c49513e0
    Use the server name as variable shibayashi 2018-11-03 23:41:37 +0100
  • 2fedd93931 Fix formatting. lain 2018-11-03 16:40:57 +0100
  • 007f1c73b1 Merge branch 'feature/cors-again' into 'develop' kaniini 2018-11-03 15:36:23 +0000
  • 81af7fd02d Test for null-content activities. lain 2018-11-03 16:28:29 +0100
  • 50f974b83b Merge branch 'bugfix/harden_status_output' into 'develop' Haelwenn 2018-11-03 13:54:25 +0000
  • 3e50bb667f
    Pleroma.Web.MastodonAPI.StatusView: Content isn’t nullable Haelwenn (lanodan) Monnier 2018-11-02 15:13:57 +0100
  • cf6ed32c68 Merge branch 'hashtag-search-case-sensitivity-test' into 'develop' lambda 2018-11-03 12:40:42 +0000
  • e954cfcc2c Add CORSPlug to make web-based OAuth easier. lain 2018-11-03 13:38:01 +0100
  • 7dfe611620 Test for case-insensitive mastodon hashtag timelines. lain 2018-11-03 11:41:40 +0100
  • 4bcdbb12a4 Merge branch 'fix_hashtag_search' into 'develop' lambda 2018-11-02 20:05:56 +0000
  • 0cca7edbe0 Fix hashtag search Mark Felder 2018-11-02 19:38:57 +0000
  • f028647ac0 Merge branch 'bugfix/dont-break-on-empty-in-reply-to' into 'develop' lambda 2018-11-02 18:55:16 +0000
  • 45ebc8dd9a Check for empty string in_reply_to ids. lain 2018-11-02 17:33:51 +0100
  • f114f84324 Merge branch 'hotfix/prismo-twitterapi' into 'develop' Haelwenn 2018-11-01 14:14:05 +0000
  • 3c7d4ff271
    Pleroma.Web.TwitterAPI.ActivityView: Harden TwitterAPI against remnant of prismo Haelwenn (lanodan) Monnier 2018-11-01 15:07:27 +0100
  • 4fab4e9ba4 Merge branch 'feature/as2-page-support' into 'develop' kaniini 2018-11-01 10:48:09 +0000
  • c5f26f3ce2
    Test that prismo url-map transforms into a string Haelwenn (lanodan) Monnier 2018-11-01 11:27:22 +0100