Commit graph

6612 commits

Author SHA1 Message Date
kaniini 72bd763d9f Merge branch 'chore/maint-1.1-1.1.0-rc2' into 'maint/1.1'
update changelog date

See merge request pleroma/pleroma!1812
2019-10-07 12:14:56 +00:00
Ariadne Conill 129fb9f499 update changelog date 2019-10-07 12:14:04 +00:00
kaniini d928f0c4c3 Merge branch 'chore/maint-1.1-1.1.0-rc2' into 'maint/1.1'
Pleroma 1.0.91 (aka 1.1 RC2).

See merge request pleroma/pleroma!1811
2019-10-07 12:12:45 +00:00
Ariadne Conill c5b7d2ef26 Pleroma 1.0.91 (aka 1.1 RC2). 2019-10-07 12:10:57 +00:00
kaniini 079d069eb4 Merge branch 'backport/remove-direct-messages-from-public-timeline' into 'maint/1.1'
backport: Mastodon API: Fix private and direct statuses not being filtered out from the...

See merge request pleroma/pleroma!1807
2019-10-07 11:40:31 +00:00
kaniini cb36fe0128 Merge branch 'backport/chore-context-cleanups' into 'maint/1.1'
clean up bundled litepub schema (closes #1303)

See merge request pleroma/pleroma!1809
2019-10-07 11:37:01 +00:00
Ariadne Conill d3e04d5590 clean up bundled litepub schema (closes #1303) 2019-10-07 11:36:05 +00:00
eugenijm 790ae8e189 Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (GET /api/v1/timelines/public) 2019-10-07 11:28:51 +00:00
kaniini f6ff19e074 Merge branch 'backport/custom-field-update' into 'maint/1.1'
Backport: custom field update

See merge request pleroma/pleroma!1805
2019-10-06 15:33:33 +00:00
rinpatch b5e6ba323d Merge branch 'backport/key-moveout-1.1' into 'maint/1.1'
Backport moving out keys from user info to 1.1

See merge request pleroma/pleroma!1801
2019-10-06 15:32:33 +00:00
Ariadne Conill c6b7980303 changelog 2019-10-06 15:21:18 +00:00
rinpatch e442180d11 Fix muted notification migration only working with a schema
Should also improve performance. I tested it on my local DB, but if
anyone has a backup of <=1.0 db they can test this on, please do
2019-10-06 18:20:24 +03:00
kPherox c5338764df Extract if block into private function 2019-10-06 15:14:53 +00:00
kPherox cc84563796 Update test for custom fields when content-type urlencoded 2019-10-06 15:14:46 +00:00
kPherox 86bc83efe5 Update test for custom fields when name empty string 2019-10-06 15:14:39 +00:00
kPherox db6c5aa66a Change to delete empty name field 2019-10-06 15:14:31 +00:00
kPherox 313b134fac Fix type of fields_attributes
Convert tuple list to map list when parameters is `:urlencoded` or `:multipart`
2019-10-06 15:14:27 +00:00
kPherox 81abee22b6 Rename fields to fields_attributes 2019-10-06 15:14:21 +00:00
kaniini 8a52f30356 Merge branch 'backport/feature-poll-refresh' into 'maint/1.1'
backport: poll refreshing

See merge request pleroma/pleroma!1804
2019-10-06 15:07:38 +00:00
kaniini 10f4ce848a Merge branch 'backport/fix-report-email' into 'maint/1.1'
backport: Use the user.id instead of nickname in report URLs

See merge request pleroma/pleroma!1802
2019-10-06 14:59:58 +00:00
Ariadne Conill bab901bfd7 add changelog 2019-10-06 14:54:44 +00:00
rinpatch c7313c8dfb Fix credo issues 2019-10-06 14:53:55 +00:00
rinpatch 40c7d6fa17 Do not refetch local objects 2019-10-06 14:53:48 +00:00
rinpatch 644bc1e64a Preserve internal fields when reinjecting 2019-10-06 14:53:40 +00:00
rinpatch 845e8ad5f6 Move object internal fields to a constant 2019-10-06 14:53:34 +00:00
rinpatch b9cdead076 Set updated_at even if the object stayed the same 2019-10-06 14:53:29 +00:00
rinpatch 8be9a9b5bb Fix wrong argument order when calling NaiveDateTime.diff 2019-10-06 14:53:23 +00:00
rinpatch f95ae0e50a Capture log in object refetch tests 2019-10-06 14:53:17 +00:00
rinpatch eae9a6d34d Initial poll refresh support
Implement refreshing the object with an interval and call the function
when getting the poll.
2019-10-06 14:53:11 +00:00
feld 2a2d834ff7 Use the user.id instead of nickname in report URLs
Ensures links to profiles of remote users work.
2019-10-06 14:48:37 +00:00
rinpatch a0d336a828 Fix the use of queries with a schema in a migration 2019-10-06 17:36:42 +03:00
rinpatch c58da11182 Move local keys out of user.info 2019-10-06 17:36:24 +03:00
kaniini 294e08cb65 Merge branch 'backport/update-activity-fixes' into 'maint/1.1'
backport update activity fixes to maint/1.1

See merge request pleroma/pleroma!1797
2019-10-05 19:46:23 +00:00
Ariadne Conill 565809592c update changelog 2019-10-05 19:32:23 +00:00
lain b97a7709c7 CommonAPI: Create profile updates as public.
This saves us lots of sending out because we can use sharedInbox.
2019-10-05 19:31:11 +00:00
lain 4d85e07e9e ActivityPub / Transmogrifier: Correctly store incoming Update id. 2019-10-05 19:31:03 +00:00
kaniini 4168ead672 Merge branch 'backport/bugfix-notification-nil-actor' into 'maint/1.1'
backport MR 1779 to maint/1.1

See merge request pleroma/pleroma!1791
2019-10-04 22:37:45 +00:00
Ariadne Conill 2714caac8b update changelog 2019-10-04 22:27:14 +00:00
Haelwenn (lanodan) Monnier dbd78de176 notification_view.ex: Make sure account isn’t empty
Related: https://git.pleroma.social/pleroma/pleroma/issues/1203
2019-10-04 22:27:07 +00:00
kaniini 43be47c161 Merge branch 'backport/hex-flake-id' into 'maint/1.1'
backport: hex `flake_id` support

See merge request pleroma/pleroma!1793
2019-10-04 22:11:34 +00:00
kaniini 15513f02d0 Merge branch 'backport/feature-track-reverse-proxy-failures' into 'maint/1.1'
backport: Track failed proxy urls and don't request them again

See merge request pleroma/pleroma!1792
2019-10-04 22:01:38 +00:00
Ariadne Conill c19e539d37 changelog 2019-10-04 22:00:18 +00:00
Egor Kislitsyn 67d772dd73 Replace Pleroma.FlakeId with flake_id hex package 2019-10-04 21:59:17 +00:00
Sergey Suprunenko 7307d7d676 Track failed proxy urls and don't request them again 2019-10-04 21:49:51 +00:00
kaniini 1dd6d81ddf Merge branch 'backport/issue-1296' into 'maint/1.1'
backport 1296 fix to maint/1.1

See merge request pleroma/pleroma!1790
2019-10-04 21:47:34 +00:00
Ariadne Conill a859abed2e update changelog 2019-10-04 21:36:49 +00:00
Maksim Pechnikov 16a1f95623 removed legacy api: "/objects/:uuid/likes" 2019-10-04 21:36:04 +00:00
kaniini 923dff21b3 Merge branch 'backport/undo-fixes' into 'maint/1.1'
backport: undo fixes

See merge request pleroma/pleroma!1789
2019-10-04 21:29:01 +00:00
Ariadne Conill 0f1486ed4e update changelog 2019-10-04 21:18:38 +00:00
lain a0435dca26 ActivityPub.Utils: Fix undo test. 2019-10-04 21:17:52 +00:00