| .. |
|
appframework
|
add PHPDoc for urlParams
|
2013-11-27 10:55:06 +07:00 |
|
archive
|
…
|
|
|
backgroundjob
|
remove background jobs if they are failing
|
2013-12-02 13:43:26 +07:00 |
|
cache
|
Merge branch 'master' into fixing-4546-master
|
2013-10-07 17:47:54 +07:00 |
|
connector/sabre
|
Fixed touch after chunk assembling
|
2013-11-29 16:29:35 +07:00 |
|
db
|
on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.'
|
2013-11-26 22:39:01 +07:00 |
|
fileproxy
|
…
|
|
|
files
|
Merge pull request #6201 from owncloud/backgroundscan-reuse-etag
|
2013-12-06 10:13:14 +07:00 |
|
group
|
remove unneeded ; in comment
|
2013-12-12 13:59:00 +07:00 |
|
hooks
|
…
|
|
|
l10n
|
Merge branch 'master' into fixing-appframework-master
|
2013-10-08 12:13:24 +07: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 +07:00 |
|
memcache
|
…
|
|
|
migration
|
…
|
|
|
minimizer
|
…
|
|
|
ocs
|
Get rid of the SELECT query. Try UPDATE, on failure INSERT.
|
2013-10-31 16:04:18 +07:00 |
|
preview
|
we better use 5MB (1024 * 1024 * 5 = 5242880) instead of 1MB.
|
2013-11-22 12:23:22 +07:00 |
|
search
|
…
|
|
|
session
|
fixing php 5.3 compatibility
|
2013-10-08 21:52:54 +07:00 |
|
setup
|
fixing PHPDoc and spelling
|
2013-12-02 08:42:28 +07:00 |
|
template
|
introduce OC_Helper::linkToDocs()
|
2013-10-21 22:01:27 +07:00 |
|
user
|
On webdav sesssions, loginname was compared to username which does not need to match necessarily
|
2013-12-13 16:58:03 +07:00 |
|
vobject
|
…
|
|
|
activitymanager.php
|
adding OC6 public API for activities
|
2013-10-09 18:06:21 +07:00 |
|
allconfig.php
|
Also add default to the \OCP\IConfig interface
|
2013-12-16 14:33:03 +07:00 |
|
api.php
|
Merge multiple failed third party responses when returning the result
|
2013-11-14 01:21:54 +07:00 |
|
app.php
|
add post_enable hook if a app gets enabled
|
2013-10-22 16:15:19 +07:00 |
|
appconfig.php
|
Remove "link" shares right after disabling the "allow_link_share" setting
|
2013-10-18 11:37:13 +07:00 |
|
apphelper.php
|
moving file to the right location
|
2013-10-07 00:32:39 +07:00 |
|
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
|
use OC_Helper::linkToDocs() in lib/private/config.php
|
2013-10-21 23:08:09 +07:00 |
|
contactsmanager.php
|
…
|
|
|
davclient.php
|
Fixed spaces
|
2013-10-17 23:22:19 +07:00 |
|
db.php
|
Send "SET NAMES utf8" to MySQL for PHP below 5.3.6
|
2013-12-11 00:19:51 +07:00 |
|
defaults.php
|
fix defaults.php doc
|
2013-11-25 14:13:58 +07:00 |
|
eventsource.php
|
…
|
|
|
filechunking.php
|
fixes #5367
|
2013-10-17 20:20:13 +07:00 |
|
fileproxy.php
|
…
|
|
|
files.php
|
XSendfile and encryption don't work together
|
2013-12-06 17:59:59 +07:00 |
|
geo.php
|
…
|
|
|
group.php
|
dispayNamesInGroup(s) should always return uid as key in the result attr, fixes #5209
|
2013-10-20 20:55:27 +07:00 |
|
helper.php
|
External storage space is now not counted in total space
|
2013-11-18 18:09:01 +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
|
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 +07:00 |
|
json.php
|
…
|
|
|
l10n.php
|
fix plural translation - fixes #6226
|
2013-12-07 11:38:01 +07:00 |
|
log.php
|
…
|
|
|
mail.php
|
…
|
|
|
migrate.php
|
…
|
|
|
mimetypes.list.php
|
…
|
|
|
minimizer.php
|
…
|
|
|
navigationmanager.php
|
…
|
|
|
notsquareexception.php
|
…
|
|
|
ocs.php
|
fix the privatedata key value store
|
2013-10-30 19:36:29 +07:00 |
|
ocsclient.php
|
Merge branch 'master' into lib-private-master-2
|
2013-10-01 16:11:59 +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
|
Fix getRawPathInfo for the '/' edge case
|
2013-11-27 21:28:54 +07:00 |
|
response.php
|
…
|
|
|
route.php
|
Add patch method to OC_Route
|
2013-10-01 20:13:13 +07:00 |
|
router.php
|
…
|
|
|
search.php
|
…
|
|
|
server.php
|
fixing PHPDoc comments and syntax
|
2013-11-22 12:34:37 +07:00 |
|
setup.php
|
implementing solution using <ifModule mod_authz_core>
|
2013-11-08 17:29:14 +07:00 |
|
subadmin.php
|
…
|
|
|
tagmanager.php
|
…
|
|
|
tags.php
|
Use DEBUG instead of ERROR when favourites not found. Fix #6419
|
2013-12-16 17:07:22 +07:00 |
|
template.php
|
Do not use L10n when logging exceptions
|
2013-12-16 15:11:13 +07:00 |
|
templatelayout.php
|
…
|
|
|
updater.php
|
Add a (currently) empty system for running common repair steps
|
2013-11-26 14:12:48 +07:00 |
|
urlgenerator.php
|
use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace
|
2013-10-28 14:18:20 +07:00 |
|
user.php
|
return false if user is in incognito mode
|
2013-11-27 16:52:30 +07:00 |
|
util.php
|
lower required php version to 5.3.3
|
2013-12-04 10:25:22 +07:00 |
|
vobject.php
|
…
|
|