]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoconsolidate all admin warnings and notices into one section
Jan-Christoph Borchardt [Mon, 23 Mar 2015 13:27:57 +0000 (14:27 +0100)]
consolidate all admin warnings and notices into one section

9 years agoMerge pull request #14580 from owncloud/issue/13765-duplicate-remote-share
Morris Jobke [Tue, 24 Mar 2015 14:05:58 +0000 (15:05 +0100)]
Merge pull request #14580 from owncloud/issue/13765-duplicate-remote-share

"Integrity constraint violation" when sharing the same item twice with the same user

9 years agoMerge pull request #15151 from owncloud/use-local-time
Daniel Hansson [Tue, 24 Mar 2015 13:31:36 +0000 (14:31 +0100)]
Merge pull request #15151 from owncloud/use-local-time

Don't use hardcoded date and time

9 years agoMerge pull request #15150 from owncloud/sabre-removerangeexceptionforencryption
Vincent Petry [Tue, 24 Mar 2015 13:29:01 +0000 (14:29 +0100)]
Merge pull request #15150 from owncloud/sabre-removerangeexceptionforencryption

Remove range header exception for encryption

9 years agoMerge pull request #15127 from owncloud/admin-tips-jenkins
Morris Jobke [Tue, 24 Mar 2015 13:18:33 +0000 (14:18 +0100)]
Merge pull request #15127 from owncloud/admin-tips-jenkins

add Tips & tricks section to admin settings

9 years agoMerge pull request #15126 from owncloud/sabre-storagenotavailable
Morris Jobke [Tue, 24 Mar 2015 13:01:47 +0000 (14:01 +0100)]
Merge pull request #15126 from owncloud/sabre-storagenotavailable

Soft fail in CustomPropertiesBackend whenever storage not available

9 years agoMerge pull request #15149 from owncloud/fix-enable-for-group
Joas Schilling [Tue, 24 Mar 2015 12:50:56 +0000 (13:50 +0100)]
Merge pull request #15149 from owncloud/fix-enable-for-group

Correctly get array of groups and send OCP\IGroup objects to enable meth...

9 years agoDon't use hardcoded date and time
Daniel Hansson [Tue, 24 Mar 2015 12:41:55 +0000 (13:41 +0100)]
Don't use hardcoded date and time

Use local time instead. http://momentjs.com/

9 years agoMerge pull request #15145 from owncloud/fix-15097-master
Vincent Petry [Tue, 24 Mar 2015 12:37:47 +0000 (13:37 +0100)]
Merge pull request #15145 from owncloud/fix-15097-master

Properly catch whether a share is `null`

9 years agoMerge pull request #15143 from owncloud/24h-time-format
Jan-Christoph Borchardt [Tue, 24 Mar 2015 12:30:52 +0000 (13:30 +0100)]
Merge pull request #15143 from owncloud/24h-time-format

Use 24h format instead of 12h format

9 years agoMerge pull request #15003 from owncloud/issue/14859-speed-up-favorite-list
Vincent Petry [Tue, 24 Mar 2015 12:26:59 +0000 (13:26 +0100)]
Merge pull request #15003 from owncloud/issue/14859-speed-up-favorite-list

Do not walk over the users directory, but over the list of tagged objects

9 years agoRemove range header exception for encryption
jknockaert [Thu, 19 Feb 2015 17:04:10 +0000 (18:04 +0100)]
Remove range header exception for encryption

revert #10422

9 years agoMerge pull request #15142 from owncloud/issue/15138-feedback-for-empty-apps-list
Morris Jobke [Tue, 24 Mar 2015 12:02:56 +0000 (13:02 +0100)]
Merge pull request #15142 from owncloud/issue/15138-feedback-for-empty-apps-list

Issue/15138 feedback for empty apps list

9 years agoCorrectly get array of groups and send OCP\IGroup objects to enable method
Joas Schilling [Tue, 24 Mar 2015 11:56:42 +0000 (12:56 +0100)]
Correctly get array of groups and send OCP\IGroup objects to enable method

9 years agowhen the path doesnt exist show a proper error page
Robin Appelman [Tue, 24 Mar 2015 11:21:25 +0000 (12:21 +0100)]
when the path doesnt exist show a proper error page

9 years agoMerge pull request #15012 from Volker-E/master
Morris Jobke [Tue, 24 Mar 2015 11:07:26 +0000 (12:07 +0100)]
Merge pull request #15012 from Volker-E/master

