summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #9803 from nextcloud/backport/9802/stable13John Molakvoæ2018-06-111-1/+1
|\ \ \ | |/ / |/| | [stable13] Make the token expiration also work for autocasting 0
| * | Make the token expiration also work for autocasting 0Roeland Jago Douma2018-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | Some bad databases don't respect the default null apprently. Now even if they cast it to 0 it should work just fine. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-116-0/+18
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1010-4/+32
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-0932-0/+108
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-06-08276-11600/+11754
| |
* | Merge pull request #9788 from nextcloud/notify-credentials-env-13Morris Jobke2018-06-071-0/+8
|\ \ | | | | | | [13] allow setting notify credentials in environment
| * | allow setting notify credentials in environmentRobin Appelman2018-06-071-0/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #9778 from nextcloud/version/noid/13.0.3v13.0.3Morris Jobke2018-06-071-2/+2
|\ \ \ | | | | | | | | 13.0.3
| * | | 13.0.3Morris Jobke2018-06-071-2/+2
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-07170-14454/+15014
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-0630-2/+42
| | |
* | | Merge pull request #9731 from nextcloud/version/noid/13.0.3RC2v13.0.3RC2Morris Jobke2018-06-041-2/+2
|\ \ \ | | | | | | | | 13.0.3 RC 2
| * | | 13.0.3 RC 2Morris Jobke2018-06-041-2/+2
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #9732 from ↵Morris Jobke2018-06-041-1/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/stable13-fix-contacts-menu-local-null-check [stable13] Fix local users check in contacts menu
| * | | Fix syntax for php5.6Christoph Wurst2018-06-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Fix local users check in contacts menuChristoph Wurst2018-06-041-1/+2
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #9727 from nextcloud/nav-fixMorris Jobke2018-06-041-1/+1
|\ \ \ | | | | | | | | [stable13] Fix header nav
| * | | [stable13] Fix header navJohn Molakvoæ (skjnldsv)2018-06-041-1/+1
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-0414-36/+38
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-0310-18/+20
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-026-146/+156
| | |
* | | Merge pull request #9700 from nextcloud/version/noid/13.0.3RC1v13.0.3RC1Morris Jobke2018-06-011-2/+2
|\ \ \ | | | | | | | | 13.0.3 RC 1
| * | | 13.0.3 RC 1Morris Jobke2018-06-011-2/+2
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #9712 from nextcloud/backport/9711/stable13Morris Jobke2018-06-012-0/+4
|\ \ \ | | | | | | | | [stable13] Fix the unit tests
| * | | Fix the master unit testsRoeland Jago Douma2018-06-012-0/+4
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9610 from ↵Morris Jobke2018-06-011-0/+67
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix-stable13/3830/invitations_for_shared_calendars [stable13] send invitations for shared calendars
| * | | send invitations for shared calendarsGeorg Ehrke2018-05-251-0/+67
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #9694 from nextcloud/backport/9692/stable13Morris Jobke2018-06-011-1/+9
|\ \ \ \ | | | | | | | | | | [stable13] Make sure the log doesn't try to read from PUT if it can't
| * | | | Make sure the log doesn't try to read from PUT if it can'tRoeland Jago Douma2018-05-301-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a PUT request comes in that is not JSON or from encoded. Then we can only read it (exactly) once. If that is the case we must assume no shared secret is set. If we don't then we either are the first to read it, thus causing the real read of the data to fail. Or we are later and then it throws an exception (also failing the request). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #9707 from ↵Morris Jobke2018-06-016-87/+168
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix-stable13/noid/override_freebusy_sharing_rules [stable13] allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities
| * | | | | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-316-87/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-06-0134-12/+146
| | | | | |
* | | | | | Merge pull request #9655 from nextcloud/backport/9268/stable13Roeland Jago Douma2018-05-3114-38/+252
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [stable13] Do not load calendar/addressbook plugins if not needed
| * | | | | Remove not needed changeMorris Jobke2018-05-311-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Remove type hints for PHP 5.6Morris Jobke2018-05-314-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Move repairstep to a custom commandRoeland Jago Douma2018-05-306-39/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Fix testsRoeland Jago Douma2018-05-302-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Adding repair step which cleans shares of invalid principalsRoeland Jago Douma2018-05-306-11/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/owncloud/core/pull/30149/commits/edacf22fbce4deefc181c53dd84c5fb278a9a28d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | CalDAV and CardDAV plugins need to be registered for the principals ↵Roeland Jago Douma2018-05-302-13/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | collection as well https://github.com/owncloud/core/pull/30149/commits/9f2e6431b88a9635b291b0e824abf74ba766616d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | When sharing calendars and addressbooks the principal has to be verified to ↵Roeland Jago Douma2018-05-304-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be valid https://github.com/owncloud/core/pull/30149/commits/d3fb8fcdd3a6b00bde0c3c9eb4039876e7fc1967 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Do not load calendar/addressbook plugins if not neededRoeland Jago Douma2018-05-301-16/+28
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #6711 Based on https://github.com/owncloud/core/pull/30149/commits/f0fb21cf3563088284c56be4eac48c7d9725cb21 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / / [tx-robot] updated from transifexNextcloud bot2018-05-3134-166/+138
|/ / / /
* | | | Merge pull request #9654 from nextcloud/backport/9360/stable13Morris Jobke2018-05-302-6/+6
|\ \ \ \ | | | | | | | | | | [stable13] Fix "Invalid argument supplied for foreach()"
| * | | | adjust unit tests for \"Invalid argument supplied for foreach()\" fixRoger Szabo2018-05-291-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | | Fix "Invalid argument supplied for foreach()"Roger Szabo2018-05-291-2/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | | | Merge pull request #9668 from nextcloud/backport/9666/stable13Morris Jobke2018-05-302-0/+26
|\ \ \ \ | | | | | | | | | | [stable13] Make sure the file is readable before attempting to create a preview
| * | | | Make sure the file is readable before attempting to create a previewRoeland Jago Douma2018-05-292-0/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #9662 from nextcloud/backport/9640/stable13Morris Jobke2018-05-302-7/+56
|\ \ \ \ \ | | | | | | | | | | | | [stable13] check user state when fetching to avoid dealing with offline objects
| * | | | | check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-292-7/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #9502 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>