Commit graph

  • d0e0396528 Hack to fix tests not passing. Unclear why the filters are being set to nil. Both of these changes are needed or it doesn't work. Mark Felder 2021-01-14 17:49:37 -0600
  • 8d6e9b25a4 Just validate command is in PATH; forking a shell is wasteful Mark Felder 2021-01-14 16:58:18 -0600
  • 0b725f5d21 Lint Mark Felder 2021-01-14 16:00:32 -0600
  • 12c8ce481c Bump Copyright year Mark Felder 2021-01-14 13:58:52 -0600
  • fb47e83adc Add ConfigDB migration Mark Felder 2021-01-14 13:53:35 -0600
  • f5f267fa76 [#3213] Refactoring of HashtagsTableMigrator. Ivan Tashkinov 2021-01-14 22:41:27 +0300
  • fd9a0ac329 BackupTest: Fix s3 test. Lain Soykaf 2021-01-14 20:18:45 +0100
  • 93ce7b0efb Merge branch 'pleroma-password' into 'develop' rinpatch 2021-01-14 18:29:25 +0000
  • c4b74c9c3f Linting. Lain Soykaf 2021-01-14 16:01:14 +0100
  • 39f3683a06 Pbkdf2: Use it everywhere. Lain Soykaf 2021-01-14 15:06:16 +0100
  • 87a31c5c9b Password -> Password.Pbkdf2 Lain Soykaf 2021-01-14 14:49:39 +0100
  • e350898828 Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework Ivan Tashkinov 2021-01-13 22:11:16 +0300
  • 3e4d84729a [#3213] Prototype of data migrations functionality / HashtagsTableMigrator. Ivan Tashkinov 2021-01-13 22:07:38 +0300
  • ba234d3c73 Unnecessary duplication here Mark Felder 2021-01-13 12:01:01 -0600
  • 94e5180846 Consistent style Mark Felder 2021-01-13 12:00:48 -0600
  • 5627f3642f Not needed in test.exs Mark Felder 2021-01-13 11:54:45 -0600
  • f0ab60189e truncated_namespace should default to nil Mark Felder 2021-01-13 11:54:00 -0600
  • aff83eb7c1 Linting Lain Soykaf 2021-01-13 16:00:12 +0100
  • 9106048c61 Password: Replace Pbkdf2 with Password. lain 2021-01-13 15:11:11 +0100
  • c7cd9bd591 Password: Add password module lain 2021-01-13 15:09:01 +0100
  • f917285b72 Merge branch 'chores/bump-copyright' into 'develop' Haelwenn 2021-01-13 06:55:12 +0000
  • 56ddd7d717
    COPYING: Bump copyright to 2021 Haelwenn (lanodan) Monnier 2021-01-13 07:53:44 +0100
  • c4439c630f
    Bump Copyright to 2021 Haelwenn (lanodan) Monnier 2021-01-13 07:49:20 +0100
  • 67e888498c Switch another test to Upload.base_url/0 Mark Felder 2021-01-12 16:42:43 -0600
  • 2b93351bd7 Document deprecation Mark Felder 2021-01-12 16:40:29 -0600
  • e87cca97e6 Fix tests relying on old behavior. Use the Upload.base_url, Luke. Mark Felder 2021-01-12 16:35:10 -0600
  • c35e6fb516 Provide a non-nil fallback for Upload.base_url/0 for tests using TestUploaderSuccess as the uploader Mark Felder 2021-01-12 16:34:24 -0600
  • 12528edc34 Fix another ad-hoc construction of the upload base_url Mark Felder 2021-01-12 16:32:52 -0600
  • 8b28dce82a Deprecate Pleroma.Uploaders.S3, :public_endpoint Mark Felder 2021-01-12 16:31:35 -0600
  • 5453038ce9 Merge branch 'fix/backup-url-on-s3' into 'develop' feld 2021-01-12 20:54:30 +0000
  • 100e34b4a1 Merge branch 'chat-message-pagination' into 'develop' rinpatch 2021-01-12 19:30:44 +0000
  • 7a1cb752dd Pagination: Don't be dos'd by random parameters. lain 2021-01-12 12:59:50 +0100
  • ef59d99833 Simplify. We will always have a result from Upload.base_url/0, so just add it to the list Mark Felder 2021-01-11 14:19:14 -0600
  • 1040881047 Fix regression in MediaProxy.local?/0 and appending the Upload.base_url to whitelisted domains Mark Felder 2021-01-11 14:01:31 -0600
  • e1a547d7d3 ChatMessages: Fix pagination headers. lain 2021-01-11 15:30:40 +0100
  • 9887cdf9be Formatting Mark Felder 2021-01-10 09:03:42 -0600
  • 8c972de045 [#3213] transfer_hashtags mix task refactoring. Ivan Tashkinov 2021-01-10 11:44:39 +0300
  • be7a76abc0 Merge branch 'feat/format-optional-migrations' into 'develop' rinpatch 2021-01-10 08:40:13 +0000
  • 6b28121897 .formatter.exs: Format optional migrations rinpatch 2021-01-10 11:28:41 +0300
  • ad5338a79c Merge branch 'add_some_information_about_setting_up_a_development_environment' into 'develop' rinpatch 2021-01-10 08:25:36 +0000
  • 6284e8f4b2 Add development section Ilja 2021-01-10 08:25:36 +0000
  • fa63f1b55b Apply 4 suggestion(s) to 2 file(s) feld 2021-01-10 01:34:54 +0000
  • e8bf060e6e Move construction of S3 base URL with optional namespace and bucket to Upload.base_url/0 Mark Felder 2021-01-08 17:24:19 -0600
  • 86dcfb4eb9 More places we should be using Upload.base_url Mark Felder 2021-01-08 17:05:55 -0600
  • 530fb5b29e Avoid duplicate Config calls Mark Felder 2021-01-08 16:43:19 -0600
  • 3c936061d5 Apply Upload.base_url for S3 Mark Felder 2021-01-08 10:49:12 -0600
  • ad79983614 Fix URL generated for backup files, try to create a source of truth we can reuse throughout the codebase Mark Felder 2021-01-07 18:34:30 -0600
  • 5822338f3a Merge branch 'guppe-example' into 'develop' lain 2021-01-08 15:55:48 +0000
  • 7173d35ef8 Merge branch 'confirm-users' into 'develop' lain 2021-01-08 15:36:42 +0000
  • e73c7fa7e5
    Merge remote-tracking branch 'upstream/develop' into confirm-users Alex Gleason 2021-01-08 07:48:19 -0600
  • 1b98cd8610
    Remove ConfirmUserPlug Alex Gleason 2021-01-08 07:47:55 -0600
  • 80167e62dd Merge branch 'fix/missing_emoji_steal_dir' into 'develop' lain 2021-01-08 13:10:49 +0000
  • 7e43abce68 Merge branch 'backup-ids' into 'develop' lain 2021-01-07 19:16:58 +0000
  • 3342f6a7ef
    Backups: render ID in API Alex Gleason 2021-01-07 13:06:22 -0600
  • ac1298fce8 Merge branch 'cleanup/unused-proxy-opts' into 'develop' lain 2021-01-07 16:25:39 +0000
  • bd788c0939 ActivtityPub Test: Add example for guppe actor lain 2021-01-07 16:20:30 +0100
  • cf0eb0c1c5 Merge branch 'object-normalize-refactor' into 'develop' lain 2021-01-07 11:09:18 +0000
  • 4d56aca904 Merge branch 'adminapi-user-email' into 'develop' lain 2021-01-07 10:08:02 +0000
  • f1ca2ac64b Merge branch 'upstream/remote-emoji-support' into 'develop' lain 2021-01-07 10:06:39 +0000
  • 0d521022fe [#3213] Removed PK from hashtags_objects table. Improved hashtags_transfer mix task (logging of failed ids). Ivan Tashkinov 2021-01-07 12:20:29 +0300
  • b7b05a0748
    Oopsie whoopsie fix changelog Alex Gleason 2021-01-06 15:42:36 -0600
  • cc09079aea
    Exclude blockers from notifications when blockers_visible: false Alex Gleason 2021-01-06 15:39:14 -0600
  • 1438fd9583
    Merge remote-tracking branch 'upstream/develop' into block-behavior Alex Gleason 2021-01-06 15:22:35 -0600
  • 7b8dbaff31
    Call ConfirmUserPlug from Router, not Endpoint Alex Gleason 2021-01-06 15:15:47 -0600
  • 9f6fa5877f
    Add AdminAPI.AccountViewTest Alex Gleason 2021-01-06 11:43:07 -0600
  • 20af025c65
    AdminAPI: return user email Alex Gleason 2021-01-06 11:30:32 -0600
  • 48cd336a72 allow external emoji Roger Braun 2019-02-06 18:05:34 +0100
  • 5e128a6be3 Merge branch 'fix/mediaproxy-config-descriptions' into 'develop' feld 2021-01-05 21:16:33 +0000
  • d69c78ceb9 Remove configurability of upload proxy opts, simplify Mark Felder 2021-01-05 15:06:00 -0600
  • 18296c7473 Merge branch 'fix/emoji-encoding' into 'develop' lain 2021-01-05 20:09:29 +0000
  • f9090e00e6 Add test to validate URLs to custom emojis are properly encoded Mark Felder 2021-01-05 13:58:49 -0600
  • 8864ac65c6 Add dinosaur gif from https://gifs.cc Mark Felder 2021-01-05 13:25:14 -0600
  • 64116f63d9 URI.encode custom emojis Mark Felder 2021-01-05 12:25:30 -0600
  • 20a269ed69 Merge branch 'fix/pagination-regression' into 'develop' lain 2021-01-05 12:40:45 +0000
  • fee0c6a2cb Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into alexgleason/pleroma-confirm-users lain 2021-01-05 13:33:57 +0100
  • 7a03b112f2 Merge branch '1526-account-aliases' into 'develop' lain 2021-01-05 12:31:33 +0000
  • e802b48d55 User: Use ObjectID type to validate also-known-as field lain 2021-01-05 13:10:14 +0100
  • f0e6cff583 Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into 1526-account-aliases lain 2021-01-05 12:42:30 +0100
  • ca7cf62d2a Merge branch 'pleroma-moderation-log-stuff' into 'develop' lain 2021-01-05 11:36:57 +0000
  • bea69853a2 Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into pleroma-moderation-log-stuff lain 2021-01-05 12:19:39 +0100
  • 95a0ae8a35 AccountControllerTest: Fix test logic lain 2021-01-05 11:48:40 +0100
  • d44850d7a5 Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into object-normalize-refactor lain 2021-01-05 10:48:32 +0100
  • b3c36d3f7a Merge branch '2391-async-bugs' into 'develop' Haelwenn 2021-01-05 00:01:44 +0000
  • 8e5904daa5 SideEffects.DeleteTest: asyncify. lain 2021-01-04 18:40:59 +0100
  • 0e93775ed0 Add test to validate profile pagination works with keyset Mark Felder 2021-01-04 11:04:58 -0600
  • 83f27282ba Do not try to guess which pagination we need by the existence of an :offset param. Require explicit request to get offset pagination. Mark Felder 2021-01-04 10:13:17 -0600
  • e1e7e4d379 Object: Rework how Object.normalize works lain 2021-01-04 13:38:31 +0100
  • 0ec7e9b8e9
    AdminAPI: return id for moderation log entries Alex Gleason 2021-01-01 11:58:42 -0600
  • 7b44605cb8
    Migration to confirm previously-logged-in users Alex Gleason 2020-12-31 14:04:51 -0600
  • afe9c152ab Merge branch 'fix/reports-ordering' into 'develop' feld 2020-12-31 19:24:49 +0000
  • 83d97ab98e Document reports ordering change Mark Felder 2020-12-31 13:15:44 -0600
  • 4200a06340
    Aliases: refactor validate_also_known_as/1 Alex Gleason 2020-12-31 12:53:28 -0600
  • 0d6b9ce8ca Apply 2 suggestion(s) to 1 file(s) Alex Gleason 2020-12-31 18:51:57 +0000
  • e4791258d4 Ensure newest report is returned first in the list Mark Felder 2020-12-31 10:53:18 -0600
  • 64f0e96ff6
    Automatically confirm logged-in users Alex Gleason 2020-12-31 12:13:08 -0600
  • 70e8ef2c46 Merge branch 'fix/adminapi-user-status-pagination' into 'develop' feld 2020-12-31 16:04:42 +0000
  • 2aa60e7592 Apply 1 suggestion(s) to 1 file(s) feld 2020-12-31 15:55:44 +0000
  • 48e0f22ab1 Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework Ivan Tashkinov 2020-12-31 12:46:01 +0300
  • 303055456f Alternative implementation of hashtag-filtering queries in ActivityPub. Fixed GROUP BY clause for aggregation on hashtags. Ivan Tashkinov 2020-12-31 12:45:23 +0300
  • 367f0c31c3 [#3213] Added query options support for Repo.chunk_stream/4. Used infinite timeout in transfer_hashtags select query. Ivan Tashkinov 2020-12-31 09:36:26 +0300