akkoma
5 years agoHandle new-style mastodon follow lists
Normandy [Tue, 16 Apr 2019 18:35:38 +0000 (18:35 +0000)]
Handle new-style mastodon follow lists

Fixes https://git.pleroma.social/pleroma/pleroma/issues/814

5 years agoMerge branch 'deps/bump-exdoc' into 'develop'
rinpatch [Tue, 16 Apr 2019 11:59:38 +0000 (11:59 +0000)]
Merge branch 'deps/bump-exdoc' into 'develop'

Bump ex_doc to 20.2

See merge request pleroma/pleroma!1068

5 years agoBump ex_doc
rinpatch [Tue, 16 Apr 2019 11:53:17 +0000 (14:53 +0300)]
Bump ex_doc

5 years agoMerge branch 'remove-footguns' into 'develop'
rinpatch [Mon, 15 Apr 2019 13:57:38 +0000 (13:57 +0000)]
Merge branch 'remove-footguns' into 'develop'

Remove ambiguous documentation regarding emoji and config.exs

See merge request pleroma/pleroma!1064

5 years agoCustom Emoji docs: Make it clear that config.exs is not for lewd.
lain [Mon, 15 Apr 2019 13:51:17 +0000 (15:51 +0200)]
Custom Emoji docs: Make it clear that config.exs is not for lewd.

5 years agoConfig.exs: Add big warning so that nobody ever edits it.
lain [Mon, 15 Apr 2019 13:45:15 +0000 (15:45 +0200)]
Config.exs: Add big warning so that nobody ever edits it.

5 years agoMerge branch 'fix/status-reblogged' into 'develop'
lambda [Mon, 15 Apr 2019 10:26:23 +0000 (10:26 +0000)]
Merge branch 'fix/status-reblogged' into 'develop'

Assign reblogged in the Mastodon reblog status view

Closes #812

See merge request pleroma/pleroma!1057

5 years agoMerge branch 'unfollow-oneself' into 'develop'
lambda [Mon, 15 Apr 2019 10:24:37 +0000 (10:24 +0000)]
Merge branch 'unfollow-oneself' into 'develop'

Consistent response for self follow/unfollow

Closes #819

See merge request pleroma/pleroma!1061

5 years agoMerge branch 'refactor/remove-inReplyToStatusId' into 'develop'
lambda [Mon, 15 Apr 2019 10:23:06 +0000 (10:23 +0000)]
Merge branch 'refactor/remove-inReplyToStatusId' into 'develop'

Remove inReplyToStatusId

See merge request pleroma/pleroma!1062

5 years agoUse User.get_cached_by*
eugenijm [Mon, 15 Apr 2019 09:37:49 +0000 (12:37 +0300)]
Use User.get_cached_by*

5 years agooops
rinpatch [Mon, 15 Apr 2019 08:59:01 +0000 (11:59 +0300)]
oops

5 years agoRemove inReplyToStatusId
rinpatch [Mon, 15 Apr 2019 08:50:36 +0000 (11:50 +0300)]
Remove inReplyToStatusId

5 years agoHandle follow/unfollow directed to themselves
eugenijm [Mon, 15 Apr 2019 06:44:16 +0000 (09:44 +0300)]
Handle follow/unfollow directed to themselves

5 years agoMerge branch 'bugfix/registration-email-pattern' into 'develop'
rinpatch [Sun, 14 Apr 2019 17:54:32 +0000 (17:54 +0000)]
Merge branch 'bugfix/registration-email-pattern' into 'develop'

fix pattern match on user registration

See merge request pleroma/pleroma!1058

5 years agoRevert "Assert on the success of enqueue before returning"
Sadposter [Sun, 14 Apr 2019 15:12:54 +0000 (16:12 +0100)]
Revert "Assert on the success of enqueue before returning"

This reverts commit 16d8c8b33b654b88e5e934832d5e26eb7152633e.
Because it breaks everything

5 years agoAssert on the success of enqueue before returning
Sadposter [Sun, 14 Apr 2019 15:05:26 +0000 (16:05 +0100)]
Assert on the success of enqueue before returning

5 years agoAlways return {atom, _} from try_send_confirmation
Sadposter [Sun, 14 Apr 2019 15:01:48 +0000 (16:01 +0100)]
Always return {atom, _} from try_send_confirmation

5 years agofix pattern match on user registration
Sadposter [Sun, 14 Apr 2019 14:46:54 +0000 (15:46 +0100)]
fix pattern match on user registration

