]>
source.dussan.org Git - nextcloud-server.git/log
Thomas Müller [Mon, 16 Feb 2015 08:16:32 +0000 (09:16 +0100)]
console commands shall not be limited with respect to execution time - fixes #14156
Lukas Reschke [Mon, 16 Feb 2015 13:41:52 +0000 (14:41 +0100)]
Merge pull request #13988 from owncloud/group-share-collition-wrong-type-in-post-hook-stable7
[stable7] Do not overwrite the shareType so the post hook is still correct
RealRancor [Thu, 12 Feb 2015 21:00:24 +0000 (22:00 +0100)]
Removed anchor in config.sample.php
Jörn Friedrich Dreyer [Thu, 12 Feb 2015 16:07:34 +0000 (17:07 +0100)]
Merge pull request #14147 from owncloud/no-whitespace-from-themes-stable7
catch any whitespaces which might get written to the output buffer while...
Thomas Müller [Thu, 12 Feb 2015 10:20:38 +0000 (11:20 +0100)]
catch any whitespaces which might get written to the output buffer while loading a theme
Thomas Müller [Wed, 11 Feb 2015 20:17:59 +0000 (21:17 +0100)]
Merge pull request #14078 from owncloud/stable7-preview-hint
Add hint for troubleshooting MS Word previews
RealRancor [Tue, 10 Feb 2015 20:20:05 +0000 (21:20 +0100)]
Add hint for troubleshooting MS Word previews
Joas Schilling [Mon, 9 Feb 2015 12:12:34 +0000 (13:12 +0100)]
Add a test for the post_shared hook shareType
Conflicts:
tests/lib/share/share.php
Joas Schilling [Mon, 9 Feb 2015 11:59:29 +0000 (12:59 +0100)]
Do not overwrite the shareType so the post hook is still correct
Conflicts:
lib/private/share/share.php
RealRancor [Sat, 7 Feb 2015 13:01:38 +0000 (14:01 +0100)]
external user app: Add note to enable it first
Lukas Reschke [Fri, 6 Feb 2015 14:09:31 +0000 (15:09 +0100)]
Normalize before processing
Frank Karlitschek [Fri, 6 Feb 2015 01:46:00 +0000 (02:46 +0100)]
7.0.5 RC1
Morris Jobke [Thu, 5 Feb 2015 23:07:43 +0000 (00:07 +0100)]
Merge pull request #13927 from owncloud/fix_ghost_directories
fix creation of ghost directories
Bjoern Schiessle [Thu, 5 Feb 2015 16:11:27 +0000 (17:11 +0100)]
for password protected link shares the password is stored in shareWith, so we need to set this manually to null for the hooks
Thomas Müller [Thu, 5 Feb 2015 16:05:32 +0000 (17:05 +0100)]
Merge pull request #13759 from owncloud/fix-12035
fix LDAP update routine to OC 7
Morris Jobke [Wed, 4 Feb 2015 15:21:34 +0000 (16:21 +0100)]
Merge pull request #13888 from owncloud/upload_to_root_of_mountpoint_stable7
detect root of mountpoint also if the trailing slash is missed
Björn Schießle [Wed, 4 Feb 2015 13:59:44 +0000 (14:59 +0100)]
Merge pull request #13796 from owncloud/issue/13490-stable7-backport
[stable7] use uid provided by setupfs hook to mount server2server shares
Bjoern Schiessle [Wed, 4 Feb 2015 11:07:16 +0000 (12:07 +0100)]
detect root of mountpoint also if the trailing slash is missed
Morris Jobke [Wed, 4 Feb 2015 13:09:25 +0000 (14:09 +0100)]
Merge pull request #13880 from owncloud/backport-10398-stable7
[backport #10398] Give a better error message for external shares with self-signed ssl cer...
Robin Appelman [Wed, 13 Aug 2014 14:46:04 +0000 (16:46 +0200)]
Give a better error message for external shares with self-signed ssl certificates
Thomas Müller [Fri, 30 Jan 2015 22:23:44 +0000 (23:23 +0100)]
Merge pull request #13803 from owncloud/revert-close-cursor-stable7
Revert "Close cursor early in calculateFolderSize" for now
Morris Jobke [Fri, 30 Jan 2015 14:51:27 +0000 (15:51 +0100)]
Merge pull request #13798 from owncloud/update-sabre-dav-stable7
Update sabre dav to 1.8.12 on stable7
Joas Schilling [Fri, 30 Jan 2015 14:35:54 +0000 (15:35 +0100)]
Revert "Close cursor early in calculateFolderSize"
This reverts commit
234f33e01e630f763f34c51114d25986bae02b42 .
Joas Schilling [Fri, 30 Jan 2015 13:43:41 +0000 (14:43 +0100)]
Update sabre dav to 1.8.12 on stable7
Joas Schilling [Fri, 30 Jan 2015 11:50:43 +0000 (12:50 +0100)]
use uid provided by setupfs hook to mount server2server shares
otherwise mount will fail for public link shares
backport of
66f0db30b2ba97cbe91031b42740dabddc659f0d
Vincent Petry [Fri, 28 Nov 2014 08:35:31 +0000 (09:35 +0100)]
Close cursor early in calculateFolderSize
This method triggers additional queries in $this->update() so to avoid
potential database locks or delays, we close the cursor as soon as it is not needed any more
Arthur Schiwon [Thu, 29 Jan 2015 11:51:12 +0000 (12:51 +0100)]
fix update routine
Morris Jobke [Fri, 23 Jan 2015 11:59:39 +0000 (12:59 +0100)]
Merge pull request #13470 from owncloud/stable7-share-fixfindshareforuserwithmultiplegroups
[stable7] Fix getItemSharedWithUser for groups
Georg Ehrke [Sun, 18 Jan 2015 23:22:55 +0000 (00:22 +0100)]
add config-option for an image's maximum filesize when generating previews
Georg Ehrke [Thu, 22 Jan 2015 19:17:25 +0000 (20:17 +0100)]
remove insane debug-log from OC_Image
Morris Jobke [Thu, 22 Jan 2015 14:17:29 +0000 (15:17 +0100)]
Fix undefined offset 1 for wrong user mail address
* fixes Undefined offset: 1 at lib/private/mail.php#143
Robin Appelman [Wed, 21 Jan 2015 16:18:47 +0000 (17:18 +0100)]
Add unit test
Robin Appelman [Wed, 21 Jan 2015 14:04:18 +0000 (15:04 +0100)]
Remove duplicated slashes from the requested url
Morris Jobke [Wed, 21 Jan 2015 15:31:04 +0000 (16:31 +0100)]
Merge pull request #13555 from owncloud/issue/13482-stable7
Stable7 Backport Set the debugoutput channel to error_log instead of echoing it
Joas Schilling [Wed, 21 Jan 2015 13:31:24 +0000 (14:31 +0100)]
Set the debugoutput channel to error_log instead of echoing it
Arthur Schiwon [Tue, 20 Jan 2015 16:50:53 +0000 (17:50 +0100)]
this must be larger then (>), since buggy behaviour occurs when the parameter is a small number
Vincent Petry [Fri, 16 Jan 2015 17:11:13 +0000 (18:11 +0100)]
Fix getItemSharedWithUser for groups
Fixed SQL query for whenever a user has more than one group.
Added missing $owner where clause for group lookup.
Added unit tests for the group cases.
Backport of
40931a8b0d5d10c0f711756a4e8a423ff055621e from master
Thomas Müller [Mon, 19 Jan 2015 14:08:16 +0000 (15:08 +0100)]
Merge pull request #13422 from owncloud/user-mgnt-init-fix
Increase initial user count to 50
Carla Schroder [Wed, 14 Jan 2015 17:38:43 +0000 (09:38 -0800)]
Note in config.sample.php that certain previews are not available in ms windows
Morris Jobke [Fri, 16 Jan 2015 17:04:29 +0000 (18:04 +0100)]
Increase initial user count to 50
* fix initial user count if you have a big screen (or a portrait screen)
Thomas Müller [Thu, 15 Jan 2015 16:27:09 +0000 (17:27 +0100)]
Merge pull request #13384 from owncloud/stable7-fix-13317-backport
Fix backport of #13317
Robin Appelman [Thu, 15 Jan 2015 13:24:54 +0000 (14:24 +0100)]
Fix test
Robin Appelman [Thu, 15 Jan 2015 13:02:36 +0000 (14:02 +0100)]
php <5.4 style array
Robin Appelman [Thu, 15 Jan 2015 13:02:11 +0000 (14:02 +0100)]
Proper constant for stable7
Robin Appelman [Thu, 15 Jan 2015 13:01:52 +0000 (14:01 +0100)]
Add View::getMount() for stable7
Vincent Petry [Wed, 14 Jan 2015 11:35:24 +0000 (12:35 +0100)]
Use source storage permissions when scanning shared storage
Robin Appelman [Tue, 13 Jan 2015 12:59:28 +0000 (13:59 +0100)]
Return valid fileinfo objects for part files
Morris Jobke [Tue, 13 Jan 2015 08:54:48 +0000 (09:54 +0100)]
drop useless "!!! No reuse of etag" - fixes #13187
Backport of
9b49b52fc6cd11615be86580c32e43a81d46772f from master
Arthur Schiwon [Mon, 12 Jan 2015 15:25:11 +0000 (16:25 +0100)]
fix retrieval of user groups
Conflicts:
apps/user_ldap/lib/connection.php
Morris Jobke [Fri, 9 Jan 2015 17:19:26 +0000 (18:19 +0100)]
Merge pull request #13186 from owncloud/no-session-for-formfactor-stable7
no need to store the form factor in the session - it's computation is ra...
Jan-Christoph Borchardt [Fri, 9 Jan 2015 15:18:42 +0000 (16:18 +0100)]
replace outdated 'shared' people icon with regular share icon as fallback
Thomas Müller [Wed, 12 Nov 2014 15:16:02 +0000 (16:16 +0100)]
no need to store the form factor in the session - it's computation is rather cheep
Conflicts:
lib/private/template.php
Morris Jobke [Thu, 8 Jan 2015 17:35:00 +0000 (18:35 +0100)]
Merge pull request #12735 from owncloud/temp-handling-stable7
[stable7] Cleanup handling of temporary files
Robin Appelman [Wed, 22 Oct 2014 15:36:52 +0000 (17:36 +0200)]
Use the TempManager to handle temporary files
Conflicts:
lib/private/helper.php
Robin Appelman [Wed, 22 Oct 2014 15:33:36 +0000 (17:33 +0200)]
Add \OC\TempManager to handle creating and cleaning temporary files
Conflicts:
lib/private/server.php
lib/public/iservercontainer.php
Vincent Petry [Thu, 8 Jan 2015 10:40:47 +0000 (11:40 +0100)]
Fix source path when share is a mount point
Whenever an external storage mount point is shared directly, its path is
empty which causes a leading slash to appear in the source path.
This fix removes the bogus leading slash in such situation.
Backport of
01c83158bb997a68736ef3dd548bcbc96e9cca94 from master
Robin Appelman [Tue, 6 Jan 2015 15:54:41 +0000 (16:54 +0100)]
Prevent leaking db connection info in the stacktrace
Morris Jobke [Mon, 5 Jan 2015 10:50:05 +0000 (11:50 +0100)]
Check for version before mounting a public link
* ownCloud 7.0.0 is needed - version of merge of server <-> server
sharing - https://github.com/owncloud/core/pull/8399
* adjust error message
Byron Marohn [Mon, 15 Sep 2014 23:12:07 +0000 (16:12 -0700)]
Added error check to lib/private/image.php
This checks that imagecreatetruecolor actually creates an image, rather than returning FALSE.
Without this check, subsequent loop might create billions of ERROR-level log messages.
Signed-off-by: Byron Marohn <combustible@live.com>
blizzz [Fri, 19 Dec 2014 18:04:50 +0000 (19:04 +0100)]
Merge pull request #12643 from owncloud/ldap-user-cleanup-stable7
LDAP User Cleanup - stable7
Morris Jobke [Fri, 19 Dec 2014 13:14:03 +0000 (14:14 +0100)]
Merge pull request #12332 from owncloud/langbport2
more strings to backport
Morris Jobke [Thu, 18 Dec 2014 20:33:08 +0000 (21:33 +0100)]
show spinner on file upload in IE8, 9
Arthur Schiwon [Thu, 18 Dec 2014 11:22:34 +0000 (12:22 +0100)]
and don't forget to adjust tests
Arthur Schiwon [Wed, 17 Dec 2014 15:08:01 +0000 (16:08 +0100)]
PHPdoc fixes, no code change
Arthur Schiwon [Wed, 17 Dec 2014 12:52:09 +0000 (13:52 +0100)]
forgotten file
Arthur Schiwon [Wed, 17 Dec 2014 12:37:53 +0000 (13:37 +0100)]
add ldap:check-user to check user existance on the fly
Jan-Christoph Borchardt [Tue, 16 Dec 2014 13:35:11 +0000 (14:35 +0100)]
Merge pull request #12798 from cyberb/stable7
fixes #12434 (stable7)
Arthur Schiwon [Thu, 21 Aug 2014 15:59:13 +0000 (17:59 +0200)]
LDAP User Cleanup
background job for user clean up
adjust user backend for clean up
register background job
remove dead code
dependency injection
make Helper non-static for proper testing
check whether it is OK to run clean up job. Do not forget to pass arguments.
use correct method to get the config from server
methods can be private, proper indirect testing is given
no automatic user deletion
make limit readable for test purposes
make method less complex
add first tests
let preferences accept limit and offset for getUsersForValue
DI via constructor does not work for background jobs
after detecting, now we have retrieving deleted users and their details
we need this method to be public for now
finalize export method, add missing getter
clean up namespaces and get rid of unnecessary files
helper is not static anymore
cleanup according to scrutinizer
add cli tool to show deleted users
uses are necessary after recent namespace change
also remove user from mappings table on deletion
add occ command to delete users
fix use statement
improve output
big fixes / improvements
PHP doc
return true in userExists early for cleaning up deleted users
bump version
control state and interval with one config.php setting, now ldapUserCleanupInterval. 0 will disable it. enabled by default.
improve doc
rename cli method to be consistent with others
introduce ldapUserCleanupInterval in sample config
don't show last login as unix epoche start when no login happend
less log output
consistent namespace for OfflineUser
rename GarbageCollector to DeletedUsersIndex and move it to user subdir
fix unit tests
add tests for deleteUser
more test adjustements
Morris Jobke [Sun, 14 Dec 2014 09:51:56 +0000 (10:51 +0100)]
Merge pull request #12825 from d1saster/stable7-fixpcre
make regex in controllermethodreflector.php compatible with PCRE 6.x
Morris Jobke [Sat, 13 Dec 2014 10:54:30 +0000 (11:54 +0100)]
Merge pull request #12655 from owncloud/fix-appstore-link
fix broken link on app management page for apps without ocsid
Morris Jobke [Sat, 6 Dec 2014 12:10:33 +0000 (13:10 +0100)]
fix broken link on app management page for apps without ocsid - fix #9574, fix #10461
Philipp Knechtges [Sat, 13 Dec 2014 01:16:37 +0000 (02:16 +0100)]
make regex in controllermethodreflector.php compatible with PCRE 6.x
The syntax ?<...> seems to be only supported from PCRE 7.0 on. For
backwards-compability ?P<...> is used.
Vincent Petry [Fri, 12 Dec 2014 10:34:40 +0000 (11:34 +0100)]
Merge pull request #12624 from nazar-pc/stable7
Backport of #11524 into stable7
Georg Ehrke [Sun, 23 Nov 2014 18:11:03 +0000 (19:11 +0100)]
remove ugly hack and don't use OC\Preview\Image for tiffs and svgs
Vincent Petry [Tue, 11 Nov 2014 14:42:50 +0000 (15:42 +0100)]
Return real mime type on PROPFIND
Return the real (insecure) mime type on PROPFIND
Robin Appelman [Thu, 11 Dec 2014 13:34:30 +0000 (14:34 +0100)]
Ensure user mountpoints are setup when using getUserFolder
Vincent Petry [Thu, 13 Nov 2014 16:37:56 +0000 (17:37 +0100)]
Do not remove dir entry if it has the same name as the parent
This fixes an issue when a subdir has the same name as its parent, it
would get exluded from the list.
Boris Rybalkin [Thu, 4 Dec 2014 21:58:19 +0000 (21:58 +0000)]
fixes #12434
Morris Jobke [Wed, 10 Dec 2014 07:59:11 +0000 (08:59 +0100)]
Merge pull request #12663 from zinks-/l10n-fr-backport
Patched french translation (backported from master)
Morris Jobke [Wed, 10 Dec 2014 07:26:02 +0000 (08:26 +0100)]
Merge pull request #12656 from owncloud/stable7-fix-12164
Wipe cache if there is no response from feed
Robin Appelman [Tue, 25 Nov 2014 16:16:23 +0000 (17:16 +0100)]
Add js unit test
Robin Appelman [Thu, 20 Nov 2014 15:53:32 +0000 (16:53 +0100)]
Dont show the delete button for selected files if one of the selected files is not deletable
Robin Appelman [Thu, 20 Nov 2014 15:34:33 +0000 (16:34 +0100)]
Check if files are deletable before trying to delete them
Morris Jobke [Fri, 5 Dec 2014 11:16:22 +0000 (12:16 +0100)]
fix placeholder fake in IE8 & 9 that brokes group listing in user management - fixes #12525
Volkan Gezer [Mon, 8 Dec 2014 20:40:15 +0000 (21:40 +0100)]
translated saved message in files external
Victor Dubiniuk [Mon, 8 Dec 2014 20:43:43 +0000 (23:43 +0300)]
Skip headers that can not be split
Morris Jobke [Tue, 9 Dec 2014 08:27:10 +0000 (09:27 +0100)]
remove duplicate loaded personal.js - fixes #12674
Frank Karlitschek [Mon, 8 Dec 2014 18:27:21 +0000 (19:27 +0100)]
7.0.4
Arthur Schiwon [Mon, 8 Dec 2014 16:22:52 +0000 (17:22 +0100)]
add doc
Arthur Schiwon [Mon, 8 Dec 2014 16:12:13 +0000 (17:12 +0100)]
preserve an asterisk at the start when escaping a search term
Lukas Reschke [Fri, 5 Dec 2014 16:32:19 +0000 (17:32 +0100)]
Create config if it does not exists
The codepath that is executed when executing ownCloud via CLI is different than via browser. Specifically, the config is created by the user session already in `OC_Util::getInstanceId()` by a call to `setValue`. That said, this seems to be quite a bad side-effect, but for the sake of "not breaking whatever might break if we touch this" let's keep it that way for now.
When executing the autoconfig via `php -f index.php` the said session was not setup and thus no `config/config.php` file was created resulting in an installation error.
To reproduce this try to setup ownCloud via `php -f index.php` with and without that patch. (ensure to delete all existing configs before and don't access ownCloud with a browser in the meantime)
Fixes itself.
Victor Dubiniuk [Sat, 6 Dec 2014 12:19:20 +0000 (15:19 +0300)]
Wipe cache if there is no response from feed
Thomas Imbreckx [Fri, 5 Dec 2014 18:14:08 +0000 (19:14 +0100)]
Patched french translation (backported from master)
Lukas Reschke [Thu, 4 Dec 2014 11:16:33 +0000 (12:16 +0100)]
Add test for IPv6 without port
Lukas Reschke [Wed, 3 Dec 2014 20:13:27 +0000 (21:13 +0100)]
Add workaround for older instances
To be removed with oCAdd workaround for older instances
To be removed with oC99
Lukas Reschke [Wed, 3 Dec 2014 18:54:48 +0000 (19:54 +0100)]
Trim port from domain
Depending on the used environment the port might be appended to the host header resulting in an inaccessible instance when initially setting up on a system with a different HTTP or HTTPS port. (for example test:500)
To test this setup ownCloud under a different port with and without this patch. (heads-up: localhost is always white-listed, so use a different domain)
Frank Karlitschek [Fri, 5 Dec 2014 03:24:13 +0000 (04:24 +0100)]
7.0.4 RC2
Björn Schießle [Thu, 4 Dec 2014 21:24:57 +0000 (22:24 +0100)]
Merge pull request #12623 from owncloud/fix-s2s-oc7
password column needs to allow null (oc7 backport)
blizzz [Thu, 4 Dec 2014 18:08:20 +0000 (19:08 +0100)]
Merge pull request #12309 from owncloud/ldap-cache-user-count
LDAP: cache total user count
blizzz [Thu, 4 Dec 2014 17:58:18 +0000 (18:58 +0100)]
Merge pull request #12493 from owncloud/ldap_search_perf
LDAP search behaviour modifications