summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24017 from nextcloud/enh/share_expirationMorris Jobke2020-11-192-25/+43
|\ | | | | Make the expire shares cron job actually expire the shares
| * Make the expire shares cron job actually expire the sharesRoeland Jago Douma2020-11-192-25/+43
| | | | | | | | | | | | | | | | | | | | Right now we just delete the shares from the DB. Which is efficient sure. But doesn't trigger any real cleanup. So no Admin audit entries or any other post processing is done. This makes sure we really trigger this. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #24203 from nextcloud/enh/search_regex_file_sharesMorris Jobke2020-11-191-0/+16
|\ \ | | | | | | Use regex when searching on single file shares
| * | Limit shared cache search if it is just a fileRoeland Jago Douma2020-11-191-0/+16
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #24211 from nextcloud/bugfix/noid/theming-imageMorris Jobke2020-11-191-4/+5
|\ \ \ | | | | | | | | Fix setting images through occ for theming
| * | | Fix setting images through occ for themingJulius Härtl2020-11-191-4/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #24007 from nextcloud/select-distinct-multipleMorris Jobke2020-11-192-1/+45
|\ \ \ \ | | | | | | | | | | allow selecting multiple columns with SELECT DISTINCT
| * | | | allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-162-1/+45
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #24103 from ↵Morris Jobke2020-11-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/groupfolder-share-object-storage Only check path for being accessible when the storage is a object home
| * | | | | Only check path for being accessible when the storage is a object homeJulius Härtl2020-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #24164 from nextcloud/fix/lazy-app-registrationMorris Jobke2020-11-194-14/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow lazy app registration
| * | | | | | Allow lazy app registrationChristoph Wurst2020-11-184-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During app installation we run migration steps. Those steps may use services the app registers or classes from composer. Hence we have to make sure the app runs through the registration. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #24094 from nextcloud/bugfix/noid/trash-appdataMorris Jobke2020-11-191-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Only attempt to move to trash if a file is not in appdata
| * | | | | | | Only attempt to move to trash if a file is not in appdataJulius Härtl2020-11-131-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #24225 from nextcloud/enh/dataresponse_typehintsMorris Jobke2020-11-191-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix DataResponse typehints
| * | | | | | | Fix DataResponse typehintsRoeland Jago Douma2020-11-191-4/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We use this already in several places where we just pass strings or numbers. This all works because we just convert it to a json response in the end. So better to have the typehints reflect this. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #24135 from ↵Roeland Jago Douma2020-11-195-14/+14
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | medical-cloud/fix/23357-nextcloud-logo-in-email-notifications-is-misaligned-in-version-20 Fix nextcloud logo in email notifications misalignment
| * | | | | | Fix #23357medcloud2020-11-185-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: medcloud <42641918+medcloud@users.noreply.github.com>
* | | | | | | Merge pull request #24207 from nextcloud/bugfix/noid/missing-level-psrloggedChristoph Wurst2020-11-191-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | missing level in ScopedPsrLogger
| * | | | | | | missing levelMaxence Lange2020-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-11-1918-32/+664
|/ / / / / / /
* | | | | | | Merge pull request #24189 from nextcloud/enh/csp/frame-ancestorsRoeland Jago Douma2020-11-186-61/+63
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Set frame-ancestors to none if none are filled
| * | | | | | | Set frame-ancestors to none if none are filledRoeland Jago Douma2020-11-186-61/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | frame-ancestors doesn't fall back to default-src. So when we apply a very restricted CSP we should make sure to set it to 'none' and not leave it empty. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #24198 from nextcloud/bugfix/noid/no-fs-setup-dashboardRoeland Jago Douma2020-11-181-20/+38
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Only setup filesystem if needed for dashboard background service
| * | | | | | | | Only setup filesystem if needed for dashboard background serviceJulius Härtl2020-11-181-20/+38
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #24186 from nextcloud/enh/password_to_postChristoph Wurst2020-11-181-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Move the password fiels of chaging passwords to post
| * | | | | | | Move the password fiels of chaging passwords to postRoeland Jago Douma2020-11-171-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This is not actually used with GET (obviously). But else some scanners trip on it Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-11-1820-4/+350
| | | | | | |
* | | | | | | Merge pull request #21716 from nextcloud/td/remove/irouter_cleanupRoeland Jago Douma2020-11-178-95/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Remove some IRouter methods
| * | | | | | Remove some IRouter methodsRoeland Jago Douma2020-11-178-95/+17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not the end. IRouter needs to burn. But it is a start. 🎵 we didn't start the fire 🎵 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #24188 from nextcloud/enh/password_external_postRoeland Jago Douma2020-11-171-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move the global password for files external to post
| * | | | | | Move the global password for files external to postRoeland Jago Douma2020-11-171-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Again more false positives in some scanners Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #24192 from ↵Julius Härtl2020-11-1712-18/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependachristoph/npm_and_yarn/jquery-3.3 Bump jquery from 3.2 to 3.3
| * | | | | | Bump jquery from 3.2 to 3.3Christoph Wurst2020-11-1712-18/+18
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #24179 from ↵Christoph Wurst2020-11-1712-18/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/dependachristoph/npm_and_yarn/jquery-3.2 Bump jquery from 3.1 to 3.2
| * | | | | Bump jquery from 3.1 to 3.2Christoph Wurst2020-11-1712-18/+18
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #24102 from nextcloud/bugfix/noid/quota-uploadChristoph Wurst2020-11-179-7/+30
|\ \ \ \ \ | | | | | | | | | | | | Check quota of subdirectories when uploading to them
| * | | | | Check for target folder available quota when uploadingJulius Härtl2020-11-177-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | Fetch quota with files propfindJulius Härtl2020-11-172-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #24098 from nextcloud/bugfix/noid/resharing-rights-on-circlesRoeland Jago Douma2020-11-171-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | circleId too short in some request
| * | | | | | circleId too short in some requestMaxence Lange2020-11-131-3/+4
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | Merge pull request #24163 from ↵Roeland Jago Douma2020-11-175-70/+47
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/add-types-to-function-builder Add types to function builder
| * | | | | | | Update psalm baselineJoas Schilling2020-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Add types to function builderJoas Schilling2020-11-165-70/+47
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #24108 from csware/apple-unknown-yearJohn Molakvoæ2020-11-171-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use correct year for generated birthdays events
| * | | | | | | Use correct year for generated birthdays eventsSven Strickroth2020-11-131-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'X-APPLE-OMIT-YEAR' is not always present, at least iOS 12.4 uses the hard coded date of 1604 (the start of the gregorian calendar) when the year is unknown. cf. https://forums.bitfire.at/topic/2050/bday-without-year-for-vcard-3-0-if-server-drops-property-x-apple-omit-year and https://gitlab.com/CardBook/CardBook/-/issues/586 Signed-off-by: Sven Strickroth <email@cs-ware.de>
* | | | | | | | Merge pull request #24168 from ↵Roeland Jago Douma2020-11-171-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | | | Update psalm baselineNextcloud-PR-Bot2020-11-171-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | / / / / / [tx-robot] updated from transifexNextcloud bot2020-11-1760-266/+74
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #24069 from nextcloud/fix-default-internal-expiration-dateRoeland Jago Douma2020-11-168-177/+627
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix default internal expiration date