]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoimprove check for duplicate apps
Georg Ehrke [Thu, 10 Jul 2014 15:18:10 +0000 (17:18 +0200)]
improve check for duplicate apps

10 years agoadd proper version comparision in OC_Installer::isUpdateAvailable
Georg Ehrke [Thu, 10 Jul 2014 15:17:55 +0000 (17:17 +0200)]
add proper version comparision in OC_Installer::isUpdateAvailable

10 years agoMerge pull request #9534 from owncloud/fix-9532-master
Thomas Müller [Wed, 9 Jul 2014 11:11:58 +0000 (13:11 +0200)]
Merge pull request #9534 from owncloud/fix-9532-master

De-double class name

10 years agotest class is already in preferences.php
Arthur Schiwon [Wed, 9 Jul 2014 08:49:40 +0000 (10:49 +0200)]
test class is already in preferences.php

10 years agoDe-double class name
Thomas Müller [Wed, 9 Jul 2014 07:36:36 +0000 (09:36 +0200)]
De-double class name

10 years agoMerge pull request #9510 from libasys/patch-1
Thomas Müller [Wed, 9 Jul 2014 05:58:37 +0000 (07:58 +0200)]
Merge pull request #9510 from libasys/patch-1

BugFix missing $item on 'file_target' Line 1911

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 9 Jul 2014 05:55:51 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #9528 from owncloud/fix-apostrop
Thomas Müller [Wed, 9 Jul 2014 05:42:30 +0000 (07:42 +0200)]
Merge pull request #9528 from owncloud/fix-apostrop

fix apostrophe fixes #9486

10 years agofix apostrophe fixes #9486
Volkan Gezer [Tue, 8 Jul 2014 19:48:29 +0000 (21:48 +0200)]
fix apostrophe fixes #9486

10 years agoMerge pull request #9385 from owncloud/fix-7052
blizzz [Tue, 8 Jul 2014 19:33:50 +0000 (21:33 +0200)]
Merge pull request #9385 from owncloud/fix-7052

support for AD primary groups

10 years agosupport for AD primary groups
Arthur Schiwon [Tue, 1 Jul 2014 20:02:41 +0000 (22:02 +0200)]
support for AD primary groups

support for primary groups

actually the problem is only known on AD, it is only needed to take care of their attributes

adjust to ADs special behaviour

this change was not intended

cache the SID value so it is not requested over and over again

theres only one, use singular

we are access

add tests for new Access methods

add tests for new Group methods

address scrutinizer findings, mostly doc

call ldap_explode_dn from ldap wrapper, enables tests without php5-ldap

PHP Doc

yo dawg, i heard you like backslashes … php doc fix

PHPDoc updated and typos fixed while reviewing

10 years agoMerge pull request #9515 from owncloud/update-sharecleanupfix
Vincent Petry [Tue, 8 Jul 2014 16:09:26 +0000 (18:09 +0200)]
Merge pull request #9515 from owncloud/update-sharecleanupfix

Fix update cleanup to only affect file and folders

10 years agoMerge pull request #9507 from owncloud/fix-9302-master
Thomas Müller [Tue, 8 Jul 2014 15:39:34 +0000 (17:39 +0200)]
Merge pull request #9507 from owncloud/fix-9302-master

Upload abortion is now detected within the  OC_Connector_Sabre_File::put...

10 years agoMerge pull request #9412 from owncloud/public-api-activity
Thomas Müller [Tue, 8 Jul 2014 14:37:18 +0000 (16:37 +0200)]
Merge pull request #9412 from owncloud/public-api-activity

Public api activity

10 years agoport of #9500
Arthur Schiwon [Mon, 7 Jul 2014 22:19:17 +0000 (00:19 +0200)]
port of #9500

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

10 years agouse case insensitive LIKE when searching for files in mysql
Robin Appelman [Tue, 8 Jul 2014 10:41:28 +0000 (12:41 +0200)]
use case insensitive LIKE when searching for files in mysql

10 years agoMerge pull request #9504 from owncloud/repair-collation
Thomas Müller [Tue, 8 Jul 2014 13:13:46 +0000 (15:13 +0200)]
Merge pull request #9504 from owncloud/repair-collation

