Commit graph

11263 commits

Author SHA1 Message Date
Haelwenn (lanodan) Monnier 2f8c3c842d
common_fixes: Remove Utils.make_date call 2020-08-18 02:24:48 +02:00
Haelwenn (lanodan) Monnier c9d6638461
common_fixes: Get fixes common from Audio and Question 2020-08-18 02:24:48 +02:00
Haelwenn (lanodan) Monnier 2bc08d5573
Pipeline Ingestion: Audio 2020-08-18 02:02:34 +02:00
Haelwenn (lanodan) Monnier b1fc4fe0ca
fetcher: fallback to [] when to/cc is nil
Related: https://git.pleroma.social/pleroma/pleroma/-/issues/2063
2020-08-18 02:02:20 +02:00
Haelwenn (lanodan) Monnier 7a273087ed
object_validators: Use ecto_types where available 2020-08-17 23:47:00 +02:00
lain 34b099fffa Merge branch 'issue/1936' into 'develop'
[#1936] Ability to search for banned MediaProxy URLs 

See merge request pleroma/pleroma!2873
2020-08-17 13:05:20 +00:00
rinpatch f06444a289 Merge branch 'invisible-index' into 'develop'
Migrations: Add an index on the `invisible` field on users.

See merge request pleroma/pleroma!2895
2020-08-17 12:38:14 +00:00
lain e154fcf525 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
2020-08-17 12:26:53 +00:00
lain 5ea752dab2 Migrations: Add an index on the invisible field on users. 2020-08-17 14:11:36 +02:00
rinpatch 1f2aad6fda 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
2020-08-17 08:44:26 +00:00
Hugo b2d3b26511 Apply 1 suggestion(s) to 1 file(s) 2020-08-17 07:58:24 +00:00
Hugo Müller-Downing 317b6c6c52 Start :ssl if not started when running migration or rollback 2020-08-17 17:34:03 +10:00
Sergey Suprunenko 25c69e271a
Make notifications about new statuses from muted threads read 2020-08-17 00:11:33 +02:00
Maksim Pechnikov f6da12f45d fix search media proxy urls 2020-08-16 06:54:48 +03:00
Ivan Tashkinov 60ac83a4c1 [#2046] Added test for pleroma/restrict_unauthenticated defaults on private instance. Updated docs and changelog. 2020-08-15 18:30:20 +03:00
Sergey Suprunenko 0865f36965
Mark notifications about statuses from muted users as read automatically 2020-08-15 15:27:41 +02:00
rinpatch ec242b4706 Merge branch 'fix/docs-tabs' into 'develop'
Docs: Fix the way tabs are declared

Closes #2045

See merge request pleroma/pleroma!2892
2020-08-15 07:42:10 +00:00
rinpatch 4fcf272717 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
2020-08-15 09:55:59 +03:00
feld 57a00e22c4 Merge branch 'update/admin-fe-20200814' into 'develop'
Update AdminFE bundle for 2.1.0 release

See merge request pleroma/pleroma!2889
2020-08-14 18:26:23 +00:00
Mark Felder 6c3130ef47 Improve description for mediaproxy cache invalidation settings 2020-08-14 13:07:58 -05:00
Ivan Tashkinov 95529ab709 [#2046] Defaulted pleroma/restrict_unauthenticated basing on instance privacy setting (i.e. restrict on private instances only by default). 2020-08-14 20:55:45 +03:00
Mark Felder f510dc30b4 Update AdminFE bundle for 2.1.0 release 2020-08-14 12:48:49 -05:00
lain 33e508d7c6 Merge branch '1806-mogrifun' into 'develop'
Mogrifun: Add a line about the purpose of the module.

Closes #1806

See merge request pleroma/pleroma!2888
2020-08-14 17:15:59 +00:00
lain 76ce3a1c9e Mogrifun: Add a line about the purpose of the module. 2020-08-14 18:27:18 +02:00
Farhan Khan e8c20c42cd minor changes 2020-08-14 00:21:42 -04:00
Farhan Khan a5144f05c2 Removed a trailing comment 2020-08-13 22:49:50 -04:00
Farhan Khan 816c04abdc Updates 2020-08-13 22:38:23 -04:00
Farhan Khan b0c456d18d more acme.sh updates 2020-08-13 22:18:33 -04:00
Farhan Khan f2665547f5 acme updates 2020-08-13 21:24:08 -04:00
Farhan Khan 24eb917dbc Rearranging acme 2020-08-13 20:58:46 -04:00
Farhan Khan cba9f368af Added comment 2020-08-13 19:34:04 -04:00
Farhan Khan b5f48275c5 Minor patch update 2020-08-13 19:08:13 -04:00
Farhan Khan 33ea430f3b acme.sh and netbsd to freebsd updates 2020-08-13 18:59:14 -04:00
Farhan Khan 53c4215ef1 Updated some more instruction specifics. 2020-08-13 18:59:14 -04:00
Farhan Khan f6686a64af Updated ssl and domain name updates
Removed the reference to niaa
2020-08-13 18:59:14 -04:00
Farhan Khan da5aca27a8 Minor reorganization 2020-08-13 18:59:13 -04:00
Farhan Khan 07376bd21a Adding installation documentation for FreeBSD + rc.d script 2020-08-13 18:59:13 -04:00
feld 014f91c1c3 Merge branch 'issue/2036-part-2' into 'develop'
[#2036] fixed cron worker

See merge request pleroma/pleroma!2886
2020-08-13 21:35:40 +00:00
Maksim Pechnikov 9b055f7211 fix cron wroker 2020-08-13 21:03:15 +03:00
Maksim Pechnikov 3515cb5c3a fix Cron.PurgeExpiredActivitiesWorker 2020-08-13 21:01:21 +03:00
feld 14a06e63f6 Merge branch 'fix/activity-expirations-again' into 'develop'
Fix activity expirations again

See merge request pleroma/pleroma!2866
2020-08-13 17:38:19 +00:00
Haelwenn fbc220d09c Merge branch 'nitfix/side-effects-typo' into 'develop'
side_effects: Fix typo on notification

See merge request pleroma/pleroma!2885
2020-08-13 16:11:06 +00:00
Haelwenn (lanodan) Monnier 4f3c955f26
side_effects: Fix typo on notification 2020-08-13 18:10:43 +02:00
Haelwenn f99b8a25eb Merge branch 'reject' into 'develop'
Move Accepts and Rejects to the Pipeline

See merge request pleroma/pleroma!2878
2020-08-13 16:04:43 +00:00
lain 8d5f9d4b28 Merge branch 'ci-fix-2' into 'develop'
CI: Add cmake to build

See merge request pleroma/pleroma!2884
2020-08-13 14:40:31 +00:00
lain 035c44dd7b CI: Add cmake to build 2020-08-13 16:38:04 +02:00
lain 06e435c959 Merge branch 'update-frontend-2020-08-13' into 'develop'
Update frontend

See merge request pleroma/pleroma!2883
2020-08-13 14:07:01 +00:00
lain 5bcf15d553 Update frontend 2020-08-13 16:04:34 +02:00
lain 88ec5c2de5 Merge branch 'cmake' into 'develop'
Build files: Add cmake

See merge request pleroma/pleroma!2882
2020-08-13 12:28:10 +00:00
lain a47406d577 Build files: Add cmake 2020-08-13 14:12:45 +02:00