https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
846e3a2 6.0.10 beta1 23 July 2015, 03:34:01 UTC
febeed7 6.0.9 03 July 2015, 10:19:20 UTC
3cd60d5 6.0.9RC1 30 June 2015, 23:13:54 UTC
d3d8a79 Merge pull request #17237 from owncloud/oc-version-to-app-store-stable6 Add oc version to app store requests in stable6 29 June 2015, 14:35:30 UTC
6ef3fbe Add oc version to app store requests in stable6 29 June 2015, 14:17:41 UTC
f48fe48 Version 6.0.9 beta 23 June 2015, 15:59:06 UTC
8f8470c Merge pull request #17023 from owncloud/stable6-verify-path [stable6] Verify if path exists 19 June 2015, 13:47:00 UTC
0a35d65 Verify if path exists We need to check if the path exists and throw an error instead of handling this situation ungraciously. 18 June 2015, 15:28:55 UTC
24b21d2 Merge pull request #16990 from owncloud/stable6-fix-verify-if-path-exists [stable6] Verify if path exists 17 June 2015, 14:58:40 UTC
a9838b3 Throw nicer error message instead 500 17 June 2015, 13:42:00 UTC
7ee4acd Verify if path exists We need to verify if the specified path exists to gracefully prevent errors. 17 June 2015, 13:09:24 UTC
42cc039 Merge pull request #16865 from owncloud/backport-concatenation-6 [stable6] Don't use command concatenation 11 June 2015, 07:43:02 UTC
b49deb6 Don't use command concatenation Possibly fixes https://github.com/owncloud/core/issues/16853 10 June 2015, 13:20:18 UTC
049d499 Merge pull request #16683 from owncloud/stable6-check-array Check if array 10 June 2015, 05:37:06 UTC
b1755bb 6.0.8 04 June 2015, 00:41:47 UTC
ba788a3 Check if array The great library that we use apparently uses mixed types for everything because :see_no_evil: Fixes https://github.com/owncloud/core/issues/16679 02 June 2015, 10:40:16 UTC
4229319 6.0.8RC2 01 June 2015, 22:54:04 UTC
18b4d54 Merge pull request #16674 from owncloud/update-phpunit Upgrade to use latest phpunit - fixes #16669 01 June 2015, 20:12:09 UTC
1b0756e Upgrade to use latest phpunit - fixes #16669 01 June 2015, 19:11:01 UTC
84fcf80 Disallow semicolons in passed commands 01 June 2015, 15:07:08 UTC
5154cc3 Ensure that passed argument is always a string Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well. 01 June 2015, 15:07:03 UTC
bf0f1a5 Revert custom patch that can cause problems 01 June 2015, 15:06:58 UTC
0899f66 6.0.8 RC1 29 May 2015, 17:59:54 UTC
231bc00 Merge pull request #14499 from owncloud/kill-substr-mssql-stable6 [stable6] Remove hacky Substring support for MSSQL 26 March 2015, 22:00:30 UTC
f22e5da Merge pull request #14729 from owncloud/stable6-versioning_fix_path [stable6] make sure that the versions array contains the correct path 24 March 2015, 21:37:10 UTC
a917b78 make sure that the versions array contains the correct path 06 March 2015, 12:48:38 UTC
68000eb Remove hacky Substring support for MSSQL Substring() is not required for the core functionality and this allows us to get rid of a huge hack... 25 February 2015, 13:10:44 UTC
87345f8 6.0.7 16 February 2015, 03:57:16 UTC
b864fb4 Merge pull request #14150 from owncloud/no-whitespace-from-themes-stable6 catch any whitespaces which might get written to the output buffer while... 19 February 2015, 09:20:10 UTC
24911a3 Merge pull request #14255 from owncloud/console-execution-time-stable6 [backport-14243-stable6] console commands shall not be limited with respect to execution time 16 February 2015, 20:16:31 UTC
9f01059 console commands shall not be limited with respect to execution time 16 February 2015, 15:27:21 UTC
e9e1b06 catch any whitespaces which might get written to the output buffer while loading a theme 12 February 2015, 11:09:18 UTC
267341f Normalize before processing 06 February 2015, 14:53:13 UTC
0bccd06 6.0.7 RC1 06 February 2015, 01:48:07 UTC
cbb58b0 Merge pull request #12736 from owncloud/temp-handling-stable6 [stable6] Cleanup handling of temporary files 08 January 2015, 23:38:40 UTC
df5b5e4 Merge pull request #13177 from owncloud/stable6-extstorage-fixsharedmountpointrootleadingslash [stable6] Fix source path when share is a mount point 08 January 2015, 23:00:23 UTC
3adb470 Use the TempManager to handle temporary files 08 January 2015, 15:22:44 UTC
299ff5a Add \OC\TempManager to handle creating and cleaning temporary files 08 January 2015, 15:22:44 UTC
aca2807 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. 08 January 2015, 10:40:47 UTC
441cdcc 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> 02 January 2015, 17:04:58 UTC
c59b22a Skip headers that can not be split 10 December 2014, 07:22:29 UTC
60e955b 6.0.6 07 November 2014, 19:27:15 UTC
3cb244d logging changes 07 November 2014, 17:47:06 UTC
78edcd9 Merge pull request #11706 from owncloud/fix_trash_stable6 [oc6] make sure that trash bin is initialized correctly 23 October 2014, 14:34:00 UTC
9320225 make sure that trash bin is initialized for both the current user and the file owner 22 October 2014, 13:14:30 UTC
9ea90ac no error if we try to delete a file which no longer exists 21 October 2014, 14:55:17 UTC
e46f87f backport of #11494 fix retrievel of group members and cache group members fix changed variable name with several backends, more than limit can be returned make performance less bad. Still far from good, but at least it works add one simple cache test adjust group manager tests Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/lib/access.php apps/user_ldap/tests/group_ldap.php 20 October 2014, 10:51:38 UTC
6fc04c2 Merge pull request #11217 from owncloud/backport-9225-stable6 Backport of #9225 to stable6 20 October 2014, 09:42:51 UTC
5557364 Merge pull request #11371 from owncloud/backport-11368 Load public preview via JS 20 October 2014, 07:13:26 UTC
de8c624 Merge pull request #10576 from owncloud/ajaxify_user_list_for_files_external_stable6 Ajaxify user list for files external stable6 18 October 2014, 16:28:28 UTC
65b439d Merge pull request #11560 from owncloud/stable6-encsharekeymatchingdirectbackport [stable6] backport share key pattern matching fix 17 October 2014, 09:36:03 UTC
4e6a4e5 Merge branch 'voxsim-backport-9225-stable6' into backport-9225-stable6 16 October 2014, 14:38:26 UTC
870dc98 Merge pull request #11248 from owncloud/11032-backport-stable6 Do only follow HTTP and HTTPS redirects 16 October 2014, 11:54:21 UTC
979d282 Fix SVG icons FIXME: Ugly hack to prevent SVG of being returned if the SVG provider is not enabled. This is required because the preview system is designed in a bad way and relies on opt-in with asterisks (i.e. image/*) which will lead to the fact that a SVG will also match the image provider. 16 October 2014, 10:25:58 UTC
d63bba3 Disabled assert known to fail stable6 has a bug where the share keys are not properly deleted when deleting a shared file as non-owner. To make sure the more important fix from the backport of 1e631754d78e98d74ba0d3fb477d5eb815e9dfb3 can be applied, the corresponding assert introduced by the backport is disabled. 16 October 2014, 08:29:24 UTC
784931f 6.0.6 RC1 16 October 2014, 06:24:28 UTC
962b410 Remove FileInfo instance check FileInfo class doesn't exist in stable6 15 October 2014, 15:26:13 UTC
9878f00 Removed broken/unneeded fixFileSize fixFileSize is not needed as the target file will already have the correct unencrypted size after renaming 15 October 2014, 10:34:33 UTC
828a939 Fix share key finding algorithm in various cases Instead of inaccurate pattern matching, use the list of users who we know have access to the file to build the list of share keys. This covers the following cases: - Move/copy files into a subfolder within a share - Unsharing from a user - Deleting files directlry / moving share keys to trashbin Conflicts: apps/files_encryption/lib/keymanager.php apps/files_encryption/tests/hooks.php apps/files_encryption/tests/keymanager.php apps/files_encryption/tests/trashbin.php 15 October 2014, 10:34:32 UTC
9327abd Merge pull request #11561 from owncloud/stable6-enc-webdavcopywithencryptionfix [stable6] add support for webdav copy to the encryption and versions app 15 October 2014, 10:30:37 UTC
07377be make sure that we always find all versions 14 October 2014, 09:36:39 UTC
fd55d73 add unit test for rename and copy operation Conflicts: apps/files_versions/appinfo/app.php apps/files_versions/tests/versions.php 14 October 2014, 09:11:37 UTC
1aedc60 make the versions and encryption app aware of the copy operation Conflicts: apps/files_encryption/hooks/hooks.php apps/files_versions/appinfo/app.php 14 October 2014, 09:10:00 UTC
2107915 fix flickering users 13 October 2014, 15:49:40 UTC
abc2aad no need to load display names 13 October 2014, 15:18:35 UTC
cb74d8a fix deletion of shares 13 October 2014, 15:18:35 UTC
5af5bd5 replace chosen with select2 to provide ajaxified user and group selection for files_external, fixes #7499 13 October 2014, 15:18:35 UTC
564d28b add select2 to app specific thirdparty 13 October 2014, 15:18:35 UTC
af97529 force loading of encryption app 13 October 2014, 09:55:05 UTC
3844585 Prevent button click when enter key is pressed in LDAP wizard Pressing enter in the LDAP wizard will trigger a click on the first button. In the main page it would trigger the delete dialog, which is quite inconvenient. Added a type attribute to suppress this behavior. Backport of bb424802c8f6e8fd0e7fbe28e000400a5b0660f3 from master 10 October 2014, 12:55:32 UTC
dfa57cd Show a proper error message when trying to scan the filesystem for a non existing user Backport of e8280c80da52399594ba116ef78bddf16b9e7f25 from master 10 October 2014, 11:00:39 UTC
c526ebb Don't keep the full info of all children in memory Backport of f88021dbbc3b53e4a1460a79185835770514722e from master 10 October 2014, 11:00:14 UTC
94d5f9e Backport of #10527 properly cancel a Paginated Results operation in order to avoid protocol errors, fixes #10526 abandon ongoing paged search before starting a new one abandond paged search only if PHP supports them init a new paged search on read operations to satisfy OpenLDAP make scrutinizer happy, very minor changes Conflicts: apps/user_ldap/lib/access.php apps/user_ldap/lib/ildapwrapper.php 09 October 2014, 12:46:20 UTC
65c655a Merge pull request #8307 from owncloud/case_insensitive_search_oracle_stable6 on oracle use regex_like to make filename search case insensitive 03 October 2014, 13:19:59 UTC
befbf1c Load public preview via JS Backport of https://github.com/owncloud/core/pull/11368 to stable6 - since stable6 has no detection for SVG support this will just use the PNG icon instead of SVG ones. I believe this is a better solution than backporting the whole SVG support stuff and potentially breaking a lot. 01 October 2014, 11:49:59 UTC
d9ceeed Merge pull request #11153 from owncloud/parallel-upload-stable6 close the session for all DAV calls right after authentication - no need... 01 October 2014, 08:42:20 UTC
5e0ea9f fix case insensitive search on oracle and postgresql on oracle use regex_like on postgres use ILIKE add unit test to check case insensitivity 29 September 2014, 12:31:40 UTC
b358547 Clarify possible preview providers for type Office a Conflicts: lib/private/preview.php 25 September 2014, 07:59:08 UTC
e9cc95a Fix in stable6 after backport of #9225 24 September 2014, 20:56:23 UTC
a84250c ask implementsAction instead of checking method_exists for easier testing 24 September 2014, 20:36:45 UTC
79e6b60 Fix getting group '0' from database backend Fix #9972 24 September 2014, 20:23:25 UTC
01ce97f add optional countUsersInGroup method to group backends Conflicts: lib/private/group/backend.php lib/private/group/database.php lib/private/group/dummy.php 24 September 2014, 20:23:13 UTC
03694be remove unneeded ; in comment 24 September 2014, 20:08:01 UTC
5525294 user Group->users as assosiative array 24 September 2014, 20:07:56 UTC
e9cf3b4 cache the result from inGroup 24 September 2014, 20:07:47 UTC
82c375c Fix test cases for group manager 24 September 2014, 07:39:39 UTC
ed6588f remove duplicate call to groupExists 24 September 2014, 07:22:43 UTC
34a803d Merge pull request #11246 from owncloud/backport-11211-stable6 Add a configuration switch for enabled preview mimetypes 23 September 2014, 21:54:08 UTC
716613f Merge branch 'stable6' into backport-11211-stable6 Conflicts: config/config.sample.php 23 September 2014, 12:49:53 UTC
3ec5cbb Reenable file proxy when renaming between mount points When moving a folder into another mount point, $renamedFiles is empty because that goes over a different mechanism. In such case, this fix makes sure that the file proxy is reenable to avoid breaking the subsequent files that are being moved. 23 September 2014, 11:35:45 UTC
f262914 Use non-empty defaults 23 September 2014, 10:53:54 UTC
b2798af Do only follow HTTP and HTTPS redirects We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests Conflicts: apps/files/ajax/newfile.php lib/private/files/storage/dav.php lib/private/server.php lib/private/util.php lib/public/iservercontainer.php 23 September 2014, 10:05:34 UTC
5de19f3 first check if a private key exists, if not it is always a recovery szenario 23 September 2014, 08:56:01 UTC
77a4b16 Add a configuration switch for enabled preview mimetypes Backport of https://github.com/owncloud/core/pull/11211 to stable6 23 September 2014, 08:53:34 UTC
e001dfb Added extra check to avoid deleting key folders Whenever a delete operation is called twice in a row, it could happen that the first call already deleted the file. The second call would return an empty $ownerPath because the file does not exist. That empty $ownerPath would run the key deletion operation on the wrong path. This fix adds checks in many places to make sure we don't use $ownerPath when it's empty or null. Backport of 8aca127e52f965871bea82cb27c6ea103baf34bb from master 22 September 2014, 15:09:25 UTC
e123b6d Merge pull request #11207 from owncloud/enc_create_backup_on_recovery_oc6 create backup from all keys before recovery (oc6 backport) 22 September 2014, 13:11:16 UTC
45489ec Backport of #9225 fix in displayNamesInGroup: when specified limit N, we did complex search only in the first N users change logic in displayNamesInGroup and add some unit tests add more logic in displayNamesInGroup for big user bases 1. remove sizeof($filteredUsers) > 0 as condition 2. use count instead of sizeof. Latter is an alias to first one, practically we stick to count everywhere. Having it consistent helps with readability. 3. move whitespace so we have $groupUsers[] = $filteredUser; instead of $groupUsers []= $filteredUser; Conflicts: tests/lib/group/manager.php 22 September 2014, 10:26:47 UTC
7539309 create backup from all keys before recovery 22 September 2014, 07:53:40 UTC
7217fb8 use session_write_close() because the Session class has no close() yet in this version 18 September 2014, 11:21:08 UTC
b963723 close the session for all DAV calls right after authentication - no need to write to the session afterwards 18 September 2014, 09:58:38 UTC
back to top