Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7.0.5 RC1 | Frank Karlitschek | 2015-02-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #13927 from owncloud/fix_ghost_directories | Morris Jobke | 2015-02-06 | 1 | -2/+9 |
|\ | | | | | fix creation of ghost directories | ||||
| * | for password protected link shares the password is stored in shareWith, so ↵ | Bjoern Schiessle | 2015-02-05 | 1 | -2/+9 |
| | | | | | | | | we need to set this manually to null for the hooks | ||||
* | | Merge pull request #13759 from owncloud/fix-12035 | Thomas Müller | 2015-02-05 | 1 | -1/+1 |
|\ \ | | | | | | | fix LDAP update routine to OC 7 | ||||
| * | | fix update routine | Arthur Schiwon | 2015-01-29 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #13888 from owncloud/upload_to_root_of_mountpoint_stable7 | Morris Jobke | 2015-02-04 | 2 | -0/+27 |
|\ \ \ | | | | | | | | | detect root of mountpoint also if the trailing slash is missed | ||||
| * | | | detect root of mountpoint also if the trailing slash is missed | Bjoern Schiessle | 2015-02-04 | 2 | -0/+27 |
| | |/ | |/| | |||||
* | | | Merge pull request #13796 from owncloud/issue/13490-stable7-backport | Björn Schießle | 2015-02-04 | 2 | -20/+18 |
|\ \ \ | |/ / |/| | | [stable7] use uid provided by setupfs hook to mount server2server shares | ||||
| * | | use uid provided by setupfs hook to mount server2server shares | Joas Schilling | 2015-01-30 | 2 | -20/+18 |
| | | | | | | | | | | | | | | | | | | otherwise mount will fail for public link shares backport of 66f0db30b2ba97cbe91031b42740dabddc659f0d | ||||
* | | | Merge pull request #13880 from owncloud/backport-10398-stable7 | Morris Jobke | 2015-02-04 | 1 | -11/+17 |
|\ \ \ | | | | | | | | | [backport #10398] Give a better error message for external shares with self-signed ssl cer... | ||||
| * | | | Give a better error message for external shares with self-signed ssl ↵ | Robin Appelman | 2015-02-04 | 1 | -11/+17 |
|/ / / | | | | | | | | | | certificates | ||||
* | | | Merge pull request #13803 from owncloud/revert-close-cursor-stable7 | Thomas Müller | 2015-01-30 | 2 | -4/+0 |
|\ \ \ | | | | | | | | | Revert "Close cursor early in calculateFolderSize" for now | ||||
| * | | | Revert "Close cursor early in calculateFolderSize" | Joas Schilling | 2015-01-30 | 2 | -4/+0 |
| |/ / | | | | | | | | | | This reverts commit 234f33e01e630f763f34c51114d25986bae02b42. | ||||
* | | | Merge pull request #13798 from owncloud/update-sabre-dav-stable7 | Morris Jobke | 2015-01-30 | 1 | -0/+0 |
|\ \ \ | |/ / |/| | | | | | Update sabre dav to 1.8.12 on stable7 | ||||
| * | | Update sabre dav to 1.8.12 on stable7 | Joas Schilling | 2015-01-30 | 1 | -0/+0 |
|/ / | |||||
* / | Close cursor early in calculateFolderSize | Vincent Petry | 2015-01-29 | 2 | -0/+4 |
|/ | | | | | 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 | ||||
* | Merge pull request #13470 from ↵ | Morris Jobke | 2015-01-23 | 2 | -12/+107 |
|\ | | | | | | | | | owncloud/stable7-share-fixfindshareforuserwithmultiplegroups [stable7] Fix getItemSharedWithUser for groups | ||||
| * | Fix getItemSharedWithUser for groups | Vincent Petry | 2015-01-20 | 2 | -12/+107 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | add config-option for an image's maximum filesize when generating previews | Georg Ehrke | 2015-01-22 | 2 | -0/+19 |
| | | |||||
* | | remove insane debug-log from OC_Image | Georg Ehrke | 2015-01-22 | 1 | -1/+0 |
| | | |||||
* | | Fix undefined offset 1 for wrong user mail address | Morris Jobke | 2015-01-22 | 2 | -10/+27 |
| | | | | | | | | * fixes Undefined offset: 1 at lib/private/mail.php#143 | ||||
* | | Add unit test | Robin Appelman | 2015-01-22 | 1 | -0/+1 |
| | | |||||
* | | Remove duplicated slashes from the requested url | Robin Appelman | 2015-01-22 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #13555 from owncloud/issue/13482-stable7 | Morris Jobke | 2015-01-21 | 1 | -0/+1 |
|\ \ | | | | | | | Stable7 Backport Set the debugoutput channel to error_log instead of echoing it | ||||
| * | | Set the debugoutput channel to error_log instead of echoing it | Joas Schilling | 2015-01-21 | 1 | -0/+1 |
|/ / | |||||
* | | this must be larger then (>), since buggy behaviour occurs when the ↵ | Arthur Schiwon | 2015-01-21 | 1 | -1/+1 |
| | | | | | | | | parameter is a small number | ||||
* | | Merge pull request #13422 from owncloud/user-mgnt-init-fix | Thomas Müller | 2015-01-19 | 2 | -5/+5 |
|\ \ | |/ |/| | Increase initial user count to 50 | ||||
| * | Increase initial user count to 50 | Morris Jobke | 2015-01-16 | 2 | -5/+5 |
| | | | | | | | | * fix initial user count if you have a big screen (or a portrait screen) | ||||
* | | Note in config.sample.php that certain previews are not available in ms windows | Carla Schroder | 2015-01-17 | 1 | -1/+10 |
|/ | |||||
* | Merge pull request #13384 from owncloud/stable7-fix-13317-backport | Thomas Müller | 2015-01-15 | 2 | -3/+17 |
|\ | | | | | Fix backport of #13317 | ||||
| * | Fix test | Robin Appelman | 2015-01-15 | 1 | -0/+1 |
| | | |||||
| * | php <5.4 style array | Robin Appelman | 2015-01-15 | 1 | -2/+2 |
| | | |||||
| * | Proper constant for stable7 | Robin Appelman | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | Add View::getMount() for stable7 | Robin Appelman | 2015-01-15 | 1 | -0/+13 |
|/ | |||||
* | Use source storage permissions when scanning shared storage | Vincent Petry | 2015-01-15 | 3 | -1/+47 |
| | |||||
* | Return valid fileinfo objects for part files | Robin Appelman | 2015-01-15 | 2 | -0/+45 |
| | |||||
* | drop useless "!!! No reuse of etag" - fixes #13187 | Morris Jobke | 2015-01-13 | 1 | -3/+0 |
| | | | | Backport of 9b49b52fc6cd11615be86580c32e43a81d46772f from master | ||||
* | fix retrieval of user groups | Arthur Schiwon | 2015-01-13 | 2 | -2/+8 |
| | | | | | Conflicts: apps/user_ldap/lib/connection.php | ||||
* | Merge pull request #13186 from owncloud/no-session-for-formfactor-stable7 | Morris Jobke | 2015-01-09 | 1 | -22/+14 |
|\ | | | | | no need to store the form factor in the session - it's computation is ra... | ||||
| * | no need to store the form factor in the session - it's computation is rather ↵ | Thomas Müller | 2015-01-09 | 1 | -22/+14 |
| | | | | | | | | | | | | | | cheep Conflicts: lib/private/template.php | ||||
* | | replace outdated 'shared' people icon with regular share icon as fallback | Jan-Christoph Borchardt | 2015-01-09 | 2 | -3/+4 |
| | | |||||
* | | Merge pull request #12735 from owncloud/temp-handling-stable7 | Morris Jobke | 2015-01-08 | 8 | -120/+353 |
|\ \ | | | | | | | [stable7] Cleanup handling of temporary files | ||||
| * | | Use the TempManager to handle temporary files | Robin Appelman | 2015-01-08 | 3 | -120/+7 |
| | | | | | | | | | | | | | | | Conflicts: lib/private/helper.php | ||||
| * | | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2015-01-08 | 5 | -0/+346 |
|/ / | | | | | | | | | | | Conflicts: lib/private/server.php lib/public/iservercontainer.php | ||||
* | | Fix source path when share is a mount point | Vincent Petry | 2015-01-08 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Prevent leaking db connection info in the stacktrace | Robin Appelman | 2015-01-07 | 1 | -0/+10 |
| | | |||||
* | | Check for version before mounting a public link | Morris Jobke | 2015-01-05 | 2 | -2/+3 |
| | | | | | | | | | | | | * ownCloud 7.0.0 is needed - version of merge of server <-> server sharing - https://github.com/owncloud/core/pull/8399 * adjust error message | ||||
* | | Added error check to lib/private/image.php | Byron Marohn | 2015-01-02 | 1 | -0/+6 |
| | | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #12643 from owncloud/ldap-user-cleanup-stable7 | blizzz | 2014-12-19 | 36 | -106/+1280 |
|\ \ | | | | | | | LDAP User Cleanup - stable7 | ||||
| * | | and don't forget to adjust tests | Arthur Schiwon | 2014-12-18 | 1 | -21/+12 |
| | | |