deliver_async will return a single atom

5 years agoAssign reblogged in the Mastodon reblog status view
eugenijm [Sun, 14 Apr 2019 02:15:03 +0000 (05:15 +0300)]
Assign reblogged in the Mastodon reblog status view

5 years agoMerge branch 'docs/archlinux-odbc' into 'develop'
kaniini [Sun, 14 Apr 2019 05:34:17 +0000 (05:34 +0000)]
Merge branch 'docs/archlinux-odbc' into 'develop'

docs/installation/arch_linux_en.md: Remove useless ODBC

See merge request pleroma/pleroma!1055

5 years agodocs/installation/arch_linux_en.md: Remove useless ODBC
Haelwenn (lanodan) Monnier [Sat, 13 Apr 2019 20:41:54 +0000 (22:41 +0200)]
docs/installation/arch_linux_en.md: Remove useless ODBC

See [1] for confirmation.
1: https://git.pleroma.social/pleroma/pleroma/merge_requests/1050#note_24402

5 years agoMerge branch 'docs/changelog' into 'develop'
Haelwenn [Sat, 13 Apr 2019 20:29:05 +0000 (20:29 +0000)]
Merge branch 'docs/changelog' into 'develop'

Add a changelog

See merge request pleroma/pleroma!1053

5 years agoPut an actual description of the vulnerability and add **Breaking:** to breaking...
rinpatch [Sat, 13 Apr 2019 18:17:10 +0000 (21:17 +0300)]
Put an actual description of the vulnerability and add **Breaking:** to breaking changes

5 years agoAdd a changelog
rinpatch [Fri, 12 Apr 2019 21:31:18 +0000 (00:31 +0300)]
Add a changelog

5 years agoMerge branch 'improve-formatter' into 'develop'
Haelwenn [Fri, 12 Apr 2019 19:25:53 +0000 (19:25 +0000)]
Merge branch 'improve-formatter' into 'develop'

Improve formatter and update `auto_linker`

Closes #795

See merge request pleroma/pleroma!1036

5 years agoRevert "simplify mentions escape"
Egor [Fri, 12 Apr 2019 19:25:53 +0000 (19:25 +0000)]
Revert "simplify mentions escape"

This reverts commit f3e06a1030636f24f7129dd93bb9780e67fb7de1.

5 years agoMerge branch 'bugfix/pleroma-email-naming' into 'develop'
lambda [Fri, 12 Apr 2019 10:41:09 +0000 (10:41 +0000)]
Merge branch 'bugfix/pleroma-email-naming' into 'develop'

Make the filename and module name of Pleroma.Emails.* orthogonal

See merge request pleroma/pleroma!1029

5 years agoMerge branch 'features/mastoapi/2.6.0-min_id-pagination' into 'develop'
lambda [Fri, 12 Apr 2019 09:34:12 +0000 (09:34 +0000)]
Merge branch 'features/mastoapi/2.6.0-min_id-pagination' into 'develop'

Features: mastoapi-2.6.0 `min_id` pagination

Closes #351

See merge request pleroma/pleroma!976

5 years agoMerge branch 'fix/732-password-align' into 'develop'
lambda [Fri, 12 Apr 2019 09:13:30 +0000 (09:13 +0000)]
Merge branch 'fix/732-password-align' into 'develop'

password reset page labels align

See merge request pleroma/pleroma!986

5 years agoMerge branch 'ssl_trusted_cert' into 'develop'
lambda [Fri, 12 Apr 2019 08:58:46 +0000 (08:58 +0000)]
Merge branch 'ssl_trusted_cert' into 'develop'

ssl_trusted_certificate should point to chain.pem if we're demonstrating...

See merge request pleroma/pleroma!996

5 years agoMerge branch 'feature/801-add-support-destroy-multiple-mastofe' into 'develop'
kaniini [Fri, 12 Apr 2019 02:28:46 +0000 (02:28 +0000)]
Merge branch 'feature/801-add-support-destroy-multiple-mastofe' into 'develop'

adding destroy multiple for mastofe

See merge request pleroma/pleroma!1046

5 years agoadding destroy multiple for mastofe
Alexander Strizhakov [Fri, 12 Apr 2019 02:28:46 +0000 (02:28 +0000)]
adding destroy multiple for mastofe

