8793 Commits (emr_stable)
 

Author SHA1 Message Date
a1batross 8dd48bad99 tos: remove loliposting, remove enigmatic.observer due to closed registrations 3 years ago
a1batross 4323c48102 Merge tag 'v2.0.5' into emr_stable 3 years ago
lain a5ccb5b0b1 Merge branch 'release/2.0.5' into 'stable'
Release/2.0.5

See merge request pleroma/secteam/pleroma!4
3 years ago
rinpatch 2906cbbd40 mix.exs: bump to 2.0.5 3 years ago
rinpatch 6430df851d CHANGELOG.md: add 2.0.5 entry 3 years ago
lain 3f13437a9c User: Truncate bios when updating a remote user. 3 years ago
rinpatch 3a63f84c45 pleroma-fe bundle: update to 5d49edc823ba2ea3e34d4fd6c5efcc84ef9712f7 3 years ago
lain a8abf1ada6 ActivityPub: Fix non-federating blocks. 3 years ago
lain ec5e057802 Transmogrifier: On incoming follow accept, update follow counts. 3 years ago
rinpatch b5b675fa14 fix eldap being required for non-OTP releases 3 years ago
href 40d0775c7f Reorder alias 3 years ago
href 37c2deb3dd Expand and authorize streams in Streamer directly (backport from !2519) 3 years ago
rinpatch a6283bbae1 Merge branch 'release/2.0.4' into 'stable'
Release/2.0.4

See merge request pleroma/pleroma!2503
3 years ago
rinpatch 489201d5d5 CHANGELOG.md: mention AP C2S change 3 years ago
rinpatch 9c23955879 mix.exs: bump version to 2.0.4 3 years ago
rinpatch 69e1f23dd3 CHANGELOG.md: Add 2.0.4 entry 3 years ago
rinpatch 3d9a7cf0cc healthcheck: report real amount of memory allocated by beam
as opposed to memory currently in use
3 years ago
lain f7c28ae544 Webfinger: Request account info with the acct scheme 3 years ago
Angelina Filippova dd7bf4aece Fix inconsistency in language for activating settings 3 years ago
lain 45df70e691 AP C2S: Restrict creation to `Note`s for now. 3 years ago
Haelwenn (lanodan) Monnier 797dd3f581 Increase tests on AP C2S
Related: https://git.pleroma.social/pleroma/pleroma/-/issues/954
3 years ago
Alexander Strizhakov 38541d99ea apache chain issue fix 3 years ago
rinpatch a74c31ff63 include eldap in OTP releases
Closes #1313
3 years ago
rinpatch 2ff79f9aae insert skeletons migration: fix for non-local locals
Apparently some instances have local users with local ap_ids
that are marked as local: false. Needs more investigation into how
that happened.

In the meantime, the skeleton migration was patched to just ignore
all known ap ids, not just locals. Doesn't seem to slow down the migration
too much on patch.cx

Closes #1746
3 years ago
a1batross 3fde0e2ab7 Update ToS 3 years ago
a1batross 2ef6fadc61 Merge tag 'v2.0.3' into emr_stable 3 years ago
rinpatch 019a192e43 Merge branch 'release/2.0.3' into 'stable'
Release/2.0.3

See merge request pleroma/secteam/pleroma!3
3 years ago
rinpatch 04f23294d3 mix.exs: bump to 2.0.3 3 years ago
rinpatch e0d392c04c CHANGELOG.md: Add 2.0.3 changelog 3 years ago
eugenijm 441e28f365 Dismiss the follow request notification on rejection 3 years ago
rinpatch c75840f7b8 Merge branch 'follow-request-notifications' into 'develop'
Follow request notifications enforcement

See merge request pleroma/pleroma!2451
3 years ago
rinpatch 7b05933677 Merge branch '1559-follow-request-notifications' into 'develop'
[#1559] Support for "follow_request" notifications

Closes #1559

See merge request pleroma/pleroma!2354
3 years ago
rinpatch f08c8d9932 pleroma-fe bundle: update to a0f780c4550b77d4574e0de8932a2dff288784a3 3 years ago
rinpatch 2646fdea22 signature.ex: Remove the use of ObjectID type
It is not in stable yet
3 years ago
rinpatch b6ca8cc539 Merge branch 'bugfix/1727-fix-signature-decoding' into 'develop'
Bugfix/1727 fix signature decoding

Closes #1727

See merge request pleroma/pleroma!2454
3 years ago
Mark Felder 06fbb95715 Update AdminFE build in preparation for the 2.0.3 release 3 years ago
rinpatch 138e6ece1b Merge branch 'following-relationships-optimizations' into 'develop'
FollowingRelationship storage & performance optimizations

See merge request pleroma/pleroma!2332
3 years ago
Haelwenn fb9ec885cc Merge branch 'feature/1677-need_reboot-flag-endpoint' into 'develop'
Added need_reboot endpoint to admin api

Closes #1677

See merge request pleroma/pleroma!2373
3 years ago
lain a4afeed426 Uploads: Sandbox them in the CSP. 3 years ago
Mark Felder 8cf4e1619e Fix Oban not receiving :ok from RichMediaHelper job 3 years ago
Ivan Tashkinov 862d4886c9 [#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks when password is provided. Refactored plugs skipping functionality. 3 years ago
rinpatch da4923f2e5 Merge branch 'authenticated-api-oauth-check-enforcement' into 'develop'
Enforcement of OAuth scopes check for authenticated API endpoints

See merge request pleroma/pleroma!2349
3 years ago
lain 1ebf8db2a5 Merge branch 'fix-object_age_policy' into 'develop'
Fix ObjectAgePolicy

See merge request pleroma/pleroma!2404
3 years ago
Haelwenn (lanodan) Monnier 0d74e38f5f mix.exs: Do not bail out when .git doesn’t exists 3 years ago
Haelwenn 2ff3b85326 Merge branch 'bugfix/1670-user-count' into 'develop'
Stats: Ignore internal users for user count.

Closes #1670

See merge request pleroma/pleroma!2414
3 years ago
Haelwenn bf4b5f3856 Merge branch 'fix/follow-and-blocks-import' into 'develop'
Fix follower/blocks import when nicknames starts with @

Closes #1698

See merge request pleroma/pleroma!2416
3 years ago
lain 2e58fe08cd CommonAPI: Don't make repeating announces possible 3 years ago
Alex Gleason 6e0b046771 Let blob: pass CSP 3 years ago
eugenijm 78391a00c5 Mastodon API: do not create a following relationship if the corresponding follow request doesn't exist when calling `POST /api/v1/follow_requests/:id/authorize` 3 years ago
rinpatch 61889e00fc Deactivate local users on deletion instead of deleting the record
Prevents the possibility of re-registration, which allowed to read
DMs of the deleted account.

Also includes a migration that tries to find any already deleted
accounts and insert skeletons for them.

Closes pleroma/pleroma#1687
3 years ago