Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-27 | 1 | -2/+2 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #20760 from owncloud/webdav-authredirectfix | Thomas Müller | 2015-11-27 | 1 | -1/+1 |
|\ | | | | | Only reject ajax auth if user is really logged out | ||||
| * | Only reject ajax auth if user is really logged out | Vincent Petry | 2015-11-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #20702 from owncloud/move-user-principal-into-subfolder | Thomas Müller | 2015-11-26 | 4 | -36/+49 |
|\ \ | | | | | | | Users are available under it's own principal resource named 'principa… | ||||
| * | | Fix principal collection for CavDAVTester | Thomas Müller | 2015-11-26 | 1 | -2/+2 |
| | | | |||||
| * | | Introduce \OCP\IUser::getEMailAddress() | Thomas Müller | 2015-11-25 | 1 | -1/+1 |
| | | | |||||
| * | | Users are available under it's own principal resource named ↵ | Thomas Müller | 2015-11-25 | 4 | -34/+47 |
| | | | | | | | | | | | | 'principals/users' this will allow us to introduce e.g. groups as principals (one day) and system specific principals (needed for federation) | ||||
* | | | Merge pull request #20731 from owncloud/per-storage-updater | Thomas Müller | 2015-11-26 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Make Cache\Updater per storage | ||||
| * | | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -2/+2 |
| |/ | |||||
* / | Adding sync support - including dav tests | Thomas Müller | 2015-11-25 | 1 | -0/+1 |
|/ | |||||
* | Adjust sabre changes in core | Thomas Müller | 2015-11-24 | 6 | -111/+116 |
| | |||||
* | Do not authenticate over ajax | Vincent Petry | 2015-11-23 | 1 | -0/+7 |
| | | | | | | | This makes sure that whenever a Webdav call is done through Ajax, if the session has expired, it will not send back a challenge but a simple 401 response. Without this fix, the default code would send back a challenge and trigger the browser's basic auth dialog. | ||||
* | Merge pull request #16902 from owncloud/jsocclient | Thomas Müller | 2015-11-23 | 1 | -0/+27 |
|\ | | | | | Web UI uses Webdav instead of ajax/* calls | ||||
| * | Send download token as cookie to tell the UI that it started | Vincent Petry | 2015-11-22 | 1 | -0/+27 |
| | | | | | | | | | | | | This used to be done in the ajax download code. Now that single file downloads are going through Webdav, the token handling needs to be done here too. | ||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-20 | 8 | -17/+21 |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Adding an existing sharee is idempotent | Thomas Müller | 2015-11-19 | 1 | -8/+24 |
| | |||||
* | Implement CSRF protection | Thomas Müller | 2015-11-19 | 3 | -1/+26 |
| | |||||
* | Addressbook sharing added based on a simplified approach which is based on ↵ | Thomas Müller | 2015-11-19 | 7 | -3/+506 |
| | | | | calendar sharing standard | ||||
* | Merge pull request #20537 from ↵ | Thomas Müller | 2015-11-19 | 3 | -15/+10 |
|\ | | | | | | | | | owncloud/add-internal-locking-to-new-webdav-endpoint Add internal locking plugin | ||||
| * | Add internal locking plugin - fixes #20502 | Thomas Müller | 2015-11-16 | 3 | -15/+10 |
| | | |||||
* | | Merge pull request #20371 from owncloud/add-caldav-2 | Thomas Müller | 2015-11-18 | 3 | -6/+1198 |
|\ \ | | | | | | | Introducing CalDAV into core | ||||
| * | | Use uri as displayname | Thomas Müller | 2015-11-16 | 1 | -19/+7 |
| | | | |||||
| * | | components was not written to the database | Thomas Müller | 2015-11-16 | 1 | -0/+1 |
| | | | |||||
| * | | Add scheduling backend | Thomas Müller | 2015-11-16 | 1 | -4/+54 |
| | | | |||||
| * | | Fix Oracle | Thomas Müller | 2015-11-16 | 1 | -1/+1 |
| | | | |||||
| * | | Introducing CalDAV into core | Thomas Müller | 2015-11-16 | 3 | -6/+1159 |
| | | | |||||
* | | | Add internal fileid to webdav response | Vincent Petry | 2015-11-18 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Introduce a new property "oc:fileid" to return the internal file id. This is because the original "oc:id" property is a compound and it is not possible to extract the real id without knowing the instance id. The instance id is not available to external clients. | ||||
* | | | Merge pull request #20494 from owncloud/storage-forbidden-exception | Thomas Müller | 2015-11-18 | 4 | -0/+90 |
|\ \ \ | | | | | | | | | Allow storage wrappers to through a forbidden exception with retry information for clients | ||||
| * | | | Allow storage wrappers to through a forbidden exception with retry information | Joas Schilling | 2015-11-17 | 4 | -0/+90 |
| | |/ | |/| | |||||
* | | | Merge pull request #20188 from owncloud/webdav-exposeshareowner | Thomas Müller | 2015-11-17 | 2 | -0/+18 |
|\ \ \ | |/ / |/| | | Expose share owner id and display name via files webdav | ||||
| * | | Add "owner-id" and "owner-display-name" Webdav properties | Vincent Petry | 2015-11-16 | 2 | -0/+18 |
| |/ | |||||
* / | Add fake locker plugin for WebDAVFS | Lukas Reschke | 2015-11-13 | 3 | -2/+206 |
|/ | | | | 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. | ||||
* | Merge pull request #20431 from owncloud/carddav-enforce-displayname | Thomas Müller | 2015-11-10 | 1 | -1/+7 |
|\ | | | | | When creating addressbooks, make sure the displayname is set | ||||
| * | When creating addressbooks, make sure the displayname is set | Arthur Schiwon | 2015-11-10 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #20422 from owncloud/fix-20421-master | Thomas Müller | 2015-11-10 | 1 | -0/+3 |
|\ \ | |/ |/| | Ensure the user folder exists | ||||
| * | Ensure the user folder exists | Thomas Müller | 2015-11-10 | 1 | -0/+3 |
| | | |||||
* | | Adding CardDAV plugin to provide addressbook-home-set property | Thomas Müller | 2015-11-10 | 1 | -0/+2 |
|/ | |||||
* | Register DAVACL plugin to provide current-user-principal | Thomas Müller | 2015-11-09 | 1 | -0/+2 |
| | |||||
* | Introducing CardDAV into core | Thomas Müller | 2015-11-06 | 2 | -0/+564 |
| | |||||
* | Fix TagList namespace in property map | Vincent Petry | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #17104 from owncloud/chunked-upload-locking | Robin Appelman | 2015-10-27 | 2 | -10/+15 |
|\ | | | | | locking for chunked dav upload | ||||
| * | remove locking for chunks | Robin Appelman | 2015-10-20 | 1 | -4/+0 |
| | | |||||
| * | Adjust for wide locking | Robin Appelman | 2015-10-20 | 2 | -6/+12 |
| | | |||||
| * | locking for chunked dav upload | Robin Appelman | 2015-10-20 | 1 | -4/+7 |
| | | |||||
* | | Merge pull request #20066 from owncloud/list-principaly-in-debug-mode | Thomas Müller | 2015-10-27 | 1 | -3/+8 |
|\ \ | | | | | | | as soon as debug mode is enabled we allow listing of principals | ||||
| * | | as soon as debug mode is enabled we allow listing of principals | Thomas Müller | 2015-10-26 | 1 | -3/+8 |
| | | | |||||
* | | | Verify the src exists in webdav MOVE | Roeland Jago Douma | 2015-10-27 | 1 | -0/+4 |
|/ / | | | | | | | * Unit test added | ||||
* | | Adding required parameters of ctor of class Auth | Thomas Müller | 2015-10-26 | 1 | -1/+4 |
| | | |||||
* | | Introduced the new webdav endpoint remote.php/dav holding the principals and ↵ | Thomas Müller | 2015-10-26 | 5 | -0/+462 |
| | | | | | | | | the files collection | ||||
* | | Add tests for Sabre Auth plugin + make getCurrentUser compatible | Lukas Reschke | 2015-10-23 | 1 | -20/+39 |
|/ |