| 
								
								
									 lain | 66122a11b5 | AccountController: Build the correct update activity. Will fix federation issues. | 2020-08-10 10:33:05 +02:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | 27b0a8b155 | [#1985] Prevented force login on registration if account approval and/or email confirmation needed. Refactored login code in OAuthController, reused in AccountController. Added tests. | 2020-07-31 14:13:38 +03:00 |  | 
				
					
						| 
								
								
									 lain | c25c21dd22 | AccountController: Don't explicitly ask to keep users unconfirmed. Confirmation is set in User.register_changeset based on the config
settings. | 2020-07-29 11:47:03 +02:00 |  | 
				
					
						| 
								
								
									 lain | b39eb6ecc5 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into chat-federation-information | 2020-07-10 12:26:53 +02:00 |  | 
				
					
						| 
								
								
									 lain | 8ca1f3e8c6 | Merge branch '1723-token-fixes' into 'develop' AccountController: Return scope in proper format.
Closes #1723
See merge request pleroma/pleroma!2694 | 2020-07-09 13:10:05 +00:00 |  | 
				
					
						| 
								
								
									 lain | c0385cf47a | AccountController: Fix muting / unmuting reblogs. | 2020-07-08 11:52:29 +02:00 |  | 
				
					
						| 
								
								
									 lain | 59cf78e412 | AccountController: Allow removal / reset of user images. | 2020-07-07 16:53:03 +02:00 |  | 
				
					
						| 
								
								
									 lain | e3b5559780 | AccountController: Make setting accepts_chat_messages possible. | 2020-07-03 15:54:25 +02:00 |  | 
				
					
						| 
								
								
									 lain | 59540131c1 | Credo fixes. | 2020-06-29 14:09:03 +02:00 |  | 
				
					
						| 
								
								
									 lain | e374872fe7 | AccountOperation: Correctly describe create response. | 2020-06-29 13:49:48 +02:00 |  | 
				
					
						| 
								
								
									 lain | f378e93bf4 | AccountController: Return scope in proper format. | 2020-06-26 16:15:27 +02:00 |  | 
				
					
						| 
								
								
									 lain | 8cfb58a8c0 | AccountController: Extract blocking to CommonAPI. | 2020-06-25 11:44:04 +02:00 |  | 
				
					
						| 
								
								
									 lain | 2c603f2009 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into update-validator | 2020-06-23 10:17:12 +02:00 |  | 
				
					
						| 
								
								
									 lain | 59bdef0c33 | Merge branch 'feature/1739-account-endpoints' into 'develop' account visibility in masto api
Closes #1739
See merge request pleroma/pleroma!2488 | 2020-06-22 12:37:10 +00:00 |  | 
				
					
						| 
								
								
									 lain | b05f795326 | Credo fixes | 2020-06-22 14:02:29 +02:00 |  | 
				
					
						| 
								
								
									 lain | e785cd5cae | ActivityPub: Remove updateand switch to pipeline. | 2020-06-22 13:59:45 +02:00 |  | 
				
					
						| 
								
								
									 Sergey Suprunenko | b63646169d | Add support for bot field in update_credentials | 2020-06-19 21:18:07 +02:00 |  | 
				
					
						| 
								
								
									 rinpatch | 4ec2fb967e | Merge branch 'features/users-raw_bio' into 'develop' User: Add raw_bio, storing unformatted bio
See merge request pleroma/pleroma!2326 | 2020-06-17 10:34:23 +00:00 |  | 
				
					
						| 
								
								
									 Haelwenn (lanodan) Monnier | e1b07402ab | User: Add raw_bio, storing unformatted bio Related: https://git.pleroma.social/pleroma/pleroma/issues/1643 | 2020-06-06 16:23:16 +02:00 |  | 
				
					
						| 
								
								
									 Egor Kislitsyn | b02df1803e | Merge remote-tracking branch 'origin/develop' into activity-pub-use-atoms-as-keys | 2020-06-05 23:15:10 +04:00 |  | 
				
					
						| 
								
								
									 Haelwenn | 54bae06b4f | Create Pleroma.Maps.put_if_present(map, key, value, value_fun // &{:ok, &1}) Unifies all the similar functions to one and simplify some blocks with it. | 2020-06-05 14:48:02 +00:00 |  | 
				
					
						| 
								
								
									 Egor Kislitsyn | 317e2b8d61 | Use atoms as keys in ActivityPub.fetch_*functions options | 2020-06-04 21:36:26 +04:00 |  | 
				
					
						| 
								
								
									 lain | 9460983032 | AccountController: Federate user account changes. Hotfixy commit, will be moved to the pipeline. | 2020-06-01 13:03:22 +02:00 |  | 
				
					
						| 
								
								
									 lain | 51bc6674f6 | Mastodon API Controllers: Use the correct params for rate limiting. | 2020-05-26 13:45:54 +02:00 |  | 
				
					
						| 
								
								
									 Maksim Pechnikov | 41f8f17260 | fix api/v1/accounts/update_credentials | 2020-05-19 09:42:41 +03:00 |  | 
				
					
						| 
								
								
									 Alexander Strizhakov | 1671864d88 | return :visible instead of boolean | 2020-05-18 10:34:50 +03:00 |  | 
				
					
						| 
								
								
									 Alexander Strizhakov | b1aa402229 | removing 410 status | 2020-05-18 10:34:50 +03:00 |  | 
				
					
						| 
								
								
									 Alexander Strizhakov | e7bc2f980c | account visibility | 2020-05-18 10:34:49 +03:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | 8062d590dd | [#2456] OpenAPI-related tweaks. Removed support for with_relationshipsparam inGET /api/v1/accounts/search. | 2020-05-13 18:56:45 +03:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | 59b6d5f2aa | [#2456] Changed embed_relationshipsparam towith_relationships. | 2020-05-13 15:08:07 +03:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | 63a1a82f38 | [#2456] Added support for embed_relationshipsparam, nailed down endpoints which should support it. Fixed :source_mutes relationships subset fetching. | 2020-05-12 19:14:35 +03:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | 14a49a0483 | [#2456] Dropped support for embedded pleroma/account/relationshipin statuses and notifications. | 2020-05-09 18:05:44 +03:00 |  | 
				
					
						| 
								
								
									 lain | f0c22df226 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/undo-validator-reduced | 2020-05-07 14:45:20 +02:00 |  | 
				
					
						| 
								
								
									 lain | 92caae5923 | Undoing: Move undoing blocks to the pipeline everywhere. | 2020-05-05 18:02:24 +02:00 |  | 
				
					
						| 
								
								
									 Egor Kislitsyn | d08c63500b | Ignore unexpected query params | 2020-05-04 20:16:44 +04:00 |  | 
				
					
						| 
								
								
									 Egor Kislitsyn | 7b0c8f0fde | Add tests for account registration with captcha enabled and improve errors | 2020-04-29 21:26:07 +04:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | 908cf22a6c | Merge remote-tracking branch 'remotes/origin/develop' into automatic-authentication-and-instance-publicity-checks # Conflicts:
#	lib/pleroma/web/mastodon_api/controllers/account_controller.ex | 2020-04-28 19:56:20 +03:00 |  | 
				
					
						| 
								
								
									 Egor Kislitsyn | dda65f7799 | Move single used schemas to operation schema | 2020-04-27 22:55:05 +04:00 |  | 
				
					
						| 
								
								
									 Egor Kislitsyn | 2efc00b3cf | Use json_response_and_validate_schema/2in tests to validate OpenAPI schema | 2020-04-27 20:46:52 +04:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | 00e62161f6 | [#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted :skip_plug definitions for some endpoints. | 2020-04-24 16:52:38 +03:00 |  | 
				
					
						| 
								
								
									 Egor Kislitsyn | 6c26feed01 | Merge branch 'develop' into openapi/account | 2020-04-22 20:18:12 +04:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | 0062116e07 | Merge remote-tracking branch 'remotes/origin/develop' into automatic-authentication-and-instance-publicity-checks # Conflicts:
#	lib/pleroma/web/mastodon_api/controllers/account_controller.ex | 2020-04-22 18:51:59 +03:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | 2958a7d246 | Fixed OAuth restrictions for :api routes. Made auth info dropped for :api routes if OAuth check was neither performed nor explicitly skipped. | 2020-04-22 18:50:25 +03:00 |  | 
				
					
						| 
								
								
									 lain | 5b39526198 | AccountController: Use code 400 for self-follow. | 2020-04-22 15:04:26 +02:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | f685cbd309 | Automatic checks of authentication / instance publicity. Definition of missing OAuth scopes in AdminAPIController. Refactoring. | 2020-04-21 16:29:19 +03:00 |  | 
				
					
						| 
								
								
									 Egor Kislitsyn | 736fead494 | Merge branch 'develop' into openapi/account | 2020-04-20 18:40:02 +04:00 |  | 
				
					
						| 
								
								
									 Haelwenn | a17bfb5fab | Merge branch 'feature/1584-client-captcha-options' into 'develop' Creating trusted app from adminFE & mix task
Closes #1584
See merge request pleroma/pleroma!2252 | 2020-04-17 09:19:35 +00:00 |  | 
				
					
						| 
								
								
									 rinpatch | badd888ccb | Merge branch 'authenticated-api-oauth-check-enforcement' into 'develop' Enforcement of OAuth scopes check for authenticated API endpoints
See merge request pleroma/pleroma!2349 | 2020-04-16 21:58:57 +00:00 |  | 
				
					
						| 
								
								
									 rinpatch | 942d7467ca | Merge branch 'develop' into features/remove-user-source_data | 2020-04-16 21:28:52 +03:00 |  | 
				
					
						| 
								
								
									 Ivan Tashkinov | bedf92e064 | Merge remote-tracking branch 'remotes/origin/develop' into authenticated-api-oauth-check-enforcement | 2020-04-15 19:20:34 +03:00 |  |