Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -5/+0 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Move class to legacy folder | Joas Schilling | 2016-01-26 | 1 | -0/+348 |
| | |||||
* | Get rid of legacy OC_Config | Roeland Jago Douma | 2015-12-18 | 1 | -94/+0 |
| | | | | | We were still using the lecagy class OC_Config all over the place. Which was a wrapper around the new class OC\Config | ||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -166/+0 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -7/+1 |
| | |||||
* | Legacy OC_SubAdmin is now just a wrapper | Roeland Jago Douma | 2015-10-21 | 1 | -79/+57 |
| | |||||
* | New \OC\SubAdmin class | Roeland Jago Douma | 2015-10-21 | 1 | -0/+194 |
| | | | | | | | * DI * Tests * moved OC_SubAdmin to legacy * Added to private OC\GroupManager | ||||
* | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 1 | -131/+0 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -69/+0 |
| | |||||
* | Remove legacy search classes | Thomas Müller | 2015-07-03 | 4 | -171/+0 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig" | Vincent Petry | 2015-03-27 | 1 | -1/+1 |
| | | | | This reverts commit 012016d3311a13c3c1e9d60778dc6fbd6be0204e. | ||||
* | Merge pull request #13938 from owncloud/deprecate-iappconfig | Thomas Müller | 2015-03-27 | 1 | -1/+1 |
|\ | | | | | Deprecated \OCP\IAppConfig - add missing methods to IConfig | ||||
| * | Deprecated \OCP\IAppConfig - add missing methods to IConfig | Morris Jobke | 2015-03-17 | 1 | -1/+1 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 7 | -66/+111 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 7 | -104/+106 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 7 | -106/+104 |
| | |||||
* | drop OC_Preferences | Morris Jobke | 2015-02-04 | 1 | -121/+0 |
| | |||||
* | Add a method to set/unset multiple config values in one call | Joas Schilling | 2015-01-23 | 1 | -0/+10 |
| | | | | | This reduces the number of file writes we do for config.php and therefor hopefully helps lowering the chances for empty config.php files | ||||
* | introduce preCondition for setUserValue to provide atomic check-and-update | Morris Jobke | 2014-12-08 | 1 | -4/+6 |
| | |||||
* | Refactoring of OC_Preferences to AllConfig | Morris Jobke | 2014-12-08 | 1 | -45/+17 |
| | | | | | | * keep old static methods - mapped to new ones and deprecated * removed deleteApp, getUsers, getApps because they are unused * make AllConfig unit tests more robust against not cleaned up environments | ||||
* | Revert "drop OC_Preferences::getUsers and getApps" | Morris Jobke | 2014-11-20 | 1 | -0/+22 |
| | | | | This reverts commit 09fd34eed908203674721af86ce889bfd0a0ef8d. | ||||
* | drop OC_Preferences::getUsers and getApps | Morris Jobke | 2014-11-20 | 1 | -22/+0 |
| | |||||
* | drop dependency of some commands on old config object | Morris Jobke | 2014-11-20 | 1 | -8/+0 |
| | |||||
* | remove legacy class OC_Updater | Thomas Müller | 2014-10-20 | 1 | -19/+0 |
| | |||||
* | Add flock to config | Lukas Reschke | 2014-09-30 | 1 | -30/+8 |
| | | | | | | | | | | | | | | | | | | This adds a file lock to the config in hope that this prevents race conditions as reported in https://github.com/owncloud/core/issues/11070 Testplan: - [ ] Delete config.php and make it read-only => Error is thrown that it is not writeable - [ ] Installation still works - [ ] Changing config settings works (i.e. using the SMTP config switches in the administration menu) - [ ] Your PC didn't blow up - [ ] Installing the news app and the "Disable AppCode checker" app did not destroy your installation Only skip the main config Otherwise read only additional configs might not be processed Test on tmpdir | ||||
* | add missing @deprecated annotation to legacy classes | Jörn Friedrich Dreyer | 2014-08-14 | 9 | -2/+22 |
| | |||||
* | update deprecation docs | Jörn Friedrich Dreyer | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | deprecate OC_Search_Provider in favor of \OCP\Search\Provider | Jörn Friedrich Dreyer | 2014-07-03 | 1 | -0/+4 |
| | |||||
* | fix namespace for legacy search classes | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -2/+2 |
| | |||||
* | make search non-static, add ISearch to server container, make legacy a ↵ | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -1/+40 |
| | | | | static wrapper for it, move provider and result to public api | ||||
* | Move legacy search to 'lib/private/legacy' | Andrew Brown | 2014-06-05 | 4 | -0/+108 |
| | | | | | | This fixes errors where apps would try to start providers using OC_Search and would fail. Also, made OC_Search simply inherit from \OC\Search. | ||||
* | allow to set pre-condition for setValue | Bjoern Schiessle | 2014-06-05 | 1 | -4/+4 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 3 | -20/+20 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 3 | -5/+5 |
| | |||||
* | remove legacy aka deprecated code: OC_Cache_FileGlobalGC | Thomas Müller | 2014-05-12 | 1 | -4/+0 |
| | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -9/+0 |
| | |||||
* | remove legacy aka deprecated code: OC_Cache | Thomas Müller | 2014-05-12 | 1 | -10/+0 |
| | |||||
* | remove legacy aka deprecated code: OC_Filesystem | Thomas Müller | 2014-05-12 | 1 | -415/+0 |
| | |||||
* | More PHPDoc fixes, using scrutinizer patches as hints | Bart Visscher | 2014-02-28 | 1 | -2/+0 |
| | |||||
* | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N | Bart Visscher | 2014-02-28 | 1 | -3/+3 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 2 | -1/+3 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | use the 'new' server container for appconfig | Robin Appelman | 2014-02-07 | 3 | -27/+28 |
|\ | |||||
| * | Load a separate config (if present) when running unit tests | Robin Appelman | 2014-01-17 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #4796 from owncloud/config-no-catch | Bart Visscher | 2013-10-07 | 1 | -10/+2 |
| |\ | | | | | | | Remove the exception catch in OC_Config, this should be handled by a higher layer | ||||
| | * | Remove the exception catch, this should be handled by a higher layer | Bart Visscher | 2013-10-07 | 1 | -10/+2 |
| | | | | | | | | | | | | And is when using index.php as entry point | ||||
| * | | Fix loading legacy global filecache gc backgroundjobs | Robin Appelman | 2013-10-05 | 1 | -0/+4 |
| |/ | |||||
* / | Move legacy file to correct location | Bart Visscher | 2013-10-02 | 1 | -0/+120 |
|/ | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 7 | -0/+751 |
Conflicts: lib/private/vcategories.php |