Morris Jobke
7644950b48
Add @since tags to all methods in public namespace
...
* enhance the app development experience - you can look up the
method introduction right inside the code without searching
via git blame
* easier to write apps for multiple versions
10 years ago
Joas Schilling
730efe25a4
Make scrutinizer happy
10 years ago
Vincent Petry
a32c71d25e
Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig"
...
This reverts commit 012016d331
.
10 years ago
Jenkins for ownCloud
b585d87d9d
Update license headers
10 years ago
Morris Jobke
012016d331
Deprecated \OCP\IAppConfig - add missing methods to IConfig
10 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
...
This reverts commit 6a1a4880f0
.
10 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
10 years ago
Joas Schilling
c61e9f3912
Add a method to set/unset multiple config values in one call
...
This reduces the number of file writes we do for config.php and therefor
hopefully helps lowering the chances for empty config.php files
10 years ago
Joas Schilling
bef7392c4c
Add type of the variables to the docs
10 years ago
Morris Jobke
af91ee97c9
introduce preCondition for setUserValue to provide atomic check-and-update
10 years ago
Morris Jobke
f0b10324ca
Refactoring of OC_Preferences to AllConfig
...
* 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
10 years ago
Morris Jobke
719008836d
introduce deleteAllUserValues
10 years ago
Morris Jobke
985b15f770
introduce proper interface for deleteAppValue
10 years ago
Lukas Reschke
f7c393fa9f
Fix PHPDoc
...
Stop my IDE and Scrutinizer from complaining.
11 years ago
Robin Appelman
12ac3a800d
Expose getAppKeys trough \OCP\IConfig
11 years ago
Robin Appelman
0a1e5aebf1
Extend public config interface
11 years ago
Lukas Reschke
7acdd018a1
Add support for getting the real client IP behind proxies
...
Fixes https://github.com/owncloud/core/issues/10624
Fix copy paste fail
Add unittest for comma separated headers
Revert 3rdparty
11 years ago
Lukas Reschke
88c3a4a31a
Expose setSystemValue
11 years ago
Scrutinizer Auto-Fixer
adaee6a5a1
Scrutinizer Auto-Fixes
...
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
11 years ago
Bart Visscher
2c6411b897
$default of OC_Config::[gs]etValue can have more then string as type
11 years ago
Jörn Friedrich Dreyer
2a6a9a8cef
polish documentation based on scrutinizer patches
11 years ago
Robin Appelman
e2efad6ae7
Also add default to the \OCP\IConfig interface
11 years ago
Morris Jobke
ef592981ea
unify license headers for public API files
12 years ago
Morris Jobke
d2a48d58ce
fix "No page-level DocBlock"
12 years ago
Bart Visscher
0c6dcdba6b
Add missing implements and fix parameters in IConfig
12 years ago
Thomas Müller
9116303cfc
fixing typos
12 years ago
Bart Visscher
e92abfd4d8
Add Config container class to server container
12 years ago