Matthew Caron
aa1a50f5b3
Consolidate two sections, per code review. Issue #1648
12 years ago
David
a282afcbbb
small change for compatibility
12 years ago
Arthur Schiwon
54f9db403f
LDAP: improve wizard strings, fixes #5567
12 years ago
Bjoern Schiessle
6778dc5a4a
don't block login forever if we are stuck in the middle of the initial encryption
12 years ago
Bjoern Schiessle
f2f5769df7
catch errors during decryption
12 years ago
Bjoern Schiessle
2ab062193a
catch errors during initial encryption
12 years ago
Matthew Caron
2887fb1f48
Fit shared videos to viewer, just like images. Issue #1648
12 years ago
Bjoern Schiessle
2933668355
fileinfo is no longer a array
12 years ago
Robin Appelman
181bbd4325
Remove usage of legacy OC_Appconfig
12 years ago
Jan-Christoph Borchardt
6e17d71a0d
remove forced lowercase from extension, fix #4747 , also coding style fixes
12 years ago
Joas Schilling
658af627ce
External FTP Storage should request hostname instead of URL
Fix issue #6277
12 years ago
Joas Schilling
9619459e37
Send correct path on file upload when using public app
Fix issue #7152
12 years ago
Bart Visscher
1fb5f96c37
Style fixes
12 years ago
Arthur Schiwon
14d1abf63f
LDAP: improve debug message
12 years ago
Arthur Schiwon
18e1a10e96
LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image
12 years ago
Arthur Schiwon
299d37154b
LDAP: add documentation info in info.xml
12 years ago
Arthur Schiwon
e156f85bfb
Rephrase and clarify log message
12 years ago
Arthur Schiwon
a76840d206
Wizard: enable base DN for editing, if not base DN could have been detected. Also part of fix for #6670
12 years ago
Arthur Schiwon
e825a008c9
Wizard: disable LDAP referrals, fixes #6670
12 years ago
Arthur Schiwon
a908bd5695
throw an info message, when base dn test failed
12 years ago
Arthur Schiwon
bc17b40650
LDAP: extend LDAP wrapper search method for sizelimit, improves performance in wizard
12 years ago
Bjoern Schiessle
050e84a08f
refuse login as long as the initial encryption is running
12 years ago
Joas Schilling
828985dc60
Make google drive client secret and dropbox api secret a password field
Fix issue #5794
12 years ago
Bjoern Schiessle
91254c304d
name users after test
12 years ago
Morris Jobke
13fa0e2a9d
Fix implied evals and doubled definition of variable
fixes #7119
fixes #7120
fixes #7121
fixes #7122
12 years ago
Joas Schilling
af7366cd30
Only add files to file list when uploading to current directory
Fix Issue #6683
12 years ago
Bjoern Schiessle
a8943ad022
replace 'size' with 'unencrypted_size' if encryption is enabled
12 years ago
Pellaeon Lin
946fccc0dd
Remove unused template variable assignment of files_sharing/template/public.php
12 years ago
Pellaeon Lin
8c56e21ced
Move template variable assignment to correct place
12 years ago
Vincent Petry
fa5ddc3e18
Fixed searchByMime in shared cache
- searchByMime now correctly returns files recursively search through
all the dirs
- added unit test for searchByMime
12 years ago
Thomas Müller
9d9f360b77
Load authentication apps to get users from all backends - fixes #7019
12 years ago
Vincent Petry
fe2a63ffd4
Scroll to the top after switching dir
Fixes #7061
12 years ago
Jan-Christoph Borchardt
b56dbbe0e5
fix misalignment of modified dates, shift to right
12 years ago
Jan-Christoph Borchardt
6d7d3c16d0
ellipsize long modified dates to make room for showing delete button, fix #7040
12 years ago
Bjoern Schiessle
97921d0c25
add function to extract filename from sharekey name + tests
12 years ago
Bjoern Schiessle
fe5f512272
added tests for the delete hooks if the trash bin is disabled
12 years ago
Bjoern Schiessle
bef58f5361
don't expect OC_FilesystemView, this is depreciated
12 years ago
Bjoern Schiessle
4d1086c35f
better error detection and don't use glob()
12 years ago
Bjoern Schiessle
5610842e56
move unlink proxy to a hook which handles pre and post conditions
12 years ago
raghunayyar
5ccb395ec6
Makes Rename Icon Width 44px for touch sourfaces.
12 years ago
Vincent Petry
c5767b67b1
Fixed image preview in trashbin subdirs
12 years ago
Vincent Petry
d49c7ad4fb
Fixed double file encoding for previews
12 years ago
Georg Ehrke
c5742520e1
don't urldecode get var, php does this automatically
12 years ago
Vincent Petry
ba1b9df8a9
Fixed file name validation unit test + added newline
- fixed file name validation unit test
- added "\n" as forbidden character in isFileNameValid()
12 years ago
Vincent Petry
d36a2ff9ee
Added .jshintrc
- Also fixes a few JSHint warnings in files app
- Added "global" comment on top of files app to suppress warning and
also inform devs about what globals are use
12 years ago
Bjoern Schiessle
f9d9a62e58
remove needless element tag
12 years ago
Vincent Petry
bc598f1919
Updated unit tests for rename action
- rename action is now checked inside of ".nametext" element
- added test to ensure that display() correctly resets all actions
including the rename one
12 years ago
raghunayyar
85e67be0aa
Rename action now appears as pencil icon
12 years ago
Jan-Christoph Borchardt
edea7781b7
make header scroll up for single shares, more view of content on small screens
12 years ago
Thomas Müller
7655728ddf
- adding class to header div: share-folder or share-file
- for supported previews are shown with a size of 500px; icons with a size of 128px
12 years ago