Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-31 | 4 | -2/+34 |
| | |||||
* | Merge pull request #23628 from owncloud/avatar-remove | Thomas Müller | 2016-03-30 | 1 | -1/+1 |
|\ | | | | | only remove avatars from the folder we store them in | ||||
| * | only remove avatars from the folder we store them in | Robin Appelman | 2016-03-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #23654 from owncloud/issue-23653-xcache-detection-fails | Thomas Müller | 2016-03-30 | 1 | -1/+1 |
|\ \ | | | | | | | xcache.var_size with 64M should evaluate to isAvailable | ||||
| * | | xcache.var_size with 64M should evaluate to isAvailable | Joas Schilling | 2016-03-30 | 1 | -1/+1 |
| | | | |||||
* | | | Non moveable mount points should always be UPDATE+DELETE shareable | Roeland Jago Douma | 2016-03-30 | 1 | -1/+13 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | Fixes #23536 The new sharing code is much stricter in checking permissions. However for non moveable mounts the permissions UPDATE+DELETE are not reported on the mount point. This is just a quick fix. * Updated unit tests | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-30 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #23543 from owncloud/issue-23503-activity-emails-always-short | Thomas Müller | 2016-03-29 | 2 | -2/+31 |
|\ \ | |/ |/| | Fix activity emails always using the short translation | ||||
| * | Allow the activity app to set the current user when sending emails | Joas Schilling | 2016-03-24 | 2 | -1/+29 |
| | | |||||
| * | We are only formatting an object when it's not null | Joas Schilling | 2016-03-24 | 1 | -1/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-29 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-28 | 4 | -0/+50 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-27 | 10 | -12/+48 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-26 | 4 | -0/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-25 | 8 | -2/+22 |
| | | |||||
* | | Merge pull request #23545 from owncloud/issue-17144-lock-mount-point-on-removal | Thomas Müller | 2016-03-24 | 1 | -0/+4 |
|\ \ | | | | | | | Lock the mountpoint while removing | ||||
| * | | Lock the mountpoint while removing | Joas Schilling | 2016-03-24 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #23154 from owncloud/avatar-save-failure | Thomas Müller | 2016-03-24 | 3 | -6/+24 |
|\ \ \ | | | | | | | | | dont die when we cant save the resized avatar, log instead | ||||
| * | | | dont die when we cant save the resized avatar, log instead | Robin Appelman | 2016-03-11 | 3 | -6/+24 |
| | | | | |||||
* | | | | add missing var | Jörn Friedrich Dreyer | 2016-03-24 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #23542 from ↵ | Thomas Müller | 2016-03-24 | 1 | -3/+6 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | owncloud/catch-empty-app-path-oh-we-really-should-use-exceptions-in-the-future getAppPath can return false | ||||
| * | | | getAppPath can return false | Lukas Reschke | 2016-03-24 | 1 | -3/+6 |
| | |/ | |/| | | | | | | | Fixes https://github.com/owncloud/core/issues/23533 | ||||
* / | | Check if request is sent from official ownCloud client | Lukas Reschke | 2016-03-24 | 1 | -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 transifex | Jenkins for ownCloud | 2016-03-24 | 88 | -276/+244 |
| | | |||||
* | | Merge pull request #23515 from owncloud/issue-22695-wrong-menu-translations | Thomas Müller | 2016-03-23 | 1 | -6/+4 |
|\ \ | | | | | | | Fix the translations of the User menu | ||||
| * | | Fix the translations of the User menu | Joas Schilling | 2016-03-23 | 1 | -6/+4 |
| | | | |||||
* | | | Merge pull request #22506 from owncloud/node-get-from-cache | Thomas Müller | 2016-03-23 | 2 | -26/+23 |
|\ \ \ | | | | | | | | | Query the cache when checking if a node exists | ||||
| * | | | properly use fileinfo objects | Robin Appelman | 2016-03-21 | 1 | -16/+12 |
| | | | | |||||
| * | | | improve reuse in getUserFolder | Robin Appelman | 2016-03-21 | 1 | -6/+6 |
| | | | | |||||
| * | | | pass the fileinfo to the node if available | Robin Appelman | 2016-03-21 | 1 | -2/+2 |
| | | | | |||||
| * | | | Query the cache when checking if a node exists | Robin Appelman | 2016-03-21 | 1 | -2/+3 |
| | | | | |||||
* | | | | Merge pull request #23142 from owncloud/request_properties | Thomas Müller | 2016-03-23 | 1 | -1/+8 |
|\ \ \ \ | | | | | | | | | | | Fix analyzer warnings in request.php | ||||
| * | | | | Fix warning in request.php | Roeland Jago Douma | 2016-03-23 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added proper @property tags * RunTimeException => RuntimeException Makes code analyzers happier | ||||
* | | | | | Merge pull request #22895 from owncloud/cleanup_default_share_provider | Thomas Müller | 2016-03-23 | 1 | -48/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove support for old shares in the default share provider | ||||
| * | | | | | Remove dead function | Roeland Jago Douma | 2016-03-23 | 1 | -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 provider | Roeland Jago Douma | 2016-03-23 | 1 | -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-themes | Thomas Müller | 2016-03-23 | 2 | -15/+39 |
|\ \ \ \ \ | | | | | | | | | | | | | Read available l10n files also from theme folder | ||||
| * | | | | | Inject server root - allows proper testing and separation of concerns | Morris Jobke | 2016-03-18 | 2 | -10/+17 |
| | | | | | | |||||
| * | | | | | Read available l10n files also from theme folder | Morris Jobke | 2016-03-17 | 1 | -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-referer | Thomas Müller | 2016-03-23 | 3 | -6/+6 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Consistently use rel=noreferrer | ||||
| * | | | | | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | | | | | Merge pull request #23474 from owncloud/RealRancor-exclude_lost_and_found | Thomas Müller | 2016-03-23 | 1 | -1/+2 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Exclude lost+found dir in integrity check | ||||
| * | | | | | Merge branch 'exclude_lost_and_found' of https://github.com/RealRancor/core ↵ | Lukas Reschke | 2016-03-22 | 1 | -1/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | into RealRancor-exclude_lost_and_found | ||||
| | * | | | | | Exclude lost+found dir in integrity check | RealRancor | 2016-03-19 | 1 | -1/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #23485 from owncloud/composer_allow_ocp | Thomas Müller | 2016-03-22 | 2 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Allow OCP classes to be PSR-4 as well | ||||
| * | | | | | | | Move IServerContainter to PSR-4 | Roeland Jago Douma | 2016-03-22 | 1 | -0/+0 |
| | | | | | | | | |||||
| * | | | | | | | Allos OCP classes to be PSR-4 as well | Roeland Jago Douma | 2016-03-22 | 1 | -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_sharing | Thomas Müller | 2016-03-22 | 2 | -0/+19 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Allow blocking of group sharing | ||||
| * | | | | | | | | Block group sharing in API and in share manager | Roeland Jago Douma | 2016-03-22 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix tests | ||||
| * | | | | | | | | Add config to sharemanager | Roeland Jago Douma | 2016-03-22 | 2 | -0/+14 |
| | | | | | | | | |