nextcloud-server/lib/private
Joas Schilling d69ea30097 Add a DateTimeFormatter class which allows overwriting the language and timezone
Fix #12227
2014-12-09 16:10:24 +07:00
..
app no nested xml tags on dependencies 2014-12-04 11:40:33 +07:00
appframework Use server container 2014-11-27 14:36:11 +07:00
archive
backgroundjob
cache
connector/sabre Fix namespace of Files_Encryption outside of the app 2014-12-09 09:47:26 +07:00
contacts Replace deprecated constant with new class constant 2014-11-25 16:30:21 +07:00
db Extract interaction with config.php into SystemConfig 2014-12-08 22:29:42 +07:00
diagnostics
fileproxy
files Add public api for mount configurations 2014-12-04 16:47:27 +07:00
group Add REST route for user & group management 2014-12-08 12:11:01 +07:00
hooks
l10n
legacy introduce preCondition for setUserValue to provide atomic check-and-update 2014-12-08 22:33:36 +07:00
log Implement a logger to log to error_log 2014-12-01 21:20:57 +07:00
memcache
ocs reduce OC_Preferences, OC_Config and \OCP\Config usage 2014-12-08 22:42:37 +07:00
preview Split bitmap providers into one per file 2014-11-28 09:28:33 +07:00
repair
route drop unneeded var_dump - fixes #9997 2014-11-18 22:36:42 +07:00
search
security Remove workaround for 5.3 2014-12-04 11:17:33 +07:00
session
setup Correctly namespace DatabaseSetupException 2014-11-26 12:30:07 +07:00
share reduce OC_Preferences, OC_Config and \OCP\Config usage 2014-12-08 22:42:37 +07:00
tagging
template Drop form_factor that is appended to JS, CSS and template filenames 2014-11-12 13:07:23 +07:00
user reduce OC_Preferences, OC_Config and \OCP\Config usage 2014-12-08 22:42:37 +07:00
vobject
activitymanager.php concatenate queries with 'or' 2014-11-28 14:46:27 +07:00
allconfig.php reduce OC_Preferences, OC_Config and \OCP\Config usage 2014-12-08 22:42:37 +07:00
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 +07:00
app.php translate labels properly 2014-12-04 11:40:33 +07:00
appconfig.php
apphelper.php
archive.php
arrayparser.php Replace exception with standard exception 2014-11-27 11:10:05 +07:00
avatar.php
avatarmanager.php
backgroundjob.php
cache.php
config.php drop unused isDebugMode and setDebugMode of OC_Config 2014-12-08 22:42:44 +07:00
contactsmanager.php Fix permissions 2014-12-06 13:58:10 +07:00
databaseexception.php Correctly namespace and autoload DatabaseException 2014-11-27 11:10:04 +07:00
databasesetupexception.php Correctly namespace DatabaseSetupException 2014-11-26 12:30:07 +07:00
datetimeformatter.php Add a DateTimeFormatter class which allows overwriting the language and timezone 2014-12-09 16:10:24 +07:00
db.php Correctly namespace and autoload DatabaseException 2014-11-27 11:10:04 +07:00
defaults.php
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 +07:00
forbiddenexception.php
geo.php
group.php Add REST route for user & group management 2014-12-08 12:11:01 +07:00
helper.php Improve the bitmap and vector mime icons 2014-12-02 21:11:56 +07:00
hintexception.php
hook.php
httphelper.php migrate \OC\AllConfig to \OCP\IConfig 2014-12-08 22:29:43 +07:00
image.php Use \OCP\ILogger 2014-12-01 16:21:54 +07:00
installer.php Limit blacklist to php files 2014-11-27 20:26:45 +07:00
json.php
l10n.php Add a DateTimeFormatter class which allows overwriting the language and timezone 2014-12-09 16:10:24 +07:00
largefilehelper.php
log.php Remove changes which were inadvertently pushed to master 2014-12-08 04:03:02 +07:00
mail.php
mimetypes.list.php
naturalsort.php Move NaturalSort_DefaultCollator to its own file 2014-11-27 17:47:21 +07:00
naturalsort_defaultcollator.php Move NaturalSort_DefaultCollator to its own file 2014-11-27 17:47:21 +07:00
navigationmanager.php
needsupdateexception.php
notsquareexception.php
ocs.php
ocsclient.php
preferences.php introduce preCondition for setUserValue to provide atomic check-and-update 2014-12-08 22:33:36 +07:00
preview.php Stop flooding the log, when previews are disabled 2014-12-03 12:52:42 +07:00
previewmanager.php
repair.php delete old previews 2014-11-25 15:42:02 +07:00
repairexception.php
repairstep.php
request.php Add workaround for older instances 2014-12-03 21:13:27 +07:00
response.php
search.php
server.php Merge pull request #12406 from owncloud/drop-getApps-getUsers 2014-12-09 09:36:38 +07:00
serviceunavailableexception.php
setup.php Trim port from domain 2014-12-03 19:59:50 +07:00
subadmin.php
systemconfig.php Extract interaction with config.php into SystemConfig 2014-12-08 22:29:42 +07:00
tagmanager.php
tags.php Add getTagsForObjects in ITags 2014-12-08 22:02:00 +07:00
template.php Drop form_factor that is appended to JS, CSS and template filenames 2014-11-12 13:07:23 +07:00
templatelayout.php Drop form_factor that is appended to JS, CSS and template filenames 2014-11-12 13:07:23 +07:00
tempmanager.php
updater.php Run preupdate before an update 2014-11-13 12:07:49 +07:00
urlgenerator.php Introduce app info xml parser including basic unit test - necessary for #10777 2014-11-25 11:53:28 +07:00
user.php Add REST route for user & group management 2014-12-08 12:11:01 +07:00
util.php Remove checks for safe mode and magic quotes 2014-12-05 19:14:47 +07:00
vobject.php