fixing #15011 by adding ARIA roles where distinct

9 years agoUse the same style when no search result was found
Joas Schilling [Tue, 24 Mar 2015 09:56:44 +0000 (10:56 +0100)]
Use the same style when no search result was found

9 years agoDo not duplicate the empty content css
Joas Schilling [Tue, 24 Mar 2015 09:27:34 +0000 (10:27 +0100)]
Do not duplicate the empty content css

9 years agoDisplay a message when no apps can be found for this oc version
Joas Schilling [Tue, 24 Mar 2015 09:27:00 +0000 (10:27 +0100)]
Display a message when no apps can be found for this oc version

9 years agoProperly catch whether a share is `null`
Lukas Reschke [Tue, 24 Mar 2015 10:21:58 +0000 (11:21 +0100)]
Properly catch whether a share is `null`

Despite it's PHPDoc the function might return `null` which was not properly catched and thus in some situations the share was resolved to the sharing users root directory.

To test this perform the following steps:

* Share file in owncloud 7 (7.0.4.2)
* Delete the parent folder of the shared file
* The share stays is in the DB and the share via the sharelink is inaccessible. (which is good)
* Upgrade to owncloud 8 (8.0.2) (This step is crucial. The bug is not reproduceable without upgrading from 7 to 8. It seems like the old tokens are handled different than the newer ones)
* Optional Step: Logout, Reset Browser Session, etc.
* Access the share via the old share url: almost empty page, but there is a dowload button which adds a "/download" to the URL.
* Upon clicking, a download.zip is downloaded which contains EVERYTHING from the owncloud directory (of the user who shared the file)
* No exception is thrown and no error is logged.

This will add a check whether the share is a valid one and also adds unit tests to prevent further regressions in the future. Needs to be backported to ownCloud 8.

Adding a proper clean-up of the orphaned shares is out-of-scope and would probably require some kind of FK or so.

Fixes https://github.com/owncloud/core/issues/15097

9 years agoUse 24h format instead of 12h format
Daniel Hansson [Tue, 24 Mar 2015 10:20:20 +0000 (11:20 +0100)]
Use 24h format instead of 12h format

Use correct time format in WebUI

9 years agoRevert "Change to 24H format instead of 12H format"
Vincent Petry [Tue, 24 Mar 2015 10:08:53 +0000 (11:08 +0100)]
Revert "Change to 24H format instead of 12H format"

This reverts commit 8279dde97a8f93b74eb733d243d6a5bb41aa15e3.

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 24 Mar 2015 05:55:24 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoChange to 24H format instead of 12H format
Daniel Hansson [Mon, 23 Mar 2015 21:05:44 +0000 (22:05 +0100)]
Change to 24H format instead of 12H format

Update how the time shows in WebUI.

My first PR to core, woha. :)

9 years agoMerge pull request #15121 from owncloud/email-sent-unbold
Morris Jobke [Mon, 23 Mar 2015 17:57:20 +0000 (18:57 +0100)]
Merge pull request #15121 from owncloud/email-sent-unbold

unbold share email sent notification

9 years agoMerge pull request #15075 from owncloud/fix-15056-master
Thomas Müller [Mon, 23 Mar 2015 17:30:40 +0000 (18:30 +0100)]
Merge pull request #15075 from owncloud/fix-15056-master

remove unneeded status element from json response on /categories

9 years agoadd Tips & tricks section to admin settings
Jan-Christoph Borchardt [Fri, 20 Mar 2015 17:40:13 +0000 (18:40 +0100)]
add Tips & tricks section to admin settings

9 years agoMerge pull request #15123 from owncloud/fix_14098
blizzz [Mon, 23 Mar 2015 16:50:24 +0000 (17:50 +0100)]
Merge pull request #15123 from owncloud/fix_14098

offset needs to be considered in computed limit

9 years agoSoft fail in CustomPropertiesBackend whenever storage not available
Vincent Petry [Mon, 23 Mar 2015 16:41:32 +0000 (17:41 +0100)]
Soft fail in CustomPropertiesBackend whenever storage not available

When a storage is not available, it will not fail the whole call any
more but still return a usable file list.

9 years agoMerge pull request #13941 from owncloud/fix-folder-upload-on-firefox
Lukas Reschke [Mon, 23 Mar 2015 16:18:46 +0000 (17:18 +0100)]
Merge pull request #13941 from owncloud/fix-folder-upload-on-firefox

