..
activity
Minor text typos
2015-09-21 23:04:25 +05:45
app
public, remote and default_enable are not deprecated
2015-09-24 16:47:00 +02:00
appframework
Fix type hint errors in the container and the interface
2015-09-23 10:13:41 +02:00
archive
Update license headers
2015-03-26 11:44:36 +01:00
backgroundjob
Unique exception for invalid autoload paths, better handling
2015-09-05 16:50:02 +01:00
cache
Remove OC_Log
2015-07-03 18:00:16 +02:00
command
Merge pull request #15129 from owncloud/version-command-bus
2015-03-26 19:55:13 +01:00
connector /sabre
Allow listeners to set status code and message
2015-09-23 15:15:07 +02:00
console
Register valid root for all installed apps in console
2015-09-14 16:58:25 +01:00
contacts
Update license headers
2015-03-26 11:44:36 +01:00
db
Allow set('column', 'null')
to work like in Doctrine
2015-09-24 09:53:09 +02:00
diagnostics
Update license headers
2015-03-26 11:44:36 +01:00
encryption
only check if the user exists if a user was added as parameter
2015-09-24 12:21:40 +02:00
files
Make postScanFile and postScanFolder available to OC\Files\Utils\Scanner
2015-09-30 01:53:49 +02:00
group
update license headers and authors
2015-06-25 14:13:49 +02:00
hooks
update license headers and authors
2015-06-25 14:13:49 +02:00
http /client
Move certificate bundle into resources/config/
2015-09-22 16:43:28 +02:00
l10n
Add a public interface for the language factory so apps can use it
2015-08-27 13:14:50 +02:00
legacy
Remove OC_Appconfig
2015-07-03 18:00:16 +02:00
lock
remove warning when trying to get a lock while in transaction
2015-09-25 14:16:50 +02:00
log
Remove OC_Log
2015-07-03 18:00:16 +02:00
mail
Add "Reply-To" support for mails
2015-04-10 15:05:34 +02:00
memcache
Fallback to complete Memcached flush if getAllKeys fails
2015-09-05 20:02:49 +01:00
notification
Allow checking whether there are notifiers registered
2015-09-17 11:08:17 +02:00
ocs
Cleanup OCS code
2015-08-14 13:42:56 +02:00
preview
Clean temp files used for thumbnail generation
2015-09-30 14:07:59 +02:00
route
Delay adding OCS prefix to route collection until all is loaded
2015-09-01 15:42:41 +01:00
search
Scrutinizer Auto-Fixes
2015-05-19 11:23:06 +00:00
security
Move certificate bundle into resources/config/
2015-09-22 16:43:28 +02:00
session
Session closed exception wording
2015-09-29 12:17:47 +05:45
setup
- more injection
2015-07-30 00:04:30 +02:00
share
Do not blindy copy expiration date on reshare
2015-09-25 13:06:05 +02:00
tagging
Update license headers
2015-03-26 11:44:36 +01:00
template
update license headers and authors
2015-06-25 14:13:49 +02:00
user
Move dummy backend to Tests namespace
2015-09-22 11:01:11 +02:00
activitymanager.php
Sticky the notification types of files and sharing
2015-08-28 18:40:50 +02:00
allconfig.php
Move the filtering of sensitive data to the config class
2015-09-25 11:08:33 +02:00
api.php
With V2 we should ensure that the status codes are kept in sync
2015-08-13 10:45:25 +02:00
app.php
Correctly check whether an app is shipped
2015-09-24 12:06:29 +02:00
appconfig.php
Do not compare the value on Oracle
2015-09-14 12:14:25 +02:00
apphelper.php
update license headers and authors
2015-06-25 14:13:49 +02:00
archive.php
Update license headers
2015-03-26 11:44:36 +01:00
arrayparser.php
Update license headers
2015-03-26 11:44:36 +01:00
avatar.php
update license headers and authors
2015-06-25 14:13:49 +02:00
avatarmanager.php
update license headers and authors
2015-06-25 14:13:49 +02:00
capabilitiesmanager.php
Use DI
2015-08-10 10:45:16 +02:00
config.php
Remove DEBUG constant and use config value
2015-08-24 15:14:05 +02:00
contactsmanager.php
Update license headers
2015-03-26 11:44:36 +01:00
databaseexception.php
Update license headers
2015-03-26 11:44:36 +01:00
databasesetupexception.php
Update license headers
2015-03-26 11:44:36 +01:00
datetimeformatter.php
Update license headers
2015-03-26 11:44:36 +01:00
datetimezone.php
When guessing the timezone, the offset might only be valid on a given timestamp
2015-04-07 10:13:06 +02:00
db.php
Remove remainings of mssql
2015-07-29 18:19:31 +02:00
defaults.php
Revert "make knowledge base url configurable"
2015-08-11 14:20:25 +02:00
eventsource.php
Add custom CSP for Win 10 compatibility
2015-07-21 20:40:32 +02:00
filechunking.php
work directly on storages when doing a chunked upload assembly
2015-09-14 20:35:33 +02:00
files.php
More corrections
2015-09-28 11:46:54 +02:00
forbiddenexception.php
Update license headers
2015-03-26 11:44:36 +01:00
group.php
Update license headers
2015-03-26 11:44:36 +01:00
helper.php
Proper deprecate methods
2015-07-27 14:59:49 +02:00
hintexception.php
Update license headers
2015-03-26 11:44:36 +01:00
hook.php
Remove OC_Log
2015-07-03 18:00:16 +02:00
httphelper.php
Add connection timeout to default POST options
2015-05-26 11:22:50 +02:00
image.php
Make sure we have a resource before measuring its size
2015-06-08 15:10:29 +02:00
installer.php
Update installer.php
2015-08-10 10:34:44 +02:00
json.php
Encode HTML tags in JSON
2015-09-03 00:44:46 +02:00
l10n.php
cache found l10n per app and not globally
2015-09-30 16:49:16 +02:00
largefilehelper.php
Update license headers
2015-03-26 11:44:36 +01:00
log.php
Merge pull request #19346 from owncloud/drop-passwords-from-exception-log
2015-09-25 20:04:01 +02:00
naturalsort.php
Remove OC_Log
2015-07-03 18:00:16 +02:00
naturalsort_defaultcollator.php
Update license headers
2015-03-26 11:44:36 +01:00
navigationmanager.php
Update license headers
2015-03-26 11:44:36 +01:00
needsupdateexception.php
Update license headers
2015-03-26 11:44:36 +01:00
notsquareexception.php
Update license headers
2015-03-26 11:44:36 +01:00
ocs.php
Fix format of log/private/ocs.php
2015-08-19 14:21:10 +02:00
ocsclient.php
Degrade log message about missing app in appstore to debug
2015-08-17 11:27:41 +02:00
preview.php
Fix preview caching
2015-09-29 17:10:08 +02:00
previewmanager.php
update license headers and authors
2015-06-25 14:13:49 +02:00
repair.php
Repair mime types only when upgrading from OC 8.0
2015-09-23 10:51:37 +02:00
repairexception.php
Update license headers
2015-03-26 11:44:36 +01:00
repairstep.php
update license headers and authors
2015-06-25 14:13:49 +02:00
response.php
Add blob: scheme to default CSP policy
2015-09-29 14:27:35 +02:00
search.php
Update license headers
2015-03-26 11:44:36 +01:00
server.php
getService() is not needed -> remove
2015-09-23 12:00:07 +02:00
servernotavailableexception.php
update license headers and authors
2015-06-25 14:13:49 +02:00
serviceunavailableexception.php
Update license headers
2015-03-26 11:44:36 +01:00
setup.php
Check for PDO instead of removed function for PHP 7 compatibility
2015-07-30 12:32:22 +02:00
streamer.php
Adding ownCloud/TarStreamer
2015-09-28 11:46:54 +02:00
subadmin.php
Remove unused variables
2015-04-18 16:35:19 +02:00
systemconfig.php
Deduplicate constant
2015-09-25 13:17:23 +02:00
tagmanager.php
Update license headers
2015-03-26 11:44:36 +01:00
tags.php
Fix undefined variable $tagId
2015-05-04 16:19:26 +02:00
template.php
add $prepend option to addStyle() & addVendorStyle()
2015-09-25 15:41:55 +05:45
templatelayout.php
User upstream class SeparatorFilter
2015-09-28 22:52:45 +02:00
tempmanager.php
Clean up TempManager to follow code guidelines
2015-08-30 23:30:56 +01:00
updater.php
[upgrade] switch to debug logging on upgrade
2015-09-29 14:35:32 +02:00
urlgenerator.php
Fix UrlGenerator::imagePath() for app paths
2015-04-03 23:42:18 +01:00
user.php
Move dummy backend to Tests namespace
2015-09-22 11:01:11 +02:00
util.php
Merge pull request #19293 from owncloud/individual-it-move_initTemplate
2015-09-25 13:49:51 +02:00