Christian Berendt
dd82481f59
add configuration parameter to manually set the timeout of HTTP requests
12 years ago
Christian Berendt
128d3221cc
make Swift::testLocal workable by using a delimiter
12 years ago
Christian Berendt
a1e956263c
Revert "make Swift::testLocal workable by fixing the prefix used with the object listing in opendir"
This reverts commit b92061da5a .
12 years ago
Christian Berendt
b92061da5a
make Swift::testLocal workable by fixing the prefix used with the object listing in opendir
12 years ago
Christian Berendt
506db6c63a
rewrite of OC\Files\Storage\Swift
12 years ago
Christian Berendt
452d0a20a6
renaming OC\Files\Storage\SWIFT to OC\Files\Storage\Swift
12 years ago
Christian Berendt
e0bac3ec71
adapted existing test cases
12 years ago
Christian Berendt
f0d04f3ac6
adjustment of the configuration parameters
12 years ago
Christian Berendt
67779680a6
added stripped library php-opencloud (version 1.6.0)
12 years ago
Thomas Müller
148d2616e5
introduce link_to_docs() and migrate links
12 years ago
Jenkins for ownCloud
a376407da3
[tx-robot] updated from transifex
12 years ago
Vincent Petry
f8717bc260
Fixed share with link checkbox missing as regular user
Instead of loading the app config setting "shareapi_allow_links" using a
synchronous ajax call that fails when the user is not an admin, this fix
puts the flag directly in the template so it doesn't need to be loaded
afterwards.
Fixes #5440
12 years ago
Jan-Christoph Borchardt
5ac4ec3a84
unbold the 'Direct link' label
12 years ago
Jan-Christoph Borchardt
8a643ac5bc
reduce width of direct link input field
12 years ago
Jenkins for ownCloud
6aee83cadf
[tx-robot] updated from transifex
12 years ago
Arthur Schiwon
e61d961efb
LDAP: Fix base-comparison with multibyte characters, fixes #5081 . Thanks to @sfyang
12 years ago
Vincent Petry
7abfe2bd4f
Added direct link in public share page
Fixes #1167
12 years ago
Morris Jobke
1f1fcc6129
Remove "link" shares right after disabling the "allow_link_share" setting
12 years ago
Bjoern Schiessle
1c611a3dfb
give getSelectedFilesTrash() a unique name for the trash.js to avoid confusions with the same function in files.js
12 years ago
Bjoern Schiessle
48cd9d9444
filter duplicates directly in the sql query
12 years ago
Vincent Petry
41c6c44221
Disable versions app JS in public mode
Since the version JS code isn't used in public link mode, disable it to
prevent Chrome freezing bugs due to the t() call being synchronous.
Fixes #4545
12 years ago
Jenkins for ownCloud
2845747528
[tx-robot] updated from transifex
12 years ago
Bjoern Schiessle
e7dc6b21c8
split up reset()['path'] to make it compatible with older PHP versions
12 years ago
Vincent Petry
b4bffad99a
Fixed zip download button for unlimited filesize in public mode
Added missing condition to check whenever allowed zip size is unlimited.
Fixes #3717
12 years ago
Vincent Petry
467f864db4
Fixed sharing status update for new/uploaded files
Creating new files, folders or uploading files now have their sharing
icon updated accordingly.
For this, the global share status list that is cached in
OC.Share.statuses is reused for new files.
Performance should improve as the sharing list is now only loaded once
per navigation session.
In OC.Share, split loadIcons into loadIcons + updateIcons.
Fixes #4977
12 years ago
Bjoern Schiessle
99738ae0bc
add test for the reshare option
12 years ago
Bjoern Schiessle
ab6ee79e11
adjust tests
12 years ago
Bjoern Schiessle
abf10ac9bd
new option to add reshares to the result
12 years ago
Vincent Petry
9cfb438ff7
Fixed upload permissions distinction between public and logged in upload
Fixes #5370
12 years ago
Bjoern Schiessle
6bfd8bdf63
revert last changes
12 years ago
Jenkins for ownCloud
630be99ddf
[tx-robot] updated from transifex
12 years ago
Bjoern Schiessle
0811d2e304
added another test, if unencrypted size and encrypted size are equal we can also assume that something is wrong
12 years ago
Bjoern Schiessle
beaed2195d
fix comment
12 years ago
Bjoern Schiessle
0d4117f6d5
added simple test for getFileSize proxy
12 years ago
Vincent Petry
c6f14001bb
Fixed drag and drop upload to breadcrumb
12 years ago
Vincent Petry
92e646413a
Fixed drag and drop onto folders
Fixes #5351
12 years ago
Vincent Petry
fab4102c51
Disabled ajax mode for public files view
Ajax loading is not supported yet for public files view.
This fix disabled the history API, ajax loading and ajax directory
switch in public mode until it is implemented properly.
12 years ago
Vincent Petry
09b084dfed
Fixed file permissions after public upload
Fixes #5328
12 years ago
Bjoern Schiessle
d3af7a9aa4
check if we are writing to user/files, otherwise skip encryption
12 years ago
Vincent Petry
e79d853867
Removed extra bkg color on file actions when row is selected/hovered on
12 years ago
Bjoern Schiessle
58196304b8
fix array key
12 years ago
Bjoern Schiessle
4151fd3ed9
try to fix unencrypted file size if it doesn't look plausible
12 years ago
Vincent Petry
b8285ca316
Added missing "grid" class on external storage's table
12 years ago
Jenkins for ownCloud
f3336f8877
[tx-robot] updated from transifex
12 years ago
Vincent Petry
a4a52733f9
Fixed position of "delete" icon in files app
There was an issue where only Chrome allows setting position: relative
on a td element.
This fix now works in IE8, Firefox and Chrome.
Fixes #5056
12 years ago
Vincent Petry
e98ea06890
File actions are now updated after create/upload file
The file actions must explicitly be updated by calling
FileActions.display() on the file element after creating or uploading a
file.
Fixes #4971 and #4993
12 years ago
Bjoern Schiessle
9baedb4102
remove debug output
12 years ago
Bjoern Schiessle
57beef1e36
fix setting dialog headlines for the encryption app
12 years ago
Bjoern Schiessle
3ee7711284
fix another typo
12 years ago
Bjoern Schiessle
2d79a79202
change error code to 403
12 years ago