Add repair step to set MySQL collation to utf8_bin

10 years agoAdd repair step to set MySQL collation to utf8_bin
Robin Appelman [Mon, 7 Jul 2014 15:37:35 +0000 (17:37 +0200)]
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

10 years agoFix update cleanup to only affect file and folders
Vincent Petry [Tue, 8 Jul 2014 10:51:32 +0000 (12:51 +0200)]
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.

10 years agoMerge pull request #9509 from owncloud/ctjctj-fix_amazons3
Thomas Müller [Tue, 8 Jul 2014 12:25:47 +0000 (14:25 +0200)]
Merge pull request #9509 from owncloud/ctjctj-fix_amazons3

Fix Signiture Does Not Match when mounting Amazon S3 external storage

10 years agoUpload abortion is now detected within the OC_Connector_Sabre_File::put()
Thomas Müller [Tue, 8 Jul 2014 07:44:46 +0000 (09:44 +0200)]
Upload abortion is now detected within the  OC_Connector_Sabre_File::put()
OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless

Adding unit test testUploadAbort()

10 years agoBugFix missing $item on 'file_target' Line 1911
libasys [Tue, 8 Jul 2014 08:51:05 +0000 (10:51 +0200)]
BugFix missing $item on 'file_target' Line 1911

I think this should be right!

10 years agoIgnore core/js/jquery.placeholder.js
Thomas Müller [Tue, 8 Jul 2014 08:22:54 +0000 (10:22 +0200)]
Ignore core/js/jquery.placeholder.js

10 years agoIgnore core/js/snap.js
Thomas Müller [Tue, 8 Jul 2014 08:21:43 +0000 (10:21 +0200)]
Ignore core/js/snap.js

10 years agoFix Signiture Does Not Match when mounting Amazon S3 external storage
Christopher T. Johnson [Mon, 14 Apr 2014 13:49:43 +0000 (09:49 -0400)]
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>'

10 years agoMerge pull request #9506 from owncloud/fix-fielset-legends
Jan-Christoph Borchardt [Tue, 8 Jul 2014 07:28:35 +0000 (09:28 +0200)]
Merge pull request #9506 from owncloud/fix-fielset-legends

specify CSS rule for warning & update fieldsets

10 years agoAdding new interface \OCP\Activity\IExtentsion
Thomas Müller [Thu, 3 Jul 2014 11:48:15 +0000 (13:48 +0200)]
Adding new interface \OCP\Activity\IExtentsion
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

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 8 Jul 2014 05:55:17 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agospecify CSS rule for warning & update fieldsets - fixes #9491
Morris Jobke [Mon, 7 Jul 2014 21:33:20 +0000 (23:33 +0200)]
specify CSS rule for warning & update fieldsets - fixes #9491

10 years agoMerge pull request #9495 from owncloud/remove-moved-mount
Vincent Petry [Mon, 7 Jul 2014 21:23:04 +0000 (23:23 +0200)]
Merge pull request #9495 from owncloud/remove-moved-mount

When changing the mountpoint of an external storage, ensure the old one ...

10 years agoMerge pull request #9505 from stephane84/fix-9497
Vincent Petry [Mon, 7 Jul 2014 21:11:23 +0000 (23:11 +0200)]
Merge pull request #9505 from stephane84/fix-9497

Refocus input field after user creation

10 years agoMerge pull request #9499 from owncloud/shares-hidetokenrecipient
Morris Jobke [Mon, 7 Jul 2014 18:02:59 +0000 (20:02 +0200)]
Merge pull request #9499 from owncloud/shares-hidetokenrecipient

Do not show recipient for link shares in file list

10 years agoMerge pull request #9502 from owncloud/add_ocsids
Morris Jobke [Mon, 7 Jul 2014 17:58:41 +0000 (19:58 +0200)]
Merge pull request #9502 from owncloud/add_ocsids

Add ocsids for shipped apps in core repo

