Johannes Lorenz 
							
						 
					 
					
						
						
							
						
						8c334a1f43 
					 
					
						
						
							
							Fix clang's variadic macro warnings  
						
						... 
						
						
						
						Using variadic macros like `qCWarning()` without any parameter for "..."
is a GNU extension, which causes a lot of `clang` warnings:
```
desktop/src/common/ownsql.cpp:74:24: warning: must specify at least one
 argument for '...' parameter of variadic macro
 [-Wgnu-zero-variadic-macro-arguments]
        qCWarning(lcSql) << "Error:" << _error << "for" << filename;
                       ^
/usr/include/qt/QtCore/qloggingcategory.h:140:11: note: macro 'qCWarning'
 defined here
          ^
```
This patch tells `clang` to be silent.
Signed-off-by: Johannes Lorenz <j.git@lorenz-ho.me > 
						
						
					 
					
						2019-10-18 05:25:05 +02:00 
						 
				 
			
				
					
						
							
							
								Nextcloud bot 
							
						 
					 
					
						
						
							
						
						6db3b2fb78 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
					 
					
						2019-10-18 03:04:52 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						5775ec1ff1 
					 
					
						
						
							
							Merge pull request  #1504  from nextcloud/feature/remote-wipe  
						
						... 
						
						
						
						Remote wipe for RC1. 
						
						
					 
					
						2019-10-17 22:23:37 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						32bb31a417 
					 
					
						
						
							
							Merge branch 'master' into feature/remote-wipe  
						
						
						
						
					 
					
						2019-10-17 22:05:20 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						87844f5ff4 
					 
					
						
						
							
							Merge pull request  #1523  from nextcloud/improvement/merge-ignored-files-notification  
						
						... 
						
						
						
						Merge the list of ignored files/symlinks into one Activity notification. 
						
						
					 
					
						2019-10-17 22:04:18 +02:00 
						 
				 
			
				
					
						
							
							
								Camila San 
							
						 
					 
					
						
						
							
						
						19491ff85f 
					 
					
						
						
							
							Once client gets 401/403 from the server, check if remote wipe was requested.  
						
						... 
						
						
						
						- When the the users logs because of 401 or 403 errors, it checks if the
server requested the remote wipe. If yes, locally deletes account and folders
connected to the account and notify the server. If no, proceeds to ask the
user to login again.
- The app password is restored in the keychain.
- WIP: The change also includes a test class for RemoteWipe.
Signed-off-by: Camila San <hello@camila.codes > 
						
						
					 
					
						2019-10-17 20:11:31 +02:00 
						 
				 
			
				
					
						
							
							
								Camila San 
							
						 
					 
					
						
						
							
						
						8546d53b05 
					 
					
						
						
							
							Merge the list of ignored files/symlinks into one Activity notification.  
						
						... 
						
						
						
						Signed-off-by: Camila San <hello@camila.codes > 
						
						
					 
					
						2019-10-17 18:45:33 +02:00 
						 
				 
			
				
					
						
							
							
								Adrian Brzezinski 
							
						 
					 
					
						
						
							
						
						dfb20586ce 
					 
					
						
						
							
							* fix for issue no. 1351  
						
						
						
						
					 
					
						2019-10-17 14:45:38 +02:00 
						 
				 
			
				
					
						
							
							
								Camila Ayres 
							
						 
					 
					
						
						
							
						
						5783c406a2 
					 
					
						
						
							
							Merge branch 'master' into master  
						
						
						
						
					 
					
						2019-10-17 13:44:07 +02:00 
						 
				 
			
				
					
						
							
							
								Camila Ayres 
							
						 
					 
					
						
						
							
						
						6c56811636 
					 
					
						
						
							
							Merge branch 'master' into testSyncFileStatusTracker-winPath  
						
						
						
						
					 
					
						2019-10-17 13:37:01 +02:00 
						 
				 
			
				
					
						
							
							
								Camila Ayres 
							
						 
					 
					
						
						
							
						
						08c7be5350 
					 
					
						
						
							
							Merge pull request  #1520  from nextcloud/fix-mac-crash-qtmacgoodies-pr-1  
						
						... 
						
						
						
						Pick from upstream: Update qtmacgoodies for an OSX crash fix  #6930  
						
						
					 
					
						2019-10-17 13:35:58 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						ade9c6ce72 
					 
					
						
						
							
							Merge branch 'master' into fix-mac-crash-qtmacgoodies-pr-1  
						
						
						
						
					 
					
						2019-10-17 05:50:38 +02:00 
						 
				 
			
				
					
						
							
							
								Nextcloud bot 
							
						 
					 
					
						
						
							
						
						fdefb19bdb 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
					 
					
						2019-10-17 03:05:50 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						ade50d0b92 
					 
					
						
						
							
							Pick from upstream: Update qtmacgoodies for an OSX crash  fix   #6930  
						
						... 
						
						
						
						With Qt 5.12.5 this OC crash also applies to the Nextcloud Desktop Client on macOS.
