Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize isSharingDisabledForuser | Roeland Jago Douma | 2016-06-14 | 2 | -16/+30 |
| | |||||
* | Us an explicit version of sabre/dav to allow caching on the jenkins slaves - ↵ | Thomas Müller | 2016-06-14 | 1 | -1/+1 |
| | | | | fixes #25087 (#25088) | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-14 | 20 | -2/+98 |
| | |||||
* | Use proper namespaces - fixes #25078 (#25079) | Thomas Müller | 2016-06-13 | 1 | -1/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-13 | 64 | -20/+188 |
| | |||||
* | fail hard if 2fa provider can not be loaded (#25061) | Christoph Wurst | 2016-06-13 | 2 | -4/+27 |
| | |||||
* | Fix typo (found by codespell) (#25073) | Stefan Weil | 2016-06-13 | 1 | -1/+1 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Merge pull request #24863 from owncloud/propagator-batching | Vincent Petry | 2016-06-10 | 4 | -1/+235 |
|\ | | | | | Propagator batching for the file scanner | ||||
| * | fix mtime propagation on sqlite | Robin Appelman | 2016-06-02 | 1 | -3/+3 |
| | | |||||
| * | add tests for propagator batching | Robin Appelman | 2016-06-02 | 1 | -0/+125 |
| | | |||||
| * | use propagator batching in the scanner | Robin Appelman | 2016-06-02 | 1 | -0/+4 |
| | | |||||
| * | add propagator batching | Robin Appelman | 2016-06-02 | 2 | -0/+105 |
| | | |||||
* | | Merge pull request #24898 from owncloud/avatar_repair | Vincent Petry | 2016-06-10 | 3 | -0/+306 |
|\ \ | | | | | | | Repair job to fix permissions for avatars | ||||
| * | | Empty string is null on oracle | Roeland Jago Douma | 2016-06-10 | 1 | -1/+9 |
| | | | |||||
| * | | Add not-null columns for oracle | Joas Schilling | 2016-06-10 | 1 | -0/+9 |
| | | | |||||
| * | | Repair job to fix permissions for avatars | Roeland Jago Douma | 2016-06-10 | 3 | -0/+289 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22978 On some older installations the permissions for the userRoot and the avatars are not correct. This breaks since we now use the Node API in the avatar code. This repair job makes sure that the permissions are set correctly. * Unit tests added | ||||
* | | | Merge pull request #25003 from owncloud/fix_ocs_path_response | Vincent Petry | 2016-06-10 | 3 | -21/+65 |
|\ \ \ | | | | | | | | | Fix OCS Share API path response | ||||
| * | | | Extend unit tests | Roeland Jago Douma | 2016-06-07 | 1 | -1/+33 |
| | | | | |||||
| * | | | Fix unit tests | Roeland Jago Douma | 2016-06-07 | 2 | -9/+21 |
| | | | | |||||
| * | | | Show the path relative to the requesting user | Roeland Jago Douma | 2016-06-07 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A share can only be requested by 3 'types' of people * owner * initiator * recipient So we have to get the path as the current user. Since that is the only path that has any meaning to the user. | ||||
* | | | | Merge pull request #25055 from owncloud/enc-cappedcache-getaccesslist | Vincent Petry | 2016-06-10 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Use capped cache for encryption's user access list | ||||
| * | | | | Use capped cache for encryption's user access list | Vincent Petry | 2016-06-10 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | fetchall appconfig entries (#23835) | Jörn Friedrich Dreyer | 2016-06-10 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Add developer documentation, website and bug to the applist (#25041) | Joas Schilling | 2016-06-10 | 1 | -0/+14 |
| | | | | | |||||
* | | | | | Merge pull request #24990 from owncloud/fix_24868 | Vincent Petry | 2016-06-10 | 1 | -6/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Wrap publicwebdav in sharePermission mask | ||||
| * | | | | | Wrap publicwebdav in sharePermission mask | Roeland Jago Douma | 2016-06-06 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #24868 The writable mask was a bit misleading. We should wrap with the sharepermissions (as they are used everywhere else). The PERMISSIONS_SHARE are added since that is required for the public link check plugin. | ||||
* | | | | | | map oracle driver options to params (#23938) | Jörn Friedrich Dreyer | 2016-06-10 | 1 | -0/+4 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge pull request #25051 from owncloud/2fa-raw-php-files | Vincent Petry | 2016-06-10 | 2 | -1/+8 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Check 2FA state for raw php files too | ||||
| * | | | | Check 2FA state for raw php files too | Christoph Wurst | 2016-06-10 | 2 | -1/+8 |
| | | | | | |||||
* | | | | | Merge pull request #24080 from owncloud/support-calendar-class-property | Vincent Petry | 2016-06-10 | 12 | -154/+753 |
|\ \ \ \ \ | | | | | | | | | | | | | Extract CLASS property from calendar object and store it in the database | ||||
| * | | | | | Filter confidential calendar objects in shared calendars | Thomas Müller | 2016-06-09 | 5 | -7/+322 |
| | | | | | | | | | | | | | | | | | | | | | | | | Filter private calendar objects in shared calendars | ||||
| * | | | | | Added unit testing for the migration step | Thomas Müller | 2016-06-09 | 6 | -126/+258 |
| | | | | | | |||||
| * | | | | | Implement classification migration as repair step | Thomas Müller | 2016-06-09 | 6 | -59/+108 |
| | | | | | | |||||
| * | | | | | Bump dav app version and fix variable rename | Thomas Müller | 2016-06-09 | 2 | -3/+3 |
| | | | | | | |||||
| * | | | | | Add migration step | Thomas Müller | 2016-06-09 | 4 | -1/+61 |
| | | | | | | |||||
| * | | | | | Extract CLASS property from calendar object and store it in the database | Thomas Müller | 2016-06-09 | 3 | -26/+69 |
| | | | | | | |||||
* | | | | | | Allow empty host when installing on oracle via CLI (#25034) | Jörn Friedrich Dreyer | 2016-06-10 | 1 | -1/+6 |
| | | | | | | |||||
* | | | | | | Merge pull request #25024 from owncloud/ldap-cachedgroupsbymember | Vincent Petry | 2016-06-10 | 2 | -1/+54 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use array_merge when reading cached groups members | ||||
| * | | | | | | Add unit test for LDAP multi group caching | Vincent Petry | 2016-06-09 | 1 | -0/+53 |
| | | | | | | | |||||
| * | | | | | | Use array_merge when reading cached groups members | Vincent Petry | 2016-06-08 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #25025 from owncloud/clear_old_calendar_shares | Vincent Petry | 2016-06-10 | 3 | -0/+265 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add repair step to clean old calendar shares | ||||
| * | | | | | | | Add repair step to clean old calendar/contact shares | Roeland Jago Douma | 2016-06-09 | 3 | -0/+265 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #21889 | ||||
* | | | | | | | | Merge pull request #25046 from owncloud/fix-the-realm | Vincent Petry | 2016-06-10 | 4 | -4/+16 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use the correct realm for basic authentication | ||||
| * | | | | | | | | Use the correct realm for basic authentication - fixes #23427 | Thomas Müller | 2016-06-09 | 4 | -4/+16 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #25048 from owncloud/email-login-leak | Vincent Petry | 2016-06-10 | 2 | -10/+43 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Do not leak the login name | ||||
| * | | | | | | | | | Do not leak the login name - fixes #25047 | Thomas Müller | 2016-06-09 | 2 | -10/+43 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #25043 from owncloud/webdav-download-mimetype | Vincent Petry | 2016-06-10 | 6 | -5/+93 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | DAV now returns file name with Content-Disposition header | ||||
| * | | | | | | | | | DAV now returns file name with Content-Disposition header | Vincent Petry | 2016-06-09 | 6 | -5/+93 |
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue where Chrome would append ".txt" to XML files when downloaded in the web UI | ||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-10 | 64 | -14/+280 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #25000 from owncloud/fix-email-login-dav | Vincent Petry | 2016-06-09 | 3 | -7/+18 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Allow login by email address via webdav as well |