nextcloud-desktop-pachulo:upstream/pr/6372

Last commit made on 2018-06-06
Get this branch:
git clone -b upstream/pr/6372 https://git.launchpad.net/nextcloud-desktop-pachulo

Branch merges

Branch information

Name:
upstream/pr/6372
Repository:
lp:nextcloud-desktop-pachulo

Recent commits

797b402... by Christian Kamm <email address hidden>

Partial local discovery: Fix scheduling logic

A recent patch that touched the condition for deciding whether a
periodic full local discovery is necessary accidentally inverted the
condition.

448b0eb... by Roeland Jago Douma <email address hidden>

Merge pull request #374 from nextcloud/upstream/pr/6519

ShareLink: Preserve password when unrelated ui changes #6512

898a530... by Christian Kamm <email address hidden>

ShareLink: Preserve password when unrelated ui changes #6512

0493076... by Roeland Jago Douma <email address hidden>

Merge pull request #370 from nextcloud/upstream/pr/6238

update supported linux platforms

e2e6b06... by Olivier Goffart <email address hidden>

Update installing.rst

caf2121... by Jürgen Weigert

update supported linux platforms

8189c50... by Roeland Jago Douma <email address hidden>

Merge pull request #368 from nextcloud/upstream/sqlite-version

sqlite: Update bundled version to 3.23.1

31ba483... by Olivier Goffart <email address hidden>

sqlite: Update bundled version to 3.23.1

For OS X and Windows.

fb6e503... by Roeland Jago Douma <email address hidden>

Merge pull request #367 from nextcloud/upstream/clang

Fix a bunch of warning with clang

fbc1747... by Olivier Goffart <email address hidden>

Fix a bunch of warning with clang

The option -Wno-discarded-qualifiers only exists with GCC, clang warns that
it has no effects.

Also it warns when some virtual fuction are marked with override but not
all of them.