nextcloud-server/lib/private
Vincent Petry 58db31e61e Added warning for trusted_domains after CLI upgrade
If trusted_domains is not set after a CLI upgrade, show a warning in the
output.

Backport of 1a11682 from master
2014-03-17 14:27:19 +07:00
..
appframework add PHPDoc for urlParams 2013-11-27 10:55:06 +07:00
archive
backgroundjob remove background jobs if they are failing 2013-12-06 20:57:58 +07:00
cache
connector/sabre don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 2014-03-06 12:09:32 +07:00
db Allow XML entity loader for MDB2 schema loader 2014-03-03 12:15:51 +07:00
fileproxy
files Replace deleteAll call with unlink call 2014-02-25 15:01:38 +07:00
group
hooks
l10n
legacy
log add test for password remove method 2014-02-04 14:42:41 +07:00
memcache Add check for apc.enabled option 2014-01-27 23:33:39 +07:00
migration
minimizer
ocs getData() always needs to return an array 2014-02-10 15:16:58 +07:00
preview reuse existing helper function OC_Helper::is_function_enabled 2014-01-08 10:45:37 +07:00
search
session check if a $_SESSION entry exists before we try to remove it 2013-12-18 14:26:27 +07:00
setup fixing PHPDoc and spelling 2013-12-03 17:49:37 +07:00
share fix DI 2014-02-10 14:53:59 +07:00
template
user Fix "headers are already sent" introduced with #6519 2014-02-21 10:05:05 +07:00
vobject
activitymanager.php
allconfig.php Also add default to the \OCP\IConfig interface 2014-01-02 16:54:44 +07:00
api.php fixing method names 2014-03-12 15:40:54 +07:00
app.php show link to app documentation 2014-01-24 13:58:29 +07:00
appconfig.php
apphelper.php
archive.php
arrayparser.php
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
cache.php
config.php
contactsmanager.php
davclient.php
db.php Send "SET NAMES utf8" to MySQL for PHP below 5.3.6 2013-12-12 12:26:17 +07:00
defaults.php make mail notification header color themable 2014-03-03 16:50:05 +07:00
eventsource.php
filechunking.php
fileproxy.php
files.php Fix xsendfile local storage detection with quota 2014-02-11 15:04:17 +07:00
geo.php
group.php
helper.php introduce new theme function to allow full creation of documentation links: buildDocLinkToKey() 2014-02-26 12:52:49 +07:00
hintexception.php
hook.php
image.php Revert "use relative paths to create images from a file. This way it also works if" 2013-11-22 18:01:44 +07:00
installer.php one tab less 2013-11-18 12:19:16 +07:00
json.php OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 2014-01-21 16:39:31 +07:00
l10n.php change order of issubdirectory() calls to avoid error messages for non-apps 2014-02-07 14:48:01 +07:00
log.php
mail.php remove magic handling of recipient lists by exploding the string - this functionality is nowhere used this way and nowhere documented - and broken because only $toaddress will be exploded not $toname 2014-03-11 14:41:36 +07:00
migrate.php
mimetypes.list.php remove duplicate exe mimetype, add correct msi mimetype 2014-01-07 15:54:33 +07:00
minimizer.php
navigationmanager.php
notsquareexception.php
ocs.php
ocsclient.php Disable XML entities when parsing XML 2014-03-10 20:41:40 +07:00
preferences.php
preview.php add PHPDoc for setMimetype() 2013-11-28 19:05:43 +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 Fixed X-Forwarded-Host parsing 2014-03-05 20:06:05 +07:00
response.php Added isUserAgent() method to request 2014-01-07 22:11:39 +07:00
route.php
router.php
search.php
server.php fix the config option to remove the ability for users to set their displayname 2014-01-02 16:58:05 +07:00
setup.php Add overwritehost config on setup and upgrade 2014-02-22 07:59:39 +07:00
subadmin.php
tagmanager.php
tags.php Use DEBUG instead of ERROR when favourites not found. Fix #6419 2013-12-16 17:31:03 +07:00
template.php Do not use L10n when logging exceptions 2013-12-17 10:56:02 +07:00
templatelayout.php
updater.php Added warning for trusted_domains after CLI upgrade 2014-03-17 14:27:19 +07:00
urlgenerator.php Test if $url is already prefixed by '/' 2014-02-20 18:19:05 +07:00
user.php Also delete legacy storages when deleting a user 2014-02-27 14:52:36 +07:00
util.php OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 2014-01-21 16:39:31 +07:00
vobject.php