Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5333 from owncloud/avater_with_encryption | Björn Schießle | 2013-10-16 | 1 | -4/+0 |
|\ | | | | | avatars should also work with encryption after pr #5332 was merged | ||||
| * | Merge branch 'master' into avater_with_encryption | Bjoern Schiessle | 2013-10-15 | 6 | -22/+78 |
| |\ | |||||
| * | | avatars should also work with encryption after pr #5332 was merged | Bjoern Schiessle | 2013-10-14 | 1 | -4/+0 |
| | | | |||||
* | | | Prevent renaming/deleting mount points | Vincent Petry | 2013-10-15 | 1 | -1/+2 |
| |/ |/| | | | | | | | | | | | Fixed permissions returned for mount points to not include update and delete permissions. Fixes #5291 | ||||
* | | Merge pull request #5341 from owncloud/fix-logout-link-html | Vincent Petry | 2013-10-15 | 1 | -1/+1 |
|\ \ | | | | | | | Fix logout link HTML. | ||||
| * | | Fix logout link HTML. | Andreas Fischer | 2013-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | <a id="logout" href=/projects/owncloud/core/index.php?logout=true> | ||||
* | | | streamCopy() should return proper structure. | Thomas Müller | 2013-10-14 | 1 | -2/+2 |
|/ / | | | | | | | Callers of streamCopy() expect an array to be returned containing count and result. | ||||
* | | Merge pull request #4867 from owncloud/fixing-4546-master | Thomas Müller | 2013-10-14 | 4 | -19/+75 |
|\ \ | |/ |/| | Adding detection of aborted uploads for chunked uploads | ||||
| * | Merge branch 'master' into fixing-4546-master | Thomas Müller | 2013-10-14 | 16 | -343/+135 |
| |\ | | | | | | | | | | | | | Conflicts: lib/private/connector/sabre/file.php | ||||
| * | | moving createFileChunked() to OC_Connector_Sabre_File | Thomas Müller | 2013-10-07 | 1 | -15/+34 |
| | | | |||||
| * | | Merge branch 'master' into fixing-4546-master | Thomas Müller | 2013-10-07 | 3 | -2/+41 |
| | | | | | | | | | | | | | | | Conflicts: lib/private/connector/sabre/directory.php | ||||
* | | | case insensitive sort | Frank Karlitschek | 2013-10-14 | 1 | -1/+1 |
| | | | |||||
* | | | fix style | Frank Karlitschek | 2013-10-14 | 1 | -5/+5 |
| | | | |||||
* | | | finally fix the app sorting | Frank Karlitschek | 2013-10-14 | 1 | -0/+33 |
| |/ |/| | |||||
* | | Merge branch 'master' of github.com:owncloud/core into ↵ | Tom Needham | 2013-10-12 | 3 | -1/+59 |
|\ \ | | | | | | | | | | fix-unlogged-session-error | ||||
| * \ | Merge pull request #5207 from owncloud/fixing-4011-part2-master | Thomas Müller | 2013-10-11 | 3 | -1/+59 |
| |\ \ | | | | | | | | | [OC6] file upload exception handling | ||||
| | * | | fixing status code and formatting | Thomas Müller | 2013-10-08 | 2 | -18/+17 |
| | | | | |||||
| | * | | catch specific file exceptions and convert them to proper http status code ↵ | Thomas Müller | 2013-10-08 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | via webdav | ||||
| | * | | adding additional exceptions for special cases where creating a file might ↵ | Thomas Müller | 2013-10-07 | 3 | -0/+52 |
| | | | | | | | | | | | | | | | | not be allowed | ||||
* | | | | Handle ownCloud logging when data dir not created | Tom Needham | 2013-10-11 | 1 | -1/+5 |
|/ / / | |||||
* | | | Merge pull request #5263 from owncloud/fixing-5255-master | VicDeo | 2013-10-10 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Proper behavior of resolvePath() | ||||
| * | | | the path need to be normalized before putting it into resolvePath() | Thomas Müller | 2013-10-10 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | otherwise the returned internalPath will not match followup calls to e.g. Cache::getID() | ||||
* | | | | merge master into hooks-view-same-start | Robin Appelman | 2013-10-10 | 6 | -320/+10 |
|\| | | | |||||
| * | | | Merge pull request #5221 from owncloud/fixing-5217-master | VicDeo | 2013-10-10 | 3 | -312/+7 |
| |\ \ \ | | | | | | | | | | | fixing php 5.3 compatibility | ||||
| | * | | | php 5.3 compatibility for \OC\AppFramework\DependencyInjection\DIContainer | Thomas Müller | 2013-10-08 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | php 5.3 compatibility for \OC\Files\Storage | Thomas Müller | 2013-10-08 | 1 | -279/+0 |
| | | | | | |||||
| | * | | | fixing php 5.3 compatibility | Thomas Müller | 2013-10-08 | 1 | -31/+4 |
| | | | | | | | | | | | | | | | | | | | | PHP Fatal error: Can't inherit abstract function OCP\ISession::set() (previously declared abstract in OC\Session\Session) | ||||
| * | | | | Merge pull request #5210 from owncloud/sharing_search_users_fix | Björn Schießle | 2013-10-10 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | find users which are in the same group | ||||
| | * | | | | find users which are in the same group | Bjoern Schiessle | 2013-10-08 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #5232 from owncloud/fixing-webdav-touch-master | Frank Karlitschek | 2013-10-10 | 1 | -6/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | due to internal implementations touch will always be successful - $mtime... | ||||
| | * | | | | | due to internal implementations touch will always be successful - $mtime ↵ | Thomas Müller | 2013-10-09 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will be stored in the cache from desktop client perspective it is necessary to set the mtime under every condition | ||||
| * | | | | | | don't trigger the create hooks when if the file already exists for ↵ | Robin Appelman | 2013-10-09 | 1 | -1/+2 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | file_put_contents | ||||
* / / / / / | ensure the view's root is a subfolder of the the default root, not only ↵ | Robin Appelman | 2013-10-09 | 1 | -1/+4 |
|/ / / / / | | | | | | | | | | | | | | | | starting the same | ||||
* | | | | | Merge pull request #5219 from owncloud/catch_wrong_timezone | Björn Schießle | 2013-10-09 | 1 | -2/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | catch unknown timezone and fall-back to UTC | ||||
| * | | | | | changed default time format to ISO8601 | Bjoern Schiessle | 2013-10-09 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | catch unknown timezone and fall-back to UTC | Bjoern Schiessle | 2013-10-08 | 1 | -1/+5 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #5032 from owncloud/fixing-5006-master | Andreas Fischer | 2013-10-08 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test OC_User_Database in Test_User_Database instead of OC_User_Dummy. * owncloud/fixing-5006-master: Use strict comparison === instead of ==. Adjust return value tests for checkPassword() to what OC_User_Example says. Make OC_User_Dummy::checkPassword() compatible with OC_User_Example. Use parent:: in Test_User_Database::getUser(). Test_User_Backend::getUser() does not return an array, it returns a string. Test OC_User_Database in Test_User_Database instead of OC_User_Dummy. | ||||
| * | | | | | Use strict comparison === instead of ==. | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Make OC_User_Dummy::checkPassword() compatible with OC_User_Example. | Andreas Fischer | 2013-10-08 | 1 | -2/+2 |
| |/ / / / | | | | | | | | | | | | | | | | The user id has to be returned. | ||||
* | | | | | Merge pull request #5188 from owncloud/master-delete-user | Thomas Müller | 2013-10-08 | 1 | -0/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | User::delete should return bool | ||||
| * | | | | User::delete should return bool | Victor Dubiniuk | 2013-10-07 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Merge pull request #5173 from owncloud/set_timezone_for_log | Björn Schießle | 2013-10-08 | 1 | -3/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | let admin specify timezone for log file entries | ||||
| * | | | | | let admin specify timezone for log file entries | Bjoern Schiessle | 2013-10-07 | 1 | -3/+5 |
| | | | | | | |||||
* | | | | | | Merge pull request #5146 from guruz/cache_enabled_apps_list | Frank Karlitschek | 2013-10-08 | 1 | -3/+10 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | OC_App: Cache list of enabled apps | ||||
| * | | | | | OC_App: Cache list of enabled apps | Markus Goetz | 2013-10-05 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In my test here 1 SELECT instead of 5 (when doing a DAV request, probably similar for other requests) | ||||
* | | | | | | Merge pull request #5194 from owncloud/fixing-5172-master | Thomas Müller | 2013-10-08 | 1 | -0/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | adding check isDeletable() on $sourcePath | ||||
| * | | | | | | adding check isDeletable() on $sourcePath | Thomas Müller | 2013-10-08 | 1 | -0/+3 |
| | | | | | | | |||||
* | | | | | | | part file needs to have .part extension | Bjoern Schiessle | 2013-10-08 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | updating a existing large file creates new file chunks. Therefore ↵ | Bjoern Schiessle | 2013-10-08 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | createFile() needs to check not only if we can write to the parent folder but also if we can update the existing file" | ||||
* | | | | | | | If a existing file in Shared/ with update permissions gets updated we need ↵ | Bjoern Schiessle | 2013-10-08 | 1 | -0/+11 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | to write the .part file to a different place because we can't create new files in the Shared folder |