nextcloud/lib/private
Vincent Petry 8eaa39f4e2 Removed special handling of part files in shared storage rename
This fixes the issue introduced by the transfer id which itself wasn't
taken into account by the shortcut code for part file in the shared
storage class.
2014-01-08 18:43:20 +01:00
..
appframework don't specify path to 3rdparty directory when registering Pimple autoloader 2014-01-01 09:52:19 -08:00
archive move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
backgroundjob remove background jobs if they are failing 2013-12-02 13:43:26 +01:00
cache Merge branch 'master' into fixing-4546-master 2013-10-07 17:47:54 +02:00
connector/sabre Removed special handling of part files in shared storage rename 2014-01-08 18:43:20 +01:00
db Remove OC_DB_StatementWrapper::numRows(). 2013-12-21 19:36:14 +01:00
fileproxy move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
files Now also preventing to override "files" dir size with -1 2014-01-07 22:34:01 +01:00
group remove unneeded ; in comment 2013-12-12 13:59:00 +01:00
hooks move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
l10n Merge branch 'master' into fixing-appframework-master 2013-10-08 12:13:24 +02:00
legacy Merge pull request #4796 from owncloud/config-no-catch 2013-10-07 11:45:13 -07:00
log remove passwords from logfile 2013-11-26 12:26:32 +01:00
memcache Fix APCIterator syntax in \OC\Memcache\APCU::clear 2014-01-02 16:12:56 +01:00
migration move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
minimizer move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
ocs Get rid of the SELECT query. Try UPDATE, on failure INSERT. 2013-10-31 16:04:18 +01:00
preview reuse existing helper function OC_Helper::is_function_enabled 2014-01-07 14:52:18 +01:00
search move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
session check if a $_SESSION entry exists before we try to remove it 2013-12-11 12:59:48 +01:00
setup fixing PHPDoc and spelling 2013-12-02 08:42:28 +01:00
template use getAppWebPath() in here as well 2013-12-31 15:12:17 +01:00
user Replace static usage of OC_Config and OC_Preferences with the injected \OC\ConfigAll 2013-12-18 13:03:19 +01:00
vobject move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
activitymanager.php adding OC6 public API for activities 2013-10-09 18:06:21 +02:00
allconfig.php Also add default to the \OCP\IConfig interface 2013-12-16 14:33:03 +01:00
api.php Merge multiple failed third party responses when returning the result 2013-11-14 01:21:54 +00:00
app.php Fixed apps loading order 2013-12-20 17:16:57 +01:00
appconfig.php Fixed apps loading order 2013-12-20 17:16:57 +01:00
apphelper.php moving file to the right location 2013-10-07 00:32:39 +02:00
archive.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
arrayparser.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
avatar.php Avatar: accept OC_Image as in setParameter 2013-11-22 23:57:23 +01:00
avatarmanager.php Round out Avatar Public API 2013-11-21 23:40:25 +01:00
backgroundjob.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
cache.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
config.php use OC_Helper::linkToDocs() in lib/private/config.php 2013-10-21 23:08:09 +02:00
contactsmanager.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
davclient.php Fixed spaces 2013-10-17 23:22:19 +02:00
db.php Send "SET NAMES utf8" to MySQL for PHP below 5.3.6 2013-12-11 00:19:51 +01:00
defaults.php fix defaults.php doc 2013-11-25 14:13:58 +01:00
eventsource.php Fixed download file from URL error messages 2013-12-12 10:38:12 +01:00
filechunking.php fixes #5367 2013-10-17 20:20:13 +02:00
fileproxy.php Added test cleanup listener to detect untidy tests 2013-12-19 20:18:09 +01:00
files.php Moved content disposition code+workarounds to OCP\Response 2013-12-10 12:42:26 +01:00
geo.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
group.php dispayNamesInGroup(s) should always return uid as key in the result attr, fixes #5209 2013-10-20 20:55:27 +02:00
helper.php trimming all array elements 2014-01-07 19:47:01 +01:00
hintexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
hook.php Added test cleanup listener to detect untidy tests 2013-12-19 20:18:09 +01:00
image.php Revert "use relative paths to create images from a file. This way it also works if" 2013-11-22 18:01:44 +01:00
installer.php switch code checker on by default. apps are not allowed to access some of the internal classes where we have a public api for now 2013-11-18 18:42:06 +01:00
json.php only walk an array 2013-12-18 15:25:28 +01:00
l10n.php fix plural translation - fixes #6226 2013-12-07 11:38:01 +01:00
log.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
mail.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
migrate.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
mimetypes.list.php remove duplicate exe mimetype, add correct msi mimetype 2014-01-07 15:51:08 +01:00
minimizer.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
navigationmanager.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
notsquareexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
ocs.php fix the privatedata key value store 2013-10-30 19:36:29 +01:00
ocsclient.php Merge branch 'master' into lib-private-master-2 2013-10-01 16:11:59 +02:00
preferences.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
preview.php add PHPDoc for setMimetype() 2013-11-28 19:05:43 +01:00
previewmanager.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
repair.php Add a (currently) empty system for running common repair steps 2013-11-26 14:12:48 +01:00
request.php Added isUserAgent() method to request 2013-12-19 18:40:22 +01:00
response.php Added isUserAgent() method to request 2013-12-19 18:40:22 +01:00
route.php Add patch method to OC_Route 2013-10-01 20:13:13 +02:00
router.php Symfonys addCollection() with multiple arguments is deprecated, fix deprecation warning 2013-12-04 18:01:51 +01:00
search.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
server.php Merge pull request #6594 from owncloud/kill-index.php-from-url 2014-01-07 22:28:58 -08:00
setup.php turn off mod_pagespeed 2014-01-08 07:56:08 +01:00
subadmin.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
tagmanager.php reorganize file in lib 2013-09-30 16:39:03 +02:00
tags.php Use DEBUG instead of ERROR when favourites not found. Fix #6419 2013-12-16 17:07:22 +01:00
template.php Do not use L10n when logging exceptions 2013-12-16 15:11:13 +01:00
templatelayout.php correctly mark app management active 2013-12-09 15:53:31 +01:00
updater.php Add a (currently) empty system for running common repair steps 2013-11-26 14:12:48 +01:00
urlgenerator.php new config parameter 'front_controller_active' which will instruct the url generator to generate urls without index.php 2013-12-31 14:36:02 +01:00
user.php return false if user is in incognito mode 2013-11-27 16:52:30 +01:00
util.php Merge remote-tracking branch 'owncloud/master' into fixing-3417-master 2013-12-14 18:32:48 +01:00
vobject.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00