Commit Graph

  • af01f0196a Add backend failure handling with :ok | :error so the uploader can handle it. Thurloat 2018-08-29 22:07:28 -0300
  • 1a70d41f8e migrations: add index creation migration and recipients_to/cc removal migration William Pitcock 2018-08-29 18:38:51 +0000
  • 29b5e30c46 activity: drop recipients_to/recipients_cc fields William Pitcock 2018-08-29 18:38:30 +0000
  • 038139d641 migrations: drop filler migration William Pitcock 2018-08-29 18:33:09 +0000
  • de9acebbf3 activitypub: use jsonb query for containment instead of recipients_to/recipients_cc. William Pitcock 2018-08-29 18:32:04 +0000
  • d035566116
    installation/pleroma.nginx: Add 'always' to the security headers, so that they are included regardless of the status code shibayashi 2018-08-29 19:00:40 +0200
  • b11746726e Merge branch 'fix-mastodon-notifications-without-nickname' into 'develop' Haelwenn 2018-08-29 14:43:45 +0000
  • ddc6f32b75
    Fix Mastodon API when actor's nickname is null href 2018-08-29 16:26:36 +0200
  • cce9d008f9 streamer: contain list updates in the same way as we do with the database query William Pitcock 2018-08-29 09:23:05 +0000
  • ded9091206 mastodon api: use bounded AP object graph query to enforce containment of private statuses William Pitcock 2018-08-29 08:51:51 +0000
  • 643fae6e36 activitypub: allow querying the activity/object graph bounded to a specific to/cc set William Pitcock 2018-08-29 08:51:23 +0000
  • 9cac7c957c test: add testcase proving lists system does not leak non-public posts William Pitcock 2018-08-29 08:50:23 +0000
  • 40ea07cd2f migrations: add migration to fill in recipients_to/recipients_cc fields William Pitcock 2018-08-29 08:43:24 +0000
  • 81673b8136 activity: add recipients_to and recipients_cc fields William Pitcock 2018-08-29 08:37:36 +0000
  • d424e9fa5f fix S3 ref in sample config to generate proper path. Thurloat 2018-08-28 23:49:23 -0300
  • ab9e5d64d6 add a sample swift config Thurloat 2018-08-28 22:39:33 -0300
  • 2ff25ac0ce A hobbldey-working swift client. Thurloat 2018-08-28 22:32:24 -0300
  • 64388c420a
    installation/pleroma-apache.conf: Add TLS configuration and security headers shibayashi 2018-08-29 01:29:04 +0200
  • 3487e15963
    installation/pleroma.vcl: Add HTTP security headers shibayashi 2018-08-29 01:28:10 +0200
  • 82e661cd07
    installation/caddyfile-pleroma.example: Add Content-Security-Policy shibayashi 2018-08-29 01:16:13 +0200
  • 9fc20ed572 works now, tested with profile photo upload on local backend. Thurloat 2018-08-28 20:04:26 -0300
  • dad39b24a1 add the behaviour, work on actually making it work. Thurloat 2018-08-28 19:48:03 -0300
  • 18ad8aaecf
    Explicitly set 'http_only' to true shibayashi 2018-08-28 22:34:31 +0200
  • 0fd2eaf7af
    installation/pleroma.nginx: Add Content-Security-Policy Haelwenn (lanodan) Monnier 2018-08-28 20:54:50 +0200
  • 8d2d7a8859 Implement uploader behaviour Thurloat 2018-08-28 09:57:41 -0300
  • 4656a07e9e
    Set SameSite flag to 'Strict' shibayashi 2018-08-28 14:03:29 +0200
  • 6cbfb5ab5d use media proxy for suggestions api Hakaba Hitoyo 2018-08-28 17:01:17 +0900
  • 0df558a6a5 cleaning up a bit. Thurloat 2018-08-27 22:45:53 -0300
  • 709816a0f8 example of flexible storage backends Thurloat 2018-08-27 22:20:54 -0300
  • 49b165ddc6 Merge branch 'feature/s3' into 'develop' kaniini 2018-08-28 00:29:49 +0000
  • d22f66655b upload: formatting William Pitcock 2018-08-28 00:25:30 +0000
  • 1596185ac6 upload: add the S3 support itself William Pitcock 2018-08-28 00:18:44 +0000
  • 03c35e579b sample config: add S3 public endpoint option William Pitcock 2018-08-28 00:18:24 +0000
  • 86c007ddd2 upload: strip exif data before finalizing the file path William Pitcock 2018-08-27 23:36:30 +0000
  • e95d958b52 sample config: show how amazon s3 support is activated, including third-party clones like wasabi William Pitcock 2018-08-27 23:30:53 +0000
  • 4e4b1016ab mix: add ex_aws and ex_aws_s3 dependencies William Pitcock 2018-08-27 23:24:35 +0000
  • 0c4493f144
    Fix formatting shibayashi 2018-08-28 00:47:34 +0200
  • b9a642da1e
    Add Secure and SameSite cookie flags shibayashi 2018-08-28 00:40:58 +0200
  • 0f1c629d65 better solution, added test. Henry Jameson 2018-08-27 17:07:26 +0300
  • 6973b77e94
    [Pleroma.Web.MastodonAPI.FilterView] fix expires_at being a unsafe variable Haelwenn (lanodan) Monnier 2018-08-21 20:35:14 +0200
  • 9bddb39ff0
    [Pleroma.Web.MastodonAPI.FilterView]: expires_at should be null when N/A Haelwenn (lanodan) Monnier 2018-08-21 19:45:58 +0200
  • d571a571fe
    [Pleroma.Web.MastodonAPI.MastodonAPIController]: Bump mastodon_api_level to 2.4.3 Haelwenn (lanodan) Monnier 2018-08-10 04:28:29 +0200
  • 6e030129fb
    [MastodonAPI] Add filters Haelwenn (lanodan) Monnier 2018-08-14 04:27:28 +0200
  • a5adb251ab
    [Pleroma.Web.MastodonAPI.AccountView]: Add fields support Haelwenn (lanodan) Monnier 2018-08-10 02:41:01 +0200
  • d008f2d69c
    [Pleroma.Web.MastodonAPI.AccountView]: Add bot field Haelwenn (lanodan) Monnier 2018-08-10 01:44:38 +0200
  • 97e20d2932
    [MastodonAPI] the tag field isn’t fixed to a static type in pleroma Haelwenn (lanodan) Monnier 2018-08-07 23:49:35 +0200
  • 83efaa3af6
    [MastodonAPI] Add streaming of hashtags Haelwenn (lanodan) Monnier 2018-08-07 22:45:40 +0200
  • 5ffaa2bf69 Revert "enable scope options and such" William Pitcock 2018-08-27 10:49:12 +0000
  • e5642d7566 enable scope options and such William Pitcock 2018-08-20 18:29:53 +0000
  • 5dd6542db5 formatting William Pitcock 2018-08-14 17:07:10 +0000
  • 1089d3658e user: fix up notification last calculation [NOT related to upstream] William Pitcock 2018-08-06 11:20:41 +0000
  • 46c7c2380c Merge branch 'feature/relay' into 'develop' lambda 2018-08-27 08:29:25 +0000
  • 440b459cd1 Merge branch 'bugfix/announce-timeline-flooding' into 'develop' lambda 2018-08-27 08:25:27 +0000
  • 63094cfd3e Merge branch 'feature/emoji-in-local-users' into 'develop' kaniini 2018-08-26 23:24:41 +0000
  • 86dca39640 tests: fix formatting William Pitcock 2018-08-26 23:19:45 +0000
  • 927be2c62b Merge branch 'bugfix/formatting' into 'develop' kaniini 2018-08-26 22:56:18 +0000
  • bc3c30430e fix formatting William Pitcock 2018-08-26 22:46:25 +0000
  • e394e5943d Merge branch 'tests/notification-smoketests' into 'develop' kaniini 2018-08-26 22:44:22 +0000
  • 504a25f812 tests: add notification smoketests (ref #265) William Pitcock 2018-08-26 22:42:02 +0000
  • 1ad5cbed51 Merge branch 'bugfix/common-api-visibility-orphan' into 'develop' kaniini 2018-08-26 22:39:15 +0000
  • 741c6ad671 common api: handle replying to orphaned threads William Pitcock 2018-08-26 22:37:36 +0000
  • c9e4c45e0e Merge branch 'login-with-email' into 'develop' kaniini 2018-08-26 21:35:12 +0000
  • 0f5bff8c66 Merge branch 'develop' into 'feature/relay' kaniini 2018-08-26 21:06:15 +0000
  • 3448b434f5 Merge branch 'update-pleroma-frontend' into 'develop' kaniini 2018-08-26 20:18:16 +0000
  • 7faed99450 Merge branch 'improve-example-caddyfile' into 'develop' kaniini 2018-08-26 20:16:46 +0000
  • d802903c15 Merge branch 'remove-unused-settings' into 'develop' kaniini 2018-08-26 20:16:12 +0000
  • ce8c7e77a1 update pleroma frontend hakabahitoyo 2018-08-26 21:08:03 +0900
  • 946a0769c4 remove unused settings from /api/statusnet/config hakabahitoyo 2018-08-26 17:40:15 +0900
  • 89e2cb0828 remove unused settings hakabahitoyo 2018-08-26 17:21:57 +0900
  • bff5ed154f
    Improve example Caddyfile shibayashi 2018-08-26 03:36:52 +0200
  • 540cce5d10 When logging in, try treating the login as an email Ekaterina Vaartis 2018-08-25 21:22:34 +0300
  • ffa552f1a4 Merge branch 'feature/twitterapi-object-description' into 'develop' kaniini 2018-08-25 00:20:25 +0000
  • aab2bdddf4 twitter api: provide object descriptions as attachment description field William Pitcock 2018-08-25 00:03:25 +0000
  • 66bc37925e Merge branch 'update/pleroma-fe-20180824' into 'develop' kaniini 2018-08-24 22:00:13 +0000
  • 47661ce44b update pleroma frontend William Pitcock 2018-08-24 21:58:19 +0000
  • ae0e41fd8b Merge branch 'feature/tls-sni-support' into 'develop' kaniini 2018-08-24 20:15:59 +0000
  • 290798b821 http: fix TLS server name indication William Pitcock 2018-08-24 20:01:13 +0000
  • be7a6db1f5 Merge branch 'bugfix/formatter-single-char-nicks' into 'develop' kaniini 2018-08-24 18:42:14 +0000
  • a8bd120ea6 tests: formatting William Pitcock 2018-08-24 18:33:36 +0000
  • 9ded0ee1a5 Merge branch 'config/fe-collapse-subject' into 'develop' kaniini 2018-08-24 18:27:43 +0000
  • 3e10d13909 formatter: adjust regexp captures to match local users with single character nicknames (closes #163) William Pitcock 2018-08-24 18:18:48 +0000
  • 14d1187702 test: add testcase for formatter issue #163 William Pitcock 2018-08-24 18:14:19 +0000
  • 09cb402203 fe config: add collapse_message_with_subject fe option William Pitcock 2018-08-24 18:03:41 +0000
  • cac0bd6d51 Revert "Merge branch 'add-frontend-config-collapseMessageWithSubject' into 'develop'" kaniini 2018-08-24 18:01:30 +0000
  • 265fba7e01 Merge branch 'add-frontend-config-collapseMessageWithSubject' into 'develop' kaniini 2018-08-24 17:40:55 +0000
  • 661a985cb9 add collapseMessageWithSubject in config hakabahitoyo 2018-08-24 19:10:23 +0900
  • 8b9fe0c7a1 Merge branch 'fix/suggestions-api-error-handling' into 'develop' kaniini 2018-08-23 20:56:43 +0000
  • ab85fef076 Merge branch 'develop' into 'develop' Haelwenn 2018-08-23 17:09:37 +0000
  • ba6e3eba33 Move invite task to pleroma namespace Jorty 2018-08-23 12:37:20 -0400
  • 9c5ca9e15e Add an OpenRC service vaartis 2018-08-22 20:27:15 +0000
  • 76ed9ca1e9 Update README.md for refactored Mix tasks Jorty 2018-06-28 20:46:10 -0400
  • 8a1dc0de92 Refactor Mix tasks Jorty 2018-06-28 20:24:51 -0400
  • bf9f68b681 debug hakabahitoyo 2018-08-23 11:52:18 +0900
  • e416469a40 Merge branch 'security/activitypub-reject-bogus-ids' into 'develop' kaniini 2018-08-23 01:39:08 +0000
  • a909fe45a6 formatting William Pitcock 2018-08-23 01:34:36 +0000
  • bc36d40bee tests: add a testcase for verifying that objects without a valid ID are always rejected William Pitcock 2018-08-23 00:55:41 +0000
  • 52b44184b4 transmogrifier: reject activities lacking a valid ID William Pitcock 2018-08-23 01:23:02 +0000
  • 9b046d2a84 fixed notifications API completely breaking if there's a like for missing (deleted) post. Henry Jameson 2018-08-22 16:10:59 +0300
  • 643f373514
    Run mix format Haelwenn (lanodan) Monnier 2018-08-22 12:09:01 +0200
  • d5bdd55b5d
    [Pleroma.Web.TwitterAPI.UserView]: Do not fail if user.bio is nil Haelwenn (lanodan) Monnier 2018-08-22 01:47:25 +0200