https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
aa91416 Setting version to 8.1.10 final 19 September 2016, 14:53:21 UTC
e5eb221 ownCloud Server 8.1.10 RC1 18 August 2016, 11:10:45 UTC
2422402 Merge pull request #25393 from owncloud/stable8.1-fdb0d4ad528425b934d9b039c9f09c132b86d0f4 [stable8.1] check if renamed user is still valid by reapplying the ld… 18 August 2016, 09:31:47 UTC
81d0273 Fix another missing check 18 August 2016, 09:30:13 UTC
101902a Add missing filter during cleanup 18 August 2016, 09:30:13 UTC
afe9f02 [stable8.1] check if renamed user is still valid by reapplying the ldap filter (#25338) 18 August 2016, 09:30:13 UTC
57fd461 [stable8.1] Test jenkins pipeline (#25401) (#25504) * [stable8.1] Test jenkins pipeline (#25401) * Use phantomjs-prebuilt as warning is telling us * Php7.0 is not supported and there are no primary storage tests on stable8.2 * [Stable8.2] fix unit test on new jenkins setup and adjust Jenkinsfile (#25772) (#25775) (#25783) * Next step jenkinsfile (#25622) * Adding timestamper and evaluation of test results even in case of failure * Adding build timeout * use fixed value 120 minutes as timeout for each test executing for now * Terminate the build as soon as test execution fails * Adjust external testing as well * Finalize use of executeAndReport * Array sort order is of no relevance 14 August 2016, 10:48:29 UTC
646a3bb ownCloud Server 8.1.9 18 July 2016, 17:20:19 UTC
4ba61ff Backport of guzzle fix from 5.3.1 18 July 2016, 17:17:02 UTC
b569d0c Fix oracle unit test on 8.1 (#25471) 13 July 2016, 18:23:00 UTC
0c2bba5 ownCloud Server 8.1.9 RC2 13 July 2016, 15:30:25 UTC
fb92bb1 Merge pull request #25329 from owncloud/stable8.1-fix-versionrevertperms [stable8.1] Prevent revert when no permission to revert 13 July 2016, 12:31:53 UTC
2338308 Hide revert button when no permission to revert 13 July 2016, 08:40:38 UTC
ac759d6 Additional perm check in Webdav (#25452) 12 July 2016, 10:38:56 UTC
bf9524e [stable8.1] Set content type when downloading log file to force download in some browsers (#25382) (#25400) 08 July 2016, 07:16:11 UTC
7b92dd2 [stable8.1] Preview tests require imagick 2 (#24588) * SVG preview unit test requires Imagick * Fix preview tests 04 July 2016, 08:11:22 UTC
280f7c9 ownCloud 8.1.9 RC1 29 June 2016, 14:38:58 UTC
bba6470 Merge pull request #25230 from owncloud/stable8.1-enc-revertversionsize [stable8.1] Rollback version must also adjust cached size 23 June 2016, 08:42:45 UTC
d3537ae Rollback version must also adjust cached size 22 June 2016, 13:40:36 UTC
ec387a6 Merge pull request #25140 from owncloud/stable81-backport-25126 [stable8.1] load authentication apps first 16 June 2016, 11:15:13 UTC
9829173 Merge pull request #25116 from owncloud/cross-storage-move-updater-81 [8.1] fix updating folder sizes with cross storage move 16 June 2016, 10:31:43 UTC
b2405a0 load authentication apps first 16 June 2016, 09:32:13 UTC
9455712 fix updating folder sizes with cross storage move 15 June 2016, 12:11:41 UTC
b627472 Revert "fix updating folder sizes with cross storage move" This reverts commit 42d7a32774e452398a406cb2ad4fb9cb0dccf6a4. 15 June 2016, 10:03:31 UTC
42d7a32 fix updating folder sizes with cross storage move 15 June 2016, 10:01:57 UTC
9bc43d5 Add a warning when the transaction isolation level is not READ_COMMITED (#24917) 01 June 2016, 04:59:31 UTC
c184750 dont update search onResize (#24849) 30 May 2016, 09:32:57 UTC
f9b171e Merge pull request #24412 from owncloud/stable8.1_24405 [Stable8.1] Use a CappedCache in the user database backend 25 May 2016, 07:14:11 UTC
cc4f6d6 Allow indirect set in CappedMemoryCache 24 May 2016, 12:50:42 UTC
4184907 Merge pull request #23403 from owncloud/backport-23282-stable8.1 [stable8.1] fix writing to cache when fallback server should be used immediately 24 May 2016, 09:49:21 UTC
97c9f57 Merge pull request #24693 from owncloud/stable8.1-fixchunkttl [stable8.1] Allow chunk GC mtime tolerance for unfinished part chunks 18 May 2016, 16:20:12 UTC
d46355a Allow chunk GC mtime tolerance for unfinished part chunks Whenever part chunks are written, every fwrite in the write loop will reset the mtime to the current mtime. Only at the end will the touch() operation set the mtime to now + ttl, in the future. However the GC code is expecting that every chunk with mtime < now are old and must be deleted. This causes the GC to sometimes delete part chunks in which the write loop is slow. To fix this, a tolerance value is added in the GC code to allow for more time before a part chunk gets deleted. 18 May 2016, 11:58:20 UTC
76b4b36 Merge pull request #24506 from owncloud/stable8.1-updater-server-configurable [stable8.1.] Make update server URL configurable 17 May 2016, 08:09:35 UTC
9a80ea4 Make update server URL configurable Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates. 13 May 2016, 14:15:07 UTC
63769d5 8.1.8 12 May 2016, 19:59:34 UTC
f8ffeea Bitmap preview unit test requires Imagick (#24577) 12 May 2016, 07:15:20 UTC
78715a4 Merge pull request #24572 from owncloud/stable8.1_24568 [Stable 8.1] Fix etag propegation test race condition 11 May 2016, 14:29:25 UTC
2be7290 Fix test race condition E-tag propagation replies on the mtime of the file. Order of events: 1. add file 'foo.txt' with content 'bar' 2. Set mtime to now() - 1 3. Check if etag changed. Now this goes right often when 1 and 2 happen in the same second. However imagine 1. add file 'foo.txt' with content 'bar' (at t=0.999) 2. Set mtime to now() - 1 (at t=1.001) Now the mtime will be set to the same time. Thus not chaning the etag. 11 May 2016, 12:57:06 UTC
c7c7d50 Merge pull request #24556 from owncloud/kill-en@pirate-stable8.1 [stable8.1] Yo-ho-oh - Murder all band 'o pirates 11 May 2016, 12:29:34 UTC
fc90829 Yo-ho-oh - Murder all band 'o pirates 11 May 2016, 09:31:37 UTC
1686d80 8.1.8 RC2 10 May 2016, 19:50:18 UTC
cd47930 8.1.1 RC1 09 May 2016, 22:44:05 UTC
d1f8e17 Use a CappedCache in the user database backend When running with a user database backend on large installations the cache can grow to significant sizes. This can be especially problematic when running big cron/repair jobs. 03 May 2016, 11:10:03 UTC
6080a38 8.1.7 03 May 2016, 08:39:55 UTC
7a1b8f3 8.1.7 RC2 02 May 2016, 08:17:25 UTC
1075d07 8.1.7 RC1 27 April 2016, 01:25:55 UTC
6ecaba7 fix writing to cache when fallback server should be used immediately 26 April 2016, 20:38:31 UTC
99d6a4a Merge pull request #24284 from owncloud/backport-24262-stable8.1 [stable8.1] check whether index is set before using it 26 April 2016, 18:50:06 UTC
e0f6873 check whether index is set before using it 26 April 2016, 12:52:34 UTC
e3cbcdf Merge pull request #24170 from owncloud/stable8.1-certificate [stable8.1] Ignore certificate file if it starts with file:// 22 April 2016, 07:35:57 UTC
80db6c6 [stable8.1] Ignore certificate file if it starts with file:// 21 April 2016, 16:55:33 UTC
8c8ab45 Merge pull request #24146 from owncloud/stable8.1-quota-recognizeremoteunlimitedquota [stable8.1] Workaround to be able to recognize unlimited quota in fed shares 21 April 2016, 10:52:08 UTC
785c495 Workaround to be able to recognize unlimited quota in fed shares Fixes issues where a user cannot upload to a fed share on OC >= 9.0 where the sharer has unlimited quota (-3) 21 April 2016, 09:09:07 UTC
6cfe339 Merge pull request #24101 from owncloud/fix_23632_8.1 [stable8.1] init users mount point before recovery 20 April 2016, 15:05:35 UTC
813392f we need to initialize the mount points of the given user before we recover access to his files 19 April 2016, 15:20:21 UTC
c01ad6d Merge pull request #24042 from owncloud/stable8.1-autoload [stable8.1] Exclude autoload_static.php 18 April 2016, 06:48:40 UTC
023ca1b Exclude autoload_static.php 17 April 2016, 09:14:35 UTC
36a2d1a Merge pull request #23236 from owncloud/stable8.1-fix_21678 [stable8.1] Gracefull handle link shares rename hook 18 March 2016, 10:33:32 UTC
5df937f Merge pull request #23353 from owncloud/stable8.1_backport_23346 [Stable 8.1] Set proper public webdav permissions when public upload disabled 17 March 2016, 19:51:06 UTC
52eb26d Set proper public webdav permissions when public upload disabled Fixes #23325 It can happen that a user shares a folder with public upload. And some time later the admin disables public upload on the server. To make sure this is handled correctly we need to check the config value and reduce the permissions. Fix is kept small to be easy backportable. 17 March 2016, 12:56:51 UTC
954a0a2 Merge pull request #23311 from owncloud/check-syntax-travis-stable8.1 [stable8.1] Execute parallel-lint 17 March 2016, 09:12:33 UTC
f465320 [stable8.1] Execute parallel-lint Backport of https://github.com/owncloud/core/pull/22994 and https://github.com/owncloud/core/pull/23303 17 March 2016, 08:09:32 UTC
c6eee61 Merge pull request #23301 from owncloud/fix-video-viewer [stable8.1] Backport OC.joinPaths to fix the Video Viewer 16 March 2016, 14:32:33 UTC
c038e98 More tests for joinPaths 16 March 2016, 12:18:02 UTC
5878869 Add OC.joinPaths for convenient path joining 16 March 2016, 12:17:59 UTC
1d6099e Merge pull request #23267 from owncloud/fix_22907_8.1 allow group shares, even if not all public keys are available 16 March 2016, 10:18:59 UTC
72d798b allow group shares, even if not all public keys are available 15 March 2016, 14:17:06 UTC
bf851e6 Gracefull handle link shares rename hook Fixes #21678 The hook is called on all renames. However when we use a link share the getUserFolder fails. We now just opt out. 14 March 2016, 16:32:37 UTC
0cdfb23 Merge pull request #22946 from owncloud/backport-22800-stable8.1 [8.1] don't hide server not available exception, fixes #20536 14 March 2016, 15:15:10 UTC
9978ee3 Merge pull request #23149 from owncloud/stable8.1-fix-broken-interface [stable8.1] Fix broken scanner call in ajax/scan.php 14 March 2016, 14:51:08 UTC
62b95c3 Fix broken scanner call in ajax/scan.php 11 March 2016, 11:43:06 UTC
d363a59 Merge pull request #22843 from owncloud/stable81_22830 [Stable 8.1] Rename and move permissions are set when a file is updatable 09 March 2016, 07:44:28 UTC
e5620fe 8.1.6 08 March 2016, 14:03:58 UTC
88232ba don't hide server not available exception, fixes #20536 08 March 2016, 12:01:48 UTC
a74a7d0 8.1.6 RC2 04 March 2016, 23:16:06 UTC
384af47 Merge pull request #22863 from owncloud/stable8.1-trashbin-checkpath [stable8.1] Properly check path validity before deleting to trash 04 March 2016, 18:36:07 UTC
8337298 Properly check path validity before deleting to trash This prevents deleting the whole "files" folder of the user whenever $ownerPath is empty. This can happen in concurrency situations. 04 March 2016, 14:39:41 UTC
c10c0c8 Rename and move permissions are set when a file is updatable * Fix unit tests 04 March 2016, 08:40:14 UTC
279f1d0 8.1.6 RC1 02 March 2016, 01:41:49 UTC
ee1330f Merge pull request #22409 from owncloud/stable8.1-gdrive-reindexarraytoduetoduplicates [stable8.1] Reindex array in GDrive after removing duplicates 01 March 2016, 13:47:35 UTC
e8e694d Merge pull request #22617 from owncloud/backport-22358-stable8.1 [backport][stable8.1] Fix race condition when switching filter mode 01 March 2016, 12:43:22 UTC
256c2cd Merge pull request #22630 from owncloud/stable8.1-fedshare-testremote-after-404 [stable8.1] Properly trigger testRemote after getting a 404 from remote fed share 29 February 2016, 10:26:42 UTC
0df34d9 Merge pull request #22634 from owncloud/stable8.1-backport-22565 [stable8.1] Avoids scanning the root storage 25 February 2016, 15:49:23 UTC
aebafad Merge pull request #22632 from owncloud/stable8.1-backport-18762 [stable8.1] Use "json_encode" and "json_decode" instead of unserialize 25 February 2016, 14:30:45 UTC
1aa6531 Merge pull request #22627 from owncloud/fix_broken_unencrypted_size_8.1 [stable8.1] Heal unencrypted file sizes at download time 25 February 2016, 13:59:24 UTC
a369a7d recalculate unencrypted size if we assume that the size stored in the db is not correct 25 February 2016, 10:17:09 UTC
963c3aa Avoids scanning the root storage This check will skip the background scan for the root storage because there is nothing in the root storage that isn't already in another (mostly user-) storage. Fixes #22501 24 February 2016, 16:35:50 UTC
a233875 [user_ldap] properly decode cached objects * fixes #21896 24 February 2016, 15:35:35 UTC
2bc01e7 Properly trigger testRemote after getting a 404 from remote fed share Whenever a remote fed share's shareinfo call returns a 404, don't directly assume the storage is not available by throwing StorageNotAvailableException. We need to properly throw NotFoundException to trigger the later logic that calls testRemote() that verifies that the 404 is not from a broken server but really from an obsolete share. 24 February 2016, 15:35:22 UTC
241f784 Use "json_encode" and "json_decode" instead of unserialize 24 February 2016, 15:32:56 UTC
d63d4ab Fix race condition when switching filter mode. Fixes #22278 24 February 2016, 10:21:53 UTC
e0a38cd Merge pull request #22572 from owncloud/stable8.1-backport-21544 [stable8.1] set etag and permission fields for trashbin entries 24 February 2016, 10:09:59 UTC
524063b Merge pull request #22558 from owncloud/backport-22496-share-group-problem-8.1 [8.1] Fix on shared groups assignment. 22 February 2016, 14:48:20 UTC
18e927e set etag and permission fields for trashbin entries 22 February 2016, 14:37:06 UTC
0f2010d Fix on shared groups assignment. 22 February 2016, 09:45:30 UTC
a4668fd Merge pull request #22373 from owncloud/stable8.1-backport-22369 [stable8.1] Fix BMP support 16 February 2016, 08:26:54 UTC
0a39b1d Merge pull request #22363 from owncloud/backport-20152-stable8.1 [stable8.1] Remove invalid type-cast 15 February 2016, 18:39:34 UTC
c5aff09 Reindex array in GDrive after removing duplicates Whenever duplicates are removed from the array, the indices are not in sequence. This seems to cause trouble with opendir/the dir wrapper and make it skip valid entries. This fix reindexes the array to make it work. 15 February 2016, 16:47:19 UTC
5b1c099 Fix BMP support * fixes #16461 14 February 2016, 08:37:31 UTC
9f3dad8 Remove invalid type-cast This is an `is_array` operation and not a `in_array` one. Thus this typecast is not required. Fixes https://github.com/owncloud/core/issues/20095 13 February 2016, 13:28:58 UTC
back to top