5 years agoMerge branch 'bug/790-repeated-posts-that-are-replies-have-in-reply-to-id-null' into...
kaniini [Fri, 12 Apr 2019 02:21:32 +0000 (02:21 +0000)]
Merge branch 'bug/790-repeated-posts-that-are-replies-have-in-reply-to-id-null' into 'develop'

in_reply_to_id - null

See merge request pleroma/pleroma!1037

5 years agoin_reply_to_id - null
Alexander Strizhakov [Fri, 12 Apr 2019 02:21:32 +0000 (02:21 +0000)]
in_reply_to_id - null

5 years agoMerge branch 'fix/hackney_max_body_param' into 'develop'
kaniini [Thu, 11 Apr 2019 17:54:31 +0000 (17:54 +0000)]
Merge branch 'fix/hackney_max_body_param' into 'develop'

Add `with_body: true` to requests relying on `max_body: val`

Closes #778

See merge request pleroma/pleroma!1049

5 years agoAdd `with_body: true` to requests relying on `max_body: val`
Roman Chvanikov [Thu, 11 Apr 2019 17:16:15 +0000 (00:16 +0700)]
Add `with_body: true` to requests relying on `max_body: val`

5 years agoMerge branch 'update-mastofe/glitch-soc-2019-04-11' into 'develop'
lambda [Thu, 11 Apr 2019 11:24:36 +0000 (11:24 +0000)]
Merge branch 'update-mastofe/glitch-soc-2019-04-11' into 'develop'

Update Mastodon Frontend to 2019-04-11 bundle

See merge request pleroma/pleroma!1044

5 years agoUpdate Mastodon Frontend to 2019-04-11 bundle
Haelwenn (lanodan) Monnier [Thu, 11 Apr 2019 05:29:03 +0000 (07:29 +0200)]
Update Mastodon Frontend to 2019-04-11 bundle

See: https://git.pleroma.social/pleroma/mastofe/tags/bundle-2019-04-11

[ci skip]

5 years agoMerge branch 'feature/767-multiple-use-invite-token' into 'develop'
lambda [Wed, 10 Apr 2019 10:10:08 +0000 (10:10 +0000)]
Merge branch 'feature/767-multiple-use-invite-token' into 'develop'

Feature/767 multiple use invite token

See merge request pleroma/pleroma!1032

5 years agoMerge branch 'feature/user-status-subscriptions' into 'develop'
lambda [Wed, 10 Apr 2019 10:04:20 +0000 (10:04 +0000)]
Merge branch 'feature/user-status-subscriptions' into 'develop'

Add ability to subscribe to users

See merge request pleroma/pleroma!1024

5 years agoMerge branch 'develop' into feature/user-status-subscriptions
Sadposter [Wed, 10 Apr 2019 09:44:54 +0000 (10:44 +0100)]
Merge branch 'develop' into feature/user-status-subscriptions

5 years agoMerge branch 'fix/emoji-api-nonsense' into 'develop'
lambda [Wed, 10 Apr 2019 06:22:51 +0000 (06:22 +0000)]
Merge branch 'fix/emoji-api-nonsense' into 'develop'

Change response format of /api/pleroma/emoji so it makes sense

See merge request pleroma/pleroma!1038

5 years agos/Pleroma.UserEmail/Pleroma.Emails.UserEmail/
Haelwenn (lanodan) Monnier [Wed, 10 Apr 2019 04:14:37 +0000 (06:14 +0200)]
s/Pleroma.UserEmail/Pleroma.Emails.UserEmail/

5 years agos/Pleroma.AdminEmail/Pleroma.Emails.AdminEmail/
Haelwenn (lanodan) Monnier [Wed, 10 Apr 2019 04:13:46 +0000 (06:13 +0200)]
s/Pleroma.AdminEmail/Pleroma.Emails.AdminEmail/

5 years agos/Pleroma.Mailer/Pleroma.Emails.Mailer/
Haelwenn (lanodan) Monnier [Wed, 10 Apr 2019 04:05:05 +0000 (06:05 +0200)]
s/Pleroma.Mailer/Pleroma.Emails.Mailer/

5 years agoMerge branch 'hotfix/fix_undefined_summary' into 'develop'
kaniini [Wed, 10 Apr 2019 02:10:47 +0000 (02:10 +0000)]
Merge branch 'hotfix/fix_undefined_summary' into 'develop'

transmogrifier.ex: Add fix_summary/1

See merge request pleroma/pleroma!1039