Show message if upload of folder isn't allowed

9 years agoMerge pull request #14862 from owncloud/introduce-shipped.json-master
Morris Jobke [Mon, 23 Mar 2015 16:17:33 +0000 (17:17 +0100)]
Merge pull request #14862 from owncloud/introduce-shipped.json-master

shipped apps are now defined in core/shipped.json - the shipped tag in i...

9 years agounbold share email sent notification
Jan-Christoph Borchardt [Mon, 23 Mar 2015 14:26:28 +0000 (15:26 +0100)]
unbold share email sent notification

9 years agooffset needs to be considered in computed limit
Arthur Schiwon [Mon, 23 Mar 2015 15:51:40 +0000 (16:51 +0100)]
offset needs to be considered in computed limit

9 years agoMerge pull request #15114 from owncloud/sharing-labels
Jan-Christoph Borchardt [Mon, 23 Mar 2015 15:46:53 +0000 (16:46 +0100)]
Merge pull request #15114 from owncloud/sharing-labels

combine labels with inputs in sharing dialog, fix #14796

9 years agoMerge pull request #15120 from owncloud/ldap-occ-fix-warnings
Morris Jobke [Mon, 23 Mar 2015 15:29:27 +0000 (16:29 +0100)]
Merge pull request #15120 from owncloud/ldap-occ-fix-warnings

fix PHP warnings when using occ with some LDAP commands

9 years agoMerge pull request #15118 from owncloud/user-mgmt-groups
Jan-Christoph Borchardt [Mon, 23 Mar 2015 15:15:24 +0000 (16:15 +0100)]
Merge pull request #15118 from owncloud/user-mgmt-groups

fix long group names overlapping in the sidebar, fix #12649

9 years agoremove unneeded status element from json response on /categories - fixes 15056
Thomas Müller [Fri, 20 Mar 2015 15:39:25 +0000 (16:39 +0100)]
remove unneeded status element from json response on /categories - fixes 15056

9 years agofix PHP warnings when using occ with some LDAP commands
Arthur Schiwon [Mon, 23 Mar 2015 14:17:14 +0000 (15:17 +0100)]
fix PHP warnings when using occ with some LDAP commands

9 years agoadding enterprise apps to shipped.json
Thomas Müller [Mon, 23 Mar 2015 14:11:16 +0000 (15:11 +0100)]
adding enterprise apps to shipped.json

9 years agoDo not walk over the users directory, but over the list of tagged objects
Joas Schilling [Wed, 18 Mar 2015 14:58:06 +0000 (15:58 +0100)]
Do not walk over the users directory, but over the list of tagged objects

Way quicker

9 years agofix long group names overlapping in the sidebar, fix #12649
Jan-Christoph Borchardt [Mon, 23 Mar 2015 13:57:07 +0000 (14:57 +0100)]
fix long group names overlapping in the sidebar, fix #12649

9 years agocombine labels with inputs in sharing dialog, fix #14796
Jan-Christoph Borchardt [Mon, 23 Mar 2015 13:40:56 +0000 (14:40 +0100)]
combine labels with inputs in sharing dialog, fix #14796

9 years agoMerge pull request #14383 from jknockaert/newbranch
Clark Tomlinson [Mon, 23 Mar 2015 13:22:36 +0000 (09:22 -0400)]
Merge pull request #14383 from jknockaert/newbranch

make encryption stream wrapper seekable

9 years agoMerge pull request #15107 from owncloud/user-mgmt-header
Morris Jobke [Mon, 23 Mar 2015 13:22:16 +0000 (14:22 +0100)]
Merge pull request #15107 from owncloud/user-mgmt-header

fix first user mgmt header jumping around, fix #8873

9 years agoMerge pull request #15108 from owncloud/issue/15049-iran-timezone
Thomas Müller [Mon, 23 Mar 2015 13:21:47 +0000 (14:21 +0100)]
Merge pull request #15108 from owncloud/issue/15049-iran-timezone

The iran timezone removed the DST handling which breaks the timezone lib

9 years agoThe iran timezone removed the DST handling which breaks the timezone lib
Joas Schilling [Mon, 23 Mar 2015 13:08:47 +0000 (14:08 +0100)]
The iran timezone removed the DST handling which breaks the timezone lib

