Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-21 | moved remote follow in separate controller | Maksim Pechnikov | |
2019-12-19 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
oauth-scopes-tweaks-and-tests | |||
2019-12-17 | Add ActivityPub Object Event type support | Thomas Citharel | |
Adds Event support in the same way Video objects are handled, with the name of the object as message header. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||
2019-12-15 | OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵ | Ivan Tashkinov | |
controller tests modification: OAuth scopes usage. | |||
2019-10-20 | [#1304] Moved remaining fields from User.Info to User. | Ivan Tashkinov | |
Misc. fixes / improvements. | |||
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-06 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # CHANGELOG.md # lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex # lib/pleroma/web/router.ex | |||
2019-10-02 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # CHANGELOG.md # lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex # lib/pleroma/web/router.ex | |||
2019-09-26 | Merge branch 'develop' into tests/mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-26 | Merge branch 'refactor/user' into 'develop' | kaniini | |
Simplify updating user's `info` See merge request pleroma/pleroma!1712 | |||
2019-09-25 | Merge branch 'develop' into issue/1218 | Maksim Pechnikov | |
2019-09-24 | Fix Credo warnings | Egor Kislitsyn | |
2019-09-24 | Cleanup Pleroma.User | Egor Kislitsyn | |
2019-09-24 | Add User.change_info/2 and User.update_info/2 | Egor Kislitsyn | |
2019-09-23 | Merge branch 'develop' into tests/mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-17 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # lib/pleroma/web/activity_pub/activity_pub_controller.ex | |||
2019-09-15 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # lib/pleroma/web/activity_pub/activity_pub_controller.ex # lib/pleroma/web/router.ex | |||
2019-09-15 | [#1234] Permissions-related fixes / new functionality (Masto 2.4.3 scopes). | Ivan Tashkinov | |
2019-09-14 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # docs/config.md # mix.lock | |||
2019-09-13 | Add email change endpoint | Egor Kislitsyn | |
2019-09-08 | [#1234] Mastodon 2.4.3 hierarchical scopes initial support (WIP). | Ivan Tashkinov | |
2019-09-06 | tests for mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-06 | Merge branch 'develop' into issue/1218 | Maksim Pechnikov | |
2019-09-06 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # test/web/twitter_api/twitter_api_controller_test.exs | |||
2019-08-31 | credo fixes | rinpatch | |
2019-08-31 | Add back /api/qvitter/statuses/notifications/read.json | rinpatch | |
2019-08-31 | Remove TwitterAPI representers | rinpatch | |
2019-08-31 | Remove Activity, User and Notification views from TwitterAPI | rinpatch | |
2019-08-31 | Remove most of Pleroma.Web.TwitterAPI.TwitterAPI | rinpatch | |
2019-08-31 | added Emoji struct | Maksim Pechnikov | |
2019-08-30 | added Emoji.Formatter | Maksim Pechnikov | |
2019-08-30 | added code\path fields without html tags in ets | Maksim Pechnikov | |
2019-08-27 | Remove most of TwitterAPIController | rinpatch | |
2019-08-22 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs | |||
2019-08-14 | Use info.fields instead of source_data for remote users | Egor Kislitsyn | |
2019-08-14 | Add custom fields to TwitterAPI.UserView | Egor Kislitsyn | |
2019-08-13 | [#1149] Added more oban workers. Refactoring. | Ivan Tashkinov | |
2019-07-31 | tests for TwitterApi/UtilController | Maksim | |
2019-07-29 | twitter api: utils: rework do_remote_follow() to use CommonAPI | Ariadne Conill | |
Closes #1138 | |||
2019-07-29 | constants: add as_public constant and use it everywhere | Ariadne Conill | |
2019-07-23 | Use User.get_or_fetch/1 instead of OStatus.find_or_make_user/1 | kPherox | |
2019-07-19 | #1110 fixed /api/pleroma/healthcheck | Maksim | |
2019-07-17 | Fix password reset for non-test env | Eugenij | |
Fixes `Plug.Conn.NotSentError` that causes a 5xx error in response instead of 404 and 400. Fixes pattern matching error caused by different response format in test and non-test env: `Pleroma.Emails.Mailer.deliver_async` returns :ok when PleromaJobQueue is enabled and `{:ok, _}` when it's disabled. In tests, it's disabled. | |||
2019-07-16 | mastoapi password reset | Alexander Strizhakov | |
added rate limit to password reset configure rate limit in runtime | |||
2019-07-14 | detect and use sha512-crypt for stored password hash. | Moonman | |
2019-07-14 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-07-09 | Merge branch 'remove-avatar-header' into 'develop' | kaniini | |
Ability to reset avatar, profile banner and backgroud See merge request pleroma/pleroma!1187 | |||
2019-06-24 | [#184] small refactoring reset password | Maksim | |
2019-06-23 | Merge branch 'develop' into 'remove-avatar-header' | Sachin Joshi | |
# Conflicts: # CHANGELOG.md | |||
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |