Commit graph

  • 62944b47fb Reset http security settings to fix plug test AkiraFukushima 2018-11-17 00:45:21 +0900
  • 55abd8482e better config hakabahitoyo 2018-11-16 20:41:12 +0900
  • 52224de39f better extension detection hakabahitoyo 2018-11-16 20:22:36 +0900
  • 4fbfacf5e1 debug hakabahitoyo 2018-11-15 16:08:55 +0900
  • 8e707aba29 format hakabahitoyo 2018-11-15 15:11:59 +0900
  • ebe658c169 debuf Hakaba Hitoyo 2018-11-15 14:46:43 +0900
  • 698cb3587c omplement mdii uploader Hakaba Hitoyo 2018-11-15 14:38:45 +0900
  • 58af0787be add mdii uploader Hakaba Hitoyo 2018-11-15 14:19:10 +0900
  • 5c8b8f6cb7 Merge remote-tracking branch 'official/develop' into develop Hakaba Hitoyo 2018-11-15 14:04:09 +0900
  • 3484f68795 Revert "update pleroma frontend" Hakaba Hitoyo 2018-11-15 14:03:52 +0900
  • 27aa136aac Format. lain 2018-11-14 20:41:12 +0100
  • 7b170cd616 Add Pleroma user search api for PleromaFE. lain 2018-11-14 20:33:23 +0100
  • cc45797f4e Merge branch 'fix-media-proxy-filename' into 'develop' lambda 2018-11-14 18:17:10 +0000
  • 8456675c45 Merge branch 'update/pleroma-fe-20181114' into 'develop' kaniini 2018-11-14 16:10:27 +0000
  • 2a75de84e1 update pleroma frontend William Pitcock 2018-11-14 16:08:22 +0000
  • 69d557e86d Merge branch 'twitter-api-direct-messages' into 'develop' kaniini 2018-11-14 08:52:08 +0000
  • f52a1d1ec5
    media_proxy: use path only to retrieve filename href 2018-11-13 23:41:33 +0100
  • ea9a776d7b TwitterApi: Add direct message endpoint lain 2018-11-13 20:08:50 +0100
  • 2cf40237ff MastodonAPI: Add pagination to private messages. lain 2018-11-13 19:46:34 +0100
  • a43195bdaa Merge branch 'media-proxy-safety' into 'develop' lambda 2018-11-13 15:15:05 +0000
  • 9b553a1087
    media_proxy: CSP, content-disposition href 2018-11-13 15:58:02 +0100
  • 22d20c497b Merge branch 'security/cookie-hardening' into 'develop' lambda 2018-11-13 13:23:04 +0000
  • c3f562a611 Merge branch 'add-MIX_ENV-to-systemd-example' into 'develop' lambda 2018-11-13 12:24:29 +0000
  • cf35a9dc3d Merge branch 'whalebird' into 'develop' lambda 2018-11-13 12:22:41 +0000
  • 87c76a9a2f
    Add __Host- prefix when secure flag is enabled shibayashi 2018-11-13 00:32:38 +0100
  • 124a9bb7a5
    Add MIX_ENV=prod shibayashi 2018-11-12 23:01:06 +0100
  • 0ce5623134 Merge branch 'twitter-api-null-display-name' into 'develop' scarlett 2018-11-12 17:08:54 +0000
  • db78c72868 Twitter API: Add tests for nil names. scarlett 2018-11-12 16:40:34 +0000
  • 35895b1c4c Add Whalebird as a client application in README AkiraFukushima 2018-11-13 01:02:49 +0900
  • cb6fd73861 Twitter API: Fall back to user.nickname if user has no name scarlett 2018-11-12 15:38:39 +0000
  • 54923c2e55 Merge branch 'feature/csp-plug' into 'develop' kaniini 2018-11-12 15:30:42 +0000
  • 2829fa4183 sample config: chase http_security change William Pitcock 2018-11-12 15:17:04 +0000
  • ee5932a504 http security: allow referrer-policy to be configured William Pitcock 2018-11-12 15:14:46 +0000
  • fe67665e19 rename CSPPlug to HTTPSecurityPlug. William Pitcock 2018-11-12 15:08:02 +0000
  • e7d6f133eb Merge branch 'update-readme' into 'develop' Haelwenn 2018-11-11 16:44:04 +0000
  • 3e6e4e3be7
    Update README.md shibayashi 2018-11-11 17:31:16 +0100
  • b982ced92c Merge branch 'fix-list-streaming' into 'develop' kaniini 2018-11-11 13:41:48 +0000
  • 1592fa2bea Mastodon API: Fix list streaming KokaKiwi 2018-11-11 04:33:14 +0100
  • 5dda13ee5f config docs: typo fix William Pitcock 2018-11-11 07:27:36 +0000
  • 54fdce9107 tests: add tests for CSPPlug William Pitcock 2018-11-11 07:26:31 +0000
  • e4bd5a6950 example configs: kill STS/CT headers William Pitcock 2018-11-11 06:56:46 +0000
  • df72978dce csp plug: add support for certificate transparency William Pitcock 2018-11-11 06:53:42 +0000
  • 331cf6ada1 csp plug: add sts support William Pitcock 2018-11-11 06:50:28 +0000
  • a2bf5426cb sample config: document how to make CSPPlug send STS headers (off by default to allow for SSL debugging) William Pitcock 2018-11-11 06:42:14 +0000
  • 69f5dfcfb3 config: add default parameters for CSPPlug William Pitcock 2018-11-11 06:37:18 +0000
  • 057a9017b3 example configs: remove obsolete CSP configuration William Pitcock 2018-11-11 06:12:26 +0000
  • f516e317ea plugs: add CSPPlug William Pitcock 2018-11-11 06:10:21 +0000
  • 617aff4f0c Merge branch 'bugfix/corsplug-config' into 'develop' kaniini 2018-11-11 05:49:49 +0000
  • fd918863aa nginx example config: remove CORS headers, now managed by CORSPlug. William Pitcock 2018-11-11 05:42:30 +0000
  • 234e471289 config: properly configure CORSPlug. William Pitcock 2018-11-11 05:40:55 +0000
  • 61d173d37c Merge branch 'bugfix/oauth-padding' into 'develop' kaniini 2018-11-11 05:34:45 +0000
  • 419ed3a0ca oauth: fix token decode regression William Pitcock 2018-11-11 05:11:27 +0000
  • f745e823f0 Merge branch 'bugfix/json-ld-object-sanitization' into 'develop' lambda 2018-11-10 12:37:18 +0000
  • 9cdbac6843 Merge branch 'feature/documentation' into 'develop' kaniini 2018-11-10 12:25:08 +0000
  • 69b8c0e299 tests: add test for internal data stripping William Pitcock 2018-11-10 12:16:10 +0000
  • 97e50f3191 activitypub: transmogrifier: sanitize internal representation details from outgoing objects William Pitcock 2018-11-10 12:08:53 +0000
  • 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