9 years agoMerge pull request #15103 from owncloud/link-personal
Morris Jobke [Mon, 23 Mar 2015 13:03:57 +0000 (14:03 +0100)]
Merge pull request #15103 from owncloud/link-personal

link back to top on Personal page

9 years agofix first user mgmt header jumping around, fix #8873
Jan-Christoph Borchardt [Mon, 23 Mar 2015 12:46:05 +0000 (13:46 +0100)]
fix first user mgmt header jumping around, fix #8873

9 years agofix capitalization in Personal settings
Jan-Christoph Borchardt [Mon, 23 Mar 2015 10:35:38 +0000 (11:35 +0100)]
fix capitalization in Personal settings

9 years agolink back to top on Personal page, fix #14519
Jan-Christoph Borchardt [Mon, 23 Mar 2015 10:34:30 +0000 (11:34 +0100)]
link back to top on Personal page, fix #14519

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 23 Mar 2015 05:54:48 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #15088 from oparoz/3d-support
Morris Jobke [Sun, 22 Mar 2015 22:14:02 +0000 (23:14 +0100)]
Merge pull request #15088 from oparoz/3d-support

Introducing 3D images support (media type)

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 22 Mar 2015 05:55:21 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agofixing #15023, getting comments out of HTML output
Volker E [Sat, 21 Mar 2015 06:10:46 +0000 (07:10 +0100)]
fixing #15023, getting comments out of HTML output

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 21 Mar 2015 05:56:09 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

9 years agoIntroducing 3D images support (media type)
Olivier Paroz [Fri, 20 Mar 2015 21:11:42 +0000 (22:11 +0100)]
Introducing 3D images support (media type)
So that people with 3D images can at least see a 2D picture
Full 3D support is possible via an app

9 years agoMerge pull request #14737 from owncloud/app-descriptions-collapsible
Jan-Christoph Borchardt [Fri, 20 Mar 2015 16:51:51 +0000 (17:51 +0100)]
Merge pull request #14737 from owncloud/app-descriptions-collapsible

collapse app descriptions by default, make expandable, fix #13112

9 years agoMerge pull request #15069 from owncloud/enable-oci-testing-on-pr-master
Thomas Müller [Fri, 20 Mar 2015 16:01:04 +0000 (17:01 +0100)]
Merge pull request #15069 from owncloud/enable-oci-testing-on-pr-master

Adding magic file to enable oci on pull request testing on ci.owncloud.o...

9 years agoMerge pull request #14857 from owncloud/preview-provider-registration-in-manager
Thomas Müller [Fri, 20 Mar 2015 15:34:22 +0000 (16:34 +0100)]
Merge pull request #14857 from owncloud/preview-provider-registration-in-manager

Preview provider registration in manager

9 years agoAdding magic file to enable oci on pull request testing on ci.owncloud.org
Thomas Müller [Fri, 20 Mar 2015 14:00:51 +0000 (15:00 +0100)]
Adding magic file to enable oci on pull request testing on ci.owncloud.org

9 years agoMerge pull request #14941 from AdamWill/pipeline-apps
Morris Jobke [Fri, 20 Mar 2015 13:56:02 +0000 (14:56 +0100)]
Merge pull request #14941 from AdamWill/pipeline-apps

