c005fc6755 
								
									
								
							
								 
							
						 
						
							
							
								
								Cleanup unused code  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								5e325730d6 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove theming migration  
							
							
 
							
							
							Those images are alredy migrated after the instance has been updated to NC12
Signed-off-by: Julius Härtl <jus@bitgrid.net> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2ad2eb38e8 
								
									
								
							
								 
							
						 
						
							
							
								
								Use type casting instead of *val() method  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ca493ab5b1 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8069  from nextcloud/no-catch-serverdown  
							
							
 
							
							
							do not catch and ignore ServerNotAvailable in the wrong spot 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9ff51aafc5 
								
									
								
							
								 
							
						 
						
							
							
								
								Use index based string access for substr with length of 1  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								01d362d870 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8068  from nextcloud/simplify-ternary  
							
							
 
							
							
							Simplify ternary operator statements 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								119896a8d7 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix tests  
							
							
 
							
							
							* Add factory for the federatedfilesharing app
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b61b906abe 
								
									
								
							
								 
							
						 
						
							
							
								
								do not catch ServerNotAvailable  
							
							
 
							
							
							might cause the user to be unavailable (race condition).
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6bbea33133 
								
									
								
							
								 
							
						 
						
							
							
								
								Simplify ternary operator statements  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								26682b6936 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8061  from nextcloud/use-typecasting  
							
							
 
							
							
							Use type casting instead of *val() method 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c1e4f9f305 
								
									
								
							
								 
							
						 
						
							
							
								
								Use type casting instead of *val() method  
							
							
 
							
							
							It should be up to 6x faster
Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								f3723434ee 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't expose language and password as editable  
							
							
 
							
							
							* Password might not always be editable
  - Also chaging that will invalide apptokens etc which will directly
  lock out your phone
* Chaging the language also doesn't make that much sense to me currently
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								70b19761aa 
								
									
								
							
								 
							
						 
						
							
							
								
								Provide list of editable fields via OCS API  
							
							
 
							
							
							Fixes  #7983 
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								fe7e726ab2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8064  from nextcloud/background-jobs  
							
							
 
							
							
							Deprecated OCP interface to fetch background job type 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9ef6148bfa 
								
									
								
							
								 
							
						 
						
							
							
								
								Deprecated OCP interface to fetch background job type  
							
							
 
							
							
							* was not used by apps and also is not needed
* migrated the documentation to IJobList
Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a7ad7cb08e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8053  from nextcloud/simplify-substr  
							
							
 
							
							
							Use short for of substr to not need strlen() 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c2b1bd92d6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8063  from nextcloud/inline-value  
							
							
 
							
							
							Return value immediately instead of assigning to a one-time variable 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								fab951e4b3 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8057  from nextcloud/unneeded-implements  
							
							
 
							
							
							Implements are not needed because they are already done by base class 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e97165e0b5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8055  from nextcloud/improve-loop  
							
							
 
							
							
							Improve conditional of loop 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ec1d94c629 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8052  from nextcloud/fix-array-methods  
							
							
 
							
							
							Fix array method usages with a proper call 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								5a7a5e5352 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8058  from nextcloud/useless-return  
							
							
 
							
							
							Remove useless return statements 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								68f44a9a93 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8059  from nextcloud/use-stripos  
							
							
 
							
							
							Use stripos instead of strpos(strtolower(), 'something') 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								43ed8b446c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8060  from nextcloud/proper-codeflow  
							
							
 
							
							
							Use proper code flow instead of not needed else branch 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								aebb443ca5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8056  from nextcloud/array-push  
							
							
 
							
							
							Use $var[] = $a instead of array_push - 2x faster 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								469b3724b5 
								
									
								
							
								 
							
						 
						
							
							
								
								[tx-robot] updated from transifex  
							
							
								
 
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								0a56d2185e 
								
									
								
							
								 
							
						 
						
							
							
								
								Return value immediately instead of assigning to a one-time variable  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								16a558871c 
								
									
								
							
								 
							
						 
						
							
							
								
								Use proper code flow instead of not needed else branch  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								464f024fa9 
								
									
								
							
								 
							
						 
						
							
							
								
								Use stripos instead of strpos(strtolower(), 'something')  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4dbee99b7b 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove useless return statements  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								55ef34b23b 
								
									
								
							
								 
							
						 
						
							
							
								
								Implements are not needed because they are already done by base class  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								870fe20acc 
								
									
								
							
								 
							
						 
						
							
							
								
								Use $var[] = $a instead of array_push - 2x faster  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c314eb74a9 
								
									
								
							
								 
							
						 
						
							
							
								
								Improve conditional of loop  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e6efa755c9 
								
									
								
							
								 
							
						 
						
							
							
								
								Use short for of substr to not need strlen()  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								7800a9bc24 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix array method usages with a proper call  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b9bbb894f8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #7916  from nextcloud/2fa_log  
							
							
 
							
							
							Add 2FA to logfile 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8160d0bc2a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8036  from nextcloud/phpunit6  
							
							
 
							
							
							Require PHPUnit 6.5 or higher 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9e76577ead 
								
									
								
							
								 
							
						 
						
							
							
								
								Add tests  
							
							
 
							
							
							Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4718d2b80d 
								
									
								
							
								 
							
						 
						
							
							
								
								Update memcached image  
							
							
 
							
							
							Signed-off-by: Morris Jobke <hey@morrisjobke.de> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a5fe6a6118 
								
									
								
							
								 
							
						 
						
							
							
								
								Update autoloader  
							
							
 
							
							
							Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c92eff919e 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix tests  
							
							
 
							
							
							Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b2ca1d6553 
								
									
								
							
								 
							
						 
						
							
							
								
								Make admin_audit listen to 2fa events  
							
							
 
							
							
							Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								eddd135f14 
								
									
								
							
								 
							
						 
						
							
							
								
								Dispatch event on twofactor failure and success  
							
							
 
							
							
							Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3917a54113 
								
									
								
							
								 
							
						 
						
							
							
								
								Class "ProgressBar" is declared "final" and cannot be mocked.  
							
							
 
							
							
							Signed-off-by: Joas Schilling <coding@schilljs.com> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								bf2be08c9f 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix risky tests without assertions  
							
							
 
							
							
							Signed-off-by: Joas Schilling <coding@schilljs.com> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								fe88e7f926 
								
									
								
							
								 
							
						 
						
							
							
								
								[tx-robot] updated from transifex  
							
							
								
 
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								24af5c20bd 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump docker containers used  
							
							
 
							
							
							Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								870023365c 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix "Undefined method setExpectedException()"  
							
							
 
							
							
							Signed-off-by: Joas Schilling <coding@schilljs.com> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e0b329c59d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #8032  from nextcloud/fix-missing-clipboard-icon-in-shared-links  
							
							
 
							
							
							Fix missing clipboard icon in shared links 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c3424df1f0 
								
									
								
							
								 
							
						 
						
							
							
								
								Require PHPUnit 6.5 or higher  
							
							
 
							
							
							Signed-off-by: Joas Schilling <coding@schilljs.com> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d7eded809 
								
							
								 
							
						 
						
							
							
								
								Fix missing clipboard icon in shared links  
							
							
 
							
							
							The clipboard icon in shared links appears either directly on the link
input field or, if any social sharing app is enabled, in a menu. The
clipboard icon uses the same CSS rules as other icons (like the
information icon) to be posioned on the end of the input field, and
those rules have to be "cancelled" when the icon is shown in the menu.
Fixes  #7990 
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> 
							
						 
						8 years ago