Eugen Rochko 
							
						 
					 
					
						
						
							
						
						9dbae6e8a1 
					 
					
						
						
							
							Save video metadata and improve video OpenGraph tags ( #6481 )  
						
						 
						
						... 
						
						
						
						* Save metadata from video attachments, put correct dimensions into OG tags
* Add twitter:player for videos
* Fix code style and test 
						
						
					 
					
						2018-02-16 07:22:20 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						1122579216 
					 
					
						
						
							
							Do not hide NSFW media/CW'd text in OpenGraph tags ( #6479 )  
						
						 
						
						... 
						
						
						
						Reasoning: HTML title tag affects everyone. But OpenGraph only affects
when somebody is deliberately sharing the content, usually in an
environment where such content is expected. Hiding the content in
OpenGraph tags results in deceitful previews which inhibit the
shareability of the post.
Example: Somebody writes a clever post about politics but kindly
puts a "uspol" content warning on it. Mastodon users are thankful,
but sharing this post on another platform results in non-Mastodon
users believing the entire contents of the post is "uspol" and not
clicking through/reading and re-sharing. 
						
						
					 
					
						2018-02-16 04:40:53 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ThibG 
							
						 
					 
					
						
						
							
						
						411c9ecb4b 
					 
					
						
						
							
							Fix password recovery ( #6459 )  
						
						 
						
						... 
						
						
						
						* Fix password recovery
* Use “resource” instead of “current_user” 
						
						
					 
					
						2018-02-10 17:09:44 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						76f3d5d16b 
					 
					
						
						
							
							Add preference to always display sensitive media ( #6448 )  
						
						 
						
						
						
						
					 
					
						2018-02-09 00:26:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Renato "Lond" Cerqueira 
							
						 
					 
					
						
						
							
						
						4e4f1b0dcb 
					 
					
						
						
							
							Add option to show only local toots in timeline preview ( #6292 )  
						
						 
						
						... 
						
						
						
						* Add option to show only local toots in timeline preview
Right know, toots from all the known fediverse are shown in the main
page of an instance. That however doesn't reflect the instance itself.
With this option the admin may choose to display only local toots so
that users checking the instance get a better idea of internal
conversations.
* Fix issues pointed by codeclimate and eslint
* Add default message for community timeline
* Update pl.yml 
						
						
					 
					
						2018-02-04 06:00:10 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						26f21fd5a0 
					 
					
						
						
							
							CAS + SAML authentication feature ( #6425 )  
						
						 
						
						... 
						
						
						
						* Cas authentication feature
* Config
* Remove class_eval + Omniauth initializer
* Codeclimate review
* Codeclimate review 2
* Codeclimate review 3
* Remove uid/email reconciliation
* SAML authentication
* Clean up code
* Improve login form
* Fix code style issues
* Add locales 
						
						
					 
					
						2018-02-04 05:42:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Charlotte Fields 
							
						 
					 
					
						
						
							
						
						af40824998 
					 
					
						
						
							
							moved save button ( #3792 )  
						
						 
						
						... 
						
						
						
						* moved save button
* added save back to the bottom
* Update show.html.haml 
						
						
					 
					
						2018-02-02 10:45:43 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akihiko Odaki 
							
						 
					 
					
						
						
							
						
						5da5c65db8 
					 
					
						
						
							
							Unify links container implementation in about pages ( #6382 )  
						
						 
						
						... 
						
						
						
						They were redundant, and also had a inconsistency; the button for
"other instances" had an icon for the external link in "more" page, but
it didn't in the other pages.
This unifies the implementation, and the external link icon is now shown
in all the about pages. 
						
						
					 
					
						2018-02-02 10:32:21 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexander 
							
						 
					 
					
						
						
							
						
						04fef7b888 
					 
					
						
						
							
							pam authentication ( #5303 )  
						
						 
						
						... 
						
						
						
						* add pam support, without extra column
* bugfixes for pam login
* document options
* fix code style
* fix codestyle
* fix tests
* don't call remember_me without password
* fix codestyle
* improve checks for pam usage (should fix tests)
* fix remember_me part 1
* add remember_token column because :rememberable requires either a password or this column.
* migrate db for remember_token
* move pam_authentication to the right place, fix logic bug in edit.html.haml
* fix tests
* fix pam authentication, improve username lookup, add comment
* valid? is sometimes not honored, return nil instead trying to authenticate with pam
* update devise_pam_authenticatable2 and adjust code. Fixes sideeffects observed in tests
* update devise_pam_authenticatable gem, fixes for codeconventions, fix finding user
* codeconvention fixes
* code convention fixes
* fix idention
* update dependency, explicit conflict check
* fix disabled password updates if in pam mode
* fix check password if password is present, fix templates
* block registration if account is maintained by pam
* Revert "block registration if account is maintained by pam"
This reverts commit 8e7a083d650240b6fac414926744b4b90b435f20.
* fix identation error introduced by rebase
* block usernames maintained by pam
* document pam settings better
* fix code style 
						
						
					 
					
						2018-02-02 10:18:55 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						79bc3d5845 
					 
					
						
						
							
							Add direction tags to HTML e-mails for RTL languages ( #6373 )  
						
						 
						
						
						
						
					 
					
						2018-01-29 00:22:20 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ThibG 
							
						 
					 
					
						
						
							
						
						4ec9d8b4d9 
					 
					
						
						
							
							Display deleted users' role as “Suspended” ( #6339 )  
						
						 
						
						... 
						
						
						
						Follow-up to 6eb60260b1  which missed a spot where
the same error occurs. 
						
						
					 
					
						2018-01-23 14:31:31 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akihiko Odaki 
							
						 
					 
					
						
						
							
						
						8cc65cde27 
					 
					
						
						
							
							Resolve URL for local account in follow authorization success view ( #6324 )  
						
						 
						
						
						
						
					 
					
						2018-01-22 14:22:14 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						1287de1b83 
					 
					
						
						
							
							Fix invalid value passed to full_asset_url in mailers ( #6312 )  
						
						 
						
						
						
						
					 
					
						2018-01-21 13:20:00 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Iijima Yasushi 
							
						 
					 
					
						
						
							
						
						72f9eab3d6 
					 
					
						
						
							
							Change mailer avatar url ( #6309 )  
						
						 
						
						... 
						
						
						
						* Change mailer avatar url
* Use full_asset_url method 
						
						
					 
					
						2018-01-20 19:27:13 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						872a0d5bd8 
					 
					
						
						
							
							Improve HTML e-mails based on Litmus tests ( #6301 )  
						
						 
						
						... 
						
						
						
						* Use PNG images in HTML e-mails
* Make webpack use URLs with host so fonts load inside HTML e-mails
Convert this back to a relative URL in the premailer CSS loader
since local requests are quicker
* Improve responsive design
* Add missing PNG icon 
						
						
					 
					
						2018-01-20 01:32:21 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						01421999ae 
					 
					
						
						
							
							Make text e-mails consistent with HTML ones in UserMailer ( #6291 )  
						
						 
						
						... 
						
						
						
						* Make text e-mails consistent with HTML ones in UserMailer
* Fix UserMailer specs 
						
						
					 
					
						2018-01-20 01:32:05 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						d799921c75 
					 
					
						
						
							
							Replace tutorial modal with welcome e-mail ( #6273 )  
						
						 
						
						... 
						
						
						
						* Remove onboarding modal
* Welcome e-mail
* Send welcome e-mail after confirmation
* Remove obsolete translations 
						
						
					 
					
						2018-01-18 19:17:25 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mayaeh 
							
						 
					 
					
						
						
							
						
						eed7484cd6 
					 
					
						
						
							
							Change mailer image url ( #6279 )  
						
						 
						
						... 
						
						
						
						* Change image URL in mailer to full path
* Add application_mailer.view_profile localization. 
						
						
					 
					
						2018-01-17 12:41:24 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						02194838dd 
					 
					
						
						
							
							HTML e-mails for NotificationMailer ( #6263 )  
						
						 
						
						... 
						
						
						
						* HTML e-mails for NotificationMailer (except digest)
* Add HTML template for digest
* Fix build 
						
						
					 
					
						2018-01-16 20:20:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yamagishi Kazutoshi 
							
						 
					 
					
						
						
							
						
						9a28052e92 
					 
					
						
						
							
							Change image URL in mailer to full path ( #6264 )  
						
						 
						
						
						
						
					 
					
						2018-01-16 06:26:46 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						5276c0a090 
					 
					
						
						
							
							HTML e-mails for UserMailer ( #6256 )  
						
						 
						
						... 
						
						
						
						- premailer gem to turn CSS into inline styles automatically
- rework UserMailer templates
- reword UserMailer templates 
						
						
					 
					
						2018-01-16 03:29:11 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeong Arm 
							
						 
					 
					
						
						
							
						
						704053d221 
					 
					
						
						
							
							Handle sessions that can't be translated ( #6245 )  
						
						 
						
						... 
						
						
						
						* Handle sessions that can't be translated
This commit fixes  #6165 .
* Fix typo 
						
						
					 
					
						2018-01-12 02:44:28 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						d41f0b66cc 
					 
					
						
						
							
							Fix   #6204 : Use content warning for page title when present ( #6231 )  
						
						 
						
						
						
						
					 
					
						2018-01-09 19:34:58 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						dbda87c31f 
					 
					
						
						
							
							Revert  #5772  ( #6221 )  
						
						 
						
						
						
						
					 
					
						2018-01-08 10:57:52 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								SerCom_KC 
							
						 
					 
					
						
						
							
						
						c4d36d024c 
					 
					
						
						
							
							Update Simplified Chinese translations ( #6215 )  
						
						 
						
						... 
						
						
						
						* i18n: (zh-CN) Add translations of #6125 
* i18n: (zh-CN) Add translations of #6132 
* i18n: (zh-CN) Add translations of #6099 
* i18n: (zh-CN) Add translations of #6071 
* i18n: (zh-CN) Improve translations 
						
						
					 
					
						2018-01-07 17:32:50 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Quenty31 
							
						 
					 
					
						
						
							
						
						06636c6eca 
					 
					
						
						
							
							l10n Occitan language: mailer update ( #6193 )  
						
						 
						
						... 
						
						
						
						* Create email_changed.oc.html.erb
* Create email_changed.oc.text.erb
* Update email_changed.oc.html.erb
* Update email_changed.oc.html.erb
* Create reconfirmation_instructions.oc.html.erb
* Create reconfirmation_instructions.oc.text.erb
* Update confirmation_instructions.oc.html.erb
* Update confirmation_instructions.oc.text.erb
* Update confirmation_instructions.oc.html.erb
* Update reconfirmation_instructions.oc.html.erb
* Update reconfirmation_instructions.oc.text.erb
* Update reconfirmation_instructions.oc.html.erb 
						
						
					 
					
						2018-01-05 18:59:43 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akihiko Odaki 
							
						 
					 
					
						
						
							
						
						161c72d66d 
					 
					
						
						
							
							Allow to dereference Follow object for ActivityPub ( #5772 )  
						
						 
						
						... 
						
						
						
						* Allow to dereference Follow object for ActivityPub
* Accept IRI as object representation for Accept activity 
						
						
					 
					
						2018-01-03 18:08:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcin Mikołajczak 
							
						 
					 
					
						
						
							
						
						53d99ebf4f 
					 
					
						
						
							
							i18n: Update Polish translation ( #6168 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Marcin Mikołajczak <me@m4sk.in > 
						
						
					 
					
						2018-01-03 22:45:24 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yamagishi Kazutoshi 
							
						 
					 
					
						
						
							
						
						1001922156 
					 
					
						
						
							
							Add Japanese translations  #5997 ,  #6003 ,  #6004 ,  #6071 ,  #6099 ,  #6125  and  #6132  ( #6167 )  
						
						 
						
						... 
						
						
						
						* yarn manage:translations
* Add Japanese translation for #5997 
* Add Japanese translation for #6003 
* Add Japanese translation for #6004 
* Add Japanese translation for #6071 
* Add Japanese translation for #6099 
* Add Japanese translation for #6125 
* Add Japanese translation for #6132  
						
						
					 
					
						2018-01-03 21:00:39 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Figel 
							
						 
					 
					
						
						
							
						
						04ecf44c2f 
					 
					
						
						
							
							Add confirmation step for email changes ( #6071 )  
						
						 
						
						... 
						
						
						
						* Add confirmation step for email changes
This adds a confirmation step for email changes of existing users.
Like the initial account confirmation, a confirmation link is sent
to the new address.
Additionally, a notification is sent to the existing address when
the change is initiated. This message includes instruction to reset
the password immediately or to contact the instance admin if the
change was not initiated by the account owner.
Fixes  #3871 
* Add review fixes 
						
						
					 
					
						2018-01-02 16:55:00 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Otakan 
							
						 
					 
					
						
						
							
						
						ce854ed506 
					 
					
						
						
							
							delete X-UA-Compatible ( #6068 )  
						
						 
						
						... 
						
						
						
						* delete X-UA-Compatible
* undo
* restore 
						
						
					 
					
						2018-01-02 13:38:12 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Branko Kokanovic 
							
						 
					 
					
						
						
							
						
						21b9da6418 
					 
					
						
						
							
							Adding Serbian latin translations ( #6146 )  
						
						 
						
						... 
						
						
						
						Serbian latin (sr-Latn) is generated automatically from Serbian (sr) translation. Also changed some wording in original (Serbian) translation. 
						
						
					 
					
						2018-01-02 20:39:12 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akihiko Odaki 
							
						 
					 
					
						
						
							
						
						2c1ed5f872 
					 
					
						
						
							
							Show mastodon on modal ( #6129 )  
						
						 
						
						
						
						
					 
					
						2018-01-02 05:07:56 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Branko Kokanovic 
							
						 
					 
					
						
						
							
						
						7d376e41be 
					 
					
						
						
							
							Adding Serbian translation ( #6133 )  
						
						 
						
						... 
						
						
						
						* Adding Serbian translation
* i18n-tasks normalize 
						
						
					 
					
						2017-12-31 17:28:20 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								beatrix 
							
						 
					 
					
						
						
							
						
						a56c4742d3 
					 
					
						
						
							
							keep the same filters and page when doing custom emojo stuff ( fixes   #6112 ) ( #6114 )  
						
						 
						
						
						
						
					 
					
						2017-12-30 02:43:43 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						38fc1b498d 
					 
					
						
						
							
							Add more instance stats APIs ( #6125 )  
						
						 
						
						... 
						
						
						
						* Add GET /api/v1/instance/peers API to reveal known domains
* Add GET /api/v1/instance/activity API
* Make new APIs disableable, exclude private statuses from activity stats
* Fix code style issue
* Fix week timestamps 
						
						
					 
					
						2017-12-29 19:52:04 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nolan Lawson 
							
						 
					 
					
						
						
							
						
						a8eb0bf44f 
					 
					
						
						
							
							Reduce motion for boost animation ( #5871 )  
						
						 
						
						... 
						
						
						
						* Reduce motion for boost animation
Fixes  #5833 
* Fix ternary expression 
						
						
					 
					
						2017-12-24 04:48:31 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ThibG 
							
						 
					 
					
						
						
							
						
						6eb60260b1 
					 
					
						
						
							
							Display deleted users' role as “Suspended” ( #6080 )  
						
						 
						
						... 
						
						
						
						Deleted users are technically suspended, but the code displaying their status
in the admin interface was broken and displayed a javascript object holding
translations of the possible user roles instead. 
						
						
					 
					
						2017-12-22 02:14:17 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						ad75ec8b5b 
					 
					
						
						
							
							Add filters to admin UI for custom emojis ( #6003 )  
						
						 
						
						
						
						
					 
					
						2017-12-13 13:28:31 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						20a6584d2d 
					 
					
						
						
							
							Clean up admin UI for accounts ( #6004 )  
						
						 
						
						... 
						
						
						
						* Add staff filter to admin UI for accounts, remove obsolete columns
* Only display OStatus section in admin UI for accounts when OStatus data 
						
						
					 
					
						2017-12-13 12:15:10 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						30d2ea03b0 
					 
					
						
						
							
							Improve public status page title ( #5985 )  
						
						 
						
						
						
						
					 
					
						2017-12-12 03:56:30 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yamagishi Kazutoshi 
							
						 
					 
					
						
						
							
						
						931e66e572 
					 
					
						
						
							
							Back to Web UI from tag page when signed in ( #5943 )  
						
						 
						
						
						
						
					 
					
						2017-12-09 14:19:07 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						70ce2a2095 
					 
					
						
						
							
							Polish video player CSS, add timer on fullscreen/modal/public pages ( #5928 )  
						
						 
						
						
						
						
					 
					
						2017-12-09 00:55:58 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						42bcbd36b7 
					 
					
						
						
							
							Remove rabl dependency ( #5894 )  
						
						 
						
						... 
						
						
						
						* Remove rabl dependency
* Replicate old Oj configuration 
						
						
					 
					
						2017-12-06 15:04:49 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yamagishi Kazutoshi 
							
						 
					 
					
						
						
							
						
						74320971e2 
					 
					
						
						
							
							Add invite filter ( #5862 )  
						
						 
						
						
						
						
					 
					
						2017-12-01 16:40:02 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yamagishi Kazutoshi 
							
						 
					 
					
						
						
							
						
						eee3b32b77 
					 
					
						
						
							
							Fix invites form path ( #5861 )  
						
						 
						
						
						
						
					 
					
						2017-12-01 12:26:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yamagishi Kazutoshi 
							
						 
					 
					
						
						
							
						
						df03042a6e 
					 
					
						
						
							
							Allow admin to deactivate invite created by users ( #5860 )  
						
						 
						
						
						
						
					 
					
						2017-12-01 12:26:19 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yamagishi Kazutoshi 
							
						 
					 
					
						
						
							
						
						15fab79cfa 
					 
					
						
						
							
							Show "expired" in invite index ( #5838 )  
						
						 
						
						... 
						
						
						
						* Show "expired" in invite index
* "Force expire" -> "Deactivate" 
						
						
					 
					
						2017-11-28 15:41:02 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eugen Rochko 
							
						 
					 
					
						
						
							
						
						706e534455 
					 
					
						
						
							
							Add UI for setting up account migration ( #5832 )  
						
						 
						
						
						
						
					 
					
						2017-11-27 22:47:06 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yamagishi Kazutoshi 
							
						 
					 
					
						
						
							
						
						1c5b0e3334 
					 
					
						
						
							
							Use account.username when display_name is empty ( #5828 )  
						
						 
						
						
						
						
					 
					
						2017-11-27 16:09:52 +01:00