]>
source.dussan.org Git - nextcloud-server.git/log
Thomas Müller [Mon, 20 Jan 2014 20:14:09 +0000 (12:14 -0800)]
Merge pull request #6820 from owncloud/phpunit-test-config
Load a separate config (if present) when running unit tests
icewind1991 [Mon, 20 Jan 2014 18:37:18 +0000 (10:37 -0800)]
Merge pull request #6849 from owncloud/checkupdate-reuse
Reuse the data retrieved from the cache in checkUpdate
Vincent Petry [Mon, 20 Jan 2014 17:28:49 +0000 (09:28 -0800)]
Merge pull request #6851 from owncloud/files-fixtrashandversionrootsizecalc
When reading the size of "files" mountpoints need to be excluded
Jörn Friedrich Dreyer [Mon, 20 Jan 2014 16:52:21 +0000 (08:52 -0800)]
Merge pull request #6842 from owncloud/fix-quotes-again-master
Quote column names on adding description
Vincent Petry [Mon, 20 Jan 2014 16:10:09 +0000 (17:10 +0100)]
When reading the size of "files" mountpoints need to be excluded
The versions and trashbin app are now passing "includeMountPoints=false"
to "getFileInfo()" to make sure that the calculated total size doesn't
include mount points like Shared or external storage.
This is because the default call (legacy) used to return the size of
mount points as well.
Fixes #6731
Robin Appelman [Mon, 20 Jan 2014 14:21:21 +0000 (15:21 +0100)]
Reuse the data retrieved from the cache in checkUpdate
Vincent Petry [Mon, 20 Jan 2014 13:29:27 +0000 (05:29 -0800)]
Merge pull request #6838 from owncloud/core-quotawrapperfailedfopenfix
Fixed quota wrapper to not wrap failed fopen streams
Robin Appelman [Mon, 20 Jan 2014 12:41:52 +0000 (13:41 +0100)]
Move test config folder to tests/config
Morris Jobke [Mon, 20 Jan 2014 09:44:34 +0000 (01:44 -0800)]
Merge pull request #6827 from rnveach/fix_6730
Fix 6730
Thomas Müller [Mon, 20 Jan 2014 09:17:31 +0000 (10:17 +0100)]
adding a comment to the database schema
Thomas Müller [Mon, 20 Jan 2014 08:25:30 +0000 (09:25 +0100)]
Updating 3rdparty once more ....
Thomas Müller [Sun, 19 Jan 2014 20:08:55 +0000 (12:08 -0800)]
Merge pull request #6676 from aseques/check_internet_proxy
Fix internet detection to use OC_Util::getUrlContent
Vincent Petry [Sun, 19 Jan 2014 17:49:51 +0000 (18:49 +0100)]
Fixed quota wrapper to not wrap failed fopen streams
When calling fopen() on some storage types, these return false instead
of throwing an exception.
This fix makes sure that in case the stream wasn't opened (for example
when a file doesn't exist any more) the stream isn't wrapped.
Also added 'rb' as another case that doesn't need to be wrapped.
Fixes #6832
Vincent Petry [Sun, 19 Jan 2014 12:48:12 +0000 (04:48 -0800)]
Merge pull request #6819 from owncloud/files-ispreviewenabledwarningfix
Fixed isPreviewAvailable warnings in log
Morris Jobke [Sat, 18 Jan 2014 16:34:45 +0000 (08:34 -0800)]
Merge pull request #6721 from tsumi/patch-1
Added SVG fallback to apps settings popup
Morris Jobke [Sat, 18 Jan 2014 16:13:57 +0000 (08:13 -0800)]
Merge pull request #6784 from owncloud/fix-activation-of-unknown-apps
Fix activation of unknown apps
Morris Jobke [Sat, 18 Jan 2014 16:09:07 +0000 (08:09 -0800)]
Merge pull request #6818 from owncloud/add_documentation_to_appinfo
Allow app developers to add documentation links to the appinfo
rnveach [Fri, 17 Jan 2014 16:49:00 +0000 (11:49 -0500)]
added trigger to redo selection text on a directory change
rnveach [Fri, 17 Jan 2014 16:46:44 +0000 (11:46 -0500)]
fixed selector string and removed all checkbox if it was selected
Bjoern Schiessle [Fri, 17 Jan 2014 15:35:48 +0000 (16:35 +0100)]
added website field
Bjoern Schiessle [Fri, 17 Jan 2014 15:07:58 +0000 (16:07 +0100)]
distinguish app links from doc links
Bjoern Schiessle [Fri, 17 Jan 2014 13:05:39 +0000 (14:05 +0100)]
show link to app documentation
Bjoern Schiessle [Fri, 17 Jan 2014 13:05:33 +0000 (14:05 +0100)]
add link to documentation
Robin Appelman [Fri, 17 Jan 2014 13:40:48 +0000 (14:40 +0100)]
Load a separate config (if present) when running unit tests
Thomas Müller [Fri, 17 Jan 2014 13:39:08 +0000 (05:39 -0800)]
Merge pull request #6812 from owncloud/tests-fixcachesyntaxforoldphp
Fix array access syntax for older PHP
Vincent Petry [Fri, 17 Jan 2014 13:21:15 +0000 (14:21 +0100)]
Fixed isPreviewAvailable warnings in log
isPreviewAvailable wasn't always set as the files formatting code is
slightly different than the one from the files app.
Fixes #6423
Vincent Petry [Fri, 17 Jan 2014 12:09:53 +0000 (04:09 -0800)]
Merge pull request #6810 from kofemann/for-upstream
webdav: return SPACE_UNKNOWN if server do not support quota
Vincent Petry [Fri, 17 Jan 2014 11:54:09 +0000 (03:54 -0800)]
Merge pull request #6807 from owncloud/enc_updated_description
updated description of the files encryption app
Vincent Petry [Fri, 17 Jan 2014 11:29:21 +0000 (12:29 +0100)]
Fix array access syntax for older PHP
There was a syntax error when running tests in PHP 5.3.10.
Thomas Müller [Fri, 17 Jan 2014 11:07:27 +0000 (12:07 +0100)]
don't enable files_external tests
Tigran Mkrtchyan [Thu, 16 Jan 2014 09:53:58 +0000 (10:53 +0100)]
webdav: return SPACE_UNKNOWN if server do not support quota
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
Bjoern Schiessle [Fri, 17 Jan 2014 10:08:49 +0000 (11:08 +0100)]
updated description of the files encryption app
Morris Jobke [Thu, 16 Jan 2014 13:52:43 +0000 (05:52 -0800)]
Merge pull request #6264 from owncloud/files-draggabledestroy
Fix to not destroy draggable when no draggable was set
Björn Schießle [Thu, 16 Jan 2014 11:22:55 +0000 (03:22 -0800)]
Merge pull request #6786 from wakeup/master
Fix untranslated text when deleting user
Björn Schießle [Thu, 16 Jan 2014 11:13:26 +0000 (03:13 -0800)]
Merge pull request #6644 from ben-denham/unshare-all-fix
\OCP\Share::unshareAll() fix
Volkan Gezer [Wed, 15 Jan 2014 17:36:33 +0000 (18:36 +0100)]
Fix untranslated text when deleting user
This should fix issue #6728
Thomas Müller [Wed, 15 Jan 2014 16:12:42 +0000 (17:12 +0100)]
properly handle app activation for unit testing
Thomas Müller [Wed, 15 Jan 2014 16:11:29 +0000 (17:11 +0100)]
error handling in case a requested app doesn't exists
Vincent Petry [Wed, 15 Jan 2014 15:41:01 +0000 (07:41 -0800)]
Merge pull request #6223 from owncloud/extstorage-grantaccessasyncfix
Fixed Dropbox/Google storage async save call
Björn Schießle [Wed, 15 Jan 2014 14:57:33 +0000 (06:57 -0800)]
Merge pull request #6780 from owncloud/trash_bin_copy_recursively
copy files to owners trash recursively
Jan-Christoph Borchardt [Wed, 15 Jan 2014 14:56:59 +0000 (06:56 -0800)]
Merge pull request #6779 from owncloud/sharing-breadcrumb-folder-name
Show the name of the shared folder in the breadcrumb when viewing a publicly shared folder
Bjoern Schiessle [Wed, 15 Jan 2014 13:35:17 +0000 (14:35 +0100)]
remove old code
Bjoern Schiessle [Wed, 15 Jan 2014 13:29:33 +0000 (14:29 +0100)]
don't try to encrypt/decrypt cache chunks or files in the trash bin
Bjoern Schiessle [Wed, 15 Jan 2014 13:27:23 +0000 (14:27 +0100)]
copy files to owner trash recursively
Robin Appelman [Wed, 15 Jan 2014 12:36:14 +0000 (13:36 +0100)]
Show the name of the shared folder in the breadcrumb when viewing a publicly shared folder
icewind1991 [Wed, 15 Jan 2014 11:57:22 +0000 (03:57 -0800)]
Merge pull request #6774 from owncloud/versions_update_cache
call getFileInfo to enforce a file cache entry for the new version
Thomas Müller [Wed, 15 Jan 2014 11:35:41 +0000 (03:35 -0800)]
Merge pull request #3234 from owncloud/mjob-password-strength
Indicate password strength
Thomas Müller [Wed, 15 Jan 2014 11:17:24 +0000 (03:17 -0800)]
Merge pull request #6744 from owncloud/fix_ocs_response_messages
keep response message
Bjoern Schiessle [Wed, 15 Jan 2014 10:37:47 +0000 (11:37 +0100)]
call getFileInfo to enforce a file cache entry for the new version, fix #6286
Morris Jobke [Wed, 13 Mar 2013 10:03:52 +0000 (11:03 +0100)]
Indicate password strength using strengthify
* uses zxcvbn
* outsourced to separate jquery plugin
* async loading
* hide strength meter if input is empty
* feedback if user enters weakest password
* fade in and out
* show tipsy with strength
* Opera 12, IE8-10, FF 23, Chromium 29
Vincent Petry [Wed, 15 Jan 2014 09:31:33 +0000 (01:31 -0800)]
Merge pull request #6768 from owncloud/scanner-use-storage-mtime
Use storage_mtime when determining if we can reuse cached data while scanning
tsumi [Wed, 15 Jan 2014 08:39:21 +0000 (09:39 +0100)]
Useless else removed
As suggested by @PVince81 : https://github.com/owncloud/core/pull/6721#issuecomment-
32289922
Robin Appelman [Tue, 14 Jan 2014 19:19:05 +0000 (20:19 +0100)]
update another test
Vincent Petry [Mon, 9 Dec 2013 15:03:23 +0000 (16:03 +0100)]
Fix to not destroy draggable when no draggable was set
When a dir has no delete permission, the draggable isn't initialized on
files. This fix makes sure we don't try to destroy a draggable when it
wasn't inited in the first place.
Fixes #6254
Bjoern Schiessle [Tue, 14 Jan 2014 16:11:04 +0000 (17:11 +0100)]
extended test to also check the status messages
Arthur Schiwon [Wed, 8 Jan 2014 18:55:28 +0000 (19:55 +0100)]
typo, grammar
Arthur Schiwon [Fri, 13 Dec 2013 17:01:42 +0000 (18:01 +0100)]
LDAP: only read config from database, if configID is given. Not what we want to do when on-the-fly-testing settings from the admin page
Arthur Schiwon [Fri, 13 Dec 2013 16:52:43 +0000 (17:52 +0100)]
remove unused variables
Arthur Schiwon [Fri, 13 Dec 2013 16:52:19 +0000 (17:52 +0100)]
LDAP: fix TLS detection
Vincent Petry [Tue, 14 Jan 2014 15:20:16 +0000 (07:20 -0800)]
Merge pull request #6704 from owncloud/encryptedfoldersizecalc
Fix calculated folder size to use unencrypted size
Robin Appelman [Tue, 14 Jan 2014 14:13:21 +0000 (15:13 +0100)]
use different value for mtime and storage_mtime in test
Robin Appelman [Tue, 14 Jan 2014 14:11:41 +0000 (15:11 +0100)]
remove duplicate test class
Vincent Petry [Tue, 14 Jan 2014 14:03:24 +0000 (06:03 -0800)]
Merge pull request #6759 from owncloud/extstorage-smbtimezonefix
Fixed timezone issue with SMB storage
Björn Schießle [Tue, 14 Jan 2014 14:02:48 +0000 (06:02 -0800)]
Merge pull request #6767 from owncloud/sharing_error_messages
it is not an urgent error... a DEBUG message is enough at this point
Robin Appelman [Tue, 14 Jan 2014 12:54:07 +0000 (13:54 +0100)]
Use storage_mtime when determining if we can reuse cached data while scanning
Bjoern Schiessle [Tue, 14 Jan 2014 12:38:41 +0000 (13:38 +0100)]
it is not an urgent error... a DEBUG message is enough at this point
Thomas Müller [Mon, 13 Jan 2014 23:47:39 +0000 (15:47 -0800)]
Merge pull request #6752 from owncloud/silence-test-listener
no warnings within unlinkDir() within the TestCleanupListener
Andreas Fischer [Mon, 13 Jan 2014 23:44:34 +0000 (00:44 +0100)]
Merge pull request #6755 from owncloud/remove-ru_RU-master
remove ru_RU - it has bee removed from transifex
* owncloud/remove-ru_RU-master:
remove ru_RU - it has bee removed from transifex
Vincent Petry [Mon, 13 Jan 2014 23:37:57 +0000 (00:37 +0100)]
Fixed timezone issue with SMB storage
Now forcing smbclient to also run on UTC
Bjoern Schiessle [Mon, 13 Jan 2014 14:25:59 +0000 (15:25 +0100)]
don't unshare on delete
Thomas Müller [Mon, 13 Jan 2014 15:41:10 +0000 (16:41 +0100)]
remove ru_RU - it has bee removed from transifex
Vincent Petry [Mon, 13 Jan 2014 15:09:01 +0000 (07:09 -0800)]
Merge pull request #6422 from ccerrillo/fixing-6301-external-mount-webdav-blank-files
Fixing Issue #6301 on master branch
Frank Karlitschek [Mon, 13 Jan 2014 14:55:52 +0000 (06:55 -0800)]
Merge pull request #6734 from st3so/redirectfix
fixing typo in redirection query string
Thomas Müller [Mon, 13 Jan 2014 14:32:11 +0000 (15:32 +0100)]
no warnings within unlinkDir() within the TestCleanupListener
Thomas Müller [Mon, 13 Jan 2014 12:34:28 +0000 (04:34 -0800)]
Merge pull request #6694 from owncloud/fix-email-template-l10n
fix email template l10n, emphasize filename
Bjoern Schiessle [Mon, 13 Jan 2014 11:27:05 +0000 (12:27 +0100)]
keep response message
st3so [Sun, 12 Jan 2014 14:45:33 +0000 (15:45 +0100)]
fixing typo in redirection query string
Lukas Reschke [Sun, 12 Jan 2014 11:45:30 +0000 (03:45 -0800)]
Merge pull request #6713 from owncloud/files-filenameescapingfixes
Fixed various file name escaping issues in core apps
tsumi [Fri, 10 Jan 2014 20:19:30 +0000 (21:19 +0100)]
Added SVG fallback to apps settings popup
This fix issue of calendar app with IE8, see issue report for details:
https://github.com/owncloud/calendar/issues/291
Vincent Petry [Fri, 10 Jan 2014 14:02:26 +0000 (15:02 +0100)]
Fixed various file name escaping issues in core apps
- Refactored file tr lookup into FileList.findFileEl that uses
filterAttr to avoid escaping issues in jQuery selectors
- Fixed versions and sharing app to properly escape file names in
attributes
Joan [Fri, 10 Jan 2014 08:33:35 +0000 (09:33 +0100)]
Disabled internet checking as mentioned when in proxy mode
ben-denham [Fri, 10 Jan 2014 01:08:29 +0000 (14:08 +1300)]
updated the unit test for OCP\Share::unshareAll() to verify that shares by all users are removed for an item.
Vincent Petry [Thu, 9 Jan 2014 16:27:55 +0000 (17:27 +0100)]
Fix calculated folder size to use unencrypted size
The encrypted size was used when calculating folder sizes.
This fix now also sums up the unencrypted size and shows that one when
available.
Vincent Petry [Thu, 9 Jan 2014 14:16:43 +0000 (06:16 -0800)]
Merge pull request #6687 from owncloud/sharing-fixpartfilehandling
Removed special handling of part files in shared storage rename
Thomas Müller [Thu, 9 Jan 2014 11:32:17 +0000 (03:32 -0800)]
Merge pull request #6693 from owncloud/fixing-apache-login
Fixing apache login
Jan-Christoph Borchardt [Thu, 9 Jan 2014 09:54:23 +0000 (10:54 +0100)]
fix email template l10n, emphasize filename
Thomas Müller [Thu, 9 Jan 2014 09:29:21 +0000 (10:29 +0100)]
rename user-id to loginname to stay consistent
Thomas Müller [Thu, 9 Jan 2014 09:28:24 +0000 (10:28 +0100)]
set login name within apache auth backend
Thomas Müller [Thu, 9 Jan 2014 09:27:47 +0000 (10:27 +0100)]
fixing PHPDoc and use cameCase names
blizzz [Wed, 8 Jan 2014 18:41:39 +0000 (10:41 -0800)]
Merge pull request #6681 from owncloud/userreport
add command line option to get user number statistics
Arthur Schiwon [Wed, 8 Jan 2014 18:41:10 +0000 (19:41 +0100)]
Infowarning about 32bit
Vincent Petry [Wed, 8 Jan 2014 17:43:20 +0000 (18:43 +0100)]
Removed special handling of part files in shared storage rename
This fixes the issue introduced by the transfer id which itself wasn't
taken into account by the shortcut code for part file in the shared
storage class.
Jan-Christoph Borchardt [Wed, 8 Jan 2014 15:33:12 +0000 (07:33 -0800)]
Merge pull request #6686 from owncloud/fixes-6685-master
Fix ownCloud for php5.3.x
Thomas Müller [Wed, 8 Jan 2014 15:07:01 +0000 (16:07 +0100)]
Fix ownCloud for php5.3.x
Thomas Müller [Wed, 8 Jan 2014 13:32:36 +0000 (05:32 -0800)]
Merge pull request #6680 from owncloud/core-preventunlinkstorageroot
Prevent deleting storage root
Arthur Schiwon [Wed, 8 Jan 2014 12:26:48 +0000 (13:26 +0100)]
add tests for user counting
Arthur Schiwon [Wed, 8 Jan 2014 12:24:28 +0000 (13:24 +0100)]
if backends have the same class name, sum their users up instead of overwriting
Vincent Petry [Wed, 8 Jan 2014 12:17:36 +0000 (13:17 +0100)]
Prevent deleting storage root
Storage mount points are not deletable, so make sure that the unlink
operation and its hooks aren't run in such cases.
Note that some storages might recursively delete their contents when
calling unlink on their root. This fix prevents that as well.
Thomas Müller [Wed, 8 Jan 2014 11:30:05 +0000 (03:30 -0800)]
Merge pull request #6515 from owncloud/autotest-enforcephpunitversion
Enforce required phpunit version
Arthur Schiwon [Wed, 8 Jan 2014 11:24:29 +0000 (12:24 +0100)]
LDAP: add tests for countUsers