10 years agoMerge pull request #9415 from owncloud/external-sharedialog
Morris Jobke [Mon, 7 Jul 2014 17:51:54 +0000 (19:51 +0200)]
Merge pull request #9415 from owncloud/external-sharedialog

Improved external share dialog

10 years agoMerge pull request #9494 from owncloud/issue/9490
Morris Jobke [Mon, 7 Jul 2014 17:36:41 +0000 (19:36 +0200)]
Merge pull request #9494 from owncloud/issue/9490

[issues/9490] \OC::$WEBROOT is invalid when called from cron.php

10 years agoMerge pull request #9501 from owncloud/shares-listsort
Morris Jobke [Mon, 7 Jul 2014 17:31:32 +0000 (19:31 +0200)]
Merge pull request #9501 from owncloud/shares-listsort

Fixed shared list sorting

10 years agoFixes #9497
Stephane V [Mon, 7 Jul 2014 16:32:51 +0000 (18:32 +0200)]
Fixes #9497

10 years agoadd ocsids to info.xml
Georg Ehrke [Mon, 7 Jul 2014 14:57:50 +0000 (16:57 +0200)]
add ocsids to info.xml

10 years agoFixed shared list sorting
Vincent Petry [Mon, 7 Jul 2014 14:49:32 +0000 (16:49 +0200)]
Fixed shared list sorting

Use Array.sort instead of underscore's sortBy() as they don't use the
same method/function signature.

10 years agoDo not show recipient for link shares in file list
Vincent Petry [Mon, 7 Jul 2014 14:33:23 +0000 (16:33 +0200)]
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.

10 years agoImproved external share dialog
Vincent Petry [Mon, 7 Jul 2014 13:57:26 +0000 (15:57 +0200)]
Improved external share dialog

Changed title, label and buttons.
Removed icon.

10 years agoFixed dialogs styling, reversed buttons
Vincent Petry [Thu, 3 Jul 2014 12:38:40 +0000 (14:38 +0200)]
Fixed dialogs styling, reversed buttons

Default dialog button is now on the right, other one on the left.

10 years agoMerge pull request #9492 from owncloud/repait-innodb-master
Thomas Müller [Mon, 7 Jul 2014 13:50:34 +0000 (15:50 +0200)]
Merge pull request #9492 from owncloud/repait-innodb-master

MySQL: adding repair step to convert MyIsam tables to InnoDB

10 years agoWhen changing the mountpoint of an external storage, ensure the old one is removed
Robin Appelman [Mon, 7 Jul 2014 13:40:01 +0000 (15:40 +0200)]
When changing the mountpoint of an external storage, ensure the old one is removed

10 years agoAdd comment to overwrite* configs about CLI/cron problems
Joas Schilling [Mon, 7 Jul 2014 13:04:43 +0000 (15:04 +0200)]
Add comment to overwrite* configs about CLI/cron problems

10 years agoOnly calculate the WEBROOT from scriptName if it contains $SUBURI
Joas Schilling [Mon, 7 Jul 2014 13:01:02 +0000 (15:01 +0200)]
Only calculate the WEBROOT from scriptName if it contains $SUBURI

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

10 years agoOnly overwrite serverHost when in unit tests
Joas Schilling [Mon, 7 Jul 2014 12:39:06 +0000 (14:39 +0200)]
Only overwrite serverHost when in unit tests

The intention of the original commit 12f7cb87679453fa96c796df857b7e7193d4ee09
was to fix tests. But cron should always return a valid host not localhost.

10 years agoMySQL: adding repair step to convert MyIsam tables to InnoDB
Thomas Müller [Mon, 7 Jul 2014 10:32:24 +0000 (12:32 +0200)]
MySQL: adding repair step to convert MyIsam tables to InnoDB

10 years agoMerge pull request #9488 from owncloud/fix-ctrl-click-app
Jan-Christoph Borchardt [Mon, 7 Jul 2014 09:49:14 +0000 (11:49 +0200)]
Merge pull request #9488 from owncloud/fix-ctrl-click-app

fix loading spinner on ctrl click a app entry- fixes #9063