For reference please see:
- https://github.com/owncloud/client/issues/6930 
- 0dc7bc3328https://github.com/camilasan/qtmacgoodies/pull/1 
Signed-off-by: Michael Schuster <michael@schuster.ms > 
						
						
					 
					
						2019-10-17 04:29:33 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						09bae4d6e1 
					 
					
						
						
							
							Merge pull request  #1478  from sryze/quit-wizard-fix  
						
						... 
						
						
						
						Don't run connection wizard when quitting the application 
						
						
					 
					
						2019-10-16 14:01:42 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						0c30d9cfe8 
					 
					
						
						
							
							Merge branch 'master' into quit-wizard-fix  
						
						
						
						
					 
					
						2019-10-16 05:19:21 +02:00 
						 
				 
			
				
					
						
							
							
								Nextcloud bot 
							
						 
					 
					
						
						
							
						
						94dae8d535 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
					 
					
						2019-10-16 03:04:57 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						e8fc3ecf28 
					 
					
						
						
							
							Merge branch 'master' into quit-wizard-fix  
						
						
						
						
					 
					
						2019-10-16 04:43:41 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						b3a03e9c58 
					 
					
						
						
							
							Merge pull request  #1516  from nextcloud/backport/1515/master  
						
						... 
						
						
						
						[master] Add new "styles" plugin to macOS deployment script for Qt 5.12.5 
						
						
					 
					
						2019-10-16 01:44:49 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						097b923871 
					 
					
						
						
							
							Add new "styles" plugin to macOS deployment script for Qt 5.12.5  
						
						... 
						
						
						
						Qt 5.12 needs this library to use the correct style for Light / Dark Mode:
  styles/libqmacstyle.dylib
The interface looks like from the 1990's without this library ;-)
Signed-off-by: Michael Schuster <michael@schuster.ms > 
						
						
					 
					
						2019-10-15 23:32:04 +00:00 
						 
				 
			
				
					
						
							
							
								Nextcloud bot 
							
						 
					 
					
						
						
							
						
						f422a63200 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
					 
					
						2019-10-15 03:04:26 +00:00 
						 
				 
			
				
					
						
							
							
								Nextcloud bot 
							
						 
					 
					
						
						
							
						
						eec460a32d 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
					 
					
						2019-10-13 03:05:59 +00:00 
						 
				 
			
				
					
						
							
							
								Nextcloud bot 
							
						 
					 
					
						
						
							
						
						5ccea62ba6 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
					 
					
						2019-10-12 03:05:06 +00:00 
						 
				 
			
				
					
						
							
							
								Nextcloud bot 
							
						 
					 
					
						
						
							
						
						529beb328a 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
					 
					
						2019-10-11 03:02:18 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						796cc8cd28 
					 
					
						
						
							
							Merge pull request  #1495  from nextcloud/fix-flow2-content-length  
						
						... 
						
						
						
						Add a 'Content-Length: 0' header to initial POST requests 
						
						
					 
					
						2019-10-10 08:08:26 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						c8b4145214 
					 
					
						
						
							
							Add a 'Content-Length: 0' header to initial POST requests  
						
						... 
						
						
						
						The webserver lighttpd rejected POST requests without a Content-length
header with "411 Length Required".
See: https://github.com/nextcloud/desktop/issues/1473 
Signed-off-by: Michael Schuster <michael@schuster.ms > 
						
						
					 
					
						2019-10-10 05:17:22 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						04a9f0313a 
					 
					
						
						
							
							Merge pull request  #1481  from asapelkin/for_loop_optimization  
						
						... 
						
						
						
						Avoiding copying in range-based loops 
						
						
					 
					
						2019-10-10 01:30:40 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						6166961804 
					 
					
						
						
							
							Merge pull request  #1441  from nextcloud/trexcl  
						
						... 
						
						
						
						Fixed missing 'translatable' exclusions, added missing window titles 
						
						
					 
					
						2019-10-10 01:29:57 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						4ddc606361 
					 
					
						
						
							
							Merge branch 'master' into for_loop_optimization  
						
						
						
						
					 
					
						2019-10-10 01:12:57 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						836c748cd9 
					 
					
						
						
							
							Merge branch 'master' into trexcl  
						
						
						
						
					 
					
						2019-10-10 01:12:48 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						3bee0bcf04 
					 
					
						
						
							
							Merge pull request  #1032  from k1l1/master  
						
						... 
						
						
						
						Changed max GUI bandwidth limits 
						
						
					 
					
						2019-10-10 01:09:01 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						0d349d54b4 
					 
					
						
						
							
							Fix outdated link to server admin docs  
						
						... 
						
						
						
						Sets the target version from "15" to "latest" and removes
