| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Fix update cleanup to only affect file and folders
|
| |
| |
| |
| |
| |
| | |
Fix bug in the SQL query that cleans up stray shares for removed
files/folders, which is now correctly limited to that item type instead
of also removing all other share types.
|
|\ \
| | |
| | | |
Upload abortion is now detected within the OC_Connector_Sabre_File::put...
|
| |/
| |
| |
| |
| |
| | |
OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless
Adding unit test testUploadAbort()
|
|\ \
| | |
| | | |
Public api activity
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adding method getNotificationTypes()
Adding method filterNotificationTypes()
Adding method getDefaultTypes()
Adding method translate() and getTypeIcon()
Adding method getGroupParameter()
Adding method getNavigation()
Adding method getNavigation()
Adding method isFilterValid() and getQueryForFilter()
Adding unit tests for \OC\ActivityManager
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
don't trigger update from checkPassword, it is already called by userExists, this is enough.
do not write to database when the value is the same
add test cases. also split test classes in a file each, looks like only the first class is being executed
also appconfig shall not write to database if the value is unchanged
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add repair step to set MySQL collation to utf8_bin
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Set default collation of mysql connection to utf8_bin
Set utf_bin as default collation for new tables
|
|\ \ \ \
| |/ / /
|/| | | |
Fix Signiture Does Not Match when mounting Amazon S3 external storage
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For some reason the aws-sdk-php package does not caclulate the
signiture correctly when accessing an object in a bucket with a name of
'.'.
When we are at the top of a S3 bucket there is a need(?) to have a directory
name. Per standard Unix the name picked was '.' (dot or period). This
choice exercises the aws-sdk bug.
This fix is to add a field to the method to store the name to use instead of
'.' which at this point is hard coded to '<root>'. We also add a private
function 'cleanKey()' which will test for the '.' name and replace it with
the variable. Finally all calls to manipulate objects where the path is
not obviously not '.' are processed through cleanKey().
An example where we don't process through clean key would be
'Key' => $path.'/',
Use correct relationship operator
Per feed back use === instead of ==
use '/' instead of '<root>'
|
| | | |
|
|/ / |
|
|\ \
| |/
|/| |
specify CSS rule for warning & update fieldsets
|
| | |
|
| | |
|
|\ \
| | |
| | | |
When changing the mountpoint of an external storage, ensure the old one ...
|
| | |
| | |
| | |
| | | |
removed
|
|\ \ \
| |_|/
|/| | |
Refocus input field after user creation
|
| | | |
|
|\ \ \
| | | |
| | | | |
Do not show recipient for link shares in file list
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In the "Shared with link" section, the share_with field can contain a
value when a password was set.
This fix prevents this value to be shown as it is not intended for the
end user.
|
|\ \ \ \
| | | | |
| | | | | |
Add ocsids for shipped apps in core repo
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Improved external share dialog
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changed title, label and buttons.
Removed icon.
|
| |/ / /
| | | |
| | | |
| | | | |
Default dialog button is now on the right, other one on the left.
|
|\ \ \ \
| | | | |
| | | | | |
[issues/9490] \OC::$WEBROOT is invalid when called from cron.php
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If not we are most likely in CLI mode. However to be able to still
generate valid URLs, we need to use the overwrite webroot instead.
Fix #9490
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The intention of the original commit 12f7cb87679453fa96c796df857b7e7193d4ee09
was to fix tests. But cron should always return a valid host not localhost.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Fixed shared list sorting
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Use Array.sort instead of underscore's sortBy() as they don't use the
same method/function signature.
|
|\ \ \ \
| |_|_|/
|/| | | |
MySQL: adding repair step to convert MyIsam tables to InnoDB
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
fix loading spinner on ctrl click a app entry- fixes #9063
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Log table design glitch in date field
|
| | |/
| |/|
| | |
| | | |
Added class="date" in the latest column of the log table to get everything on one line (in the ajax request).
|
|\ \ \
| |_|/
|/| | |
better validation: cadd extra check if appinfo/info.xml exists
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
improvements for uninstall button
|
| |/ / |
|
| | |
| | |
| | |
| | | |
This reverts commit f1b3e03f7fdb6272bbc4320d75b8bb0df4a05557.
|
|\ \ \
| |_|/
|/| | |
[encryption] always take unencrypted size
|
| | | |
|