10 years agoMerge pull request #9479 from stephane84/fix-9147
Morris Jobke [Mon, 7 Jul 2014 09:27:56 +0000 (11:27 +0200)]
Merge pull request #9479 from stephane84/fix-9147

Log table design glitch in date field

10 years agoMerge pull request #9468 from owncloud/fix_logout_error_messages
Vincent Petry [Mon, 7 Jul 2014 08:58:23 +0000 (10:58 +0200)]
Merge pull request #9468 from owncloud/fix_logout_error_messages

better validation: cadd extra check if appinfo/info.xml exists

10 years agofix loading spinner on ctrl click a app entry- fixes #9063
Morris Jobke [Mon, 7 Jul 2014 08:39:48 +0000 (10:39 +0200)]
fix loading spinner on ctrl click a app entry- fixes #9063

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 7 Jul 2014 05:54:28 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #9469 from owncloud/replace_uninstall_button_with_link
Morris Jobke [Sun, 6 Jul 2014 21:56:44 +0000 (23:56 +0200)]
Merge pull request #9469 from owncloud/replace_uninstall_button_with_link

improvements for uninstall button

10 years agoRevert "fix version number - @karlitschek ;)"
Morris Jobke [Sun, 6 Jul 2014 21:52:32 +0000 (23:52 +0200)]
Revert "fix version number - @karlitschek ;)"

This reverts commit f1b3e03f7fdb6272bbc4320d75b8bb0df4a05557.

10 years agoMerge pull request #9453 from owncloud/enc_fix_wrong_file_size
Frank Karlitschek [Sun, 6 Jul 2014 14:38:06 +0000 (10:38 -0400)]
Merge pull request #9453 from owncloud/enc_fix_wrong_file_size

[encryption] always take unencrypted size

10 years agoBug 9147 owncloud/core
Stephane V [Sun, 6 Jul 2014 14:15:33 +0000 (16:15 +0200)]
Bug 9147 owncloud/core
Added class="date" in the latest column of the log table to get everything on one line (in the ajax request).

10 years agoMerge pull request #9466 from owncloud/design-fix-fieldset-legend
Volkan Gezer [Sun, 6 Jul 2014 13:58:06 +0000 (15:58 +0200)]
Merge pull request #9466 from owncloud/design-fix-fieldset-legend

fix fieldset look, fix #8158

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 6 Jul 2014 05:54:33 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoimprovements for uninstall button
Georg Ehrke [Sat, 5 Jul 2014 11:39:25 +0000 (13:39 +0200)]
improvements for uninstall button

10 years agofix phpDocBlock for OC_App::getAppInfo
Georg Ehrke [Sat, 5 Jul 2014 11:32:21 +0000 (13:32 +0200)]
fix phpDocBlock for OC_App::getAppInfo

10 years agobetter validation: cadd extra check if appinfo/info.xml exists
Georg Ehrke [Sat, 5 Jul 2014 11:28:47 +0000 (13:28 +0200)]
better validation: cadd extra check if appinfo/info.xml exists

10 years agofix fieldset look, fix #8158
Jan-Christoph Borchardt [Sat, 5 Jul 2014 08:06:26 +0000 (10:06 +0200)]
fix fieldset look, fix #8158

10 years agoMerge pull request #9446 from owncloud/fix-strengthify
Jan-Christoph Borchardt [Sat, 5 Jul 2014 07:50:51 +0000 (09:50 +0200)]
Merge pull request #9446 from owncloud/fix-strengthify

also make strengthify transparent on setup submit - fixes #9436

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 5 Jul 2014 05:56:33 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #9419 from owncloud/fix_search_results_in_root_dir
Jörn Friedrich Dreyer [Fri, 4 Jul 2014 16:28:54 +0000 (18:28 +0200)]
Merge pull request #9419 from owncloud/fix_search_results_in_root_dir

Fix search results in root dir & deprecate OC_Search_Provider

10 years agoMerge pull request #9455 from owncloud/breadcrumbs-backgroundsize
Jan-Christoph Borchardt [Fri, 4 Jul 2014 16:12:04 +0000 (18:12 +0200)]
Merge pull request #9455 from owncloud/breadcrumbs-backgroundsize

