| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
fix: always use proper path on node api when calling the view
|
| |
| |
| |
| | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
| |
| |
| |
| | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|\ \
| | |
| | | |
Omit "Accessing site insecurely via HTTP." warning if HTTP is secure enough
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is the case for localhost and Tor hidden services.
Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
|
|\ \ \
| | | |
| | | | |
Fix wording meaning (placeholder)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
|\ \ \ \
| | | | |
| | | | | |
CalDAV/CardDAV: put every method from backends that does multiple DB calls in transactions
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
incrementing synctoken
Now that we're in a transaction, we can reuse the sync token's previous value without trouble, and rewrite the increment UPDATE query without dirty direct SQL.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
multiple DB calls in transactions
In a lot of methods we're doing read-after-writes (for instance calling
updateProperties after touching calendar objects).
There's also a lot of deleting methods that do stuff sequentially which
could cause trouble.
This should avoid this kind of issues.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Adjust the value of the "max-parts" parameter of the object storage 'ListPart' interface to 1000
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Rsplwe <i@rsplwe.com>
|
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rsplwe <i@rsplwe.com>
|
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rsplwe <i@rsplwe.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Allow to catch `IMapperException` by implementing `Throwable`
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
fix(dav): Parse sender PARTSTAT in REPLYs
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
fix(auth): Run token bulk update statements in atomic transaction
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
All or nothing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
additional logging when mkdir fails for object storage
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[Performance] Reuse preview directory listing
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Glandos <bugs-github@antipoul.fr>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
use directory listing in both functions to gain 25% speed on run where
every preview already exist.
Signed-off-by: Glandos <bugs-github@antipoul.fr>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
getDirectoryListing should return all files
getFile is not called anymore
Signed-off-by: Glandos <bugs-github@antipoul.fr>
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Glandos <bugs-github@antipoul.fr>
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Glandos <bugs-github@antipoul.fr>
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Glandos <bugs-github@antipoul.fr>
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Glandos <bugs-github@antipoul.fr>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
getCachedPreview used to call `getFile`, and this calls `getDirectoryListing` (or underlying function that list directory) to find the file. This was done for every preview spec.
Now, this is done only once at the beginning of the loop, and the array is just iterated when needed to find the correct entry.
Signed-off-by: Glandos <bugs-github@antipoul.fr>
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
rotdrop/bugfix/dont-start-session-when-session-is-already-open
Don't call session_start() when PHP session is still or already open.
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Cleanup signature checking logic in encryption
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
Put Mimeloader insertion and read in the same transaction
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
nextcloud/handle-push-notification-with-no-calendar-name
Handle reminders where calendar name is null
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This adds an interface change, but that's not a public API.
We're handling this in the providers and not in ReminderService because
the fallback is translated with the user's language.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
nextcloud/artonge/fix/disable_versions_feature_s3_versioning
Really disable versions features when S3 versioning is enabled
|
| | |_|_|_|_|_|/
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
Fix max instances exception in get vevent call
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Akhil <akhil@e.email>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Akhil Potukuchi <akhil.potukuchi@gmail.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Akhil <akhil@e.email>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
nextcloud/techdebt/ref-37476/ignore-excluded-dirs-on-image-optimization
chore(assets): Ignore git-ignored directories on image optimization
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|