..
appframework
Allow default values for route parameters.
2014-09-09 23:00:29 +07:00
archive
Add files as string to tar archives
2014-08-21 08:49:57 +07:00
backgroundjob
Dont try to execute jobs that no longer exist
2014-07-25 18:02:02 +07:00
cache
…
connector/ sabre
Fix dav permissions for folders without create permissions
2014-09-25 14:01:19 +07:00
contacts
ownCloud users are exported as address book
2014-07-24 17:35:02 +07:00
db
adding 'smallint unsigned' to type mapping for sqlite
2014-09-20 20:06:44 +07:00
fileproxy
…
files
Merge pull request #11285 from owncloud/dav-permissions-create
2014-09-26 09:21:32 +07:00
group
Merge pull request #9225 from voxsim/fix_displayNamesInGroup
2014-09-22 12:13:15 +07:00
hooks
…
l10n
Use public api for getting l10n
2014-08-31 10:08:22 +07:00
legacy
add missing @deprecated annotation to legacy classes
2014-08-14 22:18:12 +07:00
log
Do not show exception to the end-user
2014-09-17 13:17:52 +07:00
memcache
Memcache\Factory: Remove static, use globalPrefix.
2014-07-29 11:14:36 +07:00
migration
…
ocs
Fix unexisting class and PHPDoc
2014-09-15 17:08:56 +07:00
preview
Add a configuration switch for enabled preview mimetypes
2014-09-22 16:09:08 +07:00
repair
Explicily close the statement cursors
2014-08-20 23:49:15 +07:00
route
Also match routes without trailing slash
2014-09-22 11:22:33 +07:00
search
mkae getRelativePath of file search results overwriteable in subclasses
2014-07-14 19:27:10 +07:00
security
Remove unused and overflowing function
2014-09-18 10:21:28 +07:00
session
Refactor internal session to write directly to $_SESSION
2014-08-30 08:48:13 +07:00
setup
simplify mysql user creation flow
2014-09-16 11:53:54 +07:00
share
Merge pull request #10858 from owncloud/issue/10847
2014-09-09 01:11:34 +07:00
template
more sugar for including lists of templates
2014-09-09 15:47:42 +07:00
user
Merge pull request #11229 from kofemann/for-upstream
2014-09-24 15:19:11 +07:00
vobject
…
activitymanager.php
Adding new interface \OCP\Activity\IExtentsion
2014-07-08 09:04:37 +07:00
allconfig.php
Extend public config interface
2014-08-31 15:27:36 +07:00
api.php
introduce and use getCurrentConnection()
2014-07-01 16:45:00 +07:00
app.php
Fix upgrade process when apps enabled for specific groups
2014-09-02 17:16:14 +07:00
appconfig.php
port of #9500
2014-07-08 16:32:01 +07:00
apphelper.php
…
archive.php
Previous commit was not based on master, retry. Removed broken tar cutter, double extensions are not possible in temp files. Added tar support. Fixed extension switch.
2014-08-04 14:10:09 +07:00
arrayparser.php
…
avatar.php
Use public api for getting l10n
2014-08-31 10:08:22 +07:00
avatarmanager.php
…
backgroundjob.php
…
cache.php
…
config.php
…
contactsmanager.php
…
davclient.php
Upgrade SabreDAV to 1.8.10
2014-06-04 12:22:23 +07:00
db.php
Ensure db connection before changing cache state
2014-08-30 15:46:56 +07:00
defaults.php
Merge pull request #10667 from pmjdebruijn/itunes-appid
2014-09-03 16:26:20 +07:00
eventsource.php
Explicitly cast id and validate type
2014-09-04 13:26:47 +07:00
filechunking.php
…
fileproxy.php
…
files.php
Make 404 page easier to understand
2014-09-17 22:57:32 +07:00
forbiddenexception.php
…
geo.php
…
group.php
Add group management to the public api
2014-07-16 14:25:31 +07:00
helper.php
catch and log exception in OC_Helper::cleanTmp()
2014-09-26 11:36:53 +07:00
hintexception.php
Do not show exception to the end-user
2014-09-17 13:17:52 +07:00
hook.php
Dont connect hooks twice
2014-06-06 09:56:02 +07:00
httphelper.php
Do only follow HTTP and HTTPS redirects
2014-09-22 20:02:32 +07:00
image.php
Preserve transparency when loading from a file
2014-09-10 23:49:21 +07:00
installer.php
Use public api for getting l10n
2014-08-31 10:08:22 +07:00
json.php
Use public api for getting l10n
2014-08-31 10:08:22 +07:00
l10n.php
Move certificate management interface from files_external to core
2014-08-31 10:47:50 +07:00
largefilehelper.php
file size on non-(Linux/BSD/Windows)-installations
2014-08-07 15:41:58 +07:00
log.php
fix logger implementation and test
2014-07-15 10:10:16 +07:00
mail.php
Remove X-Mailer header from mails
2014-08-17 18:55:13 +07:00
migrate.php
…
mimetypes.list.php
Merge pull request #9275 from NormalRa/master
2014-08-15 14:41:53 +07:00
naturalsort.php
Fixed sort algo for additional cases
2014-08-11 13:28:53 +07:00
navigationmanager.php
…
needsupdateexception.php
Throw an exception when we try to load an app that needs to be upgraded
2014-08-04 13:41:04 +07:00
notsquareexception.php
…
ocs.php
…
ocsclient.php
Add isAppstoreEnabled instead of hijacking the URL
2014-08-26 10:20:51 +07:00
preferences.php
port of #9500
2014-07-08 16:32:01 +07:00
preview.php
Clarify possible preview providers for type Office
2014-09-24 21:21:39 +07:00
previewmanager.php
Use svg mimeicons for empty text files
2014-07-30 16:31:37 +07:00
repair.php
delete old previews
2014-09-21 17:16:21 +07:00
repairexception.php
Added repair step for legacy storages
2014-08-20 23:14:05 +07:00
repairstep.php
Added RepairStep interface and default repair step lists
2014-06-12 17:38:26 +07:00
request.php
Do not show exception to the end-user
2014-09-17 13:17:52 +07:00
response.php
…
search.php
make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api
2014-06-06 01:17:02 +07:00
server.php
Do only follow HTTP and HTTPS redirects
2014-09-22 20:02:32 +07:00
serviceunavailableexception.php
Throw an exception when we try to load an app that needs to be upgraded
2014-08-04 13:41:04 +07:00
setup.php
Merge pull request #10934 from owncloud/datadir-write-setup
2014-09-25 14:32:32 +07:00
subadmin.php
…
tagmanager.php
…
tags.php
Use public api for getting l10n
2014-08-31 10:08:22 +07:00
template.php
Do not show exception to the end-user
2014-09-17 13:17:52 +07:00
templatelayout.php
Error needs to push body-id for new guest layout
2014-09-17 18:02:18 +07:00
updater.php
Merge pull request #11119 from owncloud/removeOldUpgradeRoutines
2014-09-19 12:23:42 +07:00
urlgenerator.php
Add a method to get the absolute url for a route
2014-09-08 14:43:14 +07:00
user.php
Move BasicAuth check to "isLoggedIn()"
2014-09-18 16:14:07 +07:00
util.php
Redirect only to absolute URL
2014-09-29 17:07:43 +07:00
vobject.php
…