summaryrefslogtreecommitdiffstats
path: root/lib
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.
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-2488-276/+244
| |
* | 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-233-6/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Consistently use rel=noreferrer
| * | | | | Consistently use rel=noreferrerLukas Reschke2016-03-203-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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 #23485 from owncloud/composer_allow_ocpThomas Müller2016-03-222-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow OCP classes to be PSR-4 as well
| * | | | | | | Move IServerContainter to PSR-4Roeland Jago Douma2016-03-221-0/+0
| | | | | | | |
| * | | | | | | Allos OCP classes to be PSR-4 as wellRoeland Jago Douma2016-03-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the OCP namespace to the composer autoloader as well. This means that now we can use proper PSR-4 filenames in OCP.
* | | | | | | | Merge pull request #23398 from owncloud/block_group_sharingThomas Müller2016-03-222-0/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | 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-222-0/+14
| | | | | | | | |
* | | | | | | | | 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 #23484 from ↵Thomas Müller2016-03-221-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/if-class-is-already-loaded-dont-load-it-again Dont double load class
| * | | | | | | | Dont double load classLukas Reschke2016-03-221-0/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the class already exists we should not load it twice. Since the composer autoloader is also used in core this could otherwise load a file twice. This leads to problems otherwise with case insensitive operating systems like OS X. We can get rid of this once all file names in OC follow PSR-4, until then we probably need this check.
* | | | | | | | 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
| |/ / / / / /