..
appframework
add PHPDoc for urlParams
2013-11-27 10:55:06 +01: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-06 20:57:58 +01:00
cache
Merge branch 'master' into fixing-4546-master
2013-10-07 17:47:54 +02:00
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 +01:00
db
Allow XML entity loader for MDB2 schema loader
2014-03-03 12:15:51 +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
Return unencrypted_size of folder when queried
2014-03-21 10:23:56 +01:00
group
move the private namespace OC into lib/private - OCP will stay in lib/public
2013-09-30 16:36:59 +02: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
add test for password remove method
2014-02-04 14:42:41 +01:00
memcache
Add check for apc.enabled option
2014-01-27 23:33:39 +03: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
getData() always needs to return an array
2014-02-10 15:16:58 +01:00
preview
reuse existing helper function OC_Helper::is_function_enabled
2014-01-08 10:45:37 +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-18 14:26:27 +01:00
setup
fixing PHPDoc and spelling
2013-12-03 17:49:37 +01:00
share
fix DI
2014-02-10 14:53:59 +01:00
template
introduce OC_Helper::linkToDocs()
2013-10-21 22:01:27 +02:00
user
Fix "headers are already sent" introduced with #6519
2014-02-21 10:05:05 +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
2014-01-02 16:54:44 +01:00
api.php
fixing method names
2014-03-12 15:40:54 +01:00
app.php
show link to app documentation
2014-01-24 13:58:29 +01:00
appconfig.php
Remove "link" shares right after disabling the "allow_link_share" setting
2013-10-18 11:37:13 +02: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-12 12:26:17 -05:00
defaults.php
make mail notification header color themable
2014-03-03 16:50:05 +01:00
eventsource.php
move the private namespace OC into lib/private - OCP will stay in lib/public
2013-09-30 16:36:59 +02:00
filechunking.php
fixes #5367
2013-10-17 20:20:13 +02:00
fileproxy.php
move the private namespace OC into lib/private - OCP will stay in lib/public
2013-09-30 16:36:59 +02:00
files.php
Fix xsendfile local storage detection with quota
2014-02-11 15:04:17 +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
introduce new theme function to allow full creation of documentation links: buildDocLinkToKey()
2014-02-26 12:52:49 +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
move the private namespace OC into lib/private - OCP will stay in lib/public
2013-09-30 16:36:59 +02: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
one tab less
2013-11-18 12:19:16 +01: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 +01:00
l10n.php
change order of issubdirectory() calls to avoid error messages for non-apps
2014-02-07 14:48: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
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 +01: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:54:33 +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
Disable XML entities when parsing XML
2014-03-10 20:41:40 +01: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
Fixed X-Forwarded-Host parsing
2014-03-05 20:06:05 +01:00
response.php
Return 503 when a config/data dir error exists
2014-03-20 11:51:14 +01:00
route.php
Add patch method to OC_Route
2013-10-01 20:13:13 +02:00
router.php
move the private namespace OC into lib/private - OCP will stay in lib/public
2013-09-30 16:36:59 +02: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
fix the config option to remove the ability for users to set their displayname
2014-01-02 16:58:05 +01:00
setup.php
Added .ocdata file to check for data folder validity
2014-03-20 11:50:53 +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:31:03 +01:00
template.php
Do not use L10n when logging exceptions
2013-12-17 10:56:02 +01:00
templatelayout.php
move the private namespace OC into lib/private - OCP will stay in lib/public
2013-09-30 16:36:59 +02:00
updater.php
Added .ocdata file to check for data folder validity
2014-03-20 11:50:53 +01:00
urlgenerator.php
Test if $url is already prefixed by '/'
2014-02-20 18:19:05 +01:00
user.php
Also delete legacy storages when deleting a user
2014-02-27 14:52:36 +01:00
util.php
Added .ocdata file to check for data folder validity
2014-03-20 11:50:53 +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