nextcloud-server/lib/private
Thomas Müller c1fd300048 using array_key_exists() instead of isset() - required because in case the value is null isset is returning false 2014-04-07 21:05:48 +07:00
..
appframework Move the router classes to a namespace and expose it with a public interface 2014-03-10 14:04:58 +07:00
archive Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
backgroundjob Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
cache Do not expire chunks while checking for their existence 2014-04-03 21:12:35 +07:00
connector/sabre Merge pull request #7696 from owncloud/chunk-remainingspacefix 2014-04-01 16:09:19 +07:00
db adding @method annotation to declare methods which can be called on the wrapped statement object 2014-03-28 12:57:27 +07:00
fileproxy
files dont scan not existing files in View->getFileInfo 2014-04-04 15:10:07 +07:00
group Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
hooks polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +07:00
l10n polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +07:00
legacy More PHPDoc fixes, using scrutinizer patches as hints 2014-02-28 13:53:41 +07:00
log add test for password remove method 2014-02-04 11:18:04 +07:00
memcache Merge branch 'master' into scrutinizer_documentation_patches 2014-02-14 23:03:27 +07:00
migration Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
ocs Removed two unused functions 2014-04-04 22:27:05 +07:00
preview fix merge conflicts 2014-03-06 11:55:45 +07:00
route fix undefined index warning in router 2014-03-26 13:02:11 +07:00
search polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +07:00
session redefine reopen() in class \OC\Session\Internal to avoid accidental calls in productive code 2014-03-18 11:44:22 +07:00
setup Merge pull request #6632 from eduardosan/master 2014-03-12 18:52:47 +07:00
share Merge pull request #7476 from owncloud/type-hinting 2014-04-03 20:02:27 +07:00
template Merge branch 'master' into type-hinting 2014-03-31 21:38:54 +07:00
user Remove `session_id_regenerate` from here 2014-02-21 08:12:45 +07:00
vobject
activitymanager.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +07:00
allconfig.php $default of OC_Config::[gs]etValue can have more then string as type 2014-02-12 17:38:32 +07:00
api.php Merge pull request #7649 from owncloud/routing-public 2014-03-17 21:07:05 +07:00
app.php move replace to inside isset 2014-02-28 11:19:19 +07:00
appconfig.php using array_key_exists() instead of isset() - required because in case the value is null isset is returning false 2014-04-07 21:05:48 +07:00
apphelper.php moving file to the right location 2013-10-07 00:32:39 +07:00
archive.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
arrayparser.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
avatar.php Avatar: accept OC_Image as in setParameter 2013-11-22 23:57:23 +07:00
avatarmanager.php Round out Avatar Public API 2013-11-21 23:40:25 +07:00
backgroundjob.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
cache.php More PHPDoc fixes, using scrutinizer patches as hints 2014-02-28 13:53:41 +07:00
config.php Fix admin-dir_permissions redirection when cannot write warning 2014-04-02 12:41:46 +07:00
contactsmanager.php More PHPDoc fixes, using scrutinizer patches as hints 2014-02-28 13:53:41 +07:00
davclient.php Fix more documentation failes 2014-02-08 11:47:55 +07:00
db.php More PHPDoc fixes, using scrutinizer patches as hints 2014-02-28 13:53:41 +07:00
defaults.php Switch to HTTPS 2014-04-06 22:06:38 +07:00
eventsource.php sanitize fallbackId 2014-03-12 00:18:51 +07:00
filechunking.php Fixed chunking and insufficient storage check 2014-03-17 13:04:34 +07:00
fileproxy.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
files.php Use the correct resolve method to resolve file storage 2014-03-26 18:14:35 +07:00
forbiddenexception.php Cache folder is now configurable 2014-03-24 12:57:11 +07:00
geo.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
group.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
helper.php Allow reusing FileInfo for getStorageInfo 2014-04-02 17:10:57 +07:00
hintexception.php
hook.php Added test cleanup listener to detect untidy tests 2013-12-19 20:18:09 +07:00
image.php Merge branch 'master' into type-hinting 2014-03-31 21:38:54 +07:00
installer.php Use 'command -v' to detect whether and where software is installed (instead of 'which') 2014-02-21 13:45:57 +07:00
json.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +07:00
l10n.php Merge branch 'master' into type-hinting 2014-03-31 21:38:54 +07:00
log.php
mail.php idn_to_ascii is only used if available 2014-03-26 11:17:23 +07:00
migrate.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
mimetypes.list.php Add mimetype for MKV videos 2014-03-19 17:45:20 +07:00
navigationmanager.php
notsquareexception.php
ocs.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
ocsclient.php Disable XML entities when parsing XML 2014-03-10 17:51:13 +07:00
preferences.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +07:00
preview.php Merge pull request #7704 from owncloud/preview_use_pre_instead_of_post_delete_hook_2 2014-03-17 12:59:35 +07:00
previewmanager.php
repair.php Add a (currently) empty system for running common repair steps 2013-11-26 14:12:48 +07:00
request.php Allow using "/" in "overwritewebroot" 2014-03-31 15:36:48 +07:00
response.php Return 503 when a config/data dir error exists 2014-03-14 21:05:15 +07:00
search.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +07:00
server.php Merge branch 'master' into type-hinting 2014-03-31 21:38:54 +07:00
setup.php Added .ocdata file to check for data folder validity 2014-03-14 15:36:35 +07:00
subadmin.php
tagmanager.php
tags.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +07:00
template.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +07:00
templatelayout.php integrate assetic for asset pipeline-ing 2014-02-20 13:28:27 +07:00
updater.php Merge pull request #7611 from owncloud/fix-updater 2014-03-21 12:16:51 +07:00
urlgenerator.php Check if web root has already been appended 2014-03-31 14:24:38 +07:00
user.php Merge branch 'master' into load-apps-proper-master 2014-03-21 14:05:08 +07:00
util.php Sub-dir was prepended twice 2014-03-29 20:40:49 +07:00
vobject.php