| 
								
								
									 Maksim Pechnikov | 4f2e359687 | Merge branch 'develop' into issue/941 | 2019-06-04 09:49:08 +03:00 |  | 
				
					
						| 
								
								
									 kaniini | 9d2563a3de | Merge branch 'generic-fe-settings' into 'develop' Generic settings store for frontend user settings
See merge request pleroma/pleroma!1221 | 2019-06-04 05:43:43 +00:00 |  | 
				
					
						| 
								
								
									 Maksim Pechnikov | f13d6c7f78 | update api to set skip_thread_containment | 2019-06-03 21:02:57 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | dc91bcc0af | Merge branch 'develop' into feature/polls-2-electric-boogalo | 2019-06-03 13:16:17 +03:00 |  | 
				
					
						| 
								
								
									 lambda | 314758c25b | Merge branch 'align-mastodon-conversations' into 'develop' Mastodon Conversations API: Align to Mastodon behavior
See merge request pleroma/pleroma!1215 | 2019-06-03 09:48:37 +00:00 |  | 
				
					
						| 
								
								
									 rinpatch | 026b245dbc | Merge branch 'develop' into feature/polls-2-electric-boogalo | 2019-06-03 11:14:52 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | 1fd8e19d76 | Remove a TODO comment as the tests for poll view were written | 2019-06-02 23:46:17 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | e3c460353d | Refresh the object in CommonAPI.vote instead of MastoAPI controller | 2019-06-02 23:24:48 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | 6bc9e5c020 | Mastodon API: Refresh the object before rendering it after voting | 2019-06-01 21:41:49 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | 444406167b | Mastodon API: actually check for poll votes | 2019-06-01 21:41:23 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | 65db5e9f52 | Resolve merge conflicts | 2019-06-01 16:29:58 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | 300d94c628 | Add poll votes Also in this commit by accident:
- Fix query ordering causing exclude_poll_votes to not work
- Do not create notifications for Answer objects | 2019-06-01 16:17:46 +03:00 |  | 
				
					
						| 
								
								
									 Haelwenn (lanodan) Monnier | 5d3ece2861 | Remove now useless flavours switching | 2019-06-01 01:44:10 +02:00 |  | 
				
					
						| 
								
								
									 Haelwenn (lanodan) Monnier | aa9f52edd2 | mastodon_api_controller.ex: Remove vanilla from supported_flavours | 2019-06-01 01:44:10 +02:00 |  | 
				
					
						| 
								
								
									 lain | 7861974ab2 | MastodonAPI: Add extension to set and get pleroma_settings_store. | 2019-05-31 14:50:18 +02:00 |  | 
				
					
						| 
								
								
									 lain | aaad85c4d9 | AccountView: settings -> settings_store | 2019-05-31 14:49:46 +02:00 |  | 
				
					
						| 
								
								
									 lain | eb2963bc43 | User: Add settings store to Info, AccountView This is to provide a generic frontend settings storage mechanism for all kinds
of frontends. | 2019-05-31 14:27:15 +02:00 |  | 
				
					
						| 
								
								
									 lain | 97fb50d9fa | Mastodon Conversation API: Don't return own account in 'accounts'. | 2019-05-31 11:27:14 +02:00 |  | 
				
					
						| 
								
								
									 Sergey Suprunenko | 1690be991e | Replace missing non-nullable Card attributes with empty strings | 2019-05-30 21:03:31 +00:00 |  | 
				
					
						| 
								
								
									 Mark Felder | 672fddb721 | Default search limit should be 40 https://docs.joinmastodon.org/api/rest/search/ | 2019-05-29 08:06:26 -05:00 |  | 
				
					
						| 
								
								
									 William Pitcock | 9bec891eb4 | kill @httpoison | 2019-05-25 04:24:21 +00:00 |  | 
				
					
						| 
								
								
									 rinpatch | e6b175ed6c | Fix credo issues | 2019-05-22 21:57:46 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | cdac5efd10 | Merge branch 'bugfix/account_view_source.note' into 'develop' MastoAPI AccountView: fill source.note with plaintext version of note
