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
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
Bjoern Schiessle
83c78bc7a8
fix typo in error message and change error code to 403
12 years ago
Vincent Petry
2b2a548610
Fixed IE8 misaligned date
...
Removed display: block to let the element be displayed inline and let
itself aligned by vertical-align: middle of the parent
This works in IE8 and other browsers.
Fixes #5288
12 years ago
Bjoern Schiessle
39d710e737
block file access if share keys are missing
12 years ago
Vincent Petry
39b150921d
Moved IE8 inline styles in files.css
12 years ago
Vincent Petry
bced346c3b
Now using smaller spinner image for status indicator
...
To make the status indicator appear smaller, even in IE8 that doesn't
support background-size, there is no a smaller animated gif
"loading-small" for that purpose.
12 years ago
Bjoern Schiessle
a0de5dd325
some small fixes
12 years ago
Bjoern Schiessle
7a1705d28e
fix api tests
12 years ago
Jenkins for ownCloud
44a5b0bad0
[tx-robot] updated from transifex
12 years ago
Vincent Petry
75629a1f00
Fixed delete icon alignment in IE8
...
Removed old inline CSS that forced every td to have position:static in
the files app. (#5056 )
12 years ago
Bjoern Schiessle
f4e86045de
make files versions root a class constant
12 years ago
Bjoern Schiessle
87cccb2e32
some small changes/fixes
12 years ago
Bjoern Schiessle
3dd313dca2
add "received_from" and "received_from_displayname" field in case of a reshared file to the output
12 years ago
Bjoern Schiessle
4c2e3919de
make previews work for shared files in the versions drop-down
12 years ago
Bjoern Schiessle
92009c5d8e
fix getVersions() for sub directories
12 years ago
Vincent Petry
e2a4417079
Fixed conflict dialog in IE8
...
- Fixed JS error that prevent the conflict dialog to open #5060
- Fixed JS error that prevented the overwrite case to run
12 years ago