Vincent Petry
8eaa39f4e2
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.
11 years ago
Arthur Schiwon
677d83d45f
LDAP: add tests for countUsers
11 years ago
Arthur Schiwon
53498bc876
remove unnecessary line
11 years ago
Arthur Schiwon
b669e1a3c1
LDAP: implement userCount action. This required to (finally) clean up and refactor the search method, which will have a positive performance impact on paged search.
11 years ago
Jenkins for ownCloud
6be2dee5bc
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
d2f2645a6a
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
0e843b9d7d
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
e4616199df
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
aaa48576ee
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
095f9b8ee0
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
760fa9ea30
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
9ea9638490
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
e345f3f511
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
71c829f92a
[tx-robot] updated from transifex
11 years ago
Michael Monreal
f52a9e5e42
Silence output of 'which' command used in smbclient detection
11 years ago
Jenkins for ownCloud
64a001edab
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
dbfe313a63
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
dbbd99db09
[tx-robot] updated from transifex
11 years ago
Georg Ehrke
c90e3e4f5b
fix preview for reshared file
11 years ago
Jenkins for ownCloud
f60ecfc7fd
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
cd26631a6d
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
371a476eb5
[tx-robot] updated from transifex
11 years ago
Bjoern Schiessle
517a55a437
tests added
11 years ago
Bjoern Schiessle
552d0a6feb
check if the old owner and the old path is available
11 years ago
Bjoern Schiessle
165542f27d
fix rename of shared files
11 years ago
Bjoern Schiessle
fe7fb66ef8
we can also have a path user/cache/...
11 years ago
Vincent Petry
963ee31efb
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
11 years ago
Jenkins for ownCloud
37cdbc3be0
[tx-robot] updated from transifex
11 years ago
Bjoern Schiessle
df0c1fe7f3
add test for the stream wrapper to read encrypted files from the system folder /tmp
11 years ago
Bjoern Schiessle
f9ec3a7124
test for isEncryptedPath()
11 years ago
Bjoern Schiessle
4f8ae789ae
extend the encryption stream wrapper to handle local files and add a fall back for file size calculation if the storage doesn't support fseek
11 years ago
Bjoern Schiessle
d9668977cd
implement ftell stream wrapper and fix return value from fseek stream wrapper
11 years ago
Jenkins for ownCloud
6488ff2c75
[tx-robot] updated from transifex
11 years ago
Frank Karlitschek
0b9f4130b0
clarifying license
11 years ago
Bjoern Schiessle
9a94c07553
remove unused method tail()
11 years ago
Bjoern Schiessle
c955381d56
fall back to getLocalFile if storage doesn't support fseek
11 years ago
Bjoern Schiessle
69b89454a4
reliable detect encrypted files
11 years ago
Jenkins for ownCloud
a99dd3183c
[tx-robot] updated from transifex
11 years ago
Bjoern Schiessle
83417d69be
remove duplicated code
11 years ago
Bjoern Schiessle
3e17fbe30d
always show home breadcrumb in files view
11 years ago
Bjoern Schiessle
95892c8be9
update file cache for target file
11 years ago
Bjoern Schiessle
cdd816c930
only remove encryption keys if a real file gets deleted, skip this method if a file outside of /data/user/files was deleted
11 years ago
Bjoern Schiessle
6d489e0474
call set password hook because it doesn't get triggered during test execution and fix paths
11 years ago
Jenkins for ownCloud
77b68505c2
[tx-robot] updated from transifex
11 years ago
Arthur Schiwon
1292793c4b
LDAP: fix method behind save button on advancend and expert tabs, fixes at least Home Folder setinng
11 years ago
Bjoern Schiessle
3831b8b1be
always show 'Deleted Files' breadcrumb
11 years ago
ringmaster
e2197c7108
Bump the footer down 20px to avoid overlap.
...
Fixes #6335 .
11 years ago
Bjoern Schiessle
79719d9ae5
toggle select all checkbox
11 years ago
Arthur Schiwon
5ba9344b0e
LDAP: the browser shall not autofill userdn and password, usually login credentials are inserted. fixes #6283
11 years ago
Vincent Petry
335b2f40a6
Fixed download file from URL error messages
...
- L10N now converted to string to make them work with json_encode
- Added specific error message when server doesn't allow fopen on URLs
- Fixed client side to correctly show error message in a notification
- Added OCP\JSON::encode() method to encode JSON with support for the
OC_L10N_String values
11 years ago