Arthur Schiwon
73fa6259be
LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by just opening the admin page
2013-12-04 14:01:31 +01:00
Arthur Schiwon
328ebaefde
LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143
2013-12-04 13:15:17 +01:00
Thomas Müller
4de8c4e5db
Merge pull request #6175 from owncloud/fix_6142
...
LDAP Wizard: make sure auto-detected suggestions are really applied initially, fixes #6142
2013-12-04 02:54:07 -08:00
Frank Karlitschek
8dc3cb2ffb
lower required php version to 5.3.3
2013-12-04 10:51:12 +01:00
Arthur Schiwon
c67ece0f6b
LDAP Wizard: don't generate filter when not allowed
2013-12-03 20:50:46 +01:00
Arthur Schiwon
6640e120b7
some equals are more equal than other equals
2013-12-03 20:45:05 +01:00
Thomas Mueller
6f7b394d99
fixing PHPDoc and spelling
2013-12-03 17:49:37 +01:00
Andreas Fischer
91f47645b0
Use getLastError() everywhere.
2013-12-03 17:49:37 +01:00
Andreas Fischer
18903cc8f7
Add getLastError()
2013-12-03 17:49:37 +01:00
Andreas Fischer
7e467484a8
No function as oci_last_error. It's oci_error.
2013-12-03 17:49:37 +01:00
Andreas Fischer
21bf6abd41
There is no property such as dbusername. It's 'dbuser'.
2013-12-03 17:49:37 +01:00
Andreas Fischer
401728b2a2
Correct property name. It's 'dbpassword', with the 'db' prefix.
2013-12-03 17:49:37 +01:00
Andreas Fischer
bfd0dc3314
Correct property name. It's just 'tableprefix', without the 'db' prefix.
2013-12-03 17:49:37 +01:00
Jan-Christoph Borchardt
ad92b12559
fix time input field properly, details
2013-12-03 17:42:03 +01:00
Morris Jobke
4391992b8c
fix public page - gallery view issues
2013-12-03 17:20:29 +01:00
Morris Jobke
728e6d735a
fix trashbin and pbulic page controls
2013-12-03 17:20:23 +01:00
Morris Jobke
66df8c3bb3
fix and cleanup CSS for public page
2013-12-03 17:20:17 +01:00
Jan-Christoph Borchardt
ca08d21da0
change different shades of grey for public share page to white
2013-12-03 17:20:08 +01:00
Jan-Christoph Borchardt
7d0f458f11
remove app specific code
2013-12-03 17:20:00 +01:00
Jan-Christoph Borchardt
f15aeb3bbc
fix details for buttons in header and controls bar
2013-12-03 17:19:53 +01:00
Jan-Christoph Borchardt
9333244925
account for shift of controls bar due to app navigation, do not shift on public page
2013-12-03 17:19:38 +01:00
Vincent Petry
50f5ab8515
Merge pull request #6173 from owncloud/stable6-extstorage-s3fixes
...
Backport of S3 ext storage fixes to stable6
2013-12-03 08:16:10 -08:00
Arthur Schiwon
4df0d2e7e8
LDAP Wizard: return correct var
2013-12-03 16:37:11 +01:00
Vincent Petry
f2e17a0b68
Fixed placeholder after page reload
...
The placeholder somehow had too many characters stripping from it...
2013-12-03 15:55:24 +01:00
Vincent Petry
e372971f2b
Fixed test function for S3
...
Fixes #5752
2013-12-03 15:55:15 +01:00
Vincent Petry
3bf30377b8
Fixed Amazon S3 ext storage config UI
...
Optional parameters are now really optional
Fixes #5861
2013-12-03 15:55:08 +01:00
Arthur Schiwon
67b67b6d66
LDAP Wizard: make sure auto-detected suggestions are really applied initially. Also make initial filter compilation and user counting robust against race conditions.
2013-12-03 13:27:45 +01:00
Arthur Schiwon
b8390f15d4
LDAP: on testing configuration, set active property to true, otherwise inactive connections cannot be tested properly
2013-12-03 13:21:55 +01:00
Robin Appelman
5ac3f9bfa5
check if a directory exists before we try to remove it
2013-12-03 12:45:41 +01:00
Arthur Schiwon
02fe013d2f
LDAP: set default value for login filter to empty, otherwise the wizard signals completed configuration too early when it might be not correct, i.e. login won't work
2013-12-03 12:11:43 +01:00
Bjoern Schiessle
5e5e4fe3a4
make it possible to select folders
2013-12-02 22:23:51 +01:00
Arthur Schiwon
d49e4e53fd
LDAP Wizard: don't send ldap_tls change back to the interface as the element was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner
2013-12-02 21:11:20 +01:00
Bjoern Schiessle
2d11290121
check explicitely all possible dir values
2013-12-02 16:06:51 +01:00
Bjoern Schiessle
1a197292da
set delete all to true if a complete folder was deleted
2013-12-02 16:06:36 +01:00
Bjoern Schiessle
3b59979746
fix delete files from trash bin
2013-12-02 16:06:24 +01:00
Bjoern Schiessle
259d619af3
fix restore from files in sub-folders
2013-12-02 16:06:14 +01:00
Frank Karlitschek
c2e83e635d
ownCloud 6 RC2
2013-12-02 00:10:28 +01:00
Thomas Müller
832be7c908
Merge pull request #6052 from owncloud/datetime-doctrine
...
Get rid of date strings for DB. Completely use Doctrine and DateTime.
2013-12-01 01:29:35 -08:00
Thomas Müller
c2b11cae83
Merge pull request #6132 from owncloud/encryption-version-bump
...
Adjust files_encryption requirements to the new core requirement (PHP 5.3.8)
2013-11-29 15:20:54 -08:00
Andreas Fischer
efbf18652c
Adjust files_encryption requirements to the new core requirement (PHP 5.3.8).
2013-11-29 20:34:57 +01:00
Vincent Petry
baa587fd3c
Merge pull request #6123 from owncloud/extstorage-deletedirs2
...
Fixed FTP and SMB to use rmdir() when deleting folders
2013-11-29 11:23:02 -08:00
Thomas Müller
338a55e36c
Merge pull request #6128 from owncloud/fix-6126-master
...
Also merge autoconfig variables into $_REQUEST.
2013-11-29 11:22:44 -08:00
Jenkins for ownCloud
1b18c5a047
[tx-robot] updated from transifex
2013-11-29 14:10:40 -05:00
Frank Karlitschek
3c62de90fd
Merge pull request #6129 from owncloud/chunking-fixtouchafterassemble
...
Fixed touch after chunk assembling
2013-11-29 09:19:51 -08:00
Morris Jobke
0d464421ed
Merge pull request #6127 from owncloud/minimum_php_version
...
make 5.3.8 the minimum supported version.
2013-11-29 08:07:43 -08:00
Vincent Petry
80d2371f97
Fixed touch after chunk assembling
...
Fixed touch after chunk assembling which was using the wrong path,
resulting in the creation of an extra file.
Fixes #6007
2013-11-29 16:29:35 +01:00
Andreas Fischer
2ec085b51f
Also merge autoconfig variables into $_REQUEST.
2013-11-29 16:24:48 +01:00
Frank Karlitschek
7ca0de9bd3
make 5.3.8 the minimum supported version. This fixes several issues with broken PHP versions like: https://github.com/owncloud/core/issues/5734
...
Also make the version compare clearer. It was pure luck that floatval on a php version returned the correct value.
2013-11-29 15:46:10 +01:00
Vincent Petry
d69243ee51
Fixed FTP and SMB to use rmdir() when deleting folders
...
Some storages need to use different calls for deleting files or folders,
usually unlink() and rmdir().
Fixes #4532 (SMB dir deletion)
Fixes #5941 (FTP dir deletion)
Note that the extra is_dir() should be fast because it's read from the
stat cache.
2013-11-29 13:01:01 +01:00
Frank Karlitschek
1dc931b778
Merge pull request #5984 from owncloud/nav-scrollbar
...
always show app navigation scrollbar when too many apps in there
2013-11-29 03:27:50 -08:00