fix size of breadcrumb separator

10 years agofix size of breadcrumb separator
Morris Jobke [Fri, 4 Jul 2014 15:45:43 +0000 (17:45 +0200)]
fix size of breadcrumb separator

10 years agoMerge pull request #9357 from owncloud/sharing_unshare_on_delete
Björn Schießle [Fri, 4 Jul 2014 15:42:52 +0000 (17:42 +0200)]
Merge pull request #9357 from owncloud/sharing_unshare_on_delete

[sharing] unshare childrens on delete

10 years agoimproved unit tests
Bjoern Schiessle [Fri, 4 Jul 2014 15:37:35 +0000 (17:37 +0200)]
improved unit tests

10 years agoalways take unencrypted size
Bjoern Schiessle [Fri, 4 Jul 2014 14:44:50 +0000 (16:44 +0200)]
always take unencrypted size

10 years agoMerge pull request #9445 from owncloud/filelist-auth-error
icewind1991 [Fri, 4 Jul 2014 14:39:00 +0000 (16:39 +0200)]
Merge pull request #9445 from owncloud/filelist-auth-error

Reload the page when the files app encounters an authentication error

10 years agoMerge pull request #9438 from owncloud/design-fix-appsloadingfeedback
Jan-Christoph Borchardt [Fri, 4 Jul 2014 14:37:08 +0000 (16:37 +0200)]
Merge pull request #9438 from owncloud/design-fix-appsloadingfeedback

show loading feedback also when clicking 'Apps' entry in app list

10 years agoMerge pull request #9450 from owncloud/update-snap.js
Thomas Müller [Fri, 4 Jul 2014 14:26:58 +0000 (16:26 +0200)]
Merge pull request #9450 from owncloud/update-snap.js

update snap.js to v2.0.0-rc1

10 years agoAdd machine readable error messages to OC\JSON
Robin Appelman [Fri, 4 Jul 2014 12:08:48 +0000 (14:08 +0200)]
Add machine readable error messages to OC\JSON

Reload the files app in case of authentication errors, expired tokens or disabled app

Reloading will triger the full server side handeling of those errors

formatting

fix missing semicolon + some jshint warnings

10 years agoMerge pull request #9434 from owncloud/files-reloadpromiseissue
Morris Jobke [Fri, 4 Jul 2014 14:13:33 +0000 (16:13 +0200)]
Merge pull request #9434 from owncloud/files-reloadpromiseissue

Fix reload call for all subclasses

10 years agoMerge pull request #8308 from owncloud/case_insensitive_search_oracle
Jörn Friedrich Dreyer [Fri, 4 Jul 2014 13:51:57 +0000 (15:51 +0200)]
Merge pull request #8308 from owncloud/case_insensitive_search_oracle

use case insensitive linguistic sort and compare when connecting to oracle

10 years agoupdate snap.js to v2.0.0-rc1
Thomas Müller [Fri, 4 Jul 2014 13:38:35 +0000 (15:38 +0200)]
update snap.js to v2.0.0-rc1

10 years agoMerge pull request #9269 from owncloud/fix_versions_preview
Thomas Müller [Fri, 4 Jul 2014 13:25:24 +0000 (15:25 +0200)]
Merge pull request #9269 from owncloud/fix_versions_preview

change order of registering api and capabilities to fix file version previews

10 years agoMerge pull request #9441 from owncloud/install-sql-host-default
Thomas Müller [Fri, 4 Jul 2014 13:08:43 +0000 (15:08 +0200)]
Merge pull request #9441 from owncloud/install-sql-host-default

Set localhost as default database host for installation

10 years agoMerge pull request #9444 from owncloud/design-fix-pointer
Morris Jobke [Fri, 4 Jul 2014 12:57:41 +0000 (14:57 +0200)]
Merge pull request #9444 from owncloud/design-fix-pointer

Design polish

10 years agofix cursor for other elements in top right corner
Morris Jobke [Fri, 4 Jul 2014 12:57:11 +0000 (14:57 +0200)]
fix cursor for other elements in top right corner

