- Dec 16, 2020
-
-
Christoph Wurst authored
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>
-
- 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>
-
- Apr 26, 2018
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Feb 13, 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>
-
- Mar 20, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 15, 2016
-
-
Joas Schilling authored
Remove this once phpunit 5 is the lowest supported version, by reverting: https://github.com/nextcloud/server/pull/2137 Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 20, 2016
-
-
Roeland Jago Douma authored
-
Joas Schilling authored
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
-
- May 19, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- May 13, 2016
-
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
-
- Apr 06, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
- Mar 22, 2016
-
-
Lukas Reschke authored
If the class already exists we should not load it twice. Since the composer autoloader is also used in core this could otherwise load a file twice. This leads to problems otherwise with case insensitive operating systems like OS X. We can get rid of this once all file names in OC follow PSR-4, until then we probably need this check.
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Jan 07, 2016
-
-
Morris Jobke authored
-
- Nov 29, 2015
-
-
Vincent Petry authored
-
- Nov 27, 2015
-
-
Robin Appelman authored
-
- Nov 06, 2015
-
-
Roeland Jago Douma authored
This reduces a lot of the autoloader magic and makes sure that we generate full paths in the autoloader.
-
- Oct 26, 2015
-
-
Lukas Reschke authored
-
- Oct 25, 2015
-
-
Lukas Reschke authored
Those variables are never written to. Thus this is dead code which should be removed.
-
- Oct 06, 2015
-
-
Morris Jobke authored
-
- Oct 05, 2015
-
-
Morris Jobke authored
-
- Sep 16, 2015
-
-
Robin McCorkell authored
Also changes the autoloader validRoots into a hashmap to try and reduce duplicate entries
-
- Sep 05, 2015
-
-
Robin McCorkell authored
Background jobs are tolerant of stale entries left by disabled apps, which will cause an autoload exception.
-
- Sep 04, 2015
-
-
Robin McCorkell authored
Allows symlinked app directories to work properly
-
- Sep 01, 2015
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Jul 03, 2015
-
-
Thomas Müller authored
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-