Vincent Petry
|
e517e642be
|
Merge pull request #7257 from owncloud/filelist-fileinfo
use a FileInfo object of the directory when generting the filelist
|
2014-02-19 09:40:11 +01:00 |
|
Thomas Müller
|
c6f4f85e27
|
Merge branch 'master' into scrutinizer_documentation_patches
Conflicts:
lib/private/migration/content.php
|
2014-02-18 18:31:33 +01:00 |
|
Thomas Müller
|
1e84d6b14b
|
Merge pull request #7190 from owncloud/appconfig-legacy-apps
Remove usage of legacy OC_Appconfig
|
2014-02-18 18:10:22 +01:00 |
|
Lukas Reschke
|
3b1083f46e
|
Merge pull request #7176 from owncloud/style
Some style fixes
|
2014-02-18 17:30:26 +01:00 |
|
Robin Appelman
|
d18b9f6ea4
|
use a FileInfo object of the directory when generting the filelist
|
2014-02-18 15:39:35 +01:00 |
|
Jan-Christoph Borchardt
|
323cc1166b
|
Merge pull request #7235 from DavidVentura/master
small change for compatibility
|
2014-02-17 21:16:39 +01:00 |
|
Vincent Petry
|
5a80339b51
|
Merge pull request #7211 from mattcaron/master
Fit shared videos to viewer, just like images. Issue #1648
|
2014-02-17 20:59:29 +01:00 |
|
Matthew Caron
|
aa1a50f5b3
|
Consolidate two sections, per code review. Issue #1648
|
2014-02-17 12:57:54 -05:00 |
|
David
|
a282afcbbb
|
small change for compatibility
|
2014-02-17 13:27:07 -03:00 |
|
Arthur Schiwon
|
54f9db403f
|
LDAP: improve wizard strings, fixes #5567
|
2014-02-17 17:19:48 +01:00 |
|
Bjoern Schiessle
|
6778dc5a4a
|
don't block login forever if we are stuck in the middle of the initial encryption
|
2014-02-17 10:03:57 +01:00 |
|
Bjoern Schiessle
|
f2f5769df7
|
catch errors during decryption
|
2014-02-17 10:03:57 +01:00 |
|
Bjoern Schiessle
|
2ab062193a
|
catch errors during initial encryption
|
2014-02-17 09:58:46 +01:00 |
|
Thomas Müller
|
9fac95c2ab
|
Merge branch 'master' into scrutinizer_documentation_patches
Conflicts:
lib/private/appconfig.php
|
2014-02-14 23:03:27 +01:00 |
|
Matthew Caron
|
2887fb1f48
|
Fit shared videos to viewer, just like images. Issue #1648
|
2014-02-14 16:09:51 -05:00 |
|
Bjoern Schiessle
|
2933668355
|
fileinfo is no longer a array
|
2014-02-14 18:05:59 +01:00 |
|
icewind1991
|
2a7509ee50
|
Merge pull request #6748 from owncloud/fileinfo
Add a FileInfo class which holds all info of a file ...
|
2014-02-14 15:16:39 +01:00 |
|
Vincent Petry
|
d7f4547717
|
Merge pull request #6726 from owncloud/fix_6630
don't urldecode get var, php does this automatically
|
2014-02-14 14:34:20 +01:00 |
|
Thomas Müller
|
595b908b74
|
Merge pull request #7183 from owncloud/remove-force-lowercase
remove forced lowercase from extension, fix #4747
|
2014-02-14 13:58:42 +01:00 |
|
Vincent Petry
|
afe133d5d1
|
Merge pull request #7168 from owncloud/issue/7152
Send correct path on file upload when using public app
|
2014-02-14 12:25:20 +01:00 |
|
Robin Appelman
|
181bbd4325
|
Remove usage of legacy OC_Appconfig
|
2014-02-13 16:28:49 +01:00 |
|
Jan-Christoph Borchardt
|
6e17d71a0d
|
remove forced lowercase from extension, fix #4747, also coding style fixes
|
2014-02-13 10:39:38 +01:00 |
|
Thomas Müller
|
30662fa7ac
|
Merge pull request #7178 from owncloud/issue/6277
External FTP Storage should request hostname instead of URL
|
2014-02-12 23:01:41 +01:00 |
|
Joas Schilling
|
658af627ce
|
External FTP Storage should request hostname instead of URL
Fix issue #6277
|
2014-02-12 18:20:10 +01:00 |
|
Joas Schilling
|
9619459e37
|
Send correct path on file upload when using public app
Fix issue #7152
|
2014-02-12 15:49:09 +01:00 |
|
icewind1991
|
7af456730e
|
Merge pull request #6964 from owncloud/storagestatistics-reuse
Reuse the calculated free_space in buildFileStorageStatistics
|
2014-02-12 15:48:14 +01:00 |
|
Bart Visscher
|
1fb5f96c37
|
Style fixes
|
2014-02-12 09:09:51 +01:00 |
|
Thomas Müller
|
3699728a3a
|
Merge pull request #7085 from owncloud/quick-fix-7019-master
Load authentication apps to get users from all backends
|
2014-02-11 18:41:08 +01:00 |
|
Arthur Schiwon
|
14d1abf63f
|
LDAP: improve debug message
|
2014-02-10 14:45:37 +01:00 |
|
Arthur Schiwon
|
18e1a10e96
|
LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image
|
2014-02-10 14:45:31 +01:00 |
|
Morris Jobke
|
eba1d574cf
|
Merge pull request #7134 from owncloud/issue/5794
Make google drive client secret and dropbox api secret a password field
|
2014-02-10 14:34:24 +01:00 |
|
Robin Appelman
|
753af3a3ff
|
Merge branch 'master' into storagestatistics-reuse
|
2014-02-10 14:01:32 +01:00 |
|
Morris Jobke
|
02bdb47049
|
Merge pull request #7140 from owncloud/enc_dont_login_during_encryption
refuse login as long as the initial encryption is running
|
2014-02-10 13:25:39 +01:00 |
|
Arthur Schiwon
|
299d37154b
|
LDAP: add documentation info in info.xml
|
2014-02-10 12:59:11 +01:00 |
|
Vincent Petry
|
6b5a7035ee
|
Merge pull request #7126 from nickvergessen/issue/6683
Only add files to file list when uploading to current directory
|
2014-02-10 12:14:05 +01:00 |
|
Arthur Schiwon
|
e156f85bfb
|
Rephrase and clarify log message
|
2014-02-10 11:29:08 +01:00 |
|
Arthur Schiwon
|
a76840d206
|
Wizard: enable base DN for editing, if not base DN could have been detected. Also part of fix for #6670
|
2014-02-10 11:29:02 +01:00 |
|
Arthur Schiwon
|
e825a008c9
|
Wizard: disable LDAP referrals, fixes #6670
|
2014-02-10 11:28:55 +01:00 |
|
Arthur Schiwon
|
a908bd5695
|
throw an info message, when base dn test failed
|
2014-02-10 11:28:46 +01:00 |
|
Arthur Schiwon
|
bc17b40650
|
LDAP: extend LDAP wrapper search method for sizelimit, improves performance in wizard
|
2014-02-10 11:28:38 +01:00 |
|
Bjoern Schiessle
|
050e84a08f
|
refuse login as long as the initial encryption is running
|
2014-02-10 10:56:11 +01:00 |
|
Thomas Müller
|
e7db48cd7f
|
Merge pull request #7133 from owncloud/fix-implied-eval
Fix implied evals and doubled definition of variable
|
2014-02-10 10:08:40 +01:00 |
|
Joas Schilling
|
b330d07b51
|
Fix more documentation failes
Issue #7111
|
2014-02-08 11:47:55 +01:00 |
|
Joas Schilling
|
828985dc60
|
Make google drive client secret and dropbox api secret a password field
Fix issue #5794
|
2014-02-07 18:12:01 +01:00 |
|
Bjoern Schiessle
|
91254c304d
|
name users after test
|
2014-02-07 18:07:38 +01:00 |
|
Morris Jobke
|
13fa0e2a9d
|
Fix implied evals and doubled definition of variable
fixes #7119
fixes #7120
fixes #7121
fixes #7122
|
2014-02-07 17:47:42 +01:00 |
|
Joas Schilling
|
af7366cd30
|
Only add files to file list when uploading to current directory
Fix Issue #6683
|
2014-02-07 13:06:50 +01:00 |
|
Bjoern Schiessle
|
a8943ad022
|
replace 'size' with 'unencrypted_size' if encryption is enabled
|
2014-02-07 12:53:13 +01:00 |
|
Jörn Friedrich Dreyer
|
2a6a9a8cef
|
polish documentation based on scrutinizer patches
|
2014-02-06 17:02:21 +01:00 |
|
Vincent Petry
|
aff1cafaca
|
Merge pull request #7089 from owncloud/sharing-searchbymime
Fixed searchByMime in shared cache
|
2014-02-06 14:15:00 +01:00 |
|