akkoma
3 years agoMerge branch '2064-image-blanking' into 'develop'
Haelwenn [Tue, 18 Aug 2020 19:02:33 +0000 (19:02 +0000)]
Merge branch '2064-image-blanking' into 'develop'

Resolve "Make default image description blank"

Closes #2064

See merge request pleroma/pleroma!2899

3 years agoMerge branch 'improve/freebsd-rc-script' into 'develop'
feld [Tue, 18 Aug 2020 15:57:43 +0000 (15:57 +0000)]
Merge branch 'improve/freebsd-rc-script' into 'develop'

Improve FreeBSD rc script

See merge request pleroma/pleroma!2901

3 years agoImprove FreeBSD rc script
Mark Felder [Tue, 18 Aug 2020 15:24:34 +0000 (10:24 -0500)]
Improve FreeBSD rc script

Passes rclint now, $HOME is dynamic, and properly matches process name for signalling shutdown.

3 years agoMerge branch 'freebsd-docs' into 'develop'
lain [Tue, 18 Aug 2020 12:56:28 +0000 (12:56 +0000)]
Merge branch 'freebsd-docs' into 'develop'

FreeBSD installation process

See merge request pleroma/pleroma!2887

3 years agoMerge branch 'chore/improve-descriptions' into 'develop'
lain [Tue, 18 Aug 2020 12:56:07 +0000 (12:56 +0000)]
Merge branch 'chore/improve-descriptions' into 'develop'

Improve description for mediaproxy cache invalidation settings

See merge request pleroma/pleroma!2891

3 years agoTest config: Default to filename for descriptions
lain [Tue, 18 Aug 2020 12:37:35 +0000 (14:37 +0200)]
Test config: Default to filename for descriptions

3 years agoMerge branch 'features/validators-audio' into 'develop'
lain [Tue, 18 Aug 2020 12:27:45 +0000 (12:27 +0000)]
Merge branch 'features/validators-audio' into 'develop'

Pipeline Ingestion: Audio

See merge request pleroma/pleroma!2897

3 years agoTransmogrifier Test: Extract audio tests.
lain [Tue, 18 Aug 2020 11:37:28 +0000 (13:37 +0200)]
Transmogrifier Test: Extract audio tests.

