https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
3f2069b 8.0.3 23 April 2015, 18:14:08 UTC
0fb207a 8.0.3 RC4 23 April 2015, 18:03:15 UTC
b7ab280 8.0.3RC3 15 April 2015, 20:59:15 UTC
76eadfa Merge pull request #15577 from owncloud/isolation-level-stable8 Using TRANSACTION_READ_COMMITTED 16 April 2015, 09:30:04 UTC
273719f Merge pull request #15666 from owncloud/revert-15572-stable8-shares-properlyformatmountpoint Revert "[stable8] Properly add trailing slash to mount point" 16 April 2015, 09:02:50 UTC
6e04108 Revert "[stable8] Properly add trailing slash to mount point" 16 April 2015, 08:03:15 UTC
da23ab0 Merge pull request #15572 from owncloud/stable8-shares-properlyformatmountpoint [stable8] Properly add trailing slash to mount point 16 April 2015, 07:35:12 UTC
d3761e0 8.0.3 RC2 15 April 2015, 20:11:22 UTC
9dac69b Merge pull request #15558 from owncloud/backport-15541 [stable8] Add "Reply-To" support for sharing notifications 13 April 2015, 21:31:43 UTC
e4f0892 Using TRANSACTION_READ_COMMITTED 13 April 2015, 12:50:55 UTC
105b285 Properly add trailing slash to mount point Fixes resolving mount points when shared mount point's target name has the same prefix as the source name 13 April 2015, 10:48:09 UTC
adfc8c7 Add "Reply-To" support for sharing notifications Very hacky backport of https://github.com/owncloud/core/pull/15541 - I changed the code path to use OC_Mail instead the OCP pendant since I didn't want to modify the public API. (OCP\Util::sendMail() is anyways deprecated with 8.1) 12 April 2015, 20:54:29 UTC
06ab387 Merge pull request #15539 from owncloud/stable8-fixRenameFailDeleteTargetKeepSource [stable8] Fix renameFailDeleteTargetKeepSource 10 April 2015, 21:39:46 UTC
7a3b4b4 fixes #15326 10 April 2015, 13:47:02 UTC
3f6db4c Merge pull request #15425 from owncloud/failing-stable8-tests Fix failing tests related to timezones on stable8 07 April 2015, 08:56:39 UTC
628bb3f Select the timezone on the right timestamp and assert it 07 April 2015, 08:16:47 UTC
dfd3021 When guessing the timezone, the offset might only be valid on a given timestamp 07 April 2015, 08:16:36 UTC
351a1cc Remove server timezone dependency from files list test 07 April 2015, 08:16:24 UTC
3d45d0b Merge pull request #15422 from owncloud/backport-15383-insertifnotexists-exception-message Fix the exception messages 07 April 2015, 07:52:23 UTC
142694d Fix the exception messages 07 April 2015, 07:14:51 UTC
8357a25 Merge pull request #15378 from owncloud/issue/15377-fix-enable-for-group-stable8 Correctly split and join group list with | instead of , 03 April 2015, 12:38:13 UTC
ea647ed Correctly split and join group list with | instead of , 02 April 2015, 13:31:47 UTC
e94152b Merge pull request #15302 from owncloud/update-3rdparty-stable8 update 3rdparty to match stable8 HEAD of repo 30 March 2015, 09:37:29 UTC
b168831 update 3rdparty to match stable8 HEAD of repo 30 March 2015, 09:04:57 UTC
c1f5250 Merge pull request #15275 from owncloud/fix-stable-8 Increment version 27 March 2015, 14:19:31 UTC
03473c5 Increment version Fixes https://github.com/owncloud/core/issues/15273 27 March 2015, 14:11:08 UTC
ddcb4e1 This is RC1 and not RC 26 March 2015, 22:05:32 UTC
5e32033 8.0.3 RC 26 March 2015, 19:59:03 UTC
a538f14 Merge pull request #15246 from owncloud/stable8-share-partfilepermissions [stable8] Fix share permission checks 27 March 2015, 08:59:12 UTC
baa2e4f Merge pull request #15249 from owncloud/fix_group_share_oc8_backport also call generateTarget for group shares 27 March 2015, 08:57:38 UTC
ae59df8 Merge pull request #15250 from owncloud/use_default_share_folder_oc8 always fall back to default share folder 27 March 2015, 00:18:45 UTC
a64c3fb Merge pull request #14497 from owncloud/kill-substr-mssql-stable8 [stable8] Remove hacky Substring support for MSSQL 26 March 2015, 22:00:36 UTC
5964cd3 always fall back to default share folder 26 March 2015, 21:42:29 UTC
893cbc9 also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php 26 March 2015, 21:38:21 UTC
48ceaa9 Fix share permission related unit tests 26 March 2015, 21:34:18 UTC
944b301 Rename must be possible with update-only permission and this as long as the rename is done within the same folder. 26 March 2015, 21:32:47 UTC
29c56fb Fix permission checks in Sabre connector This fixes moving files in and out of shared folders with some exotic permission combinations. 26 March 2015, 21:32:42 UTC
3b69354 Reenable trashbin after failed rename After a failed rename, the post_rename hook is not called. This quickfix makes sure the trashbin storage logic is reenabled also after a failed rename. 26 March 2015, 21:32:36 UTC
5ee843c Fix shared storage permission checks 26 March 2015, 21:32:32 UTC
93ae742 Merge pull request #15238 from owncloud/stable8-fileid-increment [stable8] SQLite autoincrement fix backport 26 March 2015, 19:39:31 UTC
cd47e72 Merge pull request #14860 from owncloud/stable8-fix-sizepropagationwithshares [stable8] Fix size propagation over shared storage boundary 26 March 2015, 19:10:46 UTC
b896be8 SQLite autoincrement fix backport Add custom sqlite platform to set auto increment Add repair step to fix SQLite autoincrement Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered. 26 March 2015, 18:43:02 UTC
e90ead2 Merge pull request #15231 from owncloud/synchronize-php-setting Synchronize PHP settings with master 26 March 2015, 17:17:59 UTC
bc76760 Merge pull request #15193 from owncloud/stable8-15145 Stable8: 15145 26 March 2015, 16:25:07 UTC
3232dc7 Synchronize PHP settings with master Fixes https://github.com/owncloud/core/issues/15044 26 March 2015, 15:54:54 UTC
c0bcaa4 Merge pull request #14914 from owncloud/backport-14766-compare-array-insertifnotexists [Stable8] Backport 14766 compare array insertifnotexists 26 March 2015, 15:30:25 UTC
e12c76e Merge pull request #15192 from owncloud/stable8-15153 Stable8: Add `getNonExistingName()` to the node api 26 March 2015, 12:28:00 UTC
722faee Merge pull request #15208 from owncloud/fix-15146-stable8 Do not use APCu when apc.enabled is Off. 26 March 2015, 10:50:32 UTC
d04ad4b Merge pull request #15052 from rullzer/backport-15025 [stable8] Backport of #15025: OCS Respect enforced date 26 March 2015, 10:27:49 UTC
ba9446a Do not use APCu when apc.enabled is Off. 26 March 2015, 10:06:47 UTC
9bc1f0a do not show update notification on mobile, fix overlapping of header menus, fix #10544 25 March 2015, 15:55:33 UTC
f7f1470 when the path doesnt exist show a proper error page 25 March 2015, 13:02:48 UTC
78c3483 Properly catch whether a share is `null` Despite it's PHPDoc the function might return `null` which was not properly catched and thus in some situations the share was resolved to the sharing users root directory. To test this perform the following steps: * Share file in owncloud 7 (7.0.4.2) * Delete the parent folder of the shared file * The share stays is in the DB and the share via the sharelink is inaccessible. (which is good) * Upgrade to owncloud 8 (8.0.2) (This step is crucial. The bug is not reproduceable without upgrading from 7 to 8. It seems like the old tokens are handled different than the newer ones) * Optional Step: Logout, Reset Browser Session, etc. * Access the share via the old share url: almost empty page, but there is a dowload button which adds a "/download" to the URL. * Upon clicking, a download.zip is downloaded which contains EVERYTHING from the owncloud directory (of the user who shared the file) * No exception is thrown and no error is logged. This will add a check whether the share is a valid one and also adds unit tests to prevent further regressions in the future. Needs to be backported to ownCloud 8. Adding a proper clean-up of the orphaned shares is out-of-scope and would probably require some kind of FK or so. Fixes https://github.com/owncloud/core/issues/15097 25 March 2015, 13:02:38 UTC
4c92aaf Add `getNonExistingName()` to the node api 25 March 2015, 13:01:16 UTC
e4d8dc7 Merge pull request #15140 from owncloud/backport-15123-stable8 [backport] [stable8] offset needs to be considered in computed limit 24 March 2015, 10:03:58 UTC
6e26b11 offset needs to be considered in computed limit 24 March 2015, 09:18:12 UTC
4149fc4 Merge pull request #15119 from owncloud/remove-curl Remove hard dependency on cURL for 8.0 23 March 2015, 14:23:23 UTC
e2ea175 Remove hard dependency on cURL for 8.0 This removes the recently introduced hard dependency on cURL for 8.0, for 8.1 it will still stay there. Instead a warning will now be shown to the user asking to install the PHP cURL extension within the administrative interface of ownCloud. 23 March 2015, 14:19:46 UTC
b960fa8 Merge pull request #15110 from owncloud/backport-15108 The iran timezone removed the DST handling which breaks the timezone lib 23 March 2015, 14:10:00 UTC
31de51e Merge pull request #15079 from owncloud/fix-fileglobalgc-stable8 [stable8] Fix fileglobalgc unlink parameter warnings 23 March 2015, 13:28:32 UTC
bda7b5c The iran timezone removed the DST handling which breaks the timezone lib 23 March 2015, 13:25:03 UTC
58ad3fa Add unit tests for gc() for \OC\Cache\FileGlobalGC 20 March 2015, 16:19:08 UTC
88a180f Fix fileglobalgc unlink parameter warnings 20 March 2015, 16:18:50 UTC
95d81c3 Merge pull request #15064 from owncloud/backport-15050 [stable8] show a better error message when trying to create a user that already ex... 20 March 2015, 12:42:31 UTC
625cbc6 show a better error message when trying to create a user that already exists 20 March 2015, 11:57:09 UTC
5720211 Merge pull request #15043 from owncloud/stable8-dropbox-root-fix [stable8] Fix root request path for Dropbox 20 March 2015, 10:32:44 UTC
9d0ea7f Backport of #15025 When the expiration date is enforced respect this - Make sure that we do not allow removing of the expiration date when this is enforced in the settings. - Added unit test 20 March 2015, 08:30:39 UTC
02f00c9 Fix root request path for Dropbox 19 March 2015, 20:36:07 UTC
4774d64 Merge pull request #15008 from owncloud/backport-14071 add timeout to curl request 18 March 2015, 19:47:11 UTC
3d7ed01 Merge pull request #15006 from owncloud/backport-14586 proper description of appcodechecker in config sample 18 March 2015, 16:40:23 UTC
c28356f add timeout to curl request 18 March 2015, 16:22:38 UTC
3dad31d proper description of appcodechecker in config sample 18 March 2015, 16:06:58 UTC
c9bafe5 Merge pull request #14928 from owncloud/stable8-repair-legacystoragenofatalfail [stable8] Do not abort when meeting unfixable legacy storages 18 March 2015, 15:58:01 UTC
637503a Merge pull request #14926 from owncloud/stable8-rescanversionsonlyonce [stable8] Only rescan versions once in trashbin 17 March 2015, 09:40:23 UTC
9ad48e0 Also add a note that clob does not work in the compare array Conflicts: lib/private/appframework/db/db.php 16 March 2015, 16:02:00 UTC
97a65e1 The key is over configkey, user and app, not the value stupid me :( 16 March 2015, 16:01:02 UTC
5ad226c Fixed expected warning count on repair fail 16 March 2015, 15:25:44 UTC
6843f16 Detect that the done flag was not set after repair fail 16 March 2015, 15:25:37 UTC
04809b6 Properly forward repair errors and warnings This makes repair errors and warnings visible for the user when upgrading on the command line or in the web UI. 16 March 2015, 15:25:29 UTC
5538c27 Do not abort when meeting unfixable legacy storages 16 March 2015, 15:25:21 UTC
35abb4d Merge pull request #14917 from owncloud/imagepng_expects_resource_issue_stable8 backport: validate resource's integrity before using it 16 March 2015, 12:37:42 UTC
bc5ca78 validate resource's integrity before using it 16 March 2015, 11:41:53 UTC
f15d41e Also use all keys for an empty array, just in case 16 March 2015, 10:47:10 UTC
27df0a1 Throw a RuntimeException in the cache aswell 16 March 2015, 10:47:00 UTC
171974e Fix doc blocks of insertIfNotExists() method Conflicts: lib/private/appframework/db/db.php 16 March 2015, 10:46:30 UTC
03ef085 Add test for UniqueConstraintViolationException on wrong key 16 March 2015, 10:45:29 UTC
d9f6971 let insertIfNotExist() throw the native DBALException - no need to hide the real exception 16 March 2015, 10:45:14 UTC
b081bb2 Adding unit test which shows insertIfNotExists to fall apart in certain situations 16 March 2015, 10:44:50 UTC
aa63a16 Get the id before using it 16 March 2015, 10:44:39 UTC
27990b5 Better save then sorry 16 March 2015, 10:44:25 UTC
9383856 insertIfNotExists() for storage insertion 16 March 2015, 10:44:14 UTC
78b2c8b Only check unique keys for the comparison on filecache insert & update otherwise 16 March 2015, 10:44:02 UTC
4cfa4ec Allow specifying the compare-array for insertIfNotExists() Conflicts: lib/private/appframework/db/db.php 16 March 2015, 10:43:42 UTC
92a024b Merge pull request #14875 from owncloud/backport-14849-stable8 [stable8] support paged results against 389ds. 13 March 2015, 14:32:42 UTC
a1c414c support paged results against 389ds. 13 March 2015, 12:18:57 UTC
e8ee079 Add unit test for size propagation across share boundaries 13 March 2015, 10:06:18 UTC
769f666 Fix size propagation over shared storage boundary 13 March 2015, 10:06:14 UTC
c6136de Merge pull request #14845 from owncloud/fix-14843-stable8 cron shall not operate in case we are in maintenance mode - fixes #14843 13 March 2015, 08:25:10 UTC
4bf3d29 cron shall not operate in case we are in maintenance mode - fixes #14843 12 March 2015, 20:07:14 UTC
1f10781 Merge pull request #14839 from owncloud/backport/14838 [stable8] Add cURL as hard-dependency 12 March 2015, 19:38:04 UTC
back to top