- Apr 10, 2020
-
-
Christoph Wurst authored
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 31, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 26, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jan 25, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 01, 2017
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Jul 12, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- May 09, 2017
-
-
Roeland Jago Douma authored
(Possibly) fixes #3470 When updating the main file /files_external/rootcerts.crt we should not read from /files_external/rootcerts.crt at the same time. For 2 reasons: writing to a file and reading from it at the same time can have non deterministic results And we don't want all the certificates to appear 2 times in there. This isn't caught by our standard file locking (that does not allow this actually) because it is in a non locked path.... Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 09, 2017
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jul 11, 2016
-
-
Bjoern Schiessle authored
-
- Jul 08, 2016
-
-
Bjoern Schiessle authored
always check the mtime of the system bundle and additionally the user specific certificate bundle if a user is given
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- Apr 14, 2016
-
-
Roeland Jago Douma authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
Robin Appelman authored
-
- Sep 22, 2015
-
-
Lukas Reschke authored
-
- Aug 30, 2015
-
-
Björn Schießle authored
-
- Apr 20, 2015
-
-
Lukas Reschke authored
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Mar 25, 2015
-
-
Lukas Reschke authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 26, 2015
-
-
Björn Schießle authored
certificate manager should always use a \OC\Files\View otherwise we will get problems for different primary storages
-
Björn Schießle authored
-
- Dec 19, 2014
-
-
Björn Schießle authored
Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
-
- Nov 17, 2014
-
-
Joas Schilling authored
-
- Aug 31, 2014
-
-
Lukas Reschke authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-