3 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/validators...
lain [Tue, 18 Aug 2020 11:31:42 +0000 (13:31 +0200)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/validators-audio

3 years agoMerge branch 'purge-user' into 'develop'
lain [Tue, 18 Aug 2020 11:31:13 +0000 (11:31 +0000)]
Merge branch 'purge-user' into 'develop'

Purge a local user upon deletion, fixes #2062

Closes #2062

See merge request pleroma/pleroma!2898

3 years agoChangelog: Add info about upload description changes
lain [Tue, 18 Aug 2020 11:24:39 +0000 (13:24 +0200)]
Changelog: Add info about upload description changes

3 years agoCheatsheet: Add information about filename descriptions
lain [Tue, 18 Aug 2020 11:22:00 +0000 (13:22 +0200)]
Cheatsheet: Add information about filename descriptions

3 years agoPleroma.Upload: Set default upload name / description based on config.
lain [Tue, 18 Aug 2020 11:21:30 +0000 (13:21 +0200)]
Pleroma.Upload: Set default upload name / description based on config.

3 years agoMerge branch 'features/validators_use_ectotypes' into 'develop'
lain [Tue, 18 Aug 2020 11:01:38 +0000 (11:01 +0000)]
Merge branch 'features/validators_use_ectotypes' into 'develop'

object_validators: Use ecto_types where available

See merge request pleroma/pleroma!2896

3 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/validators...
lain [Tue, 18 Aug 2020 10:38:13 +0000 (12:38 +0200)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/validators_use_ectotypes

3 years agoTest that `POST /api/pleroma/delete_account` purges the user
Alex Gleason [Tue, 18 Aug 2020 05:24:28 +0000 (00:24 -0500)]
Test that `POST /api/pleroma/delete_account` purges the user

3 years agoTest purging a user with User.delete/1
Alex Gleason [Tue, 18 Aug 2020 05:10:09 +0000 (00:10 -0500)]
Test purging a user with User.delete/1

3 years agoPurge most user fields upon deletion, "right to be forgotten" #859
Alex Gleason [Tue, 18 Aug 2020 04:44:44 +0000 (23:44 -0500)]
Purge most user fields upon deletion, "right to be forgotten" #859

3 years agoAlso purge bio and display name
Alex Gleason [Tue, 18 Aug 2020 03:08:08 +0000 (22:08 -0500)]
Also purge bio and display name

3 years agoPurge a local user upon deletion, fixes #2062
Alex Gleason [Tue, 18 Aug 2020 02:52:28 +0000 (21:52 -0500)]
Purge a local user upon deletion, fixes #2062

3 years agocommon_fixes: Remove Utils.make_date call
Haelwenn (lanodan) Monnier [Tue, 18 Aug 2020 00:12:13 +0000 (02:12 +0200)]
common_fixes: Remove Utils.make_date call

3 years agocommon_fixes: Get fixes common from Audio and Question
Haelwenn (lanodan) Monnier [Tue, 18 Aug 2020 00:11:38 +0000 (02:11 +0200)]
common_fixes: Get fixes common from Audio and Question

3 years agoPipeline Ingestion: Audio
Haelwenn (lanodan) Monnier [Mon, 17 Aug 2020 23:48:42 +0000 (01:48 +0200)]
Pipeline Ingestion: Audio

3 years agofetcher: fallback to [] when to/cc is nil
Haelwenn (lanodan) Monnier [Tue, 18 Aug 2020 00:01:40 +0000 (02:01 +0200)]
fetcher: fallback to [] when to/cc is nil

Related: https://git.pleroma.social/pleroma/pleroma/-/issues/2063

3 years agoobject_validators: Use ecto_types where available
Haelwenn (lanodan) Monnier [Mon, 17 Aug 2020 21:46:42 +0000 (23:46 +0200)]
object_validators: Use ecto_types where available

3 years agoMerge branch 'issue/1936' into 'develop'
lain [Mon, 17 Aug 2020 13:05:20 +0000 (13:05 +0000)]
Merge branch 'issue/1936' into 'develop'

[#1936] Ability to search for banned MediaProxy URLs 

See merge request pleroma/pleroma!2873

3 years agoMerge branch 'invisible-index' into 'develop'
rinpatch [Mon, 17 Aug 2020 12:38:14 +0000 (12:38 +0000)]
Merge branch 'invisible-index' into 'develop'

Migrations: Add an index on the `invisible` field on users.

See merge request pleroma/pleroma!2895

3 years agoMerge branch '2046-default-restrict-unauthenticated-basing-on-instance-privacy' into...
lain [Mon, 17 Aug 2020 12:26:53 +0000 (12:26 +0000)]
Merge branch '2046-default-restrict-unauthenticated-basing-on-instance-privacy' into 'develop'

[#2046] Defaulted pleroma/restrict_unauthenticated basing on instance privacy

Closes #2046

See merge request pleroma/pleroma!2890

3 years agoMigrations: Add an index on the `invisible` field on users.
lain [Mon, 17 Aug 2020 12:11:36 +0000 (14:11 +0200)]
Migrations: Add an index on the `invisible` field on users.

3 years agoMerge branch 'fix/start-ssl-if-ssl-required' into 'develop'
rinpatch [Mon, 17 Aug 2020 08:44:26 +0000 (08:44 +0000)]
Merge branch 'fix/start-ssl-if-ssl-required' into 'develop'

Start :ssl if not started when running migration or rollback

Closes #2056

See merge request pleroma/pleroma!2894

3 years agoApply 1 suggestion(s) to 1 file(s)
Hugo [Mon, 17 Aug 2020 07:58:24 +0000 (07:58 +0000)]
Apply 1 suggestion(s) to 1 file(s)

3 years agoStart :ssl if not started when running migration or rollback
Hugo Müller-Downing [Sun, 16 Aug 2020 04:02:33 +0000 (14:02 +1000)]
Start :ssl if not started when running migration or rollback

3 years agofix search media proxy urls
Maksim Pechnikov [Sun, 16 Aug 2020 03:54:48 +0000 (06:54 +0300)]
fix search media proxy urls

3 years ago[#2046] Added test for pleroma/restrict_unauthenticated defaults on private instance...
Ivan Tashkinov [Sat, 15 Aug 2020 15:30:20 +0000 (18:30 +0300)]
[#2046] Added test for pleroma/restrict_unauthenticated defaults on private instance. Updated docs and changelog.

3 years agoMerge branch 'fix/docs-tabs' into 'develop'
rinpatch [Sat, 15 Aug 2020 07:42:10 +0000 (07:42 +0000)]
Merge branch 'fix/docs-tabs' into 'develop'

Docs: Fix the way tabs are declared

Closes #2045

See merge request pleroma/pleroma!2892

3 years agoDocs: Fix the way tabs are declared
rinpatch [Sat, 15 Aug 2020 06:49:12 +0000 (09:49 +0300)]
Docs: Fix the way tabs are declared

Since python doesn't have a way to lock deps for a particlar project
by default, I didn't bother with it. This resulted in mkdocs updating at
some point, bringing a breaking change to how tabs are declared and
broken tabs on docs-develop.pleroma.social. I've learned my lesson
and locked deps with pipenv in pleroma/docs!5. This MR updates Pleroma
docs to use the new tab style, fortunately my editor did most of it.

Closes #2045

3 years agoMerge branch 'update/admin-fe-20200814' into 'develop'
feld [Fri, 14 Aug 2020 18:26:23 +0000 (18:26 +0000)]
Merge branch 'update/admin-fe-20200814' into 'develop'

Update AdminFE bundle for 2.1.0 release

See merge request pleroma/pleroma!2889

3 years agoImprove description for mediaproxy cache invalidation settings
Mark Felder [Fri, 14 Aug 2020 18:07:58 +0000 (13:07 -0500)]
Improve description for mediaproxy cache invalidation settings

3 years ago[#2046] Defaulted pleroma/restrict_unauthenticated basing on instance privacy setting...
Ivan Tashkinov [Fri, 14 Aug 2020 17:55:45 +0000 (20:55 +0300)]
[#2046] Defaulted pleroma/restrict_unauthenticated basing on instance privacy setting (i.e. restrict on private instances only by default).

3 years agoUpdate AdminFE bundle for 2.1.0 release
Mark Felder [Fri, 14 Aug 2020 17:48:49 +0000 (12:48 -0500)]
Update AdminFE bundle for 2.1.0 release

3 years agoMerge branch '1806-mogrifun' into 'develop'
lain [Fri, 14 Aug 2020 17:15:59 +0000 (17:15 +0000)]
Merge branch '1806-mogrifun' into 'develop'

Mogrifun: Add a line about the purpose of the module.

Closes #1806

See merge request pleroma/pleroma!2888

3 years agoMogrifun: Add a line about the purpose of the module.
lain [Fri, 14 Aug 2020 16:27:18 +0000 (18:27 +0200)]
Mogrifun: Add a line about the purpose of the module.

3 years agominor changes
Farhan Khan [Fri, 14 Aug 2020 04:21:42 +0000 (00:21 -0400)]
minor changes

3 years agoRemoved a trailing comment
Farhan Khan [Fri, 14 Aug 2020 02:49:50 +0000 (22:49 -0400)]
Removed a trailing comment

3 years agoUpdates
Farhan Khan [Fri, 14 Aug 2020 02:38:23 +0000 (22:38 -0400)]
Updates

3 years agomore acme.sh updates
Farhan Khan [Fri, 14 Aug 2020 02:18:33 +0000 (22:18 -0400)]
more acme.sh updates

3 years agoacme updates
Farhan Khan [Fri, 14 Aug 2020 01:24:08 +0000 (21:24 -0400)]
acme updates

3 years agoRearranging acme
Farhan Khan [Fri, 14 Aug 2020 00:58:46 +0000 (20:58 -0400)]
Rearranging acme

3 years agoAdded comment
Farhan Khan [Thu, 13 Aug 2020 23:34:04 +0000 (19:34 -0400)]
Added comment

3 years agoMinor patch update
Farhan Khan [Thu, 13 Aug 2020 23:08:13 +0000 (19:08 -0400)]
Minor patch update

3 years agoacme.sh and netbsd to freebsd updates
Farhan Khan [Fri, 7 Aug 2020 01:52:39 +0000 (01:52 +0000)]
acme.sh and netbsd to freebsd updates

3 years agoUpdated some more instruction specifics.
Farhan Khan [Fri, 7 Aug 2020 01:04:33 +0000 (01:04 +0000)]
Updated some more instruction specifics.

3 years agoUpdated ssl and domain name updates
Farhan Khan [Thu, 6 Aug 2020 23:35:33 +0000 (23:35 +0000)]
Updated ssl and domain name updates
Removed the reference to niaa

3 years agoMinor reorganization
Farhan Khan [Thu, 6 Aug 2020 23:24:12 +0000 (23:24 +0000)]
Minor reorganization

3 years agoAdding installation documentation for FreeBSD + rc.d script
Farhan Khan [Thu, 6 Aug 2020 04:01:57 +0000 (00:01 -0400)]
Adding installation documentation for FreeBSD + rc.d script

3 years agoMerge branch 'issue/2036-part-2' into 'develop'
feld [Thu, 13 Aug 2020 21:35:40 +0000 (21:35 +0000)]
Merge branch 'issue/2036-part-2' into 'develop'

[#2036] fixed cron worker

See merge request pleroma/pleroma!2886

3 years agofix cron wroker
Maksim Pechnikov [Thu, 13 Aug 2020 18:01:54 +0000 (21:01 +0300)]
fix cron wroker

3 years agofix Cron.PurgeExpiredActivitiesWorker
Maksim Pechnikov [Thu, 13 Aug 2020 18:01:21 +0000 (21:01 +0300)]
fix Cron.PurgeExpiredActivitiesWorker

3 years agoMerge branch 'fix/activity-expirations-again' into 'develop'
feld [Thu, 13 Aug 2020 17:38:19 +0000 (17:38 +0000)]
Merge branch 'fix/activity-expirations-again' into 'develop'

Fix activity expirations again

See merge request pleroma/pleroma!2866

3 years agoMerge branch 'nitfix/side-effects-typo' into 'develop'
Haelwenn [Thu, 13 Aug 2020 16:11:06 +0000 (16:11 +0000)]
Merge branch 'nitfix/side-effects-typo' into 'develop'

side_effects: Fix typo on notification

See merge request pleroma/pleroma!2885

3 years agoside_effects: Fix typo on notification
Haelwenn (lanodan) Monnier [Thu, 13 Aug 2020 16:10:43 +0000 (18:10 +0200)]
side_effects: Fix typo on notification

3 years agoMerge branch 'reject' into 'develop'
Haelwenn [Thu, 13 Aug 2020 16:04:43 +0000 (16:04 +0000)]
Merge branch 'reject' into 'develop'

Move Accepts and Rejects to the Pipeline

See merge request pleroma/pleroma!2878

3 years agoMerge branch 'ci-fix-2' into 'develop'
lain [Thu, 13 Aug 2020 14:40:31 +0000 (14:40 +0000)]
Merge branch 'ci-fix-2' into 'develop'

CI: Add cmake to build

See merge request pleroma/pleroma!2884

3 years agoCI: Add cmake to build
lain [Thu, 13 Aug 2020 14:38:04 +0000 (16:38 +0200)]
CI: Add cmake to build

3 years agoMerge branch 'update-frontend-2020-08-13' into 'develop'
lain [Thu, 13 Aug 2020 14:07:01 +0000 (14:07 +0000)]
Merge branch 'update-frontend-2020-08-13' into 'develop'

Update frontend

See merge request pleroma/pleroma!2883

3 years agoUpdate frontend
lain [Thu, 13 Aug 2020 14:04:34 +0000 (16:04 +0200)]
Update frontend

3 years agoMerge branch 'cmake' into 'develop'
lain [Thu, 13 Aug 2020 12:28:10 +0000 (12:28 +0000)]
Merge branch 'cmake' into 'develop'

Build files: Add cmake

See merge request pleroma/pleroma!2882

3 years agoBuild files: Add cmake
lain [Thu, 13 Aug 2020 12:12:45 +0000 (14:12 +0200)]
Build files: Add cmake

3 years agoMerge branch 'fix/users_ap_id_not_null' into 'develop'
lain [Thu, 13 Aug 2020 11:01:03 +0000 (11:01 +0000)]
Merge branch 'fix/users_ap_id_not_null' into 'develop'

Ensure ap_id column in users table cannot be null

See merge request pleroma/pleroma!2875

3 years agoMigrations: Fix Logger requirements.
lain [Thu, 13 Aug 2020 10:32:05 +0000 (12:32 +0200)]
Migrations: Fix Logger requirements.

3 years agoMerge branch '1152-deletion' into 'develop'
lain [Thu, 13 Aug 2020 09:06:33 +0000 (09:06 +0000)]
Merge branch '1152-deletion' into 'develop'

User deletion issue exploration

See merge request pleroma/pleroma!2879

3 years agoMerge branch 'develop' into issue/1936
Maksim Pechnikov [Thu, 13 Aug 2020 06:00:25 +0000 (09:00 +0300)]
Merge branch 'develop' into issue/1936

3 years agoreverting pinned posts in filtering
Alexander Strizhakov [Wed, 12 Aug 2020 17:01:21 +0000 (20:01 +0300)]
reverting pinned posts in filtering

3 years agodon't load pinned activities in due_expirations
Alexander Strizhakov [Wed, 12 Aug 2020 16:46:47 +0000 (19:46 +0300)]
don't load pinned activities in due_expirations

3 years agoMerge branch 'docs_improve_static_dir_documentation' into 'develop'
feld [Wed, 12 Aug 2020 16:39:19 +0000 (16:39 +0000)]
Merge branch 'docs_improve_static_dir_documentation' into 'develop'

Improve static_dir documentation

See merge request pleroma/pleroma!2864

3 years agoUpdate robots_txt.md
feld [Wed, 12 Aug 2020 16:19:34 +0000 (16:19 +0000)]
Update robots_txt.md

3 years agoMerge branch 'feature/update-welcome-setting-in-description' into 'develop'
feld [Wed, 12 Aug 2020 16:18:40 +0000 (16:18 +0000)]
Merge branch 'feature/update-welcome-setting-in-description' into 'develop'

Update :welcome settings in description.exs

Closes #2024

See merge request pleroma/pleroma!2843

3 years agoAdd warning to the migration
Mark Felder [Wed, 12 Aug 2020 16:13:24 +0000 (11:13 -0500)]
Add warning to the migration

3 years agoAdd the ActivityExpirationPolicy MRF to docs and clarify post expiration criteria.
Mark Felder [Wed, 12 Aug 2020 16:00:01 +0000 (11:00 -0500)]
Add the ActivityExpirationPolicy MRF to docs and clarify post expiration criteria.

3 years agoMerge branch 'develop' into fix/activity-expirations-again
Mark Felder [Wed, 12 Aug 2020 14:42:28 +0000 (09:42 -0500)]
Merge branch 'develop' into fix/activity-expirations-again

3 years agoAdminApiControllerTest: Add test that `deleted` users get deactivated.
lain [Wed, 12 Aug 2020 14:31:00 +0000 (16:31 +0200)]
AdminApiControllerTest: Add test that `deleted` users get deactivated.

3 years agoActivityPub: Remove `reject`, move everything to the Pipeline.
lain [Wed, 12 Aug 2020 13:07:46 +0000 (15:07 +0200)]
ActivityPub: Remove `reject`, move everything to the Pipeline.

3 years agoTransmogrifier: Move Rejects to the Pipeline
lain [Wed, 12 Aug 2020 12:48:51 +0000 (14:48 +0200)]
Transmogrifier: Move Rejects to the Pipeline

3 years agodon't expire pinned posts
Alexander Strizhakov [Wed, 12 Aug 2020 12:15:17 +0000 (15:15 +0300)]
don't expire pinned posts

3 years agoTransmogrifier Tests: Extract rejections.
lain [Wed, 12 Aug 2020 11:39:54 +0000 (13:39 +0200)]
Transmogrifier Tests: Extract rejections.

3 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into reject
lain [Wed, 12 Aug 2020 10:53:04 +0000 (12:53 +0200)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into reject

3 years agoleave expirations with Create and Note types
Alexander Strizhakov [Wed, 12 Aug 2020 09:41:47 +0000 (12:41 +0300)]
leave expirations with Create and Note types

3 years agoupdate docs
Maksim Pechnikov [Wed, 12 Aug 2020 05:51:09 +0000 (08:51 +0300)]
update docs

3 years agoMerge branch 'issue/2036-job-monitor' into 'develop'
rinpatch [Wed, 12 Aug 2020 03:30:01 +0000 (03:30 +0000)]
Merge branch 'issue/2036-job-monitor' into 'develop'

[#2036] fix job monitor

See merge request pleroma/pleroma!2877

3 years agofix job monitor
Maksim Pechnikov [Tue, 11 Aug 2020 19:06:33 +0000 (22:06 +0300)]
fix job monitor

3 years agoLinting fixes.
lain [Tue, 11 Aug 2020 17:22:14 +0000 (19:22 +0200)]
Linting fixes.

3 years agoEnsure only Note objects are set to expire
Mark Felder [Tue, 11 Aug 2020 16:28:22 +0000 (11:28 -0500)]
Ensure only Note objects are set to expire

3 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into fix/activity-expira...
lain [Tue, 11 Aug 2020 15:49:24 +0000 (17:49 +0200)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into fix/activity-expirations-again

3 years agoActivityPub: Remove ActivityPub.accept
lain [Tue, 11 Aug 2020 15:43:16 +0000 (17:43 +0200)]
ActivityPub: Remove ActivityPub.accept

Switch to the pipeline in CommonAPI and SideEffects

3 years agoEnsure ap_id column in users table cannot be null
Mark Felder [Tue, 11 Aug 2020 14:52:28 +0000 (09:52 -0500)]
Ensure ap_id column in users table cannot be null

3 years agoTransmogrifier: Handle accepts with the pipeline
lain [Tue, 11 Aug 2020 15:26:01 +0000 (17:26 +0200)]
Transmogrifier: Handle accepts with the pipeline

3 years agoTransmogrifier Test: Remove mastodon hack test.
lain [Tue, 11 Aug 2020 14:22:15 +0000 (16:22 +0200)]
Transmogrifier Test: Remove mastodon hack test.

3 years agoLinter fixes.
lain [Tue, 11 Aug 2020 14:07:42 +0000 (16:07 +0200)]
Linter fixes.

3 years agoMerge branch 'set-approval-pending-default-to-false' into 'develop'
lain [Tue, 11 Aug 2020 13:59:17 +0000 (13:59 +0000)]
Merge branch 'set-approval-pending-default-to-false' into 'develop'

Set `users.approval_pending` default to `false`

See merge request pleroma/pleroma!2874

3 years agoTransmogrifier: Remove handling of orphaned accepts
lain [Tue, 11 Aug 2020 13:41:19 +0000 (15:41 +0200)]
Transmogrifier: Remove handling of orphaned accepts

This was a Mastodon 2.3 issue and has been fixed for a long time.
According to fediverse.networks, less than one percent of servers
still run a version this old or older.