Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #21032 from nextcloud/backport/20846/stable19 | Roeland Jago Douma | 2020-05-19 | 3 | -12/+14 | |
|\ \ \ \ | |/ / / |/| | | | [stable19] Link permissions | |||||
| * | | | Fix share update test | Julius Härtl | 2020-05-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | | | Update public link share permission code | Roeland Jago Douma | 2020-05-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
| * | | | Have share permissions on link shares if it is enabled | Roeland Jago Douma | 2020-05-18 | 1 | -9/+10 | |
|/ / / | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | | Merge pull request #20991 from nextcloud/backport/20941/stable19 | Morris Jobke | 2020-05-18 | 4 | -26/+53 | |
|\ \ \ | |/ / |/| | | [stable19] update icewind/smb to 3.2.4 | |||||
| * | | update icewind/smb to 3.2.4 | Robin Appelman | 2020-05-15 | 4 | -26/+53 | |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #20963 from nextcloud/backport/20947/stable19 | Roeland Jago Douma | 2020-05-14 | 1 | -3/+3 | |
|\ \ | |/ |/| | [stable19] Bump yargs-parser | |||||
| * | Bump yargs-parser | Christoph Wurst | 2020-05-14 | 1 | -3/+3 | |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Merge pull request #20850 from nextcloud/version/19/rc2 | Roeland Jago Douma | 2020-05-14 | 1 | -2/+2 | |
|\ | | | | | 19 RC2 | |||||
| * | 19 RC2 | Roeland Jago Douma | 2020-05-14 | 1 | -2/+2 | |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #20960 from nextcloud/backport/20952/stable19 | Roeland Jago Douma | 2020-05-14 | 1 | -1/+1 | |
|\ | | | | | [stable19] Respect exit code of lint run - changed from -exec to xargs as this e… | |||||
| * | Respect exit code of lint run - changed from -exec to xargs as this exits ↵ | Morris Jobke | 2020-05-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | properly Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | Merge pull request #20961 from nextcloud/backport/20958/stable19 | Roeland Jago Douma | 2020-05-14 | 1 | -0/+6 | |
|\ \ | |/ |/| | [stable19] Allow links to conversations | |||||
| * | Allow links to conversations | Joas Schilling | 2020-05-13 | 1 | -0/+6 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #20954 from nextcloud/backport/20951/stable19 | Roeland Jago Douma | 2020-05-13 | 1 | -1/+1 | |
|\ | | | | | [stable19] Trailing comma's in functin arguments break on 7.2 | |||||
| * | Trailing comma's in functin arguments break on 7.2 | Roeland Jago Douma | 2020-05-13 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Merge pull request #20944 from nextcloud/backport/20897/stable19 | Roeland Jago Douma | 2020-05-13 | 2 | -6/+5 | |
|\ \ | |/ |/| | [stable19] Proxy server could cache http response when it is not private | |||||
| * | Fix http cache test | Clement Wong | 2020-05-13 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Clement Wong <git@clement.hk> | |||||
| * | Add public argument to Http cacheFor() | Clement Wong | 2020-05-13 | 1 | -5/+4 | |
| | | | | | | | | Signed-off-by: Clement Wong <git@clement.hk> | |||||
| * | Proxy server could cache http response when it is not private | Clement Wong | 2020-05-13 | 1 | -2/+2 | |
|/ | | | | Signed-off-by: Clement Wong <git@clement.hk> | |||||
* | Merge pull request #20940 from nextcloud/backport/20858/stable19 | Roeland Jago Douma | 2020-05-12 | 1 | -1/+3 | |
|\ | | | | | [stable19] Remember the webauthn name of devices | |||||
| * | Remember the webauthn name of devices | Roeland Jago Douma | 2020-05-12 | 1 | -1/+3 | |
|/ | | | | | | | Fixes #20289 we should not reset to default once we have logged in with the device. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #20923 from nextcloud/backport/20915/stable19 | Roeland Jago Douma | 2020-05-11 | 2 | -11/+24 | |
|\ | | | | | [stable19] Use random_bytes | |||||
| * | Use random_bytes | Roeland Jago Douma | 2020-05-11 | 2 | -11/+24 | |
| | | | | | | | | | | | | | | Since we don't care if it is human readbale. The code is backwards compatible with the old format. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Merge pull request #20878 from nextcloud/backport/20719/stable19 | John Molakvoæ | 2020-05-11 | 4 | -49/+74 | |
|\ \ | |/ |/| | ||||||
| * | Fix languages empty array | GretaD | 2020-05-08 | 4 | -49/+74 | |
| | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> | |||||
* | | Merge pull request #20880 from nextcloud/backport/20860/stable19 | Roeland Jago Douma | 2020-05-09 | 4 | -5/+29 | |
|\ \ | | | | | | | [stable19] macOS contacts: prefer personal over app generated | |||||
| * | | Rename app-generated to z-app-generated, because macOS Contacts supports ↵ | Georg Ehrke | 2020-05-08 | 2 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | only one and will pick the first one alphabetically Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
| * | | Implement ctag and etag in ContactsInteraction | Georg Ehrke | 2020-05-08 | 3 | -3/+28 | |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | | Merge pull request #20885 from nextcloud/backport/20853/stable19 | Roeland Jago Douma | 2020-05-09 | 1 | -1/+1 | |
|\ \ | |/ |/| | [stable19] Fix color-text-maxcontrast not passing WCAG AA | |||||
| * | Fix color-text-maxcontrast not passing WCAG AA | Jan-Christoph Borchardt | 2020-05-09 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | |||||
* | Merge pull request #20873 from nextcloud/backport/20864/stable19 | Morris Jobke | 2020-05-08 | 1 | -1/+1 | |
|\ | | | | | [stable19] Install page app naming | |||||
| * | Install page app naming | Roeland Jago Douma | 2020-05-08 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Merge pull request #20872 from nextcloud/backport/20831/stable19 | Roeland Jago Douma | 2020-05-08 | 3 | -5/+11 | |
|\ \ | | | | | | | [stable19] Do not process the same FileInfo twice | |||||
| * | | Do not process the same FileInfo twice | John Molakvoæ (skjnldsv) | 2020-05-08 | 3 | -5/+11 | |
| |/ | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | |||||
* | | Merge pull request #20871 from nextcloud/backport/20861/stable19 | Roeland Jago Douma | 2020-05-08 | 7 | -8/+8 | |
|\ \ | |/ |/| | [stable19] Fix replacement dialog | |||||
| * | Fix replacement dialog | Roeland Jago Douma | 2020-05-08 | 7 | -8/+8 | |
|/ | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | |||||
* | Merge pull request #20823 from nextcloud/version/19/RC1v19.0.0RC1 | Roeland Jago Douma | 2020-05-06 | 1 | -2/+2 | |
|\ | | | | | 19 RC1 | |||||
| * | 19 RC1 | Roeland Jago Douma | 2020-05-04 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Merge pull request #20841 from nextcloud/trashbin-locking | Roeland Jago Douma | 2020-05-06 | 2 | -21/+81 | |
|\ \ | | | | | | | add locking to resolve concurent move to trashbin conflicts | |||||
| * | | add locking to resolve concurent move to trashbin conflicts | Robin Appelman | 2020-05-06 | 2 | -21/+81 | |
| | | | | | | | | | | | | | | | | | | | | | uses a lock to prevent two requests from moving a file to the trashbin concurrently (causing sql duplicate key errors) Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Merge pull request #20837 from nextcloud/bugfix/noid/fix-syntax | Morris Jobke | 2020-05-06 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fix syntax | |||||
| * | | Fix syntax | Joas Schilling | 2020-05-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #20832 from ↵ | Morris Jobke | 2020-05-06 | 4 | -8/+10 | |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/fix/sharing-filter-user-shares-only-fix-group-display Do not filter id matching userId on non-user-share shares | |||||
| * | | | Do not filter id matching userId on non-user-share shares | John Molakvoæ (skjnldsv) | 2020-05-05 | 4 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | |||||
* | | | | Merge pull request #18955 from adrb/swift_upload_large_objects | Roeland Jago Douma | 2020-05-06 | 1 | -4/+14 | |
|\ \ \ \ | |_|/ / |/| | | | Large Object support for OpenStack Swift | |||||
| * | | | Large Object support for OpenStack Swift. | Adrian Brzezinski | 2020-04-27 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now, you wouldn't be able to create objects larger that 5GB. It's somewhat related with pull #18883 Signed-off-by: Adrian Brzezinski <adrian.brzezinski@eo.pl> | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-06 | 6 | -2/+52 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #20825 from nextcloud/fix/sharing-own-group | John Molakvoæ | 2020-05-05 | 3 | -22/+24 | |
|\ \ \ | ||||||
| * | | | Fix filtering our owner & current user from shares | John Molakvoæ (skjnldsv) | 2020-05-05 | 3 | -22/+24 | |
|/ / / | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> |