summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Collapse)AuthorAgeFilesLines
* Add a method to set/unset multiple config values in one callJoas Schilling2015-01-231-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-updateMorris Jobke2014-12-081-4/+6
|
* Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-081-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 Jobke2014-11-201-0/+22
| | | | This reverts commit 09fd34eed908203674721af86ce889bfd0a0ef8d.
* drop OC_Preferences::getUsers and getAppsMorris Jobke2014-11-201-22/+0
|
* drop dependency of some commands on old config objectMorris Jobke2014-11-201-8/+0
|
* remove legacy class OC_UpdaterThomas Müller2014-10-201-19/+0
|
* Add flock to configLukas Reschke2014-09-301-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 classesJörn Friedrich Dreyer2014-08-149-2/+22
|
* update deprecation docsJörn Friedrich Dreyer2014-08-141-1/+1
|
* deprecate OC_Search_Provider in favor of \OCP\Search\ProviderJörn Friedrich Dreyer2014-07-031-0/+4
|
* fix namespace for legacy search classesJörn Friedrich Dreyer2014-06-062-2/+2
|
* make search non-static, add ISearch to server container, make legacy a ↵Jörn Friedrich Dreyer2014-06-061-1/+40
| | | | static wrapper for it, move provider and result to public api
* Move legacy search to 'lib/private/legacy'Andrew Brown2014-06-054-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 setValueBjoern Schiessle2014-06-051-4/+4
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-193-20/+20
| | | | * test case added to avoid adding them later
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-133-5/+5
|
* remove legacy aka deprecated code: OC_Cache_FileGlobalGCThomas Müller2014-05-121-4/+0
|
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-9/+0
|
* remove legacy aka deprecated code: OC_CacheThomas Müller2014-05-121-10/+0
|
* remove legacy aka deprecated code: OC_FilesystemThomas Müller2014-05-121-415/+0
|
* More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-281-2/+0
|
* Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10NBart Visscher2014-02-281-3/+3
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-192-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 appconfigRobin Appelman2014-02-073-27/+28
|\
| * Load a separate config (if present) when running unit testsRobin Appelman2014-01-171-1/+0
| |
| * Merge pull request #4796 from owncloud/config-no-catchBart Visscher2013-10-071-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 layerBart Visscher2013-10-071-10/+2
| | | | | | | | | | | | And is when using index.php as entry point
| * | Fix loading legacy global filecache gc backgroundjobsRobin Appelman2013-10-051-0/+4
| |/
* / Move legacy file to correct locationBart Visscher2013-10-021-0/+120
|/
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-307-0/+751
Conflicts: lib/private/vcategories.php