Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-29 | Fix aliases sorting | Sean King | |
2021-08-28 | Add unit test for Pleroma API app controller | Sean King | |
2021-08-28 | Fix lint | Sean King | |
2021-08-28 | Move GET /api/v1/apps to GET /api/v1/pleroma/apps | Sean King | |
2021-08-28 | Require follow and read OAuth scopes for GET /api/v1/apps | Sean King | |
2021-08-26 | Fix API spec, add app schema | Sean King | |
2021-08-26 | Fix formatting in app_operation.ex | Sean King | |
2021-08-25 | GET /api/v1/apps endpoint | Sean King | |
2021-08-14 | Merge branch ↵ | Haelwenn | |
'show_frontends_also_when_no_static_frontends_folder_is_created_yet' into 'develop' List available frontends also when no static/frontends folder is present yet Closes admin-fe#201 See merge request pleroma/pleroma!3510 | |||
2021-08-14 | List available frontends also when no static/frontends folder is present yet | Ilja | |
* To see what front ends are installed, it ls static/frontends. When this folder doesn't exists yet, it will return an empty array. * Installing still works since the folder is created during installation already | |||
2021-08-14 | Merge branch 'StealEmojiMRF_add_adminFE' into 'develop' | Haelwenn | |
Add Admin-FE menu for StealEmojiPolicy See merge request pleroma/pleroma!3512 | |||
2021-08-14 | Merge branch 'builder-note' into 'develop' | Haelwenn | |
CommonAPI.Utils.make_note_data/1 --> ActivityPub.Builder.note/1 See merge request pleroma/pleroma!3511 | |||
2021-08-14 | Builder.note/1: return {:ok, map(), keyword()} like other Builder functions | Alex Gleason | |
2021-08-14 | Add Admin-FE menu for StealEmojiPolicy | Sam Therapy | |
2021-08-14 | CommonAPI.Utils.make_note_data/1 --> ActivityPub.Builder.note/1 | Alex Gleason | |
2021-08-13 | Merge branch 'weblate-pleroma-pleroma' into 'develop' | Haelwenn | |
Translations update from Weblate See merge request pleroma/pleroma!3491 | |||
2021-08-13 | Translated using Weblate (Polish) | marcin mikołajczak | |
Currently translated at 98.0% (102 of 104 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/pl/ | |||
2021-08-13 | Translated using Weblate (Polish) | marcin mikołajczak | |
Currently translated at 75.0% (78 of 104 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/pl/ | |||
2021-08-13 | Merge branch 'streamer-crash-fix' into 'develop' | Haelwenn | |
Streamer crash fix See merge request pleroma/pleroma!3508 | |||
2021-08-13 | Streamer: fix crash in MastodonAPI.StatusView | Alex Gleason | |
2021-08-13 | Merge branch 'dkuku-develop-patch-66061' into 'develop' | rinpatch | |
Update dev.exs error message to write to stderr. See merge request pleroma/pleroma!3492 | |||
2021-08-13 | Merge branch 'bugfix/status-search-fallback' into 'develop' | rinpatch | |
Activity.Search: resolve status on DB Timeout Closes #2566 See merge request pleroma/pleroma!3507 | |||
2021-08-12 | Activity.Search: fallback on status resolution on DB Timeout | Haelwenn (lanodan) Monnier | |
2021-08-11 | Merge branch 'nil-report-object-hotfix' into 'develop' | Haelwenn | |
AdminAPI: hotfix for nil report objects See merge request pleroma/pleroma!3504 | |||
2021-08-11 | Merge branch 'bugfix/subscriptions-replies' into 'develop' | Haelwenn | |
maybe_notify_subscribers: Normalize Object to check inReplyTo presence Closes #2732 See merge request pleroma/pleroma!3505 | |||
2021-08-11 | maybe_notify_subscribers: Don't create notifications from ingested messages | Haelwenn (lanodan) Monnier | |
2021-08-11 | AdminAPI: hotfix for nil report objects | Alex Gleason | |
2021-08-10 | Merge branch 'bugfix/change_password' into 'develop' | Haelwenn | |
TwitterAPI: Make change_password require body params instead of query Closes #2740 See merge request pleroma/pleroma!3503 | |||
2021-08-10 | TwitterAPI: Make change_email require body params instead of query | Haelwenn (lanodan) Monnier | |
2021-08-10 | Merge branch 'bugfix/object-age-create' into 'develop' | Haelwenn | |
ObjectAgePolicy: Fix pattern matching on published See merge request pleroma/pleroma!3500 | |||
2021-08-10 | TwitterAPI: Make change_password require body params instead of query | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2740 | |||
2021-08-10 | Merge branch 'docs_make_otp_recommendation_clearer' into 'develop' | Haelwenn | |
Make the OPT recomendation clearer See merge request pleroma/pleroma!3485 | |||
2021-08-10 | Make the OPT recomendation clearer | Ilja | |
AFAIK OTP releases are the recomended way of installing, but * People seem unaware of that and use from source installations because they use the guide with the name of their distro * People don't know what OTP releases are or what it means I added a warning on all installation-from-source guides and added the same explanation on the two OTP pages (the miigration to OTP and installing OTP) | |||
2021-08-10 | ObjectAgePolicy: Fix pattern matching on published | Haelwenn (lanodan) Monnier | |
2021-08-09 | Merge branch 'fix/streaming-api-for-create-activity' into 'develop' | Haelwenn | |
fix: stream out Create Activity Closes #2691 See merge request pleroma/pleroma!3499 | |||
2021-08-09 | Merge branch 'poll-notification' into 'develop' | Haelwenn | |
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484 | |||
2021-08-09 | Merge branch 'simple_policy_reasons_for_instance_specific_policies' into ↵ | Haelwenn | |
'develop' Simple policy reasons for instance specific policies See merge request pleroma/pleroma!3314 | |||
2021-08-09 | fix: stream out Create Activity | kPherox | |
2021-08-08 | Merge branch 'chores/2.4.0-develop' into 'develop' | Haelwenn | |
Mergeback: 2.4.0 See merge request pleroma/pleroma!3494 | |||
2021-08-08 | Merge branch 'release/2.4.0' into 'stable' | Haelwenn | |
Release/2.4.0 See merge request pleroma/pleroma!3493 | |||
2021-08-08 | mix.exs: 2.4.50 | Haelwenn (lanodan) Monnier | |
2021-08-08 | Update PleromaFE Bundle (2.4.0) | Haelwenn (lanodan) Monnier | |
based on 51d3d8d255de221f7ac99e41f2f8e56c7d6a21a9 | |||
2021-08-06 | CHANGELOG.md: Fix instances of 2020 being actually 2021 | matildepark | |
2021-08-06 | Improve readability | Egor Kislitsyn | |
2021-08-06 | Quarantine placeholders | Ilja | |
* kePlaceholder and valuePlaceholder of quarantined_instances where in wrong case, should be snake_case * The mrf simple and transparency exclusion were already OK | |||
2021-08-06 | improve changelog entry | Ilja | |
2021-08-06 | Make transparency_exclusions use tuples in admin-fe | Ilja | |
* Make it use tuples * I also changed the keys for key_placeholder and value_placeholder to use snake_case instead of camelCase | |||
2021-08-06 | Add key- and valuePlaceholders for quarantined_instances and mrf_simple | Ilja | |
* I also added for keywordpolicy as well now. It was done in the admin-fe, but is better to be done here * I also added comments to explain why we did the _info keys (backwards compatibility) | |||
2021-08-06 | Add transparency_exclusions also to the breaking changes | Ilja | |
2021-08-06 | Change docs | Ilja | |
* ./configuration/mrf.md * Change example * ./configuration/cheatsheet.md * Change descriptions to include that a reason is given * CHANGELOG.md * Add as breaking change |