Bjoern Schiessle
5ddabd7cd0
fix mimetype detection, introduce fake etag to identify preview images
12 years ago
Bjoern Schiessle
4562909a20
get trash size from file cache
12 years ago
Bjoern Schiessle
abad625cac
only enable previews if the encryption is disabled
12 years ago
Bjoern Schiessle
eab844e226
if file is not in db, fall back to restore file to the users root
12 years ago
Thomas Müller
58c216d0e8
close the session on all file operations
12 years ago
Bjoern Schiessle
9548670da7
we need the file_source to delete a share successfully
12 years ago
IchEben
e7d5715114
only initialise upload dropZone if public upload is allowed
12 years ago
Vincent Petry
5671aac5ca
Fixed log warning when deleting a single file
12 years ago
Vincent Petry
48d63a6278
Return unencrypted_size of folder when queried
This fixes the "used space" to be based on the unencrypted size, not
encrypted size, to be consistent with how quota/space is handled when
encryption is enabled
12 years ago
Vincent Petry
0dcac65aa1
Fixed upload issue when free space is not known
12 years ago
Vincent Petry
07f78c8248
Added unit tests for "add()" method for file upload
- Added OC.Upload.init() to make the code testable
- Added unit tests for the add() method of the uploader with some error
cases
12 years ago
Joas Schilling
1ab10cb4f7
Do not set #dir when on public.php
Fix #7571
12 years ago
Jan-Christoph Borchardt
7ad7f94797
fix some spaces to tabs issues reported by Scrutinizer
12 years ago
Bjoern Schiessle
2e73c957e5
don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters
12 years ago
Bjoern Schiessle
fbd8c00a89
don't create files folder, let ownCloud core handle it
12 years ago
Robin Appelman
a8c67dc675
Add caching for getLocalFile on remote storages
12 years ago
Frank Karlitschek
0bca969e99
fix https://github.com/owncloud/core/issues/6825
12 years ago
Vincent Petry
fd5dec0298
Fixed configkey casing for PostgreSQL
12 years ago
Arthur Schiwon
b968eed27b
remove remaining testing artefact
12 years ago
Arthur Schiwon
c7751c0795
intendetion. where did the whitespaces come from?
12 years ago
Arthur Schiwon
a8883f4ed2
LDAP: let proxy for multiple server access methods from Access
12 years ago
Thomas Müller
9f087a2070
fixing download url in files app
12 years ago
Thomas Müller
1291303c5a
Replace OC.Router.generate() with OC.generateUrl()
12 years ago
Vincent Petry
fefd724858
Fixed wrong field name
This re-fixes an issue where the unencrypted size isn't updated
correctly when saving a text file in the UI multiple times.
Fixes #7467
12 years ago
Bjoern Schiessle
4ace1a273d
remember original fopen access type in pre-proxy because sometimes they change
during the fopen call, e.g. 'r' becomes 'r+' if we open an URL
12 years ago
Robin Appelman
7c92e2e3ad
Update rawlist to work with new fileinfo object
12 years ago
Jörn Friedrich Dreyer
39f2f564a9
use assertSame and assertNotSame for etag checks
12 years ago
Bjoern Schiessle
86b3cdc132
close encryption session after decryption was finished
12 years ago
Joas Schilling
932c4ee927
Allow admins to disable certain external storages for users
Fix issue #6793
12 years ago
Jan-Christoph Borchardt
6c5cc46380
disable autocomplete for shared link password input, fix #7419
12 years ago
Bjoern Schiessle
3be5e48b0c
only add "received_from" if a share was found
12 years ago
Jan-Christoph Borchardt
2b423e5a44
coding style fixes, cut long lines, comments not on same lines, curly braces
12 years ago
Bjoern Schiessle
e3f676e009
fix path in sharing results if it is a file in the Shared folder
12 years ago
Bjoern Schiessle
d3a24e945b
add test case if a file gets moved out from the shared folder
12 years ago
Bjoern Schiessle
ebd73aee8f
don't overwrite keys if rename was done by a stream copy
12 years ago
Robin Appelman
7c4f81bd78
rename url parameter
12 years ago
Vincent Petry
539ea0882b
Fixed mount config path
12 years ago
root
300b1131b4
replace spaces with tabs
use true instead of 1
12 years ago
Jan-Christoph Borchardt
6f56fd99a6
fix too much distance between text and icon
12 years ago
Jan-Christoph Borchardt
877cfb963a
use SVG icons from icons.css for New file menu
12 years ago
Robin Appelman
4715fb12c8
Add url parameter to control whether previews should return 404 when the mimetype is unsupported
12 years ago
Philipp Schmitt
43b1d81f77
Use 'command -v' to detect whether and where software is installed (instead of 'which')
12 years ago
Bjoern Schiessle
0c0e4fced5
fix test so that it doesn't depend on the array order
12 years ago
Bjoern Schiessle
6ca4d3bfde
fix usersPath and add unit tests
12 years ago
Jan-Christoph Borchardt
b22d82f941
code style: else on same line
12 years ago
Lukas Reschke
6cb64a4fce
Fix code to search for mount.json in custom data folders
12 years ago
Morris Jobke
65843e2459
Improve jQuery element selector
see https://github.com/owncloud/core/pull/7012/files#r9337198
http://24ways.org/2011/your-jquery-now-with-less-suck/
12 years ago
Thomas Müller
d0c8b310b9
uppercase text and fix dialog popup
12 years ago
Thomas Müller
179fbada32
show share owner within shared folders as well
12 years ago
Thomas Müller
2b84f5e0b9
remove duplicate selectors and declaration
12 years ago