Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Remove useless legacy autoloader for testsfix/cleanup-test-legacy-autoloader | Côme Chilliet | 2025-05-27 | 1 | -4/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat: Improve init a bit, and add more profiling steps | Côme Chilliet | 2025-05-13 | 1 | -7/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -31/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: Migrate away from OC_App toward the IAppManager | Côme Chilliet | 2024-04-22 | 1 | -5/+11 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove deprecated methods Util::writeLog and DIContainer::log | Côme Chilliet | 2023-09-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 1 | -2/+3 |
| | | | | | | The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Some more strict_types | J0WI | 2021-04-26 | 1 | -4/+4 |
| | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com> | ||||
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
| | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Make lib/autoloader.php strictly typed and properly type hinted | Morris Jobke | 2018-02-13 | 1 | -6/+9 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Revert "Add a magic wrapper to allow phpunit4 to run the code again " | Roeland Jago Douma | 2017-03-20 | 1 | -7/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add a magic wrapper from hell to allow phpunit4 to run the code again | Joas Schilling | 2016-11-15 | 1 | -0/+7 |
| | | | | | | | 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> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+2 |
| | |||||
* | \OCP is handled by composer autoloader | Roeland Jago Douma | 2016-05-20 | 1 | -2/+0 |
| | |||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Create a Fallback in the old autoloader for PSR-4 Test\TestCase | Joas Schilling | 2016-05-19 | 1 | -0/+4 |
| | |||||
* | No more Test_* files exist, remove autoloading | Joas Schilling | 2016-05-19 | 1 | -3/+1 |
| | |||||
* | All \OC\ classes are handled by the composer autoloader | Roeland Jago Douma | 2016-05-13 | 1 | -17/+0 |
| | |||||
* | OC_xx all live in the legacy folder | Roeland Jago Douma | 2016-05-13 | 1 | -1/+0 |
| | |||||
* | Merge pull request #23819 from owncloud/move-core-completely-to-psr4 | Roeland Douma | 2016-04-06 | 1 | -1/+1 |
|\ | | | | | Move OC/Core completely to PSR-4 | ||||
| * | Remove OC/Core autoloading from old autoloader | Lukas Reschke | 2016-04-06 | 1 | -1/+1 |
| | | |||||
* | | Remove OC/Settings from old autoloader | Lukas Reschke | 2016-04-06 | 1 | -1/+1 |
|/ | |||||
* | Dont double load class | Lukas Reschke | 2016-03-22 | 1 | -0/+4 |
| | | | | | | 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. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -3/+4 |
| | |||||
* | Move lib/repair to lib/private/repair | Morris Jobke | 2016-01-07 | 1 | -3/+0 |
| | |||||
* | Revert "Dont bother with stream_resolve_include_path if the path is already ↵ | Vincent Petry | 2015-11-29 | 1 | -5/+1 |
| | | | | absolute" | ||||
* | Dont bother with stream_resolve_include_path if the path is already absolute | Robin Appelman | 2015-11-27 | 1 | -1/+5 |
| | |||||
* | [autoloader] Make sure to load construct full paths | Roeland Jago Douma | 2015-11-06 | 1 | -8/+24 |
| | | | | | This reduces a lot of the autoloader magic and makes sure that we generate full paths in the autoloader. | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Remove dead code | Lukas Reschke | 2015-10-25 | 1 | -8/+7 |
| | | | | Those variables are never written to. Thus this is dead code which should be removed. | ||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Restore loadApp() autoload registration | Robin McCorkell | 2015-09-16 | 1 | -3/+6 |
| | | | | | Also changes the autoloader validRoots into a hashmap to try and reduce duplicate entries | ||||
* | Unique exception for invalid autoload paths, better handling | Robin McCorkell | 2015-09-05 | 1 | -1/+3 |
| | | | | | Background jobs are tolerant of stale entries left by disabled apps, which will cause an autoload exception. | ||||
* | Resolve autoloader valid roots before checking | Robin McCorkell | 2015-09-05 | 1 | -1/+1 |
| | | | | Allows symlinked app directories to work properly | ||||
* | Show the path as part of the exception for not allowed autoloading paths | Robin Appelman | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | verify the path in the autoloader | Robin Appelman | 2015-09-01 | 1 | -1/+32 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+23 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -23/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. |