summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Add migration stepThomas Müller2016-06-092-1/+2
| | |
| * | Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-091-0/+6
| |/
* / block webdav access if share is not readableBjoern Schiessle2016-06-091-0/+5
|/
* block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-013-0/+3
|
* Update license headersLukas Reschke2016-05-268-5/+11
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-126-174/+5
| | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4
* Add background job declaration of dav app to info.xmlThomas Müller2016-05-034-7/+3
|
* firstoccurence and lastoccurence have a length now - triggering BIGINT on ↵Thomas Müller2016-04-292-1/+3
| | | | postgres - refs #24221
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+3
|
* Merge pull request #23268 from ↵Thomas Müller2016-04-181-0/+1
|\ | | | | | | | | owncloud/range-requests-should-not-block-the-session Close session for publicwebdav
| * Close session for publicwebdavLukas Reschke2016-03-151-0/+1
| | | | | | | | We need to close the session otherwise streaming will lead to a blocked ownCloud.
* | Remove dav migration for 9.1Thomas Müller2016-04-133-66/+0
| |
* | Merge pull request #23510 from owncloud/birthdays-on-shared-addressbooksThomas Müller2016-04-081-4/+11
|\ \ | | | | | | Propagate birthdays of shared addressbooks to the sharee's birthday c…
| * | Propagate birthday to group shares as wellThomas Müller2016-03-231-4/+9
| | |
| * | Propagate birthdays of shared addressbooks to the sharee's birthday calendar ↵Thomas Müller2016-03-231-0/+2
| | | | | | | | | | | | as well
* | | Move public webdav auth over to share managerRoeland Jago Douma2016-04-081-5/+8
| | | | | | | | | | | | The public webdav auth should use the shiny new share manager.
* | | All webdav endpoints within remote.php are now hardcoded - helps to prevent ↵Thomas Müller2016-04-051-11/+0
| | | | | | | | | | | | migration issues like #23610 - furthermore there is no need to dynamically lookup all the endpoints we already know
* | | Return 401 DummyBasicAuth in case of ajax callVincent Petry2016-03-311-1/+1
| | |
* | | Merge pull request #23508 from owncloud/text-columns-should-have-lengthThomas Müller2016-03-302-1/+22
|\ \ \ | | | | | | | | Text columns should really have a length :see_no_evil:
| * | | Text columns should really have a length :see_no_evil:Thomas Müller2016-03-232-1/+22
| |/ /
* | | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-241-1/+1
| | |
* | | fixes #23496Thomas Müller2016-03-231-2/+4
|/ /
* | Merge pull request #23083 from owncloud/generate-birthdays-on-upgradeThomas Müller2016-03-214-1/+18
|\ \ | | | | | | Birthday events are generated on upgrade
| * | Generate birthdays on upgrade from 8.2 as wellThomas Müller2016-03-101-0/+1
| | |
| * | Birthday events are generated on upgradeThomas Müller2016-03-103-1/+17
| |/
* / In debugging mode we enable Sabre's browser plugin since it helps a lot when ↵Thomas Müller2016-03-172-8/+18
|/ | | | debugging
* Calendar and addressbook migration commands are always availableThomas Müller2016-03-071-10/+2
|
* Handle addressbook migration issue by writing the faulty event to the log ↵Thomas Müller2016-03-071-1/+4
| | | | and continue
* Handle calendar migration issue by writing the faulty event to the log and ↵Thomas Müller2016-03-071-1/+4
| | | | continue
* Use CLOB for timezoneLukas Reschke2016-03-042-3/+3
| | | | | | | | TEXT defaults to a length of 255 which is going to fail in some cases as the timezone can be rather long. This changes it back to a CLOB as it has been before as well: https://github.com/owncloudarchive/calendar/commit/8d8bb68b010fc2c42a258dee43516404a95ab861. I'm not super convinced that CLOB is the best choice here but at least it seems to work. Fixes https://github.com/owncloud/core/issues/22876
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Update author informationLukas Reschke2016-03-015-1/+6
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Handle null caseThomas Müller2016-03-011-2/+5
|
* remove synced remote address book if the remote server revoked access to his ↵Bjoern Schiessle2016-02-291-1/+2
| | | | system address book
* remove remote address book if the admin removes the server from the trusted ↵Bjoern Schiessle2016-02-291-0/+12
| | | | servers list
* Add correct principals for the current user before ACL checkJoas Schilling2016-02-192-3/+8
|
* Merge pull request #22198 from owncloud/birthday-calendarThomas Müller2016-02-192-5/+40
|\ | | | | Sync a users contacts birthday to the users birthday calendar
| * Adding cli command to sync birthday calendarThomas Müller2016-02-182-8/+13
| |
| * Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-182-5/+35
| |
* | Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-183-0/+3
|/