- Nov 20, 2020
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Bump vimeo/psalm from 4.1.1 to 4.2.0
-
dependabot-preview[bot] authored
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.1.1...4.2.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
[Automated] Update psalm-baseline.xml
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
Nextcloud bot authored
-
- Nov 19, 2020
-
-
Morris Jobke authored
Make the expire shares cron job actually expire the shares
-
Morris Jobke authored
Use regex when searching on single file shares
-
Morris Jobke authored
Fix setting images through occ for theming
-
Morris Jobke authored
allow selecting multiple columns with SELECT DISTINCT
-
Morris Jobke authored
Only check path for being accessible when the storage is a object home
-
Morris Jobke authored
Allow lazy app registration
-
Morris Jobke authored
Only attempt to move to trash if a file is not in appdata
-
Morris Jobke authored
Fix DataResponse typehints
-
Roeland Jago Douma authored
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>
-
Roeland Jago Douma authored
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>
-
Roeland Jago Douma authored
Merge pull request #24135 from medical-cloud/fix/23357-nextcloud-logo-in-email-notifications-is-misaligned-in-version-20 Fix nextcloud logo in email notifications misalignment
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Christoph Wurst authored
missing level in ScopedPsrLogger
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Nextcloud bot authored
-
- Nov 18, 2020
-
-
medcloud authored
Signed-off-by:
medcloud <42641918+medcloud@users.noreply.github.com>
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Roeland Jago Douma authored
Set frame-ancestors to none if none are filled
-
Roeland Jago Douma authored
Only setup filesystem if needed for dashboard background service
-
Christoph Wurst authored
Move the password fiels of chaging passwords to post
-
Roeland Jago Douma authored
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>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Christoph Wurst authored
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>
-
Nextcloud bot authored
-
- Nov 17, 2020
-
-
Roeland Jago Douma authored
Remove some IRouter methods
-
Roeland Jago Douma authored
Move the global password for files external to post
-
Julius Härtl authored
Bump jquery from 3.2 to 3.3
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Bump jquery from 3.1 to 3.2
-
Roeland Jago Douma authored
Again more false positives in some scanners Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
* This is not actually used with GET (obviously). But else some scanners trip on it Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
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>
-
Christoph Wurst authored
Check quota of subdirectories when uploading to them
-