Closes #926
See merge request pleroma/pleroma!1189 | 2019-05-22 05:39:01 +00:00 |  | 
				
					
						| 
								
								
									 Haelwenn (lanodan) Monnier | 0e2c215a00 | MastoAPI AccountView: fill source.note with plaintext version of note Closes: https://git.pleroma.social/pleroma/pleroma/issues/926 | 2019-05-22 07:22:19 +02:00 |  | 
				
					
						| 
								
								
									 rinpatch | 63b0b7190c | MastoAPI: Add GET /api/v1/polls/:id | 2019-05-21 20:40:35 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | 0407ffe75f | Change validation error status codes to be more appropriate | 2019-05-21 17:12:38 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | f28747858b | Actual vote count in poll view | 2019-05-21 14:27:09 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | 3f96b3e4b8 | Enforce poll limits and add error handling for MastodonAPI's post endpoint | 2019-05-21 10:54:20 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | 76a7429bef | Add poll limits to /api/v1/instance and initial state | 2019-05-21 09:13:10 +03:00 |  | 
				
					
						| 
								
								
									 kaniini | d4847b17ca | Merge branch 'refactor/add-virtual-thread-muted-field' into 'develop' Add virtual :thread_muted? field
Closes #901
See merge request pleroma/pleroma!1178 | 2019-05-20 23:30:19 +00:00 |  | 
				
					
						| 
								
								
									 Aaron Tinio | eb02edcad9 | Add virtual :thread_muted? field that may be set when fetching activities | 2019-05-21 00:35:46 +08:00 |  | 
				
					
						| 
								
								
									 Sadposter | daeae8e2e7 | Move default mascot configuration to config/ | 2019-05-20 16:12:55 +01:00 |  | 
				
					
						| 
								
								
									 Sadposter | e81f0fc6d4 | Add mascot get/set tests | 2019-05-20 12:58:06 +01:00 |  | 
				
					
						| 
								
								
									 Sadposter | 54e9cb5c2d | Add API endpoints for a custom user mascot | 2019-05-20 12:39:23 +01:00 |  | 
				
					
						| 
								
								
									 rinpatch | 1d90f9b969 | Remove tags/mentions/rich text from poll options because Mastodon and add custom emoji | 2019-05-19 17:06:44 +03:00 |  | 
				
					
						| 
								
								
									 rinpatch | 5ece901af3 | Resolve merge conflicts and remove IO.inspects | 2019-05-18 13:37:38 +03:00 |  | 
				
					
						| 
								
								
									 lain | 412a3d8a0f | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into rum-index | 2019-05-17 12:26:59 +02:00 |  | 
				
					
						| 
								
								
									 lambda | 1dcdcd8871 | Merge branch 'bugfix/903-mastoapi-relationship-requested' into 'develop' MastoAPI account_view.ex: requested is false when following is true
Closes #903
See merge request pleroma/pleroma!1169 | 2019-05-17 10:07:51 +00:00 |  | 
				
					
						| 
								
								
									 lambda | 46684db84d | Update account_view.ex | 2019-05-17 09:53:44 +00:00 |  | 
				
					
						| 
								
								
									 rinpatch | 642a67dd44 | Render polls in statuses | 2019-05-17 11:44:47 +03:00 |  | 
				
					
						| 
								
								
									 Alexander Strizhakov | 7ed682213f | Fix/902 random compile failing | 2019-05-17 07:25:20 +00:00 |  | 
				
					
						| 
								
								
									 Haelwenn (lanodan) Monnier | 68c75a08e8 | MastoAPI account_view.ex: requested is false when following is true Closes: https://git.pleroma.social/pleroma/pleroma/issues/903 | 2019-05-17 07:44:09 +02:00 |  | 
				
					
						| 
								
								
									 William Pitcock | de114ffbb0 | activitypub: remove contain_timeline() | 2019-05-15 15:53:06 +00:00 |  | 
				
					
						| 
								
								
									 lain | cbb3451023 | CommonAPI: Refactor visibility, forbid public to private replies. | 2019-05-15 16:30:08 +02:00 |  | 
				
					
						| 
								
								
									 lain | f1e67bdc31 | Search: Add optional rum indexing / searching. | 2019-05-15 15:28:01 +02:00 |  | 
				
					
						| 
								
								
									 Mark Felder | bbacdf2352 | Bump Mastodon API level | 2019-05-13 15:52:16 -05:00 |  | 
				
					
						| 
								
								
									 Alexander Strizhakov | a2be420f94 | differences_in_mastoapi_responses.md: fullname & bio are optionnal [ci skip] | 2019-05-13 18:35:45 +00:00 |  | 
				
					
						| 
								
								
									 Sachin Joshi | 7701a4c841 | Make irreversible field default to false in filters | 2019-05-14 00:13:15 +05:45 |  | 
				
					
						| 
								
								
									 lain | 01c45ddc9e | Search: Use RUM index. | 2019-05-11 11:26:46 +02:00 |  | 
				
					
						| 
								
								
									 Maksim | 799e1f48b5 | Refactoring functions for dealing with oauth scopes. | 2019-05-08 10:52:13 +00:00 |  |