Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix apps/ | Joas Schilling | 2016-07-21 | 4 | -9/+18 |
| | |||||
* | Implement brute force protection | Lukas Reschke | 2016-07-20 | 3 | -0/+3 |
| | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login) | ||||
* | remove unused parameter | Bjoern Schiessle | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -0/+1 |
|\ | |||||
| * | Contacts API: replace raw image data with url (#25081) | Georg Ehrke | 2016-06-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add uri to AddressBookImpl array * Introduce ImageExportPlugin for CardDav * add plugin to v1 routes * replace binary contact photo with link * update tests * Adding unit tests | ||||
* | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611 | Arthur Schiwon | 2016-06-11 | 1 | -6/+3 |
|\| | |||||
| * | 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. | ||||
* | | block webdav access if share is not readable | Bjoern Schiessle | 2016-06-09 | 1 | -0/+5 |
|/ | |||||
* | block DAV if 2FA challenge needs to be solved first | Christoph Wurst | 2016-06-01 | 3 | -0/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -4/+6 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -1/+3 |
| | |||||
* | Merge pull request #23268 from ↵ | Thomas Müller | 2016-04-18 | 1 | -0/+1 |
|\ | | | | | | | | | owncloud/range-requests-should-not-block-the-session Close session for publicwebdav | ||||
| * | Close session for publicwebdav | Lukas Reschke | 2016-03-15 | 1 | -0/+1 |
| | | | | | | | | We need to close the session otherwise streaming will lead to a blocked ownCloud. | ||||
* | | Move public webdav auth over to share manager | Roeland Jago Douma | 2016-04-08 | 1 | -5/+8 |
| | | | | | | | | The public webdav auth should use the shiny new share manager. | ||||
* | | Return 401 DummyBasicAuth in case of ajax call | Vincent Petry | 2016-03-31 | 1 | -1/+1 |
| | | |||||
* | | Fix acls for calendar objects and cards - fixes #23273 | Thomas Müller | 2016-03-24 | 1 | -1/+1 |
| | | |||||
* | | In debugging mode we enable Sabre's browser plugin since it helps a lot when ↵ | Thomas Müller | 2016-03-17 | 2 | -8/+18 |
|/ | | | | debugging | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -0/+4 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Add correct principals for the current user before ACL check | Joas Schilling | 2016-02-19 | 2 | -3/+8 |
| | |||||
* | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 3 | -0/+3 |
| | |||||
* | Check that the owner of a link share still has share permissions on access | Robin Appelman | 2016-02-09 | 1 | -1/+7 |
| | |||||
* | Adding pre oc 9.0 CalDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 1 | -0/+69 |
| | |||||
* | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 2 | -1/+72 |
| | |||||
* | Remove the listener plugin | Joas Schilling | 2016-01-13 | 2 | -2/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 2 | -9/+5 |
| | |||||
* | Add fake locker plugin for WebDAVFS | Lukas Reschke | 2015-11-13 | 2 | -2/+4 |
| | | | | WebDAVFS as used by Finder requires a Class 2 compatible WebDAV server. This change introduces a fake locking provider which will simply advertise Locking support when a request originates from WebDAVFS. It will also return successful LOCK and UNLOCK responses. | ||||
* | Add tests for Sabre Auth plugin + make getCurrentUser compatible | Lukas Reschke | 2015-10-23 | 1 | -1/+4 |
| | |||||
* | Fix webdav access | Roeland Jago Douma | 2015-10-16 | 1 | -1/+2 |
| | | | | | * Correct namespace * Pass the EventDispatcher to the webDAV server | ||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 2 | -0/+129 |