5 years agoMerge branch 'notification-pleroma-settings' into 'develop'
kaniini [Wed, 10 Apr 2019 02:10:31 +0000 (02:10 +0000)]
Merge branch 'notification-pleroma-settings' into 'develop'

Notification controls

Closes #738

See merge request pleroma/pleroma!988

5 years agotransmogrifier.ex: Add fix_summary/1
Haelwenn (lanodan) Monnier [Wed, 10 Apr 2019 00:32:04 +0000 (02:32 +0200)]
transmogrifier.ex: Add fix_summary/1

MRF.KeywordPolicy assumes that summary is present in a activity,
and this would probably simplify code elsewhere too anyway.

5 years agoChange response format of /api/pleroma/emoji to the one that actually makes sense
rinpatch [Tue, 9 Apr 2019 20:20:31 +0000 (23:20 +0300)]
Change response format of /api/pleroma/emoji to the one that actually makes sense

5 years agoMerge branch 'mastoapi/plaintext-statuses' into 'develop'
rinpatch [Tue, 9 Apr 2019 17:25:31 +0000 (17:25 +0000)]
Merge branch 'mastoapi/plaintext-statuses' into 'develop'

Provide plaintext representations of content/cw in MastoAPI

Closes #787

See merge request pleroma/pleroma!1035

5 years agoMerge branch 'bugfix/follower_count' into 'develop'
lambda [Tue, 9 Apr 2019 07:30:38 +0000 (07:30 +0000)]
Merge branch 'bugfix/follower_count' into 'develop'

update the follower count when a follower is blocked

See merge request pleroma/pleroma!1033

5 years agoupdate the follower count when a follower is blocked
Sachin Joshi [Mon, 8 Apr 2019 09:31:18 +0000 (15:16 +0545)]
update the follower count when a follower is blocked

5 years agoUsed cached user resources in subscriptions
Sadposter [Mon, 8 Apr 2019 14:56:14 +0000 (15:56 +0100)]
Used cached user resources in subscriptions

5 years agoremoving not needed invite update
Alex S [Mon, 8 Apr 2019 13:08:16 +0000 (20:08 +0700)]
removing not needed invite update

5 years agofix for elixir 1.7.4
Alex S [Mon, 8 Apr 2019 12:16:59 +0000 (19:16 +0700)]
fix for elixir 1.7.4

5 years agoUse Pleroma.Config instead of Application.get_env
Sadposter [Mon, 8 Apr 2019 12:04:30 +0000 (13:04 +0100)]
Use Pleroma.Config instead of Application.get_env

5 years agoMerge branch 'use-jobs-in-webpush' into 'develop'
lambda [Mon, 8 Apr 2019 11:53:18 +0000 (11:53 +0000)]
Merge branch 'use-jobs-in-webpush' into 'develop'

Use PleromaJobQueue in Pleroma.Web.Push

See merge request pleroma/pleroma!1023

5 years agoMerge remote-tracking branch 'pleroma/develop' into use-jobs-in-webpush
Egor Kislitsyn [Mon, 8 Apr 2019 11:48:10 +0000 (18:48 +0700)]
Merge remote-tracking branch 'pleroma/develop' into use-jobs-in-webpush

5 years agoSever subscription in case of block
Sadposter [Mon, 8 Apr 2019 11:46:12 +0000 (12:46 +0100)]
Sever subscription in case of block

5 years agoMerge branch 'improve_upgrade_user_from_ap_id' into 'develop'
lambda [Mon, 8 Apr 2019 11:42:20 +0000 (11:42 +0000)]
Merge branch 'improve_upgrade_user_from_ap_id' into 'develop'

Improve Transmogrifier.upgrade_user_from_ap_id/2

See merge request pleroma/pleroma!1019

5 years agoMerge branch 'twitter_oauth' into 'develop'
lambda [Mon, 8 Apr 2019 11:41:50 +0000 (11:41 +0000)]
Merge branch 'twitter_oauth' into 'develop'

OAuth consumer (sign in / sign up with external provider)

See merge request pleroma/pleroma!923

5 years agoMerge branch 'feature/697-language-tag-metadata' into 'develop'
lambda [Mon, 8 Apr 2019 11:03:10 +0000 (11:03 +0000)]
Merge branch 'feature/697-language-tag-metadata' into 'develop'

adding language tag

See merge request pleroma/pleroma!1034

