Vincent Petry
a711d4e39a
Removed special handling of part files in shared storage rename
...
This fixes the issue introduced by the transfer id which itself wasn't
taken into account by the shortcut code for part file in the shared
storage class.
Backport of 8eaa39f to stable6
2014-01-09 15:23:55 +01:00
Vincent Petry
c9cb258616
Moved content disposition code+workarounds to OCP\Response
...
Added new OC\Response API called setContentDispositionHeader() that
contains the needed workarounds for UTF8 and IE.
Refactored download code to use the new API.
Removed unused trashbin download file.
2014-01-07 22:11:22 +01:00
Bjoern Schiessle
13461698e4
tests added
2013-12-19 20:10:42 +01:00
Bjoern Schiessle
eaa5dd0282
we can also have a path user/cache/...
2013-12-19 20:10:29 +01:00
Bjoern Schiessle
672cbc5378
check if the old owner and the old path is available
2013-12-19 19:20:29 +01:00
Bjoern Schiessle
2f568c9766
fix rename of shared files
2013-12-19 19:20:17 +01:00
Vincent Petry
c4c972fd2f
Merge pull request #6498 from owncloud/stable6-oracleencryptiontestfix
...
[stable6] Trying to fix failing encryption tests on Oracle
2013-12-19 06:45:37 -08:00
Thomas Müller
6de259e0ac
Merge pull request #6291 from owncloud/ldap_doc_link
...
LDAP: Adjust help link to documentation
2013-12-19 02:56:34 -08:00
Vincent Petry
1f93b4e842
Removed numRows usage from encryption app
...
numRows on Oracle always seem to return 0.
This fix removes numRows usage from the encryption and sharing app.
This fixes unit tests and potentially the encryption app itself
(migration status) when running on Oracle
2013-12-18 21:14:26 +01:00
Bjoern Schiessle
2f0ec8256f
reliable detect encrypted files
2013-12-17 18:14:36 +01:00
Frank Karlitschek
913df0c5ed
clarifying license
2013-12-17 17:30:57 +01:00
Bjoern Schiessle
c88109a496
always show home breadcrumb in files view
2013-12-17 11:02:02 +01:00
Bjoern Schiessle
8f5dfd0920
always show 'Deleted Files' breadcrumb
2013-12-17 11:01:43 +01:00
Bjoern Schiessle
3160b23291
update file cache for target file
2013-12-16 17:49:14 +01:00
Bjoern Schiessle
73a0b690e9
only remove encryption keys if a real file gets deleted, skip this method if a file outside of /data/user/files was deleted
2013-12-16 17:49:05 +01:00
Bjoern Schiessle
bdb4890d04
call set password hook because it doesn't get triggered during test execution and fix paths
2013-12-16 17:48:52 +01:00
Bjoern Schiessle
9091dd7833
enable more tests
2013-12-16 17:48:44 +01:00
Vincent Petry
811ef19ada
Removed comments in database schema of encryption app
2013-12-14 11:18:48 +01:00
Arthur Schiwon
3b5d032dd5
LDAP: fix method behind save button on advancend and expert tabs, fixes at least Home Folder setinng
2013-12-12 23:09:31 +01:00
Bjoern Schiessle
e83ff69465
toggle select all checkbox
2013-12-12 18:47:31 +01:00
Arthur Schiwon
7b388eb4a8
LDAP: the browser shall not autofill userdn and password, usually login credentials are inserted. fixes #6283
2013-12-12 14:04:10 +01:00
Arthur Schiwon
0134b1ebfa
LDAP: adjust documentation URL for OC 6
2013-12-10 17:45:03 +01:00
Bart Visscher
281bbf4bd4
Don't try to encrypt a file when the temp file isn't created
2013-12-06 19:07:11 +01:00
root
87a28957aa
correctly propagate the return value of ldap_set_option
...
otherwise LDAP_OPT_REFERRALS won't be set to 0 and in turn
active directory paging will stop working
(Operations error on ldap_control_paged_result_response)
2013-12-06 18:01:42 +01:00
Bjoern Schiessle
01de6c565a
set unencrypted_size to 0 after decryption... so that the unencrypted_size gets re-calculated if encryption was enabled again
2013-12-06 17:08:17 +01:00
Bjoern Schiessle
c5d6af3c5a
get owner from share item, if we expire a share while the user updates his /Shared folder than the owner is different from the currently logged in user
2013-12-06 14:41:59 +01:00
Bjoern Schiessle
cc1577054d
it is not possible to unshare files
2013-12-06 12:36:31 +01:00
Bjoern Schiessle
91ca1cf985
fix typo
2013-12-05 20:02:41 +01:00
Bjoern Schiessle
f8a4bcdd50
only create new key on password change if a recovery key exists or if the user don't have any private/public keys
2013-12-05 19:41:01 +01:00
Bjoern Schiessle
418d401bf9
show change password form if key couldn't be decrypted
2013-12-05 18:50:52 +01:00
Bjoern Schiessle
d0afd774b7
add method to check if users private/public key exists
2013-12-05 18:49:55 +01:00
Vincent Petry
f24aca61a9
Merge pull request #6180 from owncloud/fix_6143
...
fixes checkboxes in Advanced Tab don't save unchecked state anymore, #6143
2013-12-04 08:33:12 -08:00
Bjoern Schiessle
d3e2226b38
config switch to disable auto expire for the trash bin
2013-12-04 16:55:07 +01:00
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
Morris Jobke
dffc2a8b1c
Revert "Adjust files_encryption requirements to the new core requirement (PHP 5.3.8)."
...
This reverts commit efbf18652c .
2013-12-04 13:26:59 +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
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
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
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