summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23545 from owncloud/issue-17144-lock-mount-point-on-removalThomas Müller2016-03-241-0/+4
|\ | | | | Lock the mountpoint while removing
| * Lock the mountpoint while removingJoas Schilling2016-03-241-0/+4
| |
* | Merge pull request #23154 from owncloud/avatar-save-failureThomas Müller2016-03-243-6/+24
|\ \ | | | | | | dont die when we cant save the resized avatar, log instead
| * | dont die when we cant save the resized avatar, log insteadRobin Appelman2016-03-113-6/+24
| | |
* | | add missing varJörn Friedrich Dreyer2016-03-241-0/+4
| | |
* | | Merge pull request #23542 from ↵Thomas Müller2016-03-241-3/+6
|\ \ \ | |_|/ |/| | | | | | | | owncloud/catch-empty-app-path-oh-we-really-should-use-exceptions-in-the-future getAppPath can return false
| * | getAppPath can return falseLukas Reschke2016-03-241-3/+6
| | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/23533
* | | Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-0/+3
|/ / | | | | | | | | | | There are authentication backends such as Shibboleth that do send no Basic Auth credentials for DAV requests. This means that the ownCloud DAV backend would consider these requests coming from an untrusted source and require higher levels of security checks. (e.g. a CSRF check) While an elegant solution would rely on authenticating via token (so that one can properly ensure that the request came indeed from a trusted client) this is a okay'ish workaround for this problem until we have something more reliable in the authentication code.
* | Merge pull request #23515 from owncloud/issue-22695-wrong-menu-translationsThomas Müller2016-03-231-6/+4
|\ \ | | | | | | Fix the translations of the User menu
| * | Fix the translations of the User menuJoas Schilling2016-03-231-6/+4
| | |
* | | Merge pull request #22506 from owncloud/node-get-from-cacheThomas Müller2016-03-232-26/+23
|\ \ \ | | | | | | | | Query the cache when checking if a node exists
| * | | properly use fileinfo objectsRobin Appelman2016-03-211-16/+12
| | | |
| * | | improve reuse in getUserFolderRobin Appelman2016-03-211-6/+6
| | | |
| * | | pass the fileinfo to the node if availableRobin Appelman2016-03-211-2/+2
| | | |
| * | | Query the cache when checking if a node existsRobin Appelman2016-03-211-2/+3
| | | |
* | | | Merge pull request #23142 from owncloud/request_propertiesThomas Müller2016-03-231-1/+8
|\ \ \ \ | | | | | | | | | | Fix analyzer warnings in request.php
| * | | | Fix warning in request.phpRoeland Jago Douma2016-03-231-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added proper @property tags * RunTimeException => RuntimeException Makes code analyzers happier
* | | | | Merge pull request #22895 from owncloud/cleanup_default_share_providerThomas Müller2016-03-231-48/+3
|\ \ \ \ \ | | | | | | | | | | | | Remove support for old shares in the default share provider
| * | | | | Remove dead functionRoeland Jago Douma2016-03-231-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was used when we did not have lazy shares yet. Now that we no longer support legacy shares this can go.
| * | | | | Remove support for old shares in the default share providerRoeland Jago Douma2016-03-231-24/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 9.0 we converted the old shares to the new shares. So for 9.1 we can savely remove the fallback code. This code was required when there was no initiator set. * Fixed unit tests
* | | | | Merge pull request #23362 from owncloud/fix-l10n-for-themesThomas Müller2016-03-232-15/+39
|\ \ \ \ \ | | | | | | | | | | | | Read available l10n files also from theme folder
| * | | | | Inject server root - allows proper testing and separation of concernsMorris Jobke2016-03-182-10/+17
| | | | | |
| * | | | | Read available l10n files also from theme folderMorris Jobke2016-03-171-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old behaviour was that only languages could be used for an app that are already present in the apps/$app/l10n folder. If there is a themed l10n that is not present in the apps default l10n folder the language could not be used and the texts are not translated. With this change this is possible and also the l10n files are loaded even if the default l10n doesn't contain the l10n file.
* | | | | | Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-232-5/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Consistently use rel=noreferrer
| * | | | | Consistently use rel=noreferrerLukas Reschke2016-03-202-5/+5
| |/ / / / | | | | | | | | | | | | | | | When linking to external entities we should consistently use rel=noreferrer
* | | | | Merge pull request #23474 from owncloud/RealRancor-exclude_lost_and_foundThomas Müller2016-03-231-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Exclude lost+found dir in integrity check
| * | | | Merge branch 'exclude_lost_and_found' of https://github.com/RealRancor/core ↵Lukas Reschke2016-03-221-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into RealRancor-exclude_lost_and_found
| | * | | | Exclude lost+found dir in integrity checkRealRancor2016-03-191-1/+2
| | |/ / /
* | | | | Merge pull request #23398 from owncloud/block_group_sharingThomas Müller2016-03-221-0/+12
|\ \ \ \ \ | | | | | | | | | | | | Allow blocking of group sharing
| * | | | | Block group sharing in API and in share managerRoeland Jago Douma2016-03-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Fix tests
| * | | | | Add config to sharemanagerRoeland Jago Douma2016-03-221-0/+7
| | | | | |
* | | | | | Only use the user session if ownCloud is already installedLukas Reschke2016-03-221-1/+5
|/ / / / / | | | | | | | | | | | | | | | When installing ownCloud with autotest and MySQL some log entries may be created which will invoke the logging class. IUserSession has a dependency on the database which will make the installation fail => :bomb:
* | | | | Merge pull request #23437 from owncloud/save-query-when-the-list-is-emptyThomas Müller2016-03-221-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Save the query when we get tags for no objects
| * | | | | Save the query when we get tags for no objectsJoas Schilling2016-03-221-0/+2
| |/ / / /
* | | | | Merge pull request #23461 from ↵Thomas Müller2016-03-221-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/activity-491-autoloading-issue-without-sharing Fix "AutoloadNotAllowedException" when files_sharing is disabled
| * | | | | Fix "AutoloadNotAllowedException" when files_sharing is disabledJoas Schilling2016-03-221-2/+2
| | | | | |
* | | | | | Merge pull request #23411 from owncloud/new_sharing_to_composerThomas Müller2016-03-227-0/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Move sharing 2.0 to composer autoloader
| * | | | | Move (new) sharing over to composer autoloaderRoeland Jago Douma2016-03-207-0/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #23448 from ↵Thomas Müller2016-03-222-3/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-22993-soften-exception-on-enable-default-app Do not abort with an exception when a default app can not be enabled
| * | | | | Do not abort with an exception when a default app can not be enabledJoas Schilling2016-03-212-3/+23
| | |_|/ / | |/| | |
* | | | | Merge pull request #23443 from owncloud/some-more-logging-informationThomas Müller2016-03-221-8/+15
|\ \ \ \ \ | |_|_|/ / |/| | | | Log more information by default
| * | | | Log more information by defaultLukas Reschke2016-03-211-8/+15
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This modifies the logger to add the following logging information by default: - Request Method - Request URL - Current user
* | | | Merge pull request #23424 from owncloud/fix-cachewrapper-doc-issueThomas Müller2016-03-211-1/+1
|\ \ \ \ | | | | | | | | | | Fix doc issue of cache wrapper
| * | | | Fix doc issue of cache wrapperJoas Schilling2016-03-211-1/+1
| |/ / /
* / / / Do not fire pre/post hooks twice on chunk uploadVincent Petry2016-03-211-43/+5
|/ / /
* | | Merge pull request #23349 from owncloud/hardeningsThomas Müller2016-03-212-29/+4
|\ \ \ | | | | | | | | Hardenings
| * | | Remove unused codeLukas Reschke2016-03-171-29/+0
| | | | | | | | | | | | | | | | This code is not used anymore.
| * | | Escape App IDLukas Reschke2016-03-171-0/+4
| |/ / | | | | | | | | | While all callers do this as well this prevents a misuse of the API by mistake.
* / / Write .htaccess update only if not already writtenLukas Reschke2016-03-171-20/+20
|/ / | | | | | | | | | | | | | | The ownCloud update routine also runs the "updateHtaccess" code in case only an application gets updated. This leads to having entries multiple time in the .htaccess file leading to unpredictable behaviour. With 9.0 we added the "#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####" entry to the .htaccess file, this change uses it to ensure that only to the .htaccess gets written if the file has not been modified already. Since the .htaccess modifications are optional this is not a big deal. Without this change updates of applications can break the rewrite rules (ending in endless redirects) as well as breaking the code integrity checker.
* | Update oci.phpManish Bisht2016-03-162-6/+8
| | | | | | | | | | | | | | | | Error Fixed combined the database errors Merged Database Errors