fall back to absolute path for pipelined assets (#14940)

9 years agoMerge pull request #11884 from owncloud/ext-appframework
Vincent Petry [Fri, 20 Mar 2015 13:17:32 +0000 (14:17 +0100)]
Merge pull request #11884 from owncloud/ext-appframework

Cleanup ext storage CRUD code, introduce storage config id

9 years agoMerge pull request #15062 from owncloud/fix-15053-master
Thomas Müller [Fri, 20 Mar 2015 13:07:15 +0000 (14:07 +0100)]
Merge pull request #15062 from owncloud/fix-15053-master

Handle session initialization errors and display error page

9 years agoMerge pull request #15063 from owncloud/share-readonlyfile-permissions
Morris Jobke [Fri, 20 Mar 2015 13:06:55 +0000 (14:06 +0100)]
Merge pull request #15063 from owncloud/share-readonlyfile-permissions

Do not automatically add "update" permission to shared mounts

9 years agoMerge pull request #14938 from owncloud/test-oracle-in-docker
Morris Jobke [Fri, 20 Mar 2015 12:02:33 +0000 (13:02 +0100)]
Merge pull request #14938 from owncloud/test-oracle-in-docker

Oracle 11 XE is now fired up in a docker image - looks like we get back ...

9 years agoDo not automatically add "update" permission to shared mounts
Vincent Petry [Fri, 20 Mar 2015 11:33:59 +0000 (12:33 +0100)]
Do not automatically add "update" permission to shared mounts

In the past it seems the update permission was needed to be able to
rename shared mounts, but it doesn't seem to be the case any more.

Removing the "update" permission that used to be added automatically
fixes the read-only permission check when trying to overwrite a
read-only file over WebDAV.

9 years agoHandle session initialization errors and display error page - fixes #15053
Thomas Müller [Fri, 20 Mar 2015 11:21:03 +0000 (12:21 +0100)]
Handle session initialization errors and display error page - fixes #15053

9 years agoMerge pull request #14993 from owncloud/stop-on-missing-deps
Thomas Müller [Fri, 20 Mar 2015 10:36:02 +0000 (11:36 +0100)]
Merge pull request #14993 from owncloud/stop-on-missing-deps

Stop executing, when 3rdparty is missing or apps directory is invalid

9 years agoIntroduce async status checking
Robin McCorkell [Fri, 20 Mar 2015 09:48:14 +0000 (09:48 +0000)]
Introduce async status checking

9 years agoNow using a special docker where the database for testing is already available
Thomas Müller [Fri, 20 Mar 2015 09:33:21 +0000 (10:33 +0100)]
Now using a special docker where the database for testing is already available

9 years agoMerge pull request #15047 from owncloud/connect-failed-exception-message
Thomas Müller [Fri, 20 Mar 2015 09:06:06 +0000 (10:06 +0100)]
Merge pull request #15047 from owncloud/connect-failed-exception-message

be a little more verbose in the exception message when we cant connect to...

9 years agoMerge pull request #15050 from owncloud/user-create-exists
Robin McCorkell [Fri, 20 Mar 2015 08:54:16 +0000 (08:54 +0000)]
Merge pull request #15050 from owncloud/user-create-exists

show a better error message when trying to create a user that already exists

9 years agoMerge pull request #15046 from owncloud/exception-show-type
Robin McCorkell [Fri, 20 Mar 2015 08:48:22 +0000 (08:48 +0000)]
Merge pull request #15046 from owncloud/exception-show-type

show exception type in debug mode

9 years agoMerge pull request #15035 from owncloud/assocmapper
Morris Jobke [Fri, 20 Mar 2015 07:53:14 +0000 (08:53 +0100)]
Merge pull request #15035 from owncloud/assocmapper

If the execute method on the mapper receives an assoc array, it binds by...

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 20 Mar 2015 05:55:23 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoshow a better error message when trying to create a user that already exists
Robin Appelman [Fri, 20 Mar 2015 03:24:50 +0000 (04:24 +0100)]
show a better error message when trying to create a user that already exists

9 years agobe a little more verbose in the exception message when we cant connect to the db
Robin Appelman [Fri, 20 Mar 2015 02:56:38 +0000 (03:56 +0100)]
be a little more verbose in the exception message when we cant connect to the db

9 years agoshow exception type in debug mode
Robin Appelman [Fri, 20 Mar 2015 02:51:21 +0000 (03:51 +0100)]
show exception type in debug mode

9 years agoMerge pull request #14947 from oparoz/repairmimetypes-sql
Morris Jobke [Thu, 19 Mar 2015 16:22:25 +0000 (17:22 +0100)]
Merge pull request #14947 from oparoz/repairmimetypes-sql

Make repairmimetypes compatible with case sensitive SQL backends

9 years agoMerge pull request #14946 from owncloud/dropbox-root-fix
Thomas Müller [Thu, 19 Mar 2015 16:19:57 +0000 (17:19 +0100)]
Merge pull request #14946 from owncloud/dropbox-root-fix

Fix root request path for Dropbox

9 years agoIf the execute method on the mapper receives an assoc array, it binds by value instea...
Bernhard Posselt [Thu, 19 Mar 2015 13:55:21 +0000 (14:55 +0100)]
If the execute method on the mapper receives an assoc array, it binds by value instead of index

9 years agoMerge pull request #15025 from rullzer/ocs_respect_enforced_date
Thomas Müller [Thu, 19 Mar 2015 16:06:04 +0000 (17:06 +0100)]
Merge pull request #15025 from rullzer/ocs_respect_enforced_date

Ocs respect enforced date

9 years agoMerge pull request #14986 from owncloud/fixmapperbackw
Thomas Müller [Thu, 19 Mar 2015 16:04:01 +0000 (17:04 +0100)]
Merge pull request #14986 from owncloud/fixmapperbackw

Fix backwards compatibility for mapper execute method

9 years agocollapse app descriptions by default, make expandable, fix #13112
Jan-Christoph Borchardt [Fri, 6 Mar 2015 15:28:38 +0000 (16:28 +0100)]
collapse app descriptions by default, make expandable, fix #13112

9 years agoMerge pull request #14704 from owncloud/storage-wrapper-mount
Robin Appelman [Thu, 19 Mar 2015 15:20:38 +0000 (16:20 +0100)]
Merge pull request #14704 from owncloud/storage-wrapper-mount

pass mountpoint to storage wrapper callback

9 years agoMerge pull request #14537 from owncloud/oci-external-share
Robin Appelman [Thu, 19 Mar 2015 15:20:12 +0000 (16:20 +0100)]
Merge pull request #14537 from owncloud/oci-external-share

Fix external shares without password on oracle

9 years agoMerge pull request #14980 from owncloud/fix-fileglobalgc
Thomas Müller [Thu, 19 Mar 2015 13:17:20 +0000 (14:17 +0100)]
Merge pull request #14980 from owncloud/fix-fileglobalgc

Fix fileglobalgc unlink parameter warnings

9 years agoAdded unit test
Roeland Jago Douma [Thu, 19 Mar 2015 09:47:09 +0000 (10:47 +0100)]
Added unit test

Tests added to make sure that removing an expire date when this is
enforced is not allowed.

9 years agoWhen the expiration date is enforced respect this
Roeland Jago Douma [Thu, 19 Mar 2015 09:07:17 +0000 (10:07 +0100)]
When the expiration date is enforced respect this

Make sure that we do not allow removing of the expiration date when this
is enforced in the settings.

9 years agofixing #15027, cleaning up obsolete IE5-7 workaround code
Volker E [Thu, 19 Mar 2015 08:10:58 +0000 (09:10 +0100)]
fixing #15027, cleaning up obsolete IE5-7 workaround code

9 years agoDo not add apps2/ directory if it does not exist
Joas Schilling [Thu, 19 Mar 2015 08:07:29 +0000 (09:07 +0100)]
Do not add apps2/ directory if it does not exist

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 19 Mar 2015 05:55:06 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoalso use backwards compatible method for mapper
Bernhard Posselt [Wed, 18 Mar 2015 21:20:23 +0000 (22:20 +0100)]
also use backwards compatible method for mapper

9 years agoMerge pull request #14995 from owncloud/remove-unrequired-backtick-removal
Vincent Petry [Wed, 18 Mar 2015 18:34:49 +0000 (19:34 +0100)]
Merge pull request #14995 from owncloud/remove-unrequired-backtick-removal

Remove unrequired backtick removal

9 years agofixing #15011 by adding ARIA roles where distinct
Volker E [Wed, 18 Mar 2015 18:29:15 +0000 (19:29 +0100)]
fixing #15011 by adding ARIA roles where distinct

9 years agoAdd unit tests for gc() for \OC\Cache\FileGlobalGC
Robin McCorkell [Wed, 18 Mar 2015 16:19:04 +0000 (16:19 +0000)]
Add unit tests for gc() for \OC\Cache\FileGlobalGC

9 years agofix typo in config.sample.php
Morris Jobke [Wed, 18 Mar 2015 16:08:54 +0000 (17:08 +0100)]
fix typo in config.sample.php

9 years agoMerge pull request #14997 from owncloud/newgroup-empty-disable
Morris Jobke [Wed, 18 Mar 2015 15:29:13 +0000 (16:29 +0100)]
Merge pull request #14997 from owncloud/newgroup-empty-disable

disable submit button while groupname is empty

9 years agoMerge pull request #14999 from owncloud/kill-fileoperations-proxy
Robin Appelman [Wed, 18 Mar 2015 14:42:00 +0000 (15:42 +0100)]
Merge pull request #14999 from owncloud/kill-fileoperations-proxy

kill fileoperations proxy

9 years agoMerge pull request #14994 from owncloud/sabre-customprops-softfail
Lukas Reschke [Wed, 18 Mar 2015 14:39:35 +0000 (15:39 +0100)]
Merge pull request #14994 from owncloud/sabre-customprops-softfail

Soft fail in custom properties backend