summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-09-282-2/+2
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-09-278-10/+20
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-09-2616-2/+18
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-09-25136-266/+364
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-09-2416-8/+70
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-09-2310-10/+32
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2020-09-2210-20/+20
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-09-2110-8/+12
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-09-2026-8/+44
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-09-18184-128/+304
| |_|/ / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-09-18166-378/+478
| |/ / |/| |
* | | Merge pull request #22900 from nextcloud/backport/21894/stable18Morris Jobke2020-09-171-2/+2
|\ \ \ | | | | | | | | [stable18] fix: file quota was not applied in all cases
| * | | fix: file quota was not applied in all caseskorelstar2020-09-171-2/+2
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2020-09-1786-92/+112
| | |
* | | Merge pull request #22894 from nextcloud/backport/22880/stable18Morris Jobke2020-09-161-17/+18
|\ \ \ | | | | | | | | [stable18] Revoke secsignid
| * | | Revoke secsignidMorris Jobke2020-09-161-17/+18
|/ / / | | | | | | | | | | | | | | | See nextcloud/app-certificate-requests#343 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-09-168-2/+46
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-09-15230-374/+716
| | |
* | | Merge pull request #22841 from nextcloud/backport/22770/stable18Morris Jobke2020-09-141-1/+5
|\ \ \ | | | | | | | | [stable18] Mitigate encoding issue with user principal uri
| * | | Mitigate encoding issue with user principal uriGeorg Ehrke2020-09-141-1/+5
|/ / / | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #22781 from nextcloud/backport/22775/stable18Roeland Jago Douma2020-09-113-7/+14
|\ \ \ | | | | | | | | [stable18] makes LDAP's group updater dispatch type events
| * | | makes LDAP's group updater dispatch type eventsArthur Schiwon2020-09-103-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | * fixes group share updates on added users Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #22779 from nextcloud/backport/22739/stable18Roeland Jago Douma2020-09-112-2/+12
|\ \ \ \ | | | | | | | | | | [stable18] Don't fail if copying a file of 0 byte size
| * | | | Annotate that writeStream can throw a GenericFileExceptionJulius Härtl2020-09-101-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Properly catch exception from writing to stream when copying a fileJulius Härtl2020-09-101-2/+9
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #22777 from nextcloud/backport/22747/stable18Roeland Jago Douma2020-09-111-2/+3
|\ \ \ \ | | | | | | | | | | [stable18] fix s3 doesDirectoryExist check for empty directories
| * | | | Set delimiter so that the CommonPrefixes response can properly be determinedJulius Härtl2020-09-101-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | fix s3 doesDirectoryExist check for empty directoriesRobin Appelman2020-09-101-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if a directory is empty, only the 'marker' object `/` exists. since not all s3 implementations return just the prefix when listing objects by prefix, when listing objects by the folder prefix, nothing will be returned if the directory is empty. by not including the trailing slash in the prefix, the folder marked will always be returned if it exists Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #22592 from nextcloud/backport/22577/stable18Roeland Jago Douma2020-09-111-0/+2
|\ \ \ \ | |/ / / |/| | | [stable18] Better error message when blocked by access control
| * | | Better error message when blocked by access controlJoas Schilling2020-09-041-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #22631 from nextcloud/backport/22583/stable18blizzz2020-09-106-133/+69
|\ \ \ \ | | | | | | | | | | [stable18] LDAP: remove unused methods and DB values
| * | | | add repair step to clean up DB off lastFeatureRefresh entries in user prefsArthur Schiwon2020-09-076-131/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - also removes related app setting "updateAttributesInterval" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-062-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - only references were in unit tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #22754 from nextcloud/backport/22651/stable18Roeland Jago Douma2020-09-102-2/+13
|\ \ \ \ \ | | | | | | | | | | | | [stable18] Fix reading empty files from objectstorage
| * | | | | Fix reading empty files from objectstorageRoeland Jago Douma2020-09-092-2/+13
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we try to do range requests this will fail hard. However since empty files are not that interesting to read anyways we just read from an emptry memory stream. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #22746 from nextcloud/backport/22646/stable18Morris Jobke2020-09-092-2/+8
|\ \ \ \ \ | | | | | | | | | | | | [stable18] Fix detecting text/x-php mimetype and secure mimetype mapping
| * | | | | Add text/x-php as an alternative for application/x-phpJulius Härtl2020-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Properly add both mimetypes to secure mimetype mappingJulius Härtl2020-09-091-1/+7
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #22653 from nextcloud/backport/22643/stable18Morris Jobke2020-09-092-1/+8
|\ \ \ \ \ | | | | | | | | | | | | [stable18] Fix installing on Oracle
| * | | | | Warn about adding NotNull columns with nullable defaultJoas Schilling2020-09-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix installing on OracleJoas Schilling2020-09-071-1/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Empty strings are stored as null in Oracle, so a column with NotNull can not have an empty string as default Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #22714 from nextcloud/backport/stable18/22557Morris Jobke2020-09-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable18] Do not fail if share for mountpoint is no longer available
| * | | | | Do not fail if share for mountpoint is no longer availableJulius Härtl2020-09-081-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #22721 from nextcloud/backport/22469/stable18Morris Jobke2020-09-091-3/+3
|\ \ \ \ \ | | | | | | | | | | | | [stable18] Don't use SELECT DISTINCT when to_char() is used in a WHERE statement
| * | | | | Don't use SELECT DISTINCT when to_char() is used in a WHERE statementJoas Schilling2020-09-081-3/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Nice bug in Oracle Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #22726 from nextcloud/version/18.0.9/finalv18.0.9Morris Jobke2020-09-091-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | 18.0.9 final
| * | | | 18.0.9 finalRoeland Jago Douma2020-09-081-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #22602 from ↵Roeland Jago Douma2020-09-071-10/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/stable18/http-proxy-1.18.1 [Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build
| * | | | [Security] Bump http-proxy from 1.17.0 to 1.18.1 in /builddependabot-preview[bot]2020-09-041-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. **This update includes a security fix.** - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-09-0714-54/+162
| |/ / / |/| | |