nextcloud/lib/private
Joas Schilling 69a5a0c1a0 Stop flooding the log, when previews are disabled 2014-12-03 12:52:42 +01:00
..
app handle invalid xml file 2014-11-25 11:53:28 +01:00
appframework Use server container 2014-11-27 14:36:11 +01:00
archive Update pear/archive_tar to 1.3.13 2014-10-30 16:10:00 +01:00
backgroundjob
cache
connector/sabre Fix type hinting for app manager 2014-11-18 12:22:13 +01:00
contacts Replace deprecated constant with new class constant 2014-11-25 16:30:21 +01:00
db adding new config parameter for sqlite to specify the journal mode 2014-11-25 16:29:06 +01:00
diagnostics Allow adding events that hapend before the event logger was loaded 2014-10-20 13:38:38 +02:00
fileproxy
files also clear statcache in mapped local 2014-12-02 16:39:03 +01:00
group Merge pull request #12470 from owncloud/jenkins-12447 2014-11-27 15:16:14 +01:00
hooks
l10n
legacy Revert "drop OC_Preferences::getUsers and getApps" 2014-11-20 22:02:26 +01:00
log Implement a logger to log to error_log 2014-12-01 21:20:57 +01:00
memcache
ocs
preview Split bitmap providers into one per file 2014-11-28 09:28:33 +01:00
repair
route drop unneeded var_dump - fixes #9997 2014-11-18 22:36:42 +01:00
search
security Merge pull request #12218 from owncloud/issue/10991-fixes 2014-11-17 16:44:45 +01:00
session
setup Correctly namespace DatabaseSetupException 2014-11-26 12:30:07 +01:00
share Merge pull request #12350 from mprokop/link_expiration 2014-11-26 10:19:12 +01:00
tagging PHPDoc fixes as suggested by @MorrisJobke. 2014-10-14 00:06:33 +02:00
template Drop form_factor that is appended to JS, CSS and template filenames 2014-11-12 13:07:23 +01:00
user Move OC_USER_BACKEND_* constants to OC_User_Backend class 2014-11-27 13:47:32 +01:00
vobject
activitymanager.php concatenate queries with 'or' 2014-11-28 14:46:27 +01:00
allconfig.php
api.php because OC_User::login will create a new session we shall only try to login if user and pass are set 2014-11-26 09:19:10 +01:00
app.php Introduce app info xml parser including basic unit test - necessary for #10777 2014-11-25 11:53:28 +01:00
appconfig.php
apphelper.php
archive.php
arrayparser.php Replace exception with standard exception 2014-11-27 11:10:05 +01:00
avatar.php
avatarmanager.php
backgroundjob.php
cache.php
config.php Try to read the file only instead of trying to touch 2014-11-12 15:57:19 +01:00
contactsmanager.php Replace deprecated constant with new class constant 2014-11-25 16:30:21 +01:00
databaseexception.php Correctly namespace and autoload DatabaseException 2014-11-27 11:10:04 +01:00
databasesetupexception.php Correctly namespace DatabaseSetupException 2014-11-26 12:30:07 +01:00
db.php Correctly namespace and autoload DatabaseException 2014-11-27 11:10:04 +01:00
defaults.php Support HTML in logo claim 2014-11-03 21:14:27 +01:00
eventsource.php
filechunking.php
fileproxy.php
files.php Move constants from GET_TYPE to OC\Files so they can be autoloaded 2014-11-26 12:56:54 +01:00
forbiddenexception.php
geo.php
group.php
helper.php Merge pull request #12419 from owncloud/read-only-config 2014-12-01 16:37:29 +01:00
hintexception.php
hook.php
httphelper.php
image.php Use \OCP\ILogger 2014-12-01 16:21:54 +01:00
installer.php Limit blacklist to php files 2014-11-27 20:26:45 +01:00
json.php
l10n.php Cache results of available languages 2014-11-27 00:01:55 +01:00
largefilehelper.php Merge pull request #11565 from owncloud/fix-behaviourOnOSX 2014-10-15 21:12:50 +02:00
log.php
mail.php
mimetypes.list.php
naturalsort.php Move NaturalSort_DefaultCollator to its own file 2014-11-27 17:47:21 +01:00
naturalsort_defaultcollator.php Move NaturalSort_DefaultCollator to its own file 2014-11-27 17:47:21 +01:00
navigationmanager.php
needsupdateexception.php
notsquareexception.php
ocs.php
ocsclient.php Use function outside of loop 2014-10-24 12:27:53 +02:00
preferences.php Revert "drop OC_Preferences::getUsers and getApps" 2014-11-20 22:02:26 +01:00
preview.php Stop flooding the log, when previews are disabled 2014-12-03 12:52:42 +01:00
previewmanager.php Make files non executable 2014-10-24 11:14:51 +02:00
repair.php delete old previews 2014-11-25 15:42:02 +01:00
repairexception.php
repairstep.php
request.php Ignore port for trusted domains 2014-11-18 12:36:03 +01:00
response.php Allow any outgoing XHR connections 2014-10-30 00:00:40 +01:00
search.php
server.php Merge pull request #12472 from owncloud/modifyCookies 2014-11-28 10:16:22 +01:00
serviceunavailableexception.php
setup.php Disable OCI as it is unsupported by most CE apps 2014-11-28 16:23:03 +01:00
subadmin.php
tagmanager.php Add option to include tags for shared items. 2014-10-14 00:06:07 +02:00
tags.php PHPDoc fixes as suggested by @MorrisJobke. 2014-10-14 00:06:33 +02:00
template.php Drop form_factor that is appended to JS, CSS and template filenames 2014-11-12 13:07:23 +01:00
templatelayout.php Drop form_factor that is appended to JS, CSS and template filenames 2014-11-12 13:07:23 +01:00
tempmanager.php Add \OC\TempManager to handle creating and cleaning temporary files 2014-10-24 12:18:46 +02:00
updater.php Run preupdate before an update 2014-11-13 12:07:49 +01:00
urlgenerator.php Introduce app info xml parser including basic unit test - necessary for #10777 2014-11-25 11:53:28 +01:00
user.php logging changes 2014-11-07 12:45:42 -05:00
util.php Replace deprecated constant with new class constant 2014-11-25 16:30:21 +01:00
vobject.php Use function outside of loop 2014-10-24 12:27:53 +02:00