27965ce5ed 
								
							 
						 
						
							
							
								
								Add trending statuses ( #17431 )  
							
							... 
							
							
							
							* Add trending statuses
* Fix dangling items with stale scores in localized sets
* Various fixes and improvements
- Change approve_all/reject_all to approve_accounts/reject_accounts
- Change Trends::Query methods to not mutate the original query
- Change Trends::Query#skip to offset
- Change follow recommendations to be refreshed in a transaction
* Add tests for trending statuses filtering behaviour
* Fix not applying filtering scope in controller 
							
						 
						
							2022-02-25 00:34:14 +01:00  
				
					
						
							
							
								 
						
							
								564efd0651 
								
							 
						 
						
							
							
								
								Add appeals ( #17364 )  
							
							... 
							
							
							
							* Add appeals
* Add ability to reject appeals and ability to browse pending appeals in admin UI
* Add strikes to account page in settings
* Various fixes and improvements
- Add separate notification setting for appeals, separate from reports
- Fix style of links in report/strike header
- Change approving an appeal to not restore statuses (due to federation complexities)
- Change style of successfully appealed strikes on account settings page
- Change account settings page to only show unappealed or recently appealed strikes
* Change appealed_at to overruled_at
* Fix missing method error 
							
						 
						
							2022-02-14 21:27:53 +01:00  
				
					
						
							
							
								 
						
							
								3aebe711fd 
								
							 
						 
						
							
							
								
								Change languages to be listed under standard instead of native name in admin UI ( #17485 )  
							
							
							
						 
						
							2022-02-09 04:15:38 +01:00  
				
					
						
							
							
								 
						
							
								b6d7726ecb 
								
							 
						 
						
							
							
								
								Remove language detection through cld3 ( #17478 )  
							
							... 
							
							
							
							* Remove language detection through cld3
* Update app/helpers/languages_helper.rb
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2022-02-08 02:41:17 +01:00  
				
					
						
							
							
								 
						
							
								c8b1e72a4f 
								
							 
						 
						
							
							
								
								Fix compacted JSON-LD possibly causing compatibility issues on forwarding ( #17428 )  
							
							
							
						 
						
							2022-02-03 14:09:04 +01:00  
				
					
						
							
							
								 
						
							
								d1ecc323e7 
								
							 
						 
						
							
							
								
								Compact JSON-LD signed incoming activities ( #17426 )  
							
							... 
							
							
							
							Co-authored-by: Puck Meerburg <puck@puck.moe> 
							
						 
						
							2022-02-03 14:07:29 +01:00  
				
					
						
							
							
								 
						
							
								dd63923c0a 
								
							 
						 
						
							
							
								
								Fix link_to_login argument handling when a block is passed ( #17345 )  
							
							
							
						 
						
							2022-01-24 03:29:03 +01:00  
				
					
						
							
							
								 
						
							
								bddd9ba36d 
								
							 
						 
						
							
							
								
								Add OMNIAUTH_ONLY environment variable to enforce externa log-in ( #17288 )  
							
							... 
							
							
							
							* Remove support for OAUTH_REDIRECT_AT_SIGN_IN
Fixes  #15959 
Introduced in #6540 , OAUTH_REDIRECT_AT_SIGN_IN allowed skipping the log-in form
to instead redirect to the external OmniAuth login provider.
However, it did not prevent the log-in form on /about introduced by #10232  from
appearing, and completely broke with the introduction of #15228 .
As I restoring that previous log-in flow without introducing a security
vulnerability may require extensive care and knowledge of how OmniAuth works,
this commit removes support for OAUTH_REDIRECT_AT_SIGN_IN instead for the time
being.
* Add OMNIAUTH_ONLY environment variable to enforce external log-in only
* Disable user registration when OMNIAUTH_ONLY is set to true
* Replace log-in links When OMNIAUTH_ONLY is set with exactly one OmniAuth provider 
							
						 
						
							2022-01-23 15:52:58 +01:00  
				
					
						
							
							
								 
						
							
								1060666c58 
								
							 
						 
						
							
							
								
								Add support for editing for published statuses ( #16697 )  
							
							... 
							
							
							
							* Add support for editing for published statuses
* Fix references to stripped-out code
* Various fixes and improvements
* Further fixes and improvements
* Fix updates being potentially sent to unauthorized recipients
* Various fixes and improvements
* Fix wrong words in test
* Fix notifying accounts that were tagged but were not in the audience
* Fix mistake 
							
						 
						
							2022-01-19 22:37:27 +01:00  
				
					
						
							
							
								 
						
							
								14f436c457 
								
							 
						 
						
							
							
								
								Add notifications for statuses deleted by moderators ( #17204 )  
							
							
							
						 
						
							2022-01-17 09:41:33 +01:00  
				
					
						
							
							
								 
						
							
								081e4426f8 
								
							 
						 
						
							
							
								
								Fix admin interface crash when displaying deleted user ( #17301 )  
							
							
							
						 
						
							2022-01-16 20:57:37 +01:00  
				
					
						
							
							
								 
						
							
								8e84ebf0cb 
								
							 
						 
						
							
							
								
								Remove IP tracking columns from users table ( #16409 )  
							
							
							
						 
						
							2022-01-16 13:23:50 +01:00  
				
					
						
							
							
								 
						
							
								7f803c41e2 
								
							 
						 
						
							
							
								
								Add ability to purge undeliverable domains from admin interface ( #16686 )  
							
							... 
							
							
							
							* Add ability to purge undeliverable domains from admin interface
* Add tests 
							
						 
						
							2021-12-17 23:01:21 +01:00  
				
					
						
							
							
								 
						
							
								0fb9536d38 
								
							 
						 
						
							
							
								
								Add batch suspend for accounts in admin UI ( #17009 )  
							
							
							
						 
						
							2021-12-05 21:48:39 +01:00  
				
					
						
							
							
								 
						
							
								6e50134a42 
								
							 
						 
						
							
							
								
								Add trending links ( #16917 )  
							
							... 
							
							
							
							* Add trending links
* Add overriding specific links trendability
* Add link type to preview cards and only trend articles
Change trends review notifications from being sent every 5 minutes to being sent every 2 hours
Change threshold from 5 unique accounts to 15 unique accounts
* Fix tests 
							
						 
						
							2021-11-25 13:07:38 +01:00  
				
					
						
							
							
								 
						
							
								8ce42640e5 
								
							 
						 
						
							
							
								
								Add Northern Kurdish locale as requested by translator. It already has a project started on Crowdin. ( #16548 )  
							
							
							
						 
						
							2021-10-14 21:02:54 +02:00  
				
					
						
							
							
								 
						
							
								07341e7aa6 
								
							 
						 
						
							
							
								
								Add graphs and retention metrics to admin dashboard ( #16829 )  
							
							
							
						 
						
							2021-10-14 20:44:59 +02:00  
				
					
						
							
							
								 
						
							
								e2844b7e58 
								
							 
						 
						
							
							
								
								Change number_to_human calls to always use 3-digits precision ( #16469 )  
							
							... 
							
							
							
							Fixes  #16435  
						
							2021-07-07 21:13:08 +02:00  
				
					
						
							
							
								 
						
							
								7f0d58b478 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16269 )  
							
							... 
							
							
							
							* New translations en.yml (Kazakh)
[ci skip]
* New translations en.json (Kazakh)
[ci skip]
* New translations doorkeeper.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations activerecord.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations simple_form.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations doorkeeper.en.yml (Croatian)
[ci skip]
* New translations en.json (Malayalam)
[ci skip]
* New translations doorkeeper.en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Malayalam)
[ci skip]
* New translations activerecord.en.yml (Sardinian)
[ci skip]
* New translations en.yml (Kabyle)
[ci skip]
* New translations en.json (Kabyle)
[ci skip]
* New translations en.yml (Sanskrit)
[ci skip]
* New translations en.json (Sanskrit)
[ci skip]
* New translations doorkeeper.en.yml (Sardinian)
[ci skip]
* New translations simple_form.en.yml (Sardinian)
[ci skip]
* New translations activerecord.en.yml (Kabyle)
[ci skip]
* New translations en.yml (Sardinian)
[ci skip]
* New translations en.json (Sardinian)
[ci skip]
* New translations doorkeeper.en.yml (Corsican)
[ci skip]
* New translations activerecord.en.yml (Corsican)
[ci skip]
* New translations simple_form.en.yml (Corsican)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations doorkeeper.en.yml (Sorani (Kurdish))
[ci skip]
* New translations simple_form.en.yml (Kabyle)
[ci skip]
* New translations doorkeeper.en.yml (Kabyle)
[ci skip]
* New translations simple_form.en.yml (Sorani (Kurdish))
[ci skip]
* New translations en.json (Silesian)
[ci skip]
* New translations activerecord.en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations simple_form.en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations en.json (Standard Moroccan Tamazight)
[ci skip]
* New translations en.yml (Silesian)
[ci skip]
* New translations en.json (Ido)
[ci skip]
* New translations en.yml (Taigi)
[ci skip]
* New translations en.json (Taigi)
[ci skip]
* New translations doorkeeper.en.yml (Ido)
[ci skip]
* New translations simple_form.en.yml (Ido)
[ci skip]
* New translations en.yml (Ido)
[ci skip]
* New translations activerecord.en.yml (Sorani (Kurdish))
[ci skip]
* New translations en.yml (Sorani (Kurdish))
[ci skip]
* New translations activerecord.en.yml (Malayalam)
[ci skip]
* New translations activerecord.en.yml (Sinhala)
[ci skip]
* New translations en.yml (Kannada)
[ci skip]
* New translations en.json (Kannada)
[ci skip]
* New translations en.yml (Cornish)
[ci skip]
* New translations en.json (Cornish)
[ci skip]
* New translations doorkeeper.en.yml (Sinhala)
[ci skip]
* New translations simple_form.en.yml (Sinhala)
[ci skip]
* New translations en.yml (Sinhala)
[ci skip]
* New translations en.json (Sinhala)
[ci skip]
* New translations doorkeeper.en.yml (Breton)
[ci skip]
* New translations activerecord.en.yml (Breton)
[ci skip]
* New translations simple_form.en.yml (Breton)
[ci skip]
* New translations en.yml (Breton)
[ci skip]
* New translations en.json (Breton)
[ci skip]
* New translations doorkeeper.en.yml (Malayalam)
[ci skip]
* New translations en.json (Sorani (Kurdish))
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations doorkeeper.en.yml (Serbian (Latin))
[ci skip]
* New translations activerecord.en.yml (Serbian (Latin))
[ci skip]
* New translations simple_form.en.yml (Serbian (Latin))
[ci skip]
* New translations en.yml (Serbian (Latin))
[ci skip]
* New translations en.json (Serbian (Latin))
[ci skip]
* New translations doorkeeper.en.yml (Occitan)
[ci skip]
* New translations activerecord.en.yml (Occitan)
[ci skip]
* New translations simple_form.en.yml (Occitan)
[ci skip]
* New translations en.json (Occitan)
[ci skip]
* New translations doorkeeper.en.yml (Asturian)
[ci skip]
* New translations activerecord.en.yml (Asturian)
[ci skip]
* New translations simple_form.en.yml (Asturian)
[ci skip]
* New translations en.yml (Asturian)
[ci skip]
* New translations en.json (Asturian)
[ci skip]
* New translations en.json (Spanish, Mexico)
[ci skip]
* New translations activerecord.en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations simple_form.en.yml (Icelandic)
[ci skip]
* New translations doorkeeper.en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations doorkeeper.en.yml (Dutch)
[ci skip]
* New translations activerecord.en.yml (Dutch)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations activerecord.en.yml (Norwegian)
[ci skip]
* New translations en.yml (Macedonian)
[ci skip]
* New translations en.json (Macedonian)
[ci skip]
* New translations en.yml (Lithuanian)
[ci skip]
* New translations en.json (Lithuanian)
[ci skip]
* New translations doorkeeper.en.yml (Korean)
[ci skip]
* New translations simple_form.en.yml (Norwegian)
[ci skip]
* New translations doorkeeper.en.yml (Norwegian)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations activerecord.en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations doorkeeper.en.yml (Portuguese)
[ci skip]
* New translations activerecord.en.yml (Portuguese)
[ci skip]
* New translations simple_form.en.yml (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations doorkeeper.en.yml (Polish)
[ci skip]
* New translations en.json (Punjabi)
[ci skip]
* New translations activerecord.en.yml (Polish)
[ci skip]
* New translations simple_form.en.yml (Polish)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Punjabi)
[ci skip]
* New translations activerecord.en.yml (Korean)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations doorkeeper.en.yml (Finnish)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations doorkeeper.en.yml (Hebrew)
[ci skip]
* New translations activerecord.en.yml (Hebrew)
[ci skip]
* New translations simple_form.en.yml (Hebrew)
[ci skip]
* New translations en.yml (Hebrew)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations activerecord.en.yml (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Hungarian)
[ci skip]
* New translations simple_form.en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Basque)
[ci skip]
* New translations activerecord.en.yml (Basque)
[ci skip]
* New translations simple_form.en.yml (Basque)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.json (Armenian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations doorkeeper.en.yml (Georgian)
[ci skip]
* New translations activerecord.en.yml (Georgian)
[ci skip]
* New translations simple_form.en.yml (Georgian)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations en.json (Georgian)
[ci skip]
* New translations doorkeeper.en.yml (Japanese)
[ci skip]
* New translations activerecord.en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.yml (Armenian)
[ci skip]
* New translations doorkeeper.en.yml (Italian)
[ci skip]
* New translations activerecord.en.yml (Italian)
[ci skip]
* New translations simple_form.en.yml (Italian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations doorkeeper.en.yml (Armenian)
[ci skip]
* New translations activerecord.en.yml (Armenian)
[ci skip]
* New translations simple_form.en.yml (Armenian)
[ci skip]
* New translations doorkeeper.en.yml (Russian)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations activerecord.en.yml (Spanish, Argentina)
[ci skip]
* New translations en.json (Portuguese, Brazilian)
[ci skip]
* New translations doorkeeper.en.yml (Icelandic)
[ci skip]
* New translations activerecord.en.yml (Icelandic)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations doorkeeper.en.yml (Galician)
[ci skip]
* New translations activerecord.en.yml (Galician)
[ci skip]
* New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations activerecord.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.json (Urdu (Pakistan))
[ci skip]
* New translations doorkeeper.en.yml (Persian)
[ci skip]
* New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations doorkeeper.en.yml (Tamil)
[ci skip]
* New translations activerecord.en.yml (Tamil)
[ci skip]
* New translations simple_form.en.yml (Tamil)
[ci skip]
* New translations en.yml (Tamil)
[ci skip]
* New translations en.json (Tamil)
[ci skip]
* New translations activerecord.en.yml (Persian)
[ci skip]
* New translations doorkeeper.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations simple_form.en.yml (Persian)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations doorkeeper.en.yml (Indonesian)
[ci skip]
* New translations activerecord.en.yml (Indonesian)
[ci skip]
* New translations simple_form.en.yml (Indonesian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Urdu (Pakistan))
[ci skip]
* New translations doorkeeper.en.yml (Chinese Traditional)
[ci skip]
* New translations simple_form.en.yml (Slovak)
[ci skip]
* New translations simple_form.en.yml (Albanian)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations doorkeeper.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations activerecord.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations simple_form.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.json (Serbian (Cyrillic))
[ci skip]
* New translations doorkeeper.en.yml (Albanian)
[ci skip]
* New translations activerecord.en.yml (Albanian)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations simple_form.en.yml (Swedish)
[ci skip]
* New translations doorkeeper.en.yml (Slovenian)
[ci skip]
* New translations activerecord.en.yml (Slovenian)
[ci skip]
* New translations simple_form.en.yml (Slovenian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations doorkeeper.en.yml (Slovak)
[ci skip]
* New translations activerecord.en.yml (Slovak)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations activerecord.en.yml (Swedish)
[ci skip]
* New translations activerecord.en.yml (Chinese Traditional)
[ci skip]
* New translations doorkeeper.en.yml (Ukrainian)
[ci skip]
* New translations simple_form.en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations doorkeeper.en.yml (Chinese Simplified)
[ci skip]
* New translations activerecord.en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations activerecord.en.yml (Ukrainian)
[ci skip]
* New translations doorkeeper.en.yml (Swedish)
[ci skip]
* New translations simple_form.en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations doorkeeper.en.yml (Turkish)
[ci skip]
* New translations activerecord.en.yml (Turkish)
[ci skip]
* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations doorkeeper.en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations devise.en.yml (Italian)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations doorkeeper.en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations doorkeeper.en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations doorkeeper.en.yml (Thai)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations activerecord.en.yml (Scottish Gaelic)
[ci skip]
* New translations doorkeeper.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations simple_form.en.yml (Thai)
[ci skip]
* New translations activerecord.en.yml (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* i18n-tasks normalize
* yarn manage:translations
* Fix normalization and enable es-MX 
							
						 
						
							2021-05-20 00:19:52 +02:00  
				
					
						
							
							
								 
						
							
								7cb34b32f8 
								
							 
						 
						
							
							
								
								Add management of delivery availability in Federation settings ( #15771 )  
							
							... 
							
							
							
							* Add management of delivery availavility in Federation settings
* fix translate
* Remove useless object creation
* Fix DeepSource issue
* Add shortcut for all
* Fix DeepSource(skipcq)
* Change 'remove' to 'clear'
* Fix style
* Change class method name (exhausted_deliveries_key_by) 
							
						 
						
							2021-05-05 23:39:02 +02:00  
				
					
						
							
							
								 
						
							
								351c744590 
								
							 
						 
						
							
							
								
								Fix error when trying to render component for media without meta ( #16112 )  
							
							
							
						 
						
							2021-05-05 21:16:55 +02:00  
				
					
						
							
							
								 
						
							
								f627d2eb93 
								
							 
						 
						
							
							
								
								Fix trying to fetch key from empty URI when verifying HTTP signature ( #16100 )  
							
							
							
						 
						
							2021-05-01 23:18:59 +02:00  
				
					
						
							
							
								 
						
							
								cafc7ad064 
								
							 
						 
						
							
							
								
								Add af, gd and si locales ( #16090 )  
							
							... 
							
							
							
							* Add af, gd and si locales
* i18n-tasks normalize
* Fix inconsistent interpolations
Co-authored-by: GunChleoc <fios@foramnagaidhlig.net>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2021-04-22 05:12:27 +02:00  
				
					
						
							
							
								 
						
							
								e243092a5a 
								
							 
						 
						
							
							
								
								Add DM icon back on HTML view of DMs ( #16086 )  
							
							... 
							
							
							
							Fix regression from #16052  
							
						 
						
							2021-04-21 15:40:00 +02:00  
				
					
						
							
							
								 
						
							
								480d7c9478 
								
							 
						 
						
							
							
								
								Fix missing source strings and inconsistent lead text style in admin UI ( #16052 )  
							
							
							
						 
						
							2021-04-17 11:12:49 +02:00  
				
					
						
							
							
								 
						
							
								b3ceb3dcc4 
								
							 
						 
						
							
							
								
								Add canonical e-mail blocks for suspended accounts ( #16049 )  
							
							... 
							
							
							
							Prevent new accounts from being created using the same underlying
e-mail as a suspended account using extensions and period
permutations. Stores e-mails as a SHA256 hash 
							
						 
						
							2021-04-17 03:14:25 +02:00  
				
					
						
							
							
								 
						
							
								d499bb031f 
								
							 
						 
						
							
							
								
								Use custom mascot on static share page ( #15687 )  
							
							... 
							
							
							
							* Use custom mascot on static share page
* Use full_asset_url 
							
						 
						
							2021-02-11 02:18:56 +01:00  
				
					
						
							
							
								 
						
							
								1f564051b6 
								
							 
						 
						
							
							
								
								Change RTL detection to rely on unicode-bidi paragraph by paragraph ( #14573 )  
							
							
							
						 
						
							2020-12-15 12:56:43 +01:00  
				
					
						
							
							
								 
						
							
								a55e6e99c0 
								
							 
						 
						
							
							
								
								Fix `ku` locale not being right-to-left ( #15252 )  
							
							
							
						 
						
							2020-11-30 23:02:32 +01:00  
				
					
						
							
							
								 
						
							
								148ce97e21 
								
							 
						 
						
							
							
								
								Add interrelationship icon ( #15149 )  
							
							... 
							
							
							
							* Add interrelationship icon
* Fix arrow for rtl
* Fix to predefined color 
							
						 
						
							2020-11-12 17:43:12 +01:00  
				
					
						
							
							
								 
						
							
								5206ede9c9 
								
							 
						 
						
							
							
								
								Add missing locales ( #15138 )  
							
							
							
						 
						
							2020-11-10 14:44:17 +01:00  
				
					
						
							
							
								 
						
							
								68d4b2b83e 
								
							 
						 
						
							
							
								
								Display “Show newer” and “Show older” instead of “Show more” in public pages ( #15052 )  
							
							
							
						 
						
							2020-11-04 21:15:45 +01:00  
				
					
						
							
							
								 
						
							
								d6fe0c94ca 
								
							 
						 
						
							
							
								
								Add account sensitized ( #14361 )  
							
							... 
							
							
							
							* Add account sensitized
* Fix i18n normalize
* Fix description and spec
* Fix spec
* Fix wording 
							
						 
						
							2020-11-04 20:45:01 +01:00  
				
					
						
							
							
								 
						
							
								5e1364c448 
								
							 
						 
						
							
							
								
								Add IP-based rules ( #14963 )  
							
							
							
						 
						
							2020-10-12 16:33:49 +02:00  
				
					
						
							
							
								 
						
							
								7d985f2aac 
								
							 
						 
						
							
							
								
								Remove dependency on goldfinger gem ( #14919 )  
							
							... 
							
							
							
							There are edge cases where requests to certain hosts timeout when
using the vanilla HTTP.rb gem, which the goldfinger gem uses. Now
that we no longer need to support OStatus servers, webfinger logic
is so simple that there is no point encapsulating it in a gem, so
we can just use our own Request class. With that, we benefit from
more robust timeout code and IPv4/IPv6 resolution.
Fix  #14091  
							
						 
						
							2020-10-08 00:34:57 +02:00  
				
					
						
							
							
								 
						
							
								8972e5f7f6 
								
							 
						 
						
							
							
								
								Bump rubocop from 0.86.0 to 0.88.0 ( #14412 )  
							
							... 
							
							
							
							* Bump rubocop from 0.86.0 to 0.88.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.86.0 to 0.88.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.86.0...v0.88.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Fix for latest RuboCop
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2020-09-01 03:04:00 +02:00  
				
					
						
							
							
								 
						
							
								418f0a33e9 
								
							 
						 
						
							
							
								
								Add a visibility icon to status ( #14123 )  
							
							... 
							
							
							
							* Add a visibility icon to status
* Change to using the icon element
* Fix RTL
* Add a public globe 
							
						 
						
							2020-06-25 22:43:59 +02:00  
				
					
						
							
							
								 
						
							
								662a49dc3f 
								
							 
						 
						
							
							
								
								Fix various issues around OpenGraph representation of media ( #14133 )  
							
							... 
							
							
							
							- Fix audio attachments not being represented in OpenGraph tags
- Fix audio being represented as "1 image" in OpenGraph descriptions
- Fix video metadata being overwritten by paperclip-av-transcoder
- Fix embedded player not using Mastodon's UI
- Fix audio/video progress bars not moving smoothly
- Fix audio/video buffered bars not displaying correctly 
							
						 
						
							2020-06-25 01:33:01 +02:00  
				
					
						
							
							
								 
						
							
								d890abfcab 
								
							 
						 
						
							
							
								
								Fix performance of follow import ( #13836 )  
							
							
							
						 
						
							2020-06-09 10:26:58 +02:00  
				
					
						
							
							
								 
						
							
								13f065da05 
								
							 
						 
						
							
							
								
								Add visibility parameter in share page ( #13023 )  
							
							... 
							
							
							
							* Add visibility parameter in share page
* Restrict to default privacy 
							
						 
						
							2020-06-09 00:16:30 +02:00  
				
					
						
							
							
								 
						
							
								4b766f9846 
								
							 
						 
						
							
							
								
								Refactor monkey-patching of Goldfinger ( #12561 )  
							
							
							
						 
						
							2020-05-10 11:41:43 +02:00  
				
					
						
							
							
								 
						
							
								4a2ea2e51b 
								
							 
						 
						
							
							
								
								Add `vi` to available locales ( #13542 )  
							
							... 
							
							
							
							* Enable selecting Vietnamese language in Admin Dashboard
* Update settings_helper.rb
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> 
							
						 
						
							2020-05-10 11:25:35 +02:00  
				
					
						
							
							
								 
						
							
								c0b849bdfd 
								
							 
						 
						
							
							
								
								Fix use of inline CSS in public pages ( #13576 )  
							
							... 
							
							
							
							Change `account_link_to` to use an image tag rather than some
inline CSS. Dropped the `size` parameter in the process, but it wasn't
used for anything except the default value of 36px.
Dropped CSS rules that were always overriden, and defaulted to 36px width
and height instead. 
							
						 
						
							2020-05-03 22:04:18 +02:00  
				
					
						
							
							
								 
						
							
								679980f77c 
								
							 
						 
						
							
							
								
								Allow users to delete their header and avatar ( #13234 )  
							
							... 
							
							
							
							This is achieved by sending a DELETE request to
/settings/profile/pictures/{avatar,header} via a link that is part of
the upload form's hint of the respective picture. 
							
						 
						
							2020-04-20 14:03:03 +02:00  
				
					
						
							
							
								 
						
							
								89077fb657 
								
							 
						 
						
							
							
								
								Fix admin actions log crash when displaying updates of deleted announcements ( #13489 )  
							
							... 
							
							
							
							Fixes  #13487  
						
							2020-04-17 19:54:58 +02:00  
				
					
						
							
							
								 
						
							
								f65568f1d4 
								
							 
						 
						
							
							
								
								Add ability to filter audit log in admin UI ( #13381 )  
							
							
							
						 
						
							2020-04-03 13:06:34 +02:00  
				
					
						
							
							
								 
						
							
								2423d2f677 
								
							 
						 
						
							
							
								
								Add ability to delete files uploaded for settings in admin UI ( #13192 )  
							
							... 
							
							
							
							* Allow deleting site uploads
* Refactor and move links into hints
* Fix i18n tests
* Fix HTML output of site_upload_delete_hint 
							
						 
						
							2020-03-08 16:00:24 +01:00  
				
					
						
							
							
								 
						
							
								c253f5c57e 
								
							 
						 
						
							
							
								
								Fix punycode being rendered instead of unicode in some places ( #13030 )  
							
							
							
						 
						
							2020-02-03 18:44:54 +01:00  
				
					
						
							
							
								 
						
							
								408b3e2b93 
								
							 
						 
						
							
							
								
								Add kabyle language to Mastodon ( #12962 )  
							
							... 
							
							
							
							* Add kabyle language to settings_helper
* Adding kabyle language to application.rb 
							
						 
						
							2020-01-26 14:42:35 +01:00  
				
					
						
							
							
								 
						
							
								f52c988e12 
								
							 
						 
						
							
							
								
								Add announcements ( #12662 )  
							
							... 
							
							
							
							* Add announcements
Fix  #11006 
* Add reactions to announcements
* Add admin UI for announcements
* Add unit tests
* Fix issues
- Add `with_dismissed` param to announcements API
- Fix end date not being formatted when time range is given
- Fix announcement delete causing reactions to send streaming updates
- Fix announcements container growing too wide and mascot too small
- Fix `all_day` being settable when no time range is given
- Change text "Update" to "Announcement"
* Fix scheduler unpublishing announcements before they are due
* Fix filter params not being passed to announcements filter 
							
						 
						
							2020-01-23 22:00:13 +01:00  
				
					
						
							
							
								 
						
							
								6feafb8802 
								
							 
						 
						
							
							
								
								Various fixes and improvements ( #12878 )  
							
							... 
							
							
							
							* Fix unused role routes being generated
* Remove unused JavaScript code
* Refactor filters code to be DRYer
* Fix `.count == 0` comparisons to `.empty?` in views
* Fix filters in views 
							
						 
						
							2020-01-20 15:55:03 +01:00  
				
					
						
							
							
								 
						
							
								a7d34d49ad 
								
							 
						 
						
							
							
								
								Add is to available locales ( #12882 )  
							
							... 
							
							
							
							Fix  #12869  
						
							2020-01-18 23:22:35 +01:00  
				
					
						
							
							
								 
						
							
								10f1450bba 
								
							 
						 
						
							
							
								
								Fix ruby 2.7 warnings about keyword parameters ( #12824 )  
							
							
							
						 
						
							2020-01-11 21:38:02 +01:00  
				
					
						
							
							
								 
						
							
								206dfd7dad 
								
							 
						 
						
							
							
								
								Clarify keyword arguments with ** ( #12769 )  
							
							... 
							
							
							
							This change is to suppress the warning below on on ruby-2.7.0:
- warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/  
							
						 
						
							2020-01-11 05:57:05 +09:00  
				
					
						
							
							
								 
						
							
								f86ee4b59f 
								
							 
						 
						
							
							
								
								Fix IDN mentions not being processed, IDN domains not being rendered ( #12715 )  
							
							... 
							
							
							
							This changes the REST API to return unicode domains in the `acct`
attribute instead of punycode, and to render unicode instead of
punycode on public HTML pages as well.
Fix  #7812 , fix  #12246  
							
						 
						
							2019-12-30 19:20:43 +01:00  
				
					
						
							
							
								 
						
							
								04582e3c3e 
								
							 
						 
						
							
							
								
								Remove some duplicate methods from StatusHelper and reflect changes to AccountHelper ( #12545 )  
							
							
							
						 
						
							2019-12-05 00:50:40 +01:00  
				
					
						
							
							
								 
						
							
								f43f1e0184 
								
							 
						 
						
							
							
								
								Add basic support for group actors ( #12071 )  
							
							... 
							
							
							
							* Show badge on group actor in WebUI
* Do not notify in case of  by following group actor
* If you mention group actor, also mention group actor followers
* Relax characters that can be used in username (same as Application)
* Revert "Relax characters that can be used in username (same as Application)"
This reverts commit 7e10a137b878d0db1b5252c52106faef5e09ca4b.
* Delete display_name method 
							
						 
						
							2019-12-04 20:36:33 +01:00  
				
					
						
							
							
								 
						
							
								d8f96028c5 
								
							 
						 
						
							
							
								
								Add ability to filter reports by target account domain ( #12154 )  
							
							... 
							
							
							
							* Add ability to filter reports by target account domain
* Reword by_target_domain label 
							
						 
						
							2019-11-30 19:53:58 +01:00  
				
					
						
							
							
								 
						
							
								5bc4edd078 
								
							 
						 
						
							
							
								
								Fix whitelist federation for subdomains ( #12435 )  
							
							
							
						 
						
							2019-11-21 11:35:39 +01:00  
				
					
						
							
							
								 
						
							
								24ea938ce1 
								
							 
						 
						
							
							
								
								Add kn, mr, ur to available locales ( #12379 )  
							
							
							
						 
						
							2019-11-13 23:36:41 +01:00  
				
					
						
							
							
								 
						
							
								a2014830c2 
								
							 
						 
						
							
							
								
								Fix broken admin audit log in whitelist mode ( #12303 )  
							
							
							
						 
						
							2019-11-11 00:05:15 +02:00  
				
					
						
							
							
								 
						
							
								a6269b2f83 
								
							 
						 
						
							
							
								
								Split AccountsHelper from StatusesHelper ( #12078 )  
							
							
							
						 
						
							2019-10-24 22:50:09 +02:00  
				
					
						
							
							
								 
						
							
								fb45f6d911 
								
							 
						 
						
							
							
								
								Add br, es-AR, et, mk, nn to available locales ( #12062 )  
							
							
							
						 
						
							2019-10-03 03:59:43 +02:00  
				
					
						
							
							
								 
						
							
								3ed94dcc1a 
								
							 
						 
						
							
							
								
								Add account migration UI ( #11846 )  
							
							... 
							
							
							
							Fix  #10736 
- Change data export to be available for non-functional accounts
- Change non-functional accounts to include redirecting accounts 
						
							2019-09-19 20:58:19 +02:00  
				
					
						
							
							
								 
						
							
								692fe477b4 
								
							 
						 
						
							
							
								
								New Crowdin translations ( #11799 )  
							
							... 
							
							
							
							* New translations doorkeeper.en.yml (Hungarian)
[ci skip]
* New translations doorkeeper.en.yml (Ido)
[ci skip]
* New translations doorkeeper.en.yml (Indonesian)
[ci skip]
* New translations doorkeeper.en.yml (Italian)
[ci skip]
* New translations doorkeeper.en.yml (Japanese)
[ci skip]
* New translations doorkeeper.en.yml (Kazakh)
[ci skip]
* New translations simple_form.en.yml (Asturian)
[ci skip]
* New translations simple_form.en.yml (Arabic)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.json (Kazakh)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.json (Latvian)
[ci skip]
* New translations en.json (Lithuanian)
[ci skip]
* New translations en.json (Malay)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations en.json (Occitan)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Polish)
[ci skip]
* New translations en.json (Portuguese, Brazilian)
[ci skip]
* New translations en.json (Indonesian)
[ci skip]
* New translations en.json (Romanian)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.json (Serbian (Cyrillic))
[ci skip]
* New translations en.json (Serbian (Latin))
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations en.json (Tamil)
[ci skip]
* New translations en.json (Telugu)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations en.json (Ido)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.json (Chinese Traditional, Hong Kong)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.json (Albanian)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.json (Armenian)
[ci skip]
* New translations en.json (Asturian)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations en.json (Bengali)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.json (Chinese Traditional)
[ci skip]
* New translations en.json (Corsican)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Croatian)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.json (Esperanto)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.json (Georgian)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.json (Welsh)
[ci skip]
* New translations simple_form.en.yml (Albanian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Lithuanian)
[ci skip]
* New translations en.yml (Malay)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Romanian)
[ci skip]
* New translations en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Serbian (Latin))
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Tamil)
[ci skip]
* New translations en.yml (Telugu)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Welsh)
[ci skip]
* New translations en.yml (Kazakh)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Croatian)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Armenian)
[ci skip]
* New translations en.yml (Asturian)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.yml (Bengali)
[ci skip]
* New translations en.yml (Bulgarian)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Hebrew)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Ido)
[ci skip]
* New translations doorkeeper.en.yml (Estonian)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations simple_form.en.yml (Spanish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Norwegian Nynorsk)
[ci skip]
* New translations simple_form.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations activerecord.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations devise.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations doorkeeper.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Armenian)
[ci skip]
* New translations en.json (Breton)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations doorkeeper.en.yml (Breton)
[ci skip]
* New translations devise.en.yml (Breton)
[ci skip]
* New translations simple_form.en.yml (Breton)
[ci skip]
* New translations en.yml (Breton)
[ci skip]
* New translations activerecord.en.yml (Breton)
[ci skip]
* New translations devise.en.yml (Asturian)
[ci skip]
* New translations en.json (Asturian)
[ci skip]
* New translations activerecord.en.yml (Asturian)
[ci skip]
* New translations devise.en.yml (Russian)
[ci skip]
* New translations activerecord.en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations devise.en.yml (Norwegian)
[ci skip]
* New translations activerecord.en.yml (Norwegian)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations en.json (Malay)
[ci skip]
* New translations en.json (Serbian (Cyrillic))
[ci skip]
* New translations devise.en.yml (Serbian (Latin))
[ci skip]
* New translations devise.en.yml (Ukrainian)
[ci skip]
* New translations activerecord.en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations devise.en.yml (Slovak)
[ci skip]
* New translations activerecord.en.yml (Slovak)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations activerecord.en.yml (Serbian (Latin))
[ci skip]
* New translations en.json (Serbian (Latin))
[ci skip]
* New translations devise.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations activerecord.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations activerecord.en.yml (Indonesian)
[ci skip]
* New translations devise.en.yml (Georgian)
[ci skip]
* New translations activerecord.en.yml (Georgian)
[ci skip]
* New translations en.json (Georgian)
[ci skip]
* New translations devise.en.yml (Croatian)
[ci skip]
* New translations en.json (Croatian)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations devise.en.yml (Chinese Traditional, Hong Kong)
[ci skip]
* New translations activerecord.en.yml (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.json (Chinese Traditional, Hong Kong)
[ci skip]
* New translations devise.en.yml (Bulgarian)
[ci skip]
* New translations activerecord.en.yml (Bulgarian)
[ci skip]
* New translations en.json (Lithuanian)
[ci skip]
* New translations en.json (Latvian)
[ci skip]
* New translations devise.en.yml (Indonesian)
[ci skip]
* New translations en.json (Indonesian)
[ci skip]
* New translations devise.en.yml (Ido)
[ci skip]
* New translations en.json (Ido)
[ci skip]
* New translations devise.en.yml (Hebrew)
[ci skip]
* New translations activerecord.en.yml (Hebrew)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Kazakh)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Estonian)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Welsh)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations simple_form.en.yml (Portuguese)
[ci skip]
* New translations doorkeeper.en.yml (Portuguese)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Romanian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.yml (Lithuanian)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.yml (Asturian)
[ci skip]
* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.yml (Serbian (Latin))
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* i18n-tasks normalize
* yarn manage:translations 
							
						 
						
							2019-09-16 15:11:01 +02:00  
				
					
						
							
							
								 
						
							
								ef0d22f232 
								
							 
						 
						
							
							
								
								Add search and sort functions to hashtag admin UI ( #11829 )  
							
							... 
							
							
							
							* Add search and sort functions to hashtag admin UI
* Move scope processing from tags_controller to tag_filter
* Fix based on method naming conventions
* Fixed not to get 500 errors for invalid requests 
							
						 
						
							2019-09-16 14:27:29 +02:00  
				
					
						
							
							
								 
						
							
								bc869501f5 
								
							 
						 
						
							
							
								
								Fix name of Portuguese language not including Portugal ( #11820 )  
							
							... 
							
							
							
							Fix  #11602  
						
							2019-09-13 16:00:19 +02:00  
				
					
						
							
							
								 
						
							
								17389c63c8 
								
							 
						 
						
							
							
								
								Change /admin/custom_emoji to honor the auto_play_gif setting ( #11801 )  
							
							... 
							
							
							
							Fixes  #9535  
						
							2019-09-10 20:56:07 +02:00  
				
					
						
							
							
								 
						
							
								3221f998dd 
								
							 
						 
						
							
							
								
								Change OpenGraph description on sign-up page to reflect invite ( #11744 )  
							
							
							
						 
						
							2019-09-03 04:56:54 +02:00  
				
					
						
							
							
								 
						
							
								9871904172 
								
							 
						 
						
							
							
								
								Change layout of public profile directory to be the same as in web UI ( #11705 )  
							
							
							
						 
						
							2019-08-30 07:41:16 +02:00  
				
					
						
							
							
								 
						
							
								e5cee8062f 
								
							 
						 
						
							
							
								
								Fix blurhash and autoplay not working on public pages ( #11585 )  
							
							
							
						 
						
							2019-08-16 19:15:05 +02:00  
				
					
						
							
							
								 
						
							
								115dab78f1 
								
							 
						 
						
							
							
								
								Change admin UI for hashtags and add back whitelisted trends ( #11490 )  
							
							... 
							
							
							
							Fix  #271 
Add back the `GET /api/v1/trends` API with the caveat that it does
not return tags that have not been allowed to trend by the staff.
When a hashtag begins to trend (internally) and that hashtag has
not been previously reviewed by the staff, the staff is notified.
The new admin UI for hashtags allows filtering hashtags by where
they are used (e.g. in the profile directory), whether they have
been reviewed or are pending reviewal, they show by how many people
the hashtag is used in the directory, how many people used it
today, how many statuses with it have been created today, and it
allows fixing the name of the hashtag to make it more readable.
The disallowed hashtags feature has been reworked. It is now
controlled from the admin UI for hashtags instead of from
the file `config/settings.yml` 
						
							2019-08-05 19:54:29 +02:00  
				
					
						
							
							
								 
						
							
								24552b5160 
								
							 
						 
						
							
							
								
								Add whitelist mode ( #11291 )  
							
							
							
						 
						
							2019-07-30 11:10:46 +02:00  
				
					
						
							
							
								 
						
							
								15de24a425 
								
							 
						 
						
							
							
								
								Bump json-ld-preloaded from 3.0.2 to 3.0.3 ( #11316 )  
							
							... 
							
							
							
							* Bump json-ld-preloaded from 3.0.2 to 3.0.3
Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases )
- [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.0.2...3.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* use json-ld edge 
							
						 
						
							2019-07-28 13:48:43 +02:00  
				
					
						
							
							
								 
						
							
								4e8dcc5dbb 
								
							 
						 
						
							
							
								
								Add HTTP signatures to all outgoing ActivityPub GET requests ( #11284 )  
							
							
							
						 
						
							2019-07-11 14:49:55 +02:00  
				
					
						
							
							
								 
						
							
								5d3feed191 
								
							 
						 
						
							
							
								
								Refactor fetching of remote resources ( #11251 )  
							
							
							
						 
						
							2019-07-10 18:59:28 +02:00  
				
					
						
							
							
								 
						
							
								4e92183227 
								
							 
						 
						
							
							
								
								Refactor domain block checks ( #11268 )  
							
							
							
						 
						
							2019-07-09 03:27:35 +02:00  
				
					
						
							
							
								 
						
							
								b851456139 
								
							 
						 
						
							
							
								
								Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ( #11247 )  
							
							
							
						 
						
							2019-07-07 16:16:51 +02:00  
				
					
						
							
							
								 
						
							
								20dda5cca0 
								
							 
						 
						
							
							
								
								Change full logo to use primary text color of the given theme ( #10994 )  
							
							... 
							
							
							
							* Change full logo to use primary text color of the given theme
* Fix colors of public layout header in light theme 
							
						 
						
							2019-06-08 15:30:06 +02:00  
				
					
						
							
							
								 
						
							
								8d5dcc9301 
								
							 
						 
						
							
							
								
								Use `<use />` to render transparent SVG logo instead of inserting it ( #10845 )  
							
							
							
						 
						
							2019-05-27 03:33:39 +02:00  
				
					
						
							
							
								 
						
							
								46cb36fd2c 
								
							 
						 
						
							
							
								
								Add invite request to pending account notification e-mail ( #10528 )  
							
							... 
							
							
							
							Fix sorting of the pending accounts page 
							
						 
						
							2019-04-10 00:36:01 +02:00  
				
					
						
							
							
								 
						
							
								67b3b62b98 
								
							 
						 
						
							
							
								
								Improve blocked view of profiles ( #10491 )  
							
							... 
							
							
							
							* Revert "Fix filtering of favourited_by, reblogged_by, followers and following (#10447 )"
This reverts commit 120544067f#10442 )"
This reverts commit 62bafa20a1 
							
						 
						
							2019-04-07 04:59:13 +02:00  
				
					
						
							
							
								 
						
							
								f1bc90ab50 
								
							 
						 
						
							
							
								
								Rename :poll to :preloadable_poll and :owned_poll to :poll on Status ( #10401 )  
							
							... 
							
							
							
							Also, fix some n+1 queries
Resolve  #10365  
							
						 
						
							2019-03-28 04:44:59 +01:00  
				
					
						
							
							
								 
						
							
								08ec7435ce 
								
							 
						 
						
							
							
								
								Add order options to relationship manager UI ( #10404 )  
							
							
							
						 
						
							2019-03-28 02:16:01 +01:00  
				
					
						
							
							
								 
						
							
								e117964325 
								
							 
						 
						
							
							
								
								Change icons of features on admin dashboard to remove bias ( #10366 )  
							
							... 
							
							
							
							Red crosses implied that it was bad/unexpected that certain features
were not enabled. In reality, they are options, so showing a green
or grey power-off icon is more appropriate.
Add status of timeline preview as well
Fix sample accounts changing too frequently due to wrong query
Sample accounts are intended to be sorted by popularity 
							
						 
						
							2019-03-26 01:24:19 +01:00  
				
					
						
							
							
								 
						
							
								9d9b6e3543 
								
							 
						 
						
							
							
								
								Add missing locales (bn, ga, hi) ( #10295 )  
							
							
							
						 
						
							2019-03-18 21:55:21 +01:00  
				
					
						
							
							
								 
						
							
								b8e4c85e69 
								
							 
						 
						
							
							
								
								Add dormant filter to relationship manager, rename other filters ( #10308 )  
							
							... 
							
							
							
							Rename "abandoned" to "moved", and "active" to "primary" 
							
						 
						
							2019-03-18 03:53:17 +01:00  
				
					
						
							
							
								 
						
							
								1c113fd72d 
								
							 
						 
						
							
							
								
								Add relationship manager UI ( #10268 )  
							
							
							
						 
						
							2019-03-16 11:23:22 +01:00  
				
					
						
							
							
								 
						
							
								782b622f5f 
								
							 
						 
						
							
							
								
								Add specs for action log helper ( #9605 )  
							
							... 
							
							
							
							* Add specs for ActionLogHelper
* Make some methods private
methods below never referenced from outside of their module:
- #linkable_log_target
- #log_target_from_history 
							
						 
						
							2019-03-16 00:57:23 +09:00  
				
					
						
							
							
								 
						
							
								51e154f5e8 
								
							 
						 
						
							
							
								
								Admission-based registrations mode ( #10250 )  
							
							... 
							
							
							
							Fix  #6856 
Fix  #6951  
						
							2019-03-14 05:28:30 +01:00  
				
					
						
							
							
								 
						
							
								9f5b55ad4f 
								
							 
						 
						
							
							
								
								Fix poll update handler calling method was that was not available ( #10246 )  
							
							... 
							
							
							
							* Fix poll update handler calling method was that was not available
Fix regression from #10209 
* Refactor VoteService
* Refactor ActivityPub::DistributePollUpdateWorker and optimize it
* Fix typo
* Fix typo 
							
						 
						
							2019-03-12 22:58:59 +01:00  
				
					
						
							
							
								 
						
							
								65fffeac3f 
								
							 
						 
						
							
							
								
								Redesign landing page ( #10232 )  
							
							
							
						 
						
							2019-03-12 17:34:00 +01:00  
				
					
						
							
							
								 
						
							
								df5924a1db 
								
							 
						 
						
							
							
								
								Do not error out on unsalvageable errors in FetchRepliesService ( #10175 )  
							
							... 
							
							
							
							* Do not error out on unsalvageable errors in FetchRepliesService
Fixes  #10152 
* Fix FetchRepliesWorker erroring out on deleted statuses 
							
						 
						
							2019-03-05 15:21:14 +01:00  
				
					
						
							
							
								 
						
							
								a198add83b 
								
							 
						 
						
							
							
								
								Fix various issues in polls ( #10165 )  
							
							... 
							
							
							
							* Fix ActivityPub poll results being serialized even with hide_totals
* Fix poll refresh button having a different font size
* Display poll in OpenGraph description
* Fix NoMethodError when serializing votes
Regression from #10158 
* Fix polls on public pages being broken for non-logged-in users
* Do not show time remaining if poll has no expiration date 
							
						 
						
							2019-03-05 03:51:18 +01:00  
				
					
						
							
							
								 
						
							
								9dd54ffb1c 
								
							 
						 
						
							
							
								
								Avoid redundant HTTP request on some error cases ( #10115 )  
							
							
							
						 
						
							2019-02-25 15:54:17 +01:00  
				
					
						
							
							
								 
						
							
								57483f2ffb 
								
							 
						 
						
							
							
								
								I18n: Add language options for Kazakh and Lithuanian ( #10104 )  
							
							
							
						 
						
							2019-02-23 22:20:35 +01:00  
				
					
						
							
							
								 
						
							
								6840a77711 
								
							 
						 
						
							
							
								
								Add domain search/filter to the "Federation" (/admin/instances) page ( #10071 )  
							
							
							
						 
						
							2019-02-18 14:59:19 +01:00  
				
					
						
							
							
								 
						
							
								7750416597 
								
							 
						 
						
							
							
								
								I18n: Update Czech pluralization and fix some language names ( #10015 )  
							
							... 
							
							
							
							* I18n: Update Czech pluralization
* I18n: Fix some language names
* I18n: Fix some language names 
							
						 
						
							2019-02-13 18:53:01 +01:00  
				
					
						
							
							
								 
						
							
								c0a564feaa 
								
							 
						 
						
							
							
								
								Add available locales for lv, ms, sq ( #10008 )  
							
							
							
						 
						
							2019-02-11 13:19:06 +01:00  
				
					
						
							
							
								 
						
							
								6513f6c953 
								
							 
						 
						
							
							
								
								Replace unlock-alt icon with unlock ( #9952 )  
							
							
							
						 
						
							2019-01-31 13:45:15 +01:00