"index.html" because this could get obsolete in the future too.
Signed-off-by: Michael Schuster <michael@schuster.ms > 
						
						
					 
					
						2019-10-10 01:03:46 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						29123f4d9d 
					 
					
						
						
							
							Merge branch 'master' into master  
						
						
						
						
					 
					
						2019-10-10 00:45:04 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Schuster 
							
						 
					 
					
						
						
							
						
						a16c1a8957 
					 
					
						
						
							
							Merge branch 'master' into for_loop_optimization  
						
						
						
						
					 
					
						2019-10-10 00:41:46 +02:00 
						 
				 
			
				
					
						
							
							
								Dominique Fuchs 
							
						 
					 
					
						
						
							
						
						c1cd308940 
					 
					
						
						
							
							Merge branch 'master' into quit-wizard-fix  
						
						
						
						
					 
					
						2019-10-09 09:18:26 +02:00 
						 
				 
			
				
					
						
							
							
								Sergey Zolotarev 
							
						 
					 
					
						
						
							
						
						4bba498229 
					 
					
						
						
							
							Replace isQuitting flag with disconnect()  
						
						... 
						
						
						
						Signed-off-by: Sergey Zolotarev <sryze@protonmail.com > 
						
						
					 
					
						2019-10-09 11:07:00 +06:00 
						 
				 
			
				
					
						
							
							
								Nextcloud bot 
							
						 
					 
					
						
						
							
						
						40b2fc8848 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
					 
					
						2019-10-09 03:04:39 +00:00 
						 
				 
			
				
					
						
							
							
								Dominique Fuchs 
							
						 
					 
					
						
						
							
						
						6bc13fcab1 
					 
					
						
						
							
							Merge branch 'master' into for_loop_optimization  
						
						
						
						
					 
					
						2019-10-08 10:36:25 +02:00 
						 
				 
			
				
					
						
							
							
								Dominique Fuchs 
							
						 
					 
					
						
						
							
						
						c3cb7dfadd 
					 
					
						
						
							
							Merge branch 'testSyncFileStatusTracker-winPath' of  https://github.com/nextcloud/desktop  into testSyncFileStatusTracker-winPath  
						
						
						
						
					 
					
						2019-10-08 08:44:23 +02:00 
						 
				 
			
				
					
						
							
							
								Dominique Fuchs 
							
						 
					 
					
						
						
							
						
						7750d2198d 
					 
					
						
						
							
							Don't need a second if for non-Windows, using Qt macro for platform check  
						
						... 
						
						
						
						Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com > 
						
						
					 
					
						2019-10-08 08:44:08 +02:00 
						 
				 
			
				
					
						
							
							
								Dominique Fuchs 
							
						 
					 
					
						
						
							
						
						3ced2a6ea3 
					 
					
						
						
							
							Merge branch 'master' into testSyncFileStatusTracker-winPath  
						
						
						
						
					 
					
						2019-10-08 08:37:29 +02:00 
						 
				 
			
				
					
						
							
							
								Dominique Fuchs 
							
						 
					 
					
						
						
							
						
						f993e7c555 
					 
					
						
						
							
							Fixed typo preventing successful path rename on Win and modified ASSERT for Window path styles  
						
						... 
						
						
						
						Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com > 
						
						
					 
					
						2019-10-08 08:31:31 +02:00 
						 
				 
			
				
					
						
							
							
								Nextcloud bot 
							
						 
					 
					
						
						
							
						
						35df5691f2 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
					 
					
						2019-10-08 03:03:10 +00:00 
						 
				 
			
				
					
						
							
							
								asapelkin 
							
						 
					 
					
						
						
							
						
						6b71e4ec6f 
					 
					
						
						
							
							Merge branch 'master' into for_loop_optimization  
						
						
						
						
					 
					
						2019-10-07 15:31:01 +03:00 
						 
				 
			
				
					
						
							
							
								Camila Ayres 
							
						 
					 
					
						
						
							
						
						9c199cc753 
					 
					
						
						
							
							Merge pull request  #1477  from sryze/tray-menu-fix  
						
						... 
						
						
						
						Prevent jumping of tray menu 
						
						
					 
					
						2019-10-07 12:53:28 +02:00 
						 
				 
			
				
					
						
							
							
								asapelkin 
							
						 
					 
					
						
						
							
						
						57f9b8159f 
					 
					
						
						
							
							Merge branch 'master' into for_loop_optimization  
						
						
						
						
					 
					
						2019-10-07 12:35:18 +03:00 
						 
				 
			
				
					
						
							
							
								Camila Ayres 
							
						 
					 
					
						
						
							
						
						a94e116926 
					 
					
						
						
							
							Merge branch 'master' into tray-menu-fix  
						
						
						
						
					 
					
						2019-10-07 09:56:40 +02:00 
						 
				 
			
				
					
						
							
							
								Dominique Fuchs 
							
						 
					 
					
						
						
							
						
						75444e44b9 
					 
					
						
						
							
							Merge branch 'master' into master  
						
						
						
						
					 
					
						2019-10-07 09:45:22 +02:00 
						 
				 
			
				
					
						
							
							
								Nextcloud bot 
							
						 
					 
					
						
						
							
						
						dbfa5dc786 
					 
					
						
						
							
							[tx-robot] updated from transifex  
						
						
						
						
					 
					
						2019-10-07 03:02:44 +00:00 
						 
				 
			
				
					
						
							
							
								asapelkin 
							
						 
					 
					
						
						
							
						
						17f39bd09d 
					 
					
						
						
							
							little loops optimization  
						
						... 
						
						
						
						Signed-off-by: asapelkin <asapelkin0x01@ya.ru > 
						
						
					 
					
						2019-10-07 01:29:55 +03:00