Commit graph

  • 9cabc02864 Remove a useless import rinpatch 2019-08-31 10:57:35 +0300
  • dbfcba85ec Add a changelog entry for twitterapi removal and fix credo issues rinpatch 2019-08-31 10:45:37 +0300
  • 64410497d2 Remove TwitterAPI representers rinpatch 2019-08-31 10:41:15 +0300
  • 2e7bb107e0 Remove Mention of TwitterAPI in readme rinpatch 2019-08-31 10:34:29 +0300
  • 985122cc03 Remove Activity, User and Notification views from TwitterAPI rinpatch 2019-08-31 10:31:15 +0300
  • 7808eee9aa Update Japanese document to follow English document AkiraFukushima 2019-08-31 16:23:15 +0900
  • 90c2dae9a4 Remove most of Pleroma.Web.TwitterAPI.TwitterAPI rinpatch 2019-08-31 10:20:34 +0300
  • 6ef0103ca0 added Emoji struct Maksim Pechnikov 2019-08-31 10:14:53 +0300
  • 4d6e22bb9b Style Maxim Filippov 2019-08-31 01:09:48 +0300
  • f182f0f6bd Add ability to search moderation logs Maxim Filippov 2019-08-31 00:57:15 +0300
  • 880307e0d5 minor: Fix version dot ultem 2019-08-30 19:41:31 +0000
  • d8098d142a added Emoji.Formatter Maksim Pechnikov 2019-08-29 22:01:37 +0300
  • 6d33c89c4d Merge branch 'iss-930-media' into 'develop' feld 2019-08-30 15:23:15 +0000
  • 99b4847da3
    Fix missing changes in pleroma/pleroma!1197 kPherox 2019-08-30 21:00:50 +0900
  • 5c90b70733 Apply suggestion to lib/pleroma/emoji/loader.ex Maksim 2019-08-29 11:45:25 +0000
  • d7808b5db4 added code\path fields without html tags in ets Maksim Pechnikov 2019-08-29 06:22:18 +0300
  • cef2e980b1 division emoji.ex on loader.ex and emoji.ex Maksim Pechnikov 2019-08-28 21:32:44 +0300
  • a7202b52e0 Merge branch 'fix/antifollowbot-and-relays' into 'develop' kaniini 2019-08-30 00:38:03 +0000
  • 7853b3f17d Fix AntiFollowbotPolicy when trying to follow a relay feld 2019-08-30 00:38:03 +0000
  • 227e6260ca Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop sadposter 2019-08-29 10:52:27 +0100
  • d9d7765383 Merge branch 'fix-osada-follow' into 'develop' Haelwenn 2019-08-28 07:10:35 +0000
  • b770ed1d99 CommonAPI: Support emoji reactions. lain 2019-08-27 17:56:28 -0500
  • f017260cdc Merge remote-tracking branch 'origin/develop' into reactions lain 2019-08-27 16:38:51 -0500
  • 66519f2100 Merge branch 'list-controller' into 'develop' lain 2019-08-27 21:15:54 +0000
  • 96de84a93d Merge branch 'tests/activity_pub' into 'develop' lain 2019-08-27 20:59:09 +0000
  • 5e4fde1d3d Filter logs by date Maxim Filippov 2019-08-27 20:48:16 +0300
  • ffcd742aa0 Apply suggestion to lib/pleroma/web/activity_pub/activity_pub_controller.ex Maksim 2019-08-27 17:37:19 +0000
  • c30cc039e4 Transmogrifier: Use Containment.get_actor to get actors. lain 2019-08-27 12:22:30 -0500
  • 00abe099cd added tests for ActivityPub.like\unlike Maksim Pechnikov 2019-08-27 16:21:03 +0300
  • cd78e63a25 [#1149] Bugfix: Pleroma.Workers.Subscriber / "verify_websub" works with WebsubServerSubscription. Ivan Tashkinov 2019-08-27 14:34:37 +0300
  • eb1739c596 Remove most of TwitterAPIController rinpatch 2019-08-27 12:29:19 +0300
  • cc28184854 Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop sadposter 2019-08-27 08:58:51 +0100
  • 62487e3976 fix gab rewrite sadposter 2019-08-27 08:58:47 +0100
  • a0b21c8928 Transmogrifier: Handle incoming emoji reactions. lain 2019-08-26 16:47:31 -0500
  • 6e1ec4c5da ActivityPub: Basic EmojiReactions. lain 2019-08-26 16:29:51 -0500
  • ba5e14be05 Merge branch 'fix-typo' into 'develop' lain 2019-08-26 19:37:24 +0000
  • 3da65292b3 Transmogrifier: Fix follow handling when the actor is an object. lain 2019-08-26 14:34:52 -0500
  • fd076def0a Fix typo Egor Kislitsyn 2019-08-27 02:24:14 +0700
  • 3da278375d Merge branch 'fix/sporadic-test' into 'develop' rinpatch 2019-08-26 14:44:11 +0000
  • c338224c93 Fix sporadic test Maxim Filippov 2019-08-26 17:24:22 +0300
  • 8c7b1c076c Merge branch 'disable-rate-limiter' into 'develop' kaniini 2019-08-26 14:01:51 +0000
  • 66c1966688 Disable rate limiter by default Egor Kislitsyn 2019-08-26 20:36:44 +0700
  • 019ced0558 Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers and test/web/mastodon_api/views Egor Kislitsyn 2019-08-26 19:34:43 +0700
  • 4194abbc8f Move mastodon_api/*_controller.ex to mastodon_api/controllers/ Egor Kislitsyn 2019-08-26 19:32:47 +0700
  • 30510ade0e Extract MastodonAPIController's list actions into MastodonAPI.ListController; Add more tests Egor Kislitsyn 2019-08-26 19:37:54 +0700
  • 4d82bc8b0b Extract MastodonAPI.MastodonAPIController.errors/2 to MastodonAPI.FallbackController Egor Kislitsyn 2019-08-26 19:16:40 +0700
  • 3b1b631c2a Add validation in Pleroma.List.create/2 Egor Kislitsyn 2019-08-26 18:59:57 +0700
  • 8ca4f145a5
    Extract if block into private function kPherox 2019-08-26 17:09:32 +0900
  • eb75ea502d
    Update test for custom fields when content-type urlencoded kPherox 2019-08-26 03:49:47 +0900
  • 6dc24422dc Merge branch 'issue/1177' into 'develop' kaniini 2019-08-25 19:43:27 +0000
  • 897bd7a15e Merge branch 'feature/moderation-log' into 'develop' kaniini 2019-08-25 19:39:37 +0000
  • 37dd3867bb Log admin/moderator actions Maxim Filippov 2019-08-25 19:39:37 +0000
  • 503139b343 Merge branch 'fix-all-custom-fields-deleted' into 'develop' kaniini 2019-08-25 19:35:28 +0000
  • b8777b01ae
    Update test for custom fields when name empty string kPherox 2019-08-26 03:25:06 +0900
  • d74efde94e
    Update test for custom profile fields kPherox 2019-08-26 02:00:41 +0900
  • 5e7098cf69 Merge branch 'bugfix/rel_me_missing_mocks' into 'develop' lain 2019-08-25 16:12:13 +0000
  • 5853d9c843 Merge branch 'bugfix/log_non_implemented_mocks' into 'develop' rinpatch 2019-08-25 08:09:18 +0000
  • 20c3f613d8
    HttpRequestMock: Remove useless error = error Haelwenn (lanodan) Monnier 2019-08-25 08:55:29 +0200
  • f3b1266273
    user_test.exs: fix rel=me tests Haelwenn (lanodan) Monnier 2019-08-25 08:48:38 +0200
  • 211e163770
    Implement missing mocks for rel=me Haelwenn (lanodan) Monnier 2019-08-25 08:03:25 +0200
  • e22737ffb5
    HttpRequestMock: Improve non-implemented error message Haelwenn (lanodan) Monnier 2019-08-25 07:33:46 +0200
  • 18668447d2
    HttpRequestMock: Log mock errors as warnings Haelwenn (lanodan) Monnier 2019-08-25 07:10:22 +0200
  • b15e226593
    Change to delete empty name field kPherox 2019-08-25 07:04:46 +0900
  • 705b5adfc4
    Fix type of fields_attributes kPherox 2019-08-25 07:02:32 +0900
  • 45e21a9df4
    Rename fields to fields_attributes kPherox 2019-08-25 06:51:05 +0900
  • 3549cd9754
    Change to use attachment only when fields do not exist kPherox 2019-08-25 01:28:38 +0900
  • 90986667ce Merge branch 'admin-create-users' into 'develop' lain 2019-08-24 16:04:19 +0000
  • 83aeb60900 Merge branch 'activity-expiration' into 'develop' kaniini 2019-08-24 16:01:57 +0000
  • 1d7033d962 Update CHANGELOG.md lain 2019-08-24 15:33:17 +0000
  • 24994f3e0c Activity expiration: Fix docs. lain 2019-08-24 17:28:19 +0200
  • efb8818e9e Activity Expiration: Switch to 'expires_in' system. lain 2019-08-24 17:22:48 +0200
  • 1692fa8945 ActivityExpirationWorker: Fix merge issues. lain 2019-08-24 17:22:26 +0200
  • 654d291b6d update tests Maksim Pechnikov 2019-08-24 17:41:53 +0300
  • 6062017493 put_resp_header("content-type", "application/activity+json") -> put_resp_content_type("application/activity+json") Maksim Pechnikov 2019-08-24 17:17:17 +0300
  • cc6c0b4ba6 Merge remote-tracking branch 'origin/develop' into sixohsix/pleroma-post_expiration lain 2019-08-24 15:48:33 +0200
  • ef9930ed80 Minor corrections and clarification for Alpine standard v.3.10 ultem 2019-08-24 10:16:27 +0000
  • 73bcbf4fa3 add tests Maksim Pechnikov 2019-08-23 21:17:14 +0300
  • c34126f89c Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue Ivan Tashkinov 2019-08-24 09:29:54 +0300
  • 71700ea6d4 [#1149] Updated docs & tests. Ivan Tashkinov 2019-08-24 09:27:32 +0300
  • bc78a875c8 Merge branch 'fix-default-config-account_field' into 'develop' kaniini 2019-08-23 21:28:52 +0000
  • e5f76a54e6 Fix default config of account fields length aries 2019-08-23 21:28:52 +0000
  • 581123f8bb [#1149] Introduced quantum job scheduler. Documentation & config changes. Ivan Tashkinov 2019-08-23 18:28:23 +0300
  • c056736daa [#1149] Publisher worker fix (atomized params keys). Ivan Tashkinov 2019-08-23 16:11:39 +0300
  • c29686309e [#1149] Upgraded oban from 0.6.0 to 0.7.1. Ivan Tashkinov 2019-08-23 09:23:10 +0300
  • 7a2a1ddfe4 Merge branch 'fix/add-likes-index-objects' into 'develop' kaniini 2019-08-23 01:41:18 +0000
  • 05e7d0a438 Add an index on object likes rinpatch 2019-08-23 03:17:20 +0300
  • 8dc6a6b210 fix /inbox for Relay Maksim Pechnikov 2019-08-22 22:39:06 +0300
  • 399ca9133b fix test Maksim Pechnikov 2019-08-22 21:32:40 +0300
  • f95b67c933 Merge branch 'develop' into issue/1177 Maksim Pechnikov 2019-08-22 21:13:03 +0300
  • 7101ba1a21 Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue Ivan Tashkinov 2019-08-22 21:01:28 +0300
  • 256ff09aa8 [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue Ivan Tashkinov 2019-08-22 20:59:58 +0300
  • 0e50e9e4fa Merge branch 'support/tests' into 'develop' feld 2019-08-22 17:37:01 +0000
  • 01653f618d Merge branch 'improve-ap-routes-rate-limit' into 'develop' lain 2019-08-22 10:20:50 +0000
  • a79ebac592 Improve AP routes rate limit Egor Kislitsyn 2019-08-22 16:03:43 +0700
  • 64bfb41c55 fixed unfollow for relay actor Maksim Pechnikov 2019-08-22 06:57:55 +0300
  • 37229af15f remove old user create and delete routes for admin Sachin Joshi 2019-08-22 00:15:00 +0545
  • 85bd8a4e31 fixed clear config after test Maksim Pechnikov 2019-08-21 21:24:35 +0300
  • f740d786a3 Merge branch 'rate-limit-ap-routes' into 'develop' lain 2019-08-21 16:45:20 +0000
  • 73884441f3 Merge branch 'chore/fix-flakey-aws-test' into 'develop' kaniini 2019-08-20 20:28:54 +0000
  • 76bb3572dd test: rich media: aws signed url: increase TTL delta check to 2 seconds from 1 Ariadne Conill 2019-08-20 20:19:23 +0000