10 years agoMerge pull request #9440 from owncloud/files-fileactionsdeepcopy
Morris Jobke [Fri, 4 Jul 2014 12:49:00 +0000 (14:49 +0200)]
Merge pull request #9440 from owncloud/files-fileactionsdeepcopy

Fix FileActions merging override

10 years agoalso make strengthify transparent on setup submit - fixes #9436
Morris Jobke [Fri, 4 Jul 2014 12:29:12 +0000 (14:29 +0200)]
also make strengthify transparent on setup submit - fixes #9436

10 years agoMerge pull request #9426 from owncloud/design-remoteshare-confirm
Morris Jobke [Fri, 4 Jul 2014 12:13:44 +0000 (14:13 +0200)]
Merge pull request #9426 from owncloud/design-remoteshare-confirm

use icon-confirm instead of text for accepting remote share, works better with translations

10 years agoMerge pull request #9432 from owncloud/share-preview
Morris Jobke [Fri, 4 Jul 2014 12:04:28 +0000 (14:04 +0200)]
Merge pull request #9432 from owncloud/share-preview

Return and use isPreviewAvailable for share previews

10 years agofix 'remember' label being slightly off in log in
Jan-Christoph Borchardt [Fri, 4 Jul 2014 11:39:50 +0000 (13:39 +0200)]
fix 'remember' label being slightly off in log in

10 years agofix icons being slightly off in log in
Jan-Christoph Borchardt [Fri, 4 Jul 2014 11:38:30 +0000 (13:38 +0200)]
fix icons being slightly off in log in

10 years agofix user menu name and image not showing clicky mouse pointer
Jan-Christoph Borchardt [Fri, 4 Jul 2014 11:22:59 +0000 (13:22 +0200)]
fix user menu name and image not showing clicky mouse pointer

10 years agoset localhost as default database host for installation
Robin Appelman [Fri, 4 Jul 2014 11:24:00 +0000 (13:24 +0200)]
set localhost as default database host for installation

10 years agoFix FileActions merging override
Vincent Petry [Fri, 4 Jul 2014 10:53:03 +0000 (12:53 +0200)]
Fix FileActions merging override

When merging FileActions, the register() functio needs to correctly
override the previously merged action handler without affecting the
original one.

10 years agoshow loading feedback also when clicking 'Apps' entry in app list
Jan-Christoph Borchardt [Fri, 4 Jul 2014 10:32:37 +0000 (12:32 +0200)]
show loading feedback also when clicking 'Apps' entry in app list

10 years agoadd owner as parameter for delShareKey
Bjoern Schiessle [Fri, 4 Jul 2014 10:06:23 +0000 (12:06 +0200)]
add owner as parameter for delShareKey

10 years agoFix reload call for all subclasses
Vincent Petry [Fri, 4 Jul 2014 09:45:36 +0000 (11:45 +0200)]
Fix reload call for all subclasses

All subclasses must also properly return the ajax call object.

10 years agoReturn and use isPreviewAvailable for share previews
Vincent Petry [Fri, 4 Jul 2014 09:10:54 +0000 (11:10 +0200)]
Return and use isPreviewAvailable for share previews

Since the mime type is known, now isPreviewAvailable is returned as well
and used by the JS side to properly render mime icon and previews.

10 years agomake sure that the umount hook always contains the path relative to data/user/files
Bjoern Schiessle [Wed, 2 Jul 2014 15:53:54 +0000 (17:53 +0200)]
make sure that the umount hook always contains the path relative to data/user/files

10 years agoif a folder gets deleted we unshare all shared files/folders below
Bjoern Schiessle [Wed, 2 Jul 2014 12:40:22 +0000 (14:40 +0200)]
if a folder gets deleted we unshare all shared files/folders below

10 years agoIE8 fixes
Morris Jobke [Fri, 4 Jul 2014 06:13:05 +0000 (08:13 +0200)]
IE8 fixes

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 4 Jul 2014 05:56:01 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agofix version number - @karlitschek ;)
Morris Jobke [Fri, 4 Jul 2014 05:50:18 +0000 (07:50 +0200)]
fix version number - @karlitschek ;)