- Dec 16, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 10, 2020
-
-
Vincent Petry authored
The loading order can have side effects in the way how apps register plugins, listeners, etc. Recently the order had been changed as part of cleaning up old code, but caused apps to break. This brings back the old app loading order to guarantee that apps won't break, even though it might not semantically make sense. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
- Nov 17, 2020
-
-
Roeland Jago Douma authored
This is not the end. IRouter needs to burn. But it is a start.
we didn't start the fire Signed-off-by:Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 31, 2020
-
-
Roeland Jago Douma authored
The appframework has been the default for quite some time now. So time to take proper advantage of it. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 05, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jun 16, 2020
-
-
Christoph Wurst authored
Only OCS exceptions have a getResult method. Any other exception will cause another error due to this invalid method call. This splits the catch into a specific one for OCS and then a generic one for anything else that can't be handled. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- 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>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 22, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jul 26, 2018
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Jun 26, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jan 17, 2018
-
-
Roeland Jago Douma authored
* Add sleep * Add log message Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 09, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Dec 12, 2017
-
-
Roeland Jago Douma authored
Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Sep 21, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Aug 01, 2017
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Jul 21, 2017
-
-
Roeland Jago Douma authored
* PrivateData is an app now: https://github.com/nextcloud/privatedata * No need to load the OCS routes.php (as there is none!) Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 07, 2017
-
-
Joas Schilling authored
This is not intended anymore, since it falls back to force english when the header is not set. Also 0228bc6e makes clear that the order should be: 1. User setting 2. Accept language 3. Admin default This is the case since the commit from above, unless via OCS and DAV. Both forced to accept-language falling back to english. By removing the force, it now also matches the w3 priority list: https://www.w3.org/International/questions/qa-lang-priorities Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Mar 03, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Feb 23, 2017
-
-
Morris Jobke authored
Single user mode basically disables WebDAV, OCS and cron execution. Since we heavily rely on WebDAV and OCS also in the web UI it's basically useless. An admin only sees a broken interface and can't even change any settings nor sees any files. Also sharing is not possible. As this is at least the case since Nextcloud 9 and we haven't received any reports for this it seems that this feature is not used at all so I removed it. The encryption commands now rely on the well tested maintenance mode. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Feb 08, 2017
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Dec 16, 2016
-
-
Vincent Petry authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Nov 16, 2016
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 06, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Aug 28, 2016
-
-
Roeland Jago Douma authored
* Move routes to app * Move routes over to the AppFramework * Fix tests There is plenty of stuff to fix properly here. But out of scope for now.
-
- Aug 18, 2016
-
-
Roeland Jago Douma authored
-
- Aug 09, 2016
-
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
- Jul 22, 2016
-
-
Roeland Jago Douma authored
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jul 18, 2016
-
-
Lukas Reschke authored
-
Roeland Jago Douma authored
-
- Jul 14, 2016
-
-
Bjoern Schiessle authored
-
- Jun 16, 2016
-
-
Christoph Wurst authored
* load authentication apps first * load session apps before all other apps
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 20, 2016
-
-
Björn Schießle authored
-
Björn Schießle authored
correctly accross share owner and share initiator
-
Björn Schießle authored
-