Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11822 from ↵ | Morris Jobke | 2018-10-18 | 3 | -9/+138 |
|\ | | | | | | | | | nextcloud/bugfix/noid/forbid_freebusy_but_allow_local_delivery allow local delivery of schedule message while prohibiting FreeBusy requests | ||||
| * | move disableFreeBusy check from User principal backend to Scheduling Outbox ↵ | Georg Ehrke | 2018-10-16 | 3 | -9/+138 |
| | | | | | | | | | | | | collection. This allows to keep local delivery of scheduling messages while prohibiting FreeBusy requests Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Properly escape column name in "createFunction" call | Morris Jobke | 2018-10-16 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use numeric placeholders if there are multiple, so that RTL languages can ↵ | Joas Schilling | 2018-10-09 | 1 | -4/+4 |
| | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | adjust Calendar resource / room interfaces to use class implementation | Georg Ehrke | 2018-10-08 | 1 | -8/+24 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Merge pull request #11435 from nextcloud/assemblystream-node-to-small | Morris Jobke | 2018-10-01 | 1 | -0/+9 |
|\ | | | | | throw an error if a node is smaller than expected in assemblystream | ||||
| * | throw an error if a node is smaller than expected in assemblystream | Robin Appelman | 2018-09-28 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | AssemblyStream is also eof if we have no more source stream | Robin Appelman | 2018-09-28 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | remove LogicException, because it's also triggered with legitimate parameters | Georg Ehrke | 2018-09-05 | 2 | -9/+10 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | use the same ignored properties list for both CustomerPropertiesBackends | Robin Appelman | 2018-08-28 | 2 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | cast timestamps older than unix epoch to 0 | Christian | 2018-08-27 | 1 | -1/+1 |
| | | | This change solves issues #10870, which is caused by method castValue of class FileSearchBackend: It casts the timestamps older than the unix epoch to false., see my comment https://github.com/nextcloud/server/pull/10835#discussion_r212806153. | ||||
* | disallow negative mtime in dav search | Robin Appelman | 2018-08-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #10543 from nextcloud/ignore-deactivated-users | Roeland Jago Douma | 2018-08-10 | 1 | -10/+14 |
|\ | | | | | Do not show deactivated users in sharees and contacts | ||||
| * | Remove users from system addressbook when user deactivated | Thomas Citharel | 2018-08-06 | 1 | -10/+14 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Add room shares to DAV and recent files "share-types" property | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Adding test for table schedulingobjects and fixing postgres LOB | Thomas Müller | 2018-08-06 | 1 | -1/+1 |
|/ | | | | | | (cherry picked from commit afd4ebf0404e8bcd7cba0bec2dce177e97632f8a) Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> | ||||
* | Update IMipPlugin.php | rakekniven | 2018-07-30 | 1 | -1/+1 |
| | | | Added space before ellipsis | ||||
* | Typo fix: Triple dot to ellipsis | rakekniven | 2018-07-29 | 1 | -1/+1 |
| | | | Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de> | ||||
* | Replace contacts-dark icon with contacts | Julius Härtl | 2018-07-24 | 2 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #9581 from nextcloud/dav-acl-no-files | Roeland Jago Douma | 2018-07-20 | 1 | -0/+11 |
|\ | | | | | disable dav acl plugin for files resource | ||||
| * | disable dav acl plugin for files resource | Robin Appelman | 2018-05-24 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fixed tests | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Fix getting ocs share permissions if a storage is not available | Robin Appelman | 2018-07-18 | 1 | -5/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Also shorten the name of the invitation tokens | Joas Schilling | 2018-07-12 | 4 | -7/+7 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Shorten resource table names to allow install on oracle again | Joas Schilling | 2018-07-12 | 3 | -12/+9 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #9942 from ↵ | Roeland Jago Douma | 2018-07-11 | 5 | -6/+566 |
|\ \ | | | | | | | | | | | | | nextcloud/feature/2338/invitation_response_in_email Include accept / decline links in CalDAV invitation emails | ||||
| * | | Include accept / decline links in CalDAV invitation emails | Georg Ehrke | 2018-06-29 | 5 | -6/+566 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | always log exceptions on dav write | Robin Appelman | 2018-07-09 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #9345 from nextcloud/federation20 | Morris Jobke | 2018-07-03 | 1 | -0/+38 |
|\ \ \ | | | | | | | | | Federation 2.0 | ||||
| * | | | look for correct OCM permissions | Bjoern Schiessle | 2018-07-02 | 1 | -0/+38 |
| |/ / | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | Improved logging of smb connection errors | Robin Appelman | 2018-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #10078 from ↵ | Morris Jobke | 2018-07-02 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/activity-277/invalid-actor-and-calendar-for-link-shares Correctly parse the subject parameters for link (un)shares of calendars | ||||
| * | | | Correctly parse the subject parameters for link (un)shares of calendars | Joas Schilling | 2018-07-02 | 1 | -0/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / / | Fix lazy search backend | Robin Appelman | 2018-07-02 | 1 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #10037 from nextcloud/dav-options-search | Morris Jobke | 2018-06-29 | 3 | -3/+82 |
|\ \ | | | | | | | Fix search related results in OPTIONS requests | ||||
| * | | Fix search related results in OPTIONS requests | Robin Appelman | 2018-06-28 | 3 | -3/+82 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #9773 from nextcloud/feature/noid/resource_booking | Morris Jobke | 2018-06-29 | 11 | -13/+953 |
|\ \ \ | |/ / |/| | | resource booking | ||||
| * | | Calendar resource booking: unit tests / adding missing annotations | Georg Ehrke | 2018-06-25 | 1 | -4/+6 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | periodically query calendar resource / room backends for updated resource / ↵ | Georg Ehrke | 2018-06-25 | 1 | -0/+335 |
| | | | | | | | | | | | | | | | | | | room information Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | apply group restrictions to resources | Georg Ehrke | 2018-06-25 | 5 | -29/+95 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | add resource / room principals | Georg Ehrke | 2018-06-25 | 10 | -13/+550 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Add groupware settings section | Julius Härtl | 2018-06-27 | 1 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | properly lock the target file on dav upload when not using part files | Robin Appelman | 2018-06-11 | 1 | -15/+23 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | enable caldav for webdav subtree public-calendars | Georg Ehrke | 2018-06-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Add sabre plugin to allow anonymous options requests to the dav root | Robin Appelman | 2018-06-01 | 3 | -0/+66 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #9609 from ↵ | Morris Jobke | 2018-06-01 | 1 | -0/+67 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/3830/invitations_for_shared_calendars send invitations for shared calendars | ||||
| * | | send invitations for shared calendars | Georg Ehrke | 2018-05-25 | 1 | -0/+67 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #9550 from ↵ | Morris Jobke | 2018-06-01 | 3 | -6/+19 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities | ||||
| * | | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵ | Georg Ehrke | 2018-05-22 | 3 | -6/+19 |
| |/ | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #9583 from nextcloud/files-home-userfolder | Morris Jobke | 2018-05-29 | 2 | -7/+9 |
|\ \ | | | | | | | use getUserFolder instead of getFileInfo when constructing FilesHome |