Joas Schilling
0215b004da
Update with robin
10 years ago
Joas Schilling
ba87db3fcc
Fix others
10 years ago
Jörn Friedrich Dreyer
c14198b874
fetchall appconfig entries ( #23835 )
10 years ago
blizzz
51fd2602a7
Revert "Downstream 2016-06-08"
10 years ago
Joas Schilling
0041d89dc2
Do not allow to store boolean configs, they behave unexpected on postgres
10 years ago
Joas Schilling
911fd3ead4
Do not allow to store boolean configs, they behave unexpected on postgres
10 years ago
Lukas Reschke
aba539703c
Update license headers
10 years ago
Roeland Jago Douma
d312051b3d
Moved some files in \OC to PSR-4
* \OC\ActivityManager
* \OC\AllConfig
* \OC\AppConfig
* \OC\AppHelper
* \OC\Avatar
* \OC\AvatarManager
* \OC\CapabilitiesManager
* \OC\Config
* \OC\ContactsManager
* \OC\DatabaseException
* \OC\DatabaseSetupException
10 years ago
Lukas Reschke
c353d51810
Remove Scrutinizer Auto Fixer
10 years ago
Thomas Müller
682821c71e
Happy new year!
10 years ago
Robin Appelman
a3cbdcf202
Faster AppConfig->getValues
10 years ago
Morris Jobke
b945d71384
update licence headers via script
11 years ago
Joas Schilling
0e805d5310
Do not compare the value on Oracle
As per docs: http://docs.oracle.com/cd/E11882_01/server.112/e26088/conditions002.htm#i1033286
> Large objects (LOBs) are not supported in comparison conditions.
11 years ago
Joas Schilling
38a164aa7a
Make sure the array exists
11 years ago
Joas Schilling
21ba3b8737
Only query the appconfig once
11 years ago
Morris Jobke
f63915d0c8
update license headers and authors
11 years ago
Joas Schilling
dfed287dc0
Use insertIfNotExists to avoid problems with parallel calls
11 years ago
Jenkins for ownCloud
b585d87d9d
Update license headers
11 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
11 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
11 years ago
Robin McCorkell
2b99fc76ec
Cleanup of PHPDoc return types
11 years ago
Arthur Schiwon
3338a0f236
port of #9500
don't trigger update from checkPassword, it is already called by userExists, this is enough.
do not write to database when the value is the same
add test cases. also split test classes in a file each, looks like only the first class is being executed
also appconfig shall not write to database if the value is unchanged
12 years ago
Robin Appelman
6ed3194863
Use a map to prevent having to use search
12 years ago
Robin Appelman
bff9e11ff9
Remove duplicate cache cleanup
12 years ago
Robin Appelman
a4949f4b31
Simplify AppConfig->getValues()
12 years ago
Robin Appelman
91180bfef4
Add caching to AppConfig->getApps
12 years ago
Morris Jobke
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
12 years ago
Robin McCorkell
b5bc37d2e4
Fix @return array PHPDocs, in /lib
12 years ago
Lukas Reschke
e88731a477
Some more PHPDoc fixes
12 years ago
Thomas Müller
c1fd300048
using array_key_exists() instead of isset() - required because in case the value is null isset is returning false
12 years ago
Bart Visscher
35a8dfb2fa
More PHPDoc fixes, using scrutinizer patches as hints
12 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
12 years ago
Robin Appelman
50cc6a85e5
Add explicit sorting
12 years ago
Joas Schilling
b330d07b51
Fix more documentation failes
Issue #7111
12 years ago
Robin Appelman
cd3ef0bb9d
Add caching to appconfig
12 years ago
Jörn Friedrich Dreyer
2a6a9a8cef
polish documentation based on scrutinizer patches
12 years ago
Vincent Petry
c6377e9125
Fixed apps loading order
On SQLite the app order can be arbitrary and cause strange bugs.
On MySQL, the app order seems to be always alphabetical.
This fix enforces alphabetical order to make sure that all environments
behave the same and to reduce bugs related to app loading order.
Fixes #6442
12 years ago
Robin Appelman
2e195dbdae
dont re-read the config values for an app when a non existing key is fetched
12 years ago
Robin Appelman
5a646477a5
Fetch all appconfig values for an app at once and cache the results
12 years ago
Morris Jobke
1f1fcc6129
Remove "link" shares right after disabling the "allow_link_share" setting
13 years ago
Thomas Müller
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
13 years ago
Bart Visscher
2f79e94a35
Style fixes
13 years ago
Bart Visscher
c546874159
Convert OC_Appconfig to object interface
Implemented unittest for OC\AppConfig
13 years ago
Bart Visscher
ffae6f4b84
Style-fix: Breakup long lines
13 years ago
Felix Moeller
afadf93d31
Checkstyle: many fixes
14 years ago
Felix Moeller
6a00a6b9ed
Make Jenkins more happy.
This is NoSpaceAfterComma
14 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
14 years ago
Robin Appelman
4131b205d4
fix some more phpdoc
14 years ago
Thomas Mueller
3829460ab8
adding space between) and {
14 years ago
Bart Visscher
52f2e7112e
Whitespace fixes in lib
14 years ago