5 years agoadding language tag
Alexander Strizhakov [Mon, 8 Apr 2019 11:03:10 +0000 (11:03 +0000)]
adding language tag

5 years agotest for valid_invite?
Alex S [Mon, 8 Apr 2019 10:06:04 +0000 (17:06 +0700)]
test for valid_invite?

5 years agoMerge branch 'feature/770-add-emoji-tags' into 'develop'
lambda [Mon, 8 Apr 2019 09:50:00 +0000 (09:50 +0000)]
Merge branch 'feature/770-add-emoji-tags' into 'develop'

Feature/770 add emoji tags

See merge request pleroma/pleroma!998

5 years agoMerge remote-tracking branch 'pleroma/develop' into use-jobs-in-webpush
Egor Kislitsyn [Mon, 8 Apr 2019 09:46:59 +0000 (16:46 +0700)]
Merge remote-tracking branch 'pleroma/develop' into use-jobs-in-webpush

5 years agoAdminApiControllerTest unused variables fix.
Ivan Tashkinov [Mon, 8 Apr 2019 09:32:55 +0000 (12:32 +0300)]
AdminApiControllerTest unused variables fix.

5 years agoMerge branch 'develop' into use-jobs-in-webpush
Egor Kislitsyn [Mon, 8 Apr 2019 09:29:20 +0000 (16:29 +0700)]
Merge branch 'develop' into use-jobs-in-webpush

