- 20 Mar, 2015 10 commits
-
-
Vincent Petry authored
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.
-
Thomas Müller authored
Stop executing, when 3rdparty is missing or apps directory is invalid
-
Thomas Müller authored
be a little more verbose in the exception message when we cant connect to...
-
Robin McCorkell authored
show a better error message when trying to create a user that already exists
-
Robin McCorkell authored
show exception type in debug mode
-
Morris Jobke authored
If the execute method on the mapper receives an assoc array, it binds by...
-
Jenkins for ownCloud authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- 19 Mar, 2015 12 commits
-
-
Morris Jobke authored
Make repairmimetypes compatible with case sensitive SQL backends
-
Thomas Müller authored
Fix root request path for Dropbox
-
Bernhard Posselt authored
-
Thomas Müller authored
Ocs respect enforced date
-
Thomas Müller authored
Fix backwards compatibility for mapper execute method
-
Robin Appelman authored
pass mountpoint to storage wrapper callback
-
Robin Appelman authored
Fix external shares without password on oracle
-
Thomas Müller authored
Fix fileglobalgc unlink parameter warnings
-
Roeland Jago Douma authored
Tests added to make sure that removing an expire date when this is enforced is not allowed.
-
Roeland Jago Douma authored
Make sure that we do not allow removing of the expiration date when this is enforced in the settings.
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- 18 Mar, 2015 18 commits
-
-
Bernhard Posselt authored
-
Vincent Petry authored
Remove unrequired backtick removal
-
Robin McCorkell authored
-
Morris Jobke authored
-
Morris Jobke authored
disable submit button while groupname is empty
-
Robin Appelman authored
kill fileoperations proxy
-
Lukas Reschke authored
Soft fail in custom properties backend
-
Robin Appelman authored
check is now handled by storage backends
-
Morris Jobke authored
Use ArrayCache if ownCloud is not installed
-
Robin Appelman authored
-
Joas Schilling authored
-
Lukas Reschke authored
Without this files with a ` (backtick) in the beginning of the filenames where simply not correctly referenced as the ` got removed. This can lead to all possible havoc situations. Should get backported to stable8 and in future we might consider if it is really worth to backport such changes when it is just for SQLite
🙈 Regression of https://github.com/owncloud/core/pull/14734 -
Vincent Petry authored
This makes it possible for clients to still receive a file list (minus the broken files) instead of getting no list at all
-
Joas Schilling authored
-
Lukas Reschke authored
If ownCloud has not been installed yet the prefix might otherwise change at this point quite some time and thus the cache runs havoc. This made installing ownCloud impossible on systems where APCu or so was available. However, I was not able to reproduce the same problem for application upgrades so this patch seems to work fine for this situation as well. Fixes itself.
-
Jan-Christoph Borchardt authored
addressing #14978 - remove html root classes targeting IE6/IE7
-
Bernhard Posselt authored
-
Jenkins for ownCloud authored
-