Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-09-17 | Merge branch 'develop' into issue/2099 | Maksim Pechnikov | |
2020-09-10 | expire mfa tokens through Oban | Alexander Strizhakov | |
2020-09-10 | schedule expired oauth tokens deletion with Oban | Alexander Strizhakov | |
2020-09-06 | added import mutes | Maksim Pechnikov | |
2020-09-01 | User table: ensure bio is always a string | rinpatch | |
Gets rid of '|| ""' in multiple places and fixes #2067 | |||
2020-08-18 | Test that `POST /api/pleroma/delete_account` purges the user | Alex Gleason | |
2020-07-26 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-22 | [#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish ↵ | Ivan Tashkinov | |
:restrict_unauthenticated. Made `Pleroma.Web.MastodonAPI.AccountView.render("show.json", _)` demand :for or :force option in order to prevent incorrect rendering of empty map instead of expected user representation with truish :restrict_unauthenticated setting. | |||
2020-07-14 | Email admins when a new unapproved account is up for review | Alex Gleason | |
2020-07-13 | Merge branch 'develop' into refactor/notification_settings | Mark Felder | |
2020-06-26 | Rename notification "privacy_option" setting | Mark Felder | |
2020-06-26 | Simplify notification filtering settings further | Mark Felder | |
2020-05-28 | Refactor notification settings | Mark Felder | |
2020-05-16 | Merge branch 'develop' into 'remove-twitter-api' | lain | |
# Conflicts: # lib/pleroma/web/nodeinfo/nodeinfo_controller.ex | |||
2020-05-12 | Upgrade Comeonin to v5 | Alex Gleason | |
https://github.com/riverrun/comeonin/blob/master/UPGRADE_v5.md | |||
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-04-29 | Add tests for account registration with captcha enabled and improve errors | Egor Kislitsyn | |
2020-04-28 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
automatic-authentication-and-instance-publicity-checks # Conflicts: # lib/pleroma/web/mastodon_api/controllers/account_controller.ex | |||
2020-04-22 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
2020-04-22 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
automatic-authentication-and-instance-publicity-checks # Conflicts: # lib/pleroma/web/mastodon_api/controllers/account_controller.ex | |||
2020-04-22 | Fix Oban warning | Egor Kislitsyn | |
Warning example: [warn] Expected Elixir.Pleroma.Workers.BackgroundWorker.perform/2 to return :ok, {:ok, value}, or {:error, reason}. Instead received: [error: "not found @user@server.party", error: "not found "] The job will be considered a success. | |||
2020-04-22 | Fix blocks import | Egor Kislitsyn | |
2020-04-22 | Fix follow import | Egor Kislitsyn | |
2020-04-21 | Automatic checks of authentication / instance publicity. Definition of ↵ | Ivan Tashkinov | |
missing OAuth scopes in AdminAPIController. Refactoring. | |||
2020-04-13 | Add spec for AccountController.create | Egor Kislitsyn | |
2020-04-08 | formatter.ex: Use Phoenix.HTML for mention/hashtag generation | rinpatch | |
Unlike concatenating strings, this makes sure everything is escaped. Tests had to be changed because Phoenix.HTML runs attributes through Enum.sort before generation for whatever reason. | |||
2020-03-24 | Remove some TwitterAPI endpoints | Egor Kislitsyn | |
2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
usage). | |||
2020-03-18 | Improved in-test config management functions. | Ivan Tashkinov | |
2020-03-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1560-non-federating-instances-routes-restrictions | |||
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-02-22 | [#1560] Restricted AP- & OStatus-related routes for non-federating instances. | Ivan Tashkinov | |
2020-02-20 | Merge branch 'features/remote-follow-userpage-redirect' into 'develop' | lain | |
remote_follow_controller.ex: Redirect to the user page on success Closes #1245 See merge request pleroma/pleroma!2123 | |||
2020-02-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
config during test suite execution. | |||
2020-02-12 | Restore TwitterAPI tests | Egor Kislitsyn | |
2020-01-21 | remote_follow_controller.ex: Redirect to the user page on success | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1245 | |||
2020-01-20 | Bump credo to 1.1.5 | Haelwenn (lanodan) Monnier | |
2020-01-14 | compilation warnings fix | Alexander Strizhakov | |
2020-01-12 | Assign token that can write to follows | Mark Felder | |
2020-01-12 | Merge branch 'develop' into issue/1354 | Mark Felder | |
2019-12-25 | added code of mr#2067 | Maksim Pechnikov | |
2019-12-22 | update test | Maksim Pechnikov | |
2019-12-21 | moved remote follow in separate controller | Maksim Pechnikov | |
2019-12-16 | tests: remove a useless 1 second sleep | rinpatch | |
there is no need to wait for the task to finish, it will be deleted when the transaction is aborted anyway. | |||
2019-12-15 | OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵ | Ivan Tashkinov | |
controller tests modification: OAuth scopes usage. | |||
2019-12-08 | Merge branch 'develop' into issue/1342 | Maksim Pechnikov | |
2019-11-28 | added privacy option to push notifications | Maksim Pechnikov | |
2019-11-28 | added User.NotificationSetting struct | Maksim Pechnikov | |
2019-11-10 | [#1335] User: refactored :blocks field into :blocked_users relation. | Ivan Tashkinov | |
Introduced UserBlock. |