5 years ago[#923] Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth
Ivan Tashkinov [Mon, 8 Apr 2019 09:20:26 +0000 (12:20 +0300)]
[#923] Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth

# Conflicts:
# docs/config.md
# test/support/factory.ex

5 years agoMerge branch 'develop' into 'improve_upgrade_user_from_ap_id'
lambda [Mon, 8 Apr 2019 09:18:01 +0000 (09:18 +0000)]
Merge branch 'develop' into 'improve_upgrade_user_from_ap_id'

# Conflicts:
#   config/config.exs
#   docs/config.md

5 years agoMerge branch 'scheduled-activities' into 'develop'
lambda [Mon, 8 Apr 2019 09:08:18 +0000 (09:08 +0000)]
Merge branch 'scheduled-activities' into 'develop'

Scheduled activities

See merge request pleroma/pleroma!989

5 years agorenaming expire_at -> expires_at
Alex S [Mon, 8 Apr 2019 09:01:28 +0000 (16:01 +0700)]
renaming expire_at -> expires_at

keyword style change

5 years agoAdd check on activity visibility in sub notification
Sadposter [Sun, 7 Apr 2019 14:11:29 +0000 (15:11 +0100)]
Add check on activity visibility in sub notification

5 years agocredo fix
Alex S [Sun, 7 Apr 2019 13:59:53 +0000 (20:59 +0700)]
credo fix

5 years agoadded docs to docs/api/admin_api.md
Alex S [Sun, 7 Apr 2019 12:48:52 +0000 (19:48 +0700)]
added docs to docs/api/admin_api.md

code style and little renamings

5 years ago[#923] Removed <br> elements from auth forms, adjusted docs, minor auth settings...
Ivan Tashkinov [Sun, 7 Apr 2019 08:08:37 +0000 (11:08 +0300)]
[#923] Removed <br> elements from auth forms, adjusted docs, minor auth settings refactoring.

5 years agoMerge branch 'fix/deactivated-user-error' into 'develop'
feld [Sat, 6 Apr 2019 22:19:30 +0000 (22:19 +0000)]
Merge branch 'fix/deactivated-user-error' into 'develop'

Return 403 for deactivated user on token request

Closes #785

See merge request pleroma/pleroma!1031

5 years agoAdd scheduler for sending scheduled activities to the queue
eugenijm [Wed, 3 Apr 2019 15:55:04 +0000 (18:55 +0300)]
Add scheduler for sending scheduled activities to the queue

5 years agoAdded limits and media attachments for scheduled activities.
eugenijm [Mon, 1 Apr 2019 22:31:01 +0000 (01:31 +0300)]
Added limits and media attachments for scheduled activities.

5 years agoHandle `scheduled_at` on status creation.
eugenijm [Sat, 30 Mar 2019 09:58:40 +0000 (12:58 +0300)]
Handle `scheduled_at` on status creation.

5 years agoAdd scheduled activities
eugenijm [Thu, 28 Mar 2019 09:39:10 +0000 (12:39 +0300)]
Add scheduled activities

5 years agoReturn 403 on oauth token exchange for a deactivated user
eugenijm [Fri, 5 Apr 2019 21:22:42 +0000 (00:22 +0300)]
Return 403 on oauth token exchange for a deactivated user

5 years agoMerge branch 'fix/failed-legacy-test' into 'develop'
feld [Sat, 6 Apr 2019 16:03:35 +0000 (16:03 +0000)]
Merge branch 'fix/failed-legacy-test' into 'develop'

Mock :crypt.crypt/2 to pass LegacyAuthenticationPlugTest on Mac OS

See merge request pleroma/pleroma!1030

5 years agolittle channges
Alex S [Sat, 6 Apr 2019 15:38:35 +0000 (22:38 +0700)]
little channges

5 years agoJSON need quotes!
Sadposter [Sat, 6 Apr 2019 15:24:21 +0000 (16:24 +0100)]
JSON need quotes!

5 years agoDocument subscription endpoints, fix typos
Sadposter [Sat, 6 Apr 2019 15:20:06 +0000 (16:20 +0100)]
Document subscription endpoints, fix typos

Also adds a quick error case on the subscription endpoints
to avoid 500s

5 years agoMerge branch 'feature/prometheus' into 'develop'
feld [Sat, 6 Apr 2019 14:51:46 +0000 (14:51 +0000)]
Merge branch 'feature/prometheus' into 'develop'

Upstream: Metrics and debugging

See merge request pleroma/pleroma!1020

5 years agoPin recon dependency to 2.4.0
Mark Felder [Sat, 6 Apr 2019 14:30:36 +0000 (09:30 -0500)]
Pin recon dependency to 2.4.0

5 years agofix for field name
Alex S [Sat, 6 Apr 2019 13:49:43 +0000 (20:49 +0700)]
fix for field name

5 years agocode style
Alex S [Sat, 6 Apr 2019 13:47:05 +0000 (20:47 +0700)]
code style

5 years agoMerge develop to 770-add-emoji-tags
Alex S [Sat, 6 Apr 2019 13:34:00 +0000 (20:34 +0700)]
Merge develop to 770-add-emoji-tags

Merge conflict in test/web/mastodon_api/mastodon_api_controller_test.exs

5 years agoadmin api endpoints for invites
Alex S [Sat, 6 Apr 2019 13:25:19 +0000 (20:25 +0700)]
admin api endpoints for invites

5 years agotoken -> invite renaming
Alex S [Sat, 6 Apr 2019 13:24:22 +0000 (20:24 +0700)]
token -> invite renaming

5 years agotwitter api registration
Alex S [Sat, 6 Apr 2019 10:18:59 +0000 (17:18 +0700)]
twitter api registration

fix for twitter api tests

5 years agogenerating tokens with mix
Alex S [Sat, 6 Apr 2019 09:58:22 +0000 (16:58 +0700)]
generating tokens with mix

5 years agoMerge branch 'feature/mastofe-redurect-to-referer-after-login' into 'develop'
Haelwenn [Fri, 5 Apr 2019 23:36:42 +0000 (23:36 +0000)]
Merge branch 'feature/mastofe-redurect-to-referer-after-login' into 'develop'

Redirect to the referer url after mastofe authorization

Closes #717

See merge request pleroma/pleroma!1025

5 years agoRedirect to the referer url after mastofe authorization
Sergey Suprunenko [Fri, 5 Apr 2019 23:36:42 +0000 (23:36 +0000)]
Redirect to the referer url after mastofe authorization

5 years agoMock :crypt.crypt/2 because otherwise the test fails on Mac OS
Sergey Suprunenko [Fri, 5 Apr 2019 20:40:30 +0000 (22:40 +0200)]
Mock :crypt.crypt/2 because otherwise the test fails on Mac OS

5 years agoMerge branch 'revert-8607ae68' into 'develop'
rinpatch [Fri, 5 Apr 2019 20:04:16 +0000 (20:04 +0000)]
Merge branch 'revert-8607ae68' into 'develop'

Revert "Merge branch 'test-coverage' into 'develop'"

See merge request pleroma/pleroma!1028

5 years agoRevert "Merge branch 'test-coverage' into 'develop'"
rinpatch [Fri, 5 Apr 2019 19:59:03 +0000 (19:59 +0000)]
Revert "Merge branch 'test-coverage' into 'develop'"

This reverts merge request !1027