Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-20 | Add GET endpoints for remote subscription forms | Tusooa Zhu | |
There are two reasons for adding a GET endpoint: 0: Barely displaying the form does not change anything on the server. 1: It makes frontend development easier as they can now use a link, instead of a form, to allow remote users to interact with local ones. | |||
2022-08-20 | Add remote interaction ui for posts | Tusooa Zhu | |
2022-07-31 | Change test case wording | Haelwenn | |
2022-07-31 | Merge branch 'develop' into 'from/develop/tusooa/emit-move' | tusooa | |
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs | |||
2022-07-10 | Merge branch 'from/upstream-develop/tusooa/2830-remote-fo-mp' into 'develop' | Haelwenn | |
Pass remote follow avatar into media proxy Closes #2830 See merge request pleroma/pleroma!3690 | |||
2022-07-10 | Pass remote follow avatar into media proxy | Tusooa Zhu | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-12-28 | Test that the target account is re-fetched in move_account | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Make move_account endpoint process non-existent users properly | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Add deleting alias endpoint | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Add get and add aliases endpoints | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Implement moving account | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-15 | Merge branch 'delete-account-fix' into 'develop' | lain | |
TwitterAPI: allow deleting one's own account with request body Closes #2799 and #2746 See merge request pleroma/pleroma!3564 | |||
2021-12-13 | TwitterAPI: allow deleting one's own account with request body | Alex Gleason | |
2021-12-03 | Merge remote-tracking branch 'origin/develop' into password-reset | Alex Gleason | |
2021-12-03 | Restore POST /auth/password | Alex Gleason | |
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-09-05 | Allow users to remove their emails if instance does not need email to register | Tusooa Zhu | |
2021-08-13 | TwitterAPI: Make change_email require body params instead of query | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503 | |||
2021-08-13 | TwitterAPI: Make change_password require body params instead of query | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503 | |||
2021-08-10 | TwitterAPI: Make change_email require body params instead of query | Haelwenn (lanodan) Monnier | |
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-06-04 | Merge branch 'tests/openapi-everywhere' into 'develop' | Haelwenn | |
Put OpenAPI ~everywhere in tests See merge request pleroma/pleroma!3324 | |||
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins | |||
2021-03-15 | OpenAPI: TwitterAPI Util Controller | Haelwenn (lanodan) Monnier | |
2021-03-15 | Remove deprecated /api/qvitter/statuses/notifications/read | Haelwenn (lanodan) Monnier | |
2021-01-26 | Convert tests to all use clear_config instead of Pleroma.Config.put | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/approval_pending_user_field | Mark Felder | |
2021-01-15 | Remove toggle_confirmation; require explicit state change | Mark Felder | |
Also cosmetic changes to make the code clearer | |||
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-15 | Change user.approval_pending field to user.is_approved | Mark Felder | |
2021-01-14 | Pbkdf2: Use it everywhere. | Lain Soykaf | |
2021-01-13 | Password: Replace Pbkdf2 with Password. | lain | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-12-26 | Merge branch 'cachex-test' into 'develop' | lain | |
Test framework overhaul (speed, reliability) See merge request pleroma/pleroma!3209 | |||
2020-12-21 | Tests: Add a helper method to reduce sleeping times in test. | lain | |
This will 'time travel', i.e. change the inserted_at and update_at fields of the object in question. This is used to backdate things were we used sleeping before to ensure time differences. | |||
2020-12-21 | Test: More async/sync tweaks. | lain | |
2020-12-21 | Tests: Make as many tests as possible async. | lain | |
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer. | |||
2020-12-18 | Tests: Remove unneeded explicit cachex use. | lain | |
Only use cachex when we're actually testing it. | |||
2020-11-21 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-11-19 | Password Resets: Don't accept tokens above a certain age. | lain | |
By default, one day | |||
2020-11-14 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-10-30 | Remove unused aliases | Egor Kislitsyn | |
2020-10-13 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-10-13 | tests consistency | Alexander Strizhakov | |