summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Move event and todo parsing to new APIJoas Schilling2016-11-291-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move calendar activity parsing to new APIJoas Schilling2016-11-291-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move CalDAV activity settings to new APIJoas Schilling2016-11-291-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move CalDAV activity filters to new APIJoas Schilling2016-11-291-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove 9.1 migration steps in app dav (#25654)Thomas Müller2016-11-221-4/+0
|
* Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-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 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use the event dispatcherJoas Schilling2016-11-031-4/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the methods into a new classJoas Schilling2016-11-031-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma2016-10-241-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make files_drop workRoeland Jago Douma2016-10-241-3/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix issue #1482 - mail invites through v1 webdavClaudemir Todo Bom2016-10-121-0/+2
| | | | | Signed-off-by: Claudemir Todo Bom <claudemir@todobom.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-112-39/+6
| | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix SyncJob class name in info.xmlJoas Schilling2016-10-061-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1197 from nextcloud/oc-public-sharingLukas Reschke2016-09-272-1/+12
|\ | | | | CalDAV calendar public sharing
| * Use true random string as uri for public calendars - as a result we can no ↵Thomas Müller2016-09-261-1/+3
| | | | | | | | longer return the pre-publish-url
| * Add publicuri to oc_dav_shares table and start working with itThomas Citharel2016-09-262-1/+9
| |
| * fix things (indentation, tests, comments, backend custom implementationThomas Citharel2016-09-261-1/+2
| |
| * Make little correctionsThomas Citharel2016-09-261-1/+0
| | | | | | | | Function getPublishedStatus) is not working atm.
| * Proper work on PublishingThomas Citharel2016-09-261-0/+1
| |
* | Increase the max length for componentsJoas Schilling2016-09-272-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1457 from nextcloud/upstream-fix-birthday-calendar-componentLukas Reschke2016-09-261-0/+1
|\ \ | |/ |/| [Upstream] fix birthday calendar component
| * Adding repair step to fix component of birthday calendarsThomas Müller2016-09-201-0/+1
| |
* | Use magic DIJoas Schilling2016-09-202-4/+5
|/
* Better displaynames for shared address booksJoas Schilling2016-08-241-1/+1
|
* Better displaynames for shared calendarsJoas Schilling2016-08-241-1/+1
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* fix #724 by using step instead of jobBernhard Posselt2016-08-041-2/+2
|
* add dav property to check if a file has a preview availableRobin Appelman2016-07-272-2/+4
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #517 from nextcloud/fix-typoJoas Schilling2016-07-221-1/+1
|\ | | | | Fix typo in docs
| * Use app name from stable9Joas Schilling2016-07-221-1/+1
| |
* | Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ \ | |/ |/| Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Merge pull request #496 from nextcloud/fix-config-generationMorris Jobke2016-07-211-1/+1
|\ \ | | | | | | Make the changes from doc fix persistant
| * | Change the app nameJoas Schilling2016-07-211-1/+1
| |/
* | Update with robinJoas Schilling2016-07-211-1/+1
| |
* | Fix apps/Joas Schilling2016-07-217-14/+26
|/
* Implement brute force protectionLukas Reschke2016-07-203-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 parameterBjoern Schiessle2016-07-141-1/+1
|
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-0/+1
|\
| * Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-211-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 remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-213-52/+3
|\|
| * Move birthday calendar generation to a live migration job (#25135)Thomas Müller2016-06-163-52/+3
| |
* | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-113-7/+15
|\|
| * Merge pull request #24990 from owncloud/fix_24868Vincent Petry2016-06-101-6/+3
| |\ | | | | | | Wrap publicwebdav in sharePermission mask
| | * Wrap publicwebdav in sharePermission maskRoeland Jago Douma2016-06-061-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.
| * | Implement classification migration as repair stepThomas Müller2016-06-092-1/+5
| | |
| * | Bump dav app version and fix variable renameThomas Müller2016-06-091-1/+1
| | |