Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log failure on parsing | John Molakvoæ (skjnldsv) | 2019-01-04 | 1 | -1/+4 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵ | Georg Ehrke | 2018-05-22 | 2 | -0/+2 |
| | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Principal search: Take sharing settings into account | Georg Ehrke | 2017-12-11 | 2 | -0/+4 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | catch errors when parsing calendar data for calendar query requests | Georg Ehrke | 2017-11-27 | 1 | -1/+2 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -1/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix phpStorm complaints | Joas Schilling | 2017-11-03 | 1 | -9/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | DAV: Initial email customization support | Leon Klingele | 2017-11-03 | 1 | -2/+9 |
| | | | | | Signed-Off-By: Leon Klingele <leon@struktur.de> Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Merge pull request #6811 from nextcloud/feature/noid/disable_caldav_invitations | Joas Schilling | 2017-10-19 | 1 | -1/+6 |
|\ | | | | | Opt out of IMip CalDAV Plugin | ||||
| * | Make it possible to opt out of IMip Plugin for CalDAV | Georg Ehrke | 2017-10-16 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Check if the user/group exists for dav shares | Joas Schilling | 2017-10-05 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | don't send invitation emails for past events | Georg Ehrke | 2017-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | also allow to register additional plugins if the old endpoint is used | Bjoern Schiessle | 2017-08-30 | 1 | -0/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix preview for public links | Bjoern Schiessle | 2017-07-20 | 1 | -1/+3 |
| | | | | | | | | in case a user is already logged in on the same server from which the public link comes from, we need to setup the owners file system in order to show the preview Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Make legacy DAV backend use the BearerAuth backend as well | Lukas Reschke | 2017-05-18 | 2 | -2/+11 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix init | Roeland Jago Douma | 2017-05-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Always dispatch Carddav events | Roeland Jago Douma | 2017-05-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #3802 from Ko-/master | Roeland Jago Douma | 2017-03-16 | 1 | -1/+3 |
|\ | | | | | Check that set_time_limit is not disabled before calling it | ||||
| * | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl> | ||||
* | | Fix scheduling plugin on legacy caldav endpoint | Joas Schilling | 2017-03-16 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add integration tests for legacy DAV endpoints | Lukas Reschke | 2017-02-10 | 2 | -0/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Prevent PHP request to get killed when using fclose callback (#26775) | Vincent Petry | 2017-01-23 | 1 | -0/+1 |
| | | | | | | | | * Prevent PHP request to get killed when using fclose callback * Add ignore_user_abort everywhere where the time limit is set to 0 Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix legacy caldav endpoints | Roeland Jago Douma | 2017-01-02 | 1 | -1/+1 |
| | | | | | | | * CaldavBackend is now endpoint aware (use old style principals on old endpoint and new onces on new). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add test execution against legacy DAV backend | Lukas Reschke | 2017-01-02 | 2 | -0/+2 |
| | | | | | | Since the tests to quite hugely rely on sync tokens being present I also included those in the legacy backend. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Hack to prevent warning for read-only wrapper in public links | Vincent Petry | 2016-11-16 | 1 | -5/+3 |
| | | | | | | | | | | | Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future. | ||||
* | Use the event dispatcher | Joas Schilling | 2016-11-03 | 1 | -4/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move the methods into a new class | Joas Schilling | 2016-11-03 | 1 | -2/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Only enable files_drop plugin when we actuall do files_drop | Roeland Jago Douma | 2016-10-24 | 1 | -0/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make files_drop work | Roeland Jago Douma | 2016-10-24 | 1 | -3/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | fix issue #1482 - mail invites through v1 webdav | Claudemir Todo Bom | 2016-10-12 | 1 | -0/+2 |
| | | | | | Signed-off-by: Claudemir Todo Bom <claudemir@todobom.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use true random string as uri for public calendars - as a result we can no ↵ | Thomas Müller | 2016-09-26 | 1 | -1/+3 |
| | | | | longer return the pre-publish-url | ||||
* | fix things (indentation, tests, comments, backend custom implementation | Thomas Citharel | 2016-09-26 | 1 | -1/+2 |
| | |||||
* | Make little corrections | Thomas Citharel | 2016-09-26 | 1 | -1/+0 |
| | | | | Function getPublishedStatus) is not working atm. | ||||
* | Proper work on Publishing | Thomas Citharel | 2016-09-26 | 1 | -0/+1 |
| | |||||
* | Better displaynames for shared address books | Joas Schilling | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Better displaynames for shared calendars | Joas Schilling | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | add dav property to check if a file has a preview available | Robin Appelman | 2016-07-27 | 2 | -2/+4 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | 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 |