Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | User: Truncate bios when updating a remote user. | lain | |
2020-05-02 | Merge branch '1559-follow-request-notifications' into 'develop' | rinpatch | |
[#1559] Support for "follow_request" notifications Closes #1559 See merge request pleroma/pleroma!2354 | |||
2020-05-01 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-05-01 | Deactivate local users on deletion instead of deleting the record | rinpatch | |
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 | |||
2020-04-08 | Merge branch 'fix-auto-link-for-profile-fields' into 'develop' | rinpatch | |
Use Pleroma.Formatter.linkify/2 instead See merge request pleroma/pleroma!2352 | |||
2020-04-02 | Merge branch 'bugfix/funkwhale-channel' into 'develop' | Haelwenn | |
Fix profile url for funkwhale channels, removes one source_data use Closes #1653 See merge request pleroma/pleroma!2333 | |||
2020-03-31 | Merge branch 'admin-api-change-password' into 'develop' | lain | |
Admin API: `PATCH /api/pleroma/admin/users/:nickname/update_credentials` See merge request pleroma/pleroma!2149 | |||
2020-03-31 | Merge branch '1364-notifications-sending-control' into 'develop' | rinpatch | |
[#1364] Ability to opt-out of notifications (in all clients) Closes #1364 See merge request pleroma/pleroma!2301 | |||
2020-03-16 | rip out fetch_initial_posts | rinpatch | |
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422 | |||
2020-03-16 | Merge branch 'features/staticfe-sanitization' into 'develop' | rinpatch | |
static_fe: Sanitize HTML Closes #1614 See merge request pleroma/pleroma!2299 | |||
2020-03-15 | Merge branch 'fix/signup-without-email' into 'develop' | feld | |
Allow account registration without an email See merge request pleroma/pleroma!2246 | |||
2020-03-02 | Merge branch 'feature/1482-activity_pub_transactions' into 'develop' | Haelwenn | |
ActivityPub actions & side-effects in transaction Closes #1482 See merge request pleroma/pleroma!2089 | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-03-01 | ActivityPub actions & side-effects in transaction | Alexander Strizhakov | |
2020-02-25 | Fix Dialyzer warnings | Egor Kislitsyn | |
2020-02-07 | Add User.get_follow_state/2 | Egor Kislitsyn | |
2020-02-05 | Add support for cancellation of a follow request | Egor Kislitsyn | |
2020-01-28 | update ecto | Maksim Pechnikov | |
2020-01-17 | updated error messages for authentication process | Maksim Pechnikov | |
2020-01-10 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1478-oauth-admin-scopes-tweaks # Conflicts: # lib/pleroma/user.ex | |||
2020-01-10 | Merge branch 'issue/1490' into 'develop' | lain | |
[#1490] fixed create service user (relay, internal.fetch) See merge request pleroma/pleroma!2092 | |||
2020-01-10 | [#1478] OAuth admin tweaks: enforced OAuth admin scopes usage by default, ↵ | Ivan Tashkinov | |
migrated existing OAuth records. Adjusted tests. | |||
2020-01-08 | fix create service actor | Maksim Pechnikov | |
2019-12-15 | OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵ | Ivan Tashkinov | |
controller tests modification: OAuth scopes usage. | |||
2019-12-10 | Apply suggestion to lib/pleroma/user.ex | Sadposter | |
2019-12-10 | Merge branch 'develop' into 'domain-block-precedence' | Sadposter | |
# Conflicts: # lib/pleroma/user.ex | |||
2019-12-10 | modify SQL to include followed-but-domain-blocked activities | Sadposter | |
2019-12-10 | Merge branch 'develop' into '1427-oauth-admin-scopes' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-12-10 | [ActivityPub] Configurable ActivityPub actor type | Hakaba Hitoyo | |
2019-12-10 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1427-oauth-admin-scopes # Conflicts: # CHANGELOG.md | |||
2019-12-08 | Merge branch 'develop' into issue/1342 | Maksim Pechnikov | |
2019-12-07 | [#1427] Extra check that admin OAuth scope is used by admin. Adjusted tests. | Ivan Tashkinov | |
2019-12-06 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1427-oauth-admin-scopes | |||
2019-12-06 | [#1427] Reworked admin scopes support. | Ivan Tashkinov | |
Requalified users.is_admin flag as legacy accessor to admin actions in case token lacks admin scope(s). | |||
2019-12-05 | Merge branch 'develop' into issue/1342 | Maksim Pechnikov | |
2019-12-04 | [#1335] Merge issue fix. | Ivan Tashkinov | |
2019-12-04 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user.ex | |||
2019-12-02 | Merge branch 'feature/move-activity' into 'develop' | lain | |
Support "Move" activity Closes #1316 See merge request pleroma/pleroma!1883 | |||
2019-11-30 | Merge branch 'remove-info-from-users' into 'develop' | rinpatch | |
Removed users.info field See merge request pleroma/pleroma!2006 | |||
2019-11-29 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # mix.lock | |||
2019-11-28 | added User.NotificationSetting struct | Maksim Pechnikov | |
2019-11-28 | obligatory format commit | Sadposter | |
2019-11-28 | make follows take precedence over domain blocks | Sadposter | |
2019-11-27 | Remove User.user_info/2 | Egor Kislitsyn | |
2019-11-26 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/web/activity_pub/activity_pub.ex | |||
2019-11-23 | Removed users.info and remaining usages. | Ivan Tashkinov | |
2019-11-22 | Merge branch 'feature/confirm-user-acc-resend-confirmation' into 'develop' | lain | |
AdminAPI: Confirm user account, resend confirmation email See merge request pleroma/pleroma!1994 | |||
2019-11-22 | Swap map with each | Maxim Filippov | |
2019-11-21 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user/search.ex # test/user_test.exs | |||
2019-11-21 | Merge branch 'issue/1348' into 'develop' | lain | |
[#1348] excluded invisible actors from gets /api/v1/accounts/:id See merge request pleroma/pleroma!1937 |