summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fix user_ldap migration for long DNs supportCôme Chilliet2022-01-142-49/+31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Move duplicated code to a base class for group_mapping migrationsCôme Chilliet2022-01-143-79/+72
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
| * | | | Split dropTable and createTable in two migrationsCôme Chilliet2022-01-143-48/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is not possible to drop and create the same table in one migration Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix primary key change in user_ldap migrationCôme Chilliet2022-01-143-2/+244
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Use a backup table to copy the data, drop table and recreate it with correct primary key, then copy the data back and drop the backup table. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #30659 from nextcloud/backport/29622/stable23Julius Härtl2022-01-144-20/+57
|\ \ \ \ | |_|/ / |/| | |
| * | | Implement multibucket shift for ObjectStoreJohn Molakvoæ2022-01-144-20/+57
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #30643 from nextcloud/backport/30600/stable23Carl Schwan2022-01-144-16/+76
|\ \ \ | |/ / |/| | [stable23] Fix idn emails not working in shares
| * | Fix idn emails not working in sharesCarl Schwan2022-01-134-16/+76
|/ / | | | | | | | | | | | | | | And add check before sending email that email address is valid Fix #30595 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #30636 from nextcloud/backport/30620/stable23Vincent Petry2022-01-131-12/+50
|\ \ | | | | | | [stable23] Properly abort uploads
| * | Properly hide progress bar after errorVincent Petry2022-01-131-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever an error occurs, also hide the progress bar. The logic was also adjusted to properly detect uploads that are pending deletion, in which case the progress bar can already be hidden. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Properly abort uploadsVincent Petry2022-01-131-9/+36
|/ / | | | | | | | | | | | | | | | | Add a new approach for flagging an upload as aborted because we can't rely on the browser fully cancelling the request as we now seem to receive an error response from the server instead of a jQuery "abort" message. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #30627 from nextcloud/backport/30593/stable23Vincent Petry2022-01-122-9/+14
|\ \ | | | | | | [stable23] Trigger "changeDirectory" event on URL change
| * | Trigger "changeDirectory" even on URL changeVincent Petry2022-01-122-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the browser back button or clicking on sections on the left sidebar (like favorites), the "changeDirectory" jQuery event did not get called, so apps like recommendations would not notice the directory change. This fixes the issue by also setting changeUrl to true when the file list's directory got changed as a result from a URL change. Added optional changedThroughUrl argument to make sure the event recipient knows if the change was done through a URL change and make it possible prevent a loop in the onDirectoryChange handler that actually changes the URL when the origin was already from a URL change. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #30621 from nextcloud/backport/30358/stable23MichaIng2022-01-121-13/+19
|\ \ \ | |/ / |/| | [stable23] Reset job disabling timer on adding the job again
| * | Reset job disabling timer on adding the job againJulius Härtl2022-01-121-13/+19
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #30619 from nextcloud/backport/30609/stable23Carl Schwan2022-01-121-6/+11
|\ \ \ | | | | | | | | [stable23] Fix RequestURL check for cli commands
| * | | Fix RequestURL check for cli commandsCarl Schwan2022-01-121-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://github.com/nextcloud/files_automatedtagging/issues/526 Fix https://github.com/nextcloud/groupfolders/issues/1855 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #30611 from nextcloud/backport/30588/stable23Joas Schilling2022-01-122-1/+2
|\ \ \ \ | | | | | | | | | | [stable23] Fix undefined/unset scope in account properties
| * | | | Fix testJoas Schilling2022-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix undefined/unset scope in account propertiesJoas Schilling2022-01-111-0/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #30623 from nextcloud/backport/30485/stable23Louis2022-01-1210-19/+105
|\ \ \ \ | |_|/ / |/| | | [stable23] Set the file's mtime from the headers in bulk upload
| * | | Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-1210-19/+105
|/ / / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #30602 from nextcloud/backport/30291/stable23blizzz2022-01-124-1/+129
|\ \ \ | |/ / |/| | [stable23] Prevent loading images that would require too much memory.
| * | Prevent loading images that would require too much memory.Joachim Bauch2022-01-114-1/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For most image formats, the header specifies the width/height. PHP allocates an image object from that size, even if the actual image data is much smaller. This image object size is not limited by the limit configured in PHP. The memory limit can be configured through "config.php" setting "preview_max_memory" and defaults to 128 MBytes which should be enough for most images without filling up all memory. Signed-off-by: Joachim Bauch <bauch@struktur.de>
* | | Merge pull request #30594 from nextcloud/backport/30533/stable23MichaIng2022-01-111-3/+12
|\ \ \ | |/ / |/| | [stable23] Avoid zero division in setup checks
| * | Avoid zero division in setup checksMichaIng2022-01-111-3/+12
| | | | | | | | | | | | | | | | | | Fixes: https://github.com/nextcloud/server/issues/30532 Signed-off-by: MichaIng <micha@dietpi.com>
* | | Merge pull request #30592 from nextcloud/backport/30571/stable23Louis2022-01-111-10/+11
|\ \ \ | |/ / |/| | [stable23] fix: only use jquery once it is available
| * | fix: only use jquery once it is availableAzul2022-01-111-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | publicpage.js is loaded very early and cannot rely on jquery being loaded already. Move the use of `$` into the `DomContentLoaded` handler. Signed-off-by: Azul <azul@riseup.net>
* | | Merge pull request #30576 from nextcloud/backport/30565/stable23Louis2022-01-111-1/+5
|\ \ \ | |/ / |/| | [stable23] Fix fail when keys/files folder already exists
| * | Fix fail when keys/files folder already existsVincent Petry2022-01-111-1/+5
|/ / | | | | | | | | | | | | | | | | | | Fixes an issue with transfer ownership in move mode where the folder "files_encryption/keys/files" already exists. Instead of failing, its existence is checked before calling mkdir. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #30580 from nextcloud/bugfix/noid/npm-ci-for-karma/stable23Vincent Petry2022-01-1112-24/+9276
|\ \ | | | | | | [stable23] Use npm ci when running JS tests
| * | Make chokidar happy with fseventsVincent Petry2022-01-102-2/+30
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Recompile JSVincent Petry2022-01-104-11/+11
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Fix JS tests after test lib updatesVincent Petry2022-01-105-9/+21
| | | | | | | | | | | | | | | | | | | | | Prevent XHR during load by checking window.TESTING. Adjust some expected values. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Update node deps for JS testsVincent Petry2022-01-102-2/+9214
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Use npm ci when running JS testsVincent Petry2022-01-101-1/+1
|/ / | | | | | | | | | | | | This makes sure that the pinned versions are selected correctly. Fixes the colors.js incident. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #30557 from nextcloud/backport/30468/stable23John Molakvoæ2022-01-101-2/+11
|\ \
| * | Handle LocalServerException when scanning external sharesCarl Schwan2022-01-091-2/+11
|/ / | | | | | | | | | | | | | | When remoteIsOwnCloud trows LocalServerException, the storage is unavailable and instead of crashing the scanner, ignore the specific storage. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #30528 from nextcloud/backport/30511/stable23blizzz2022-01-081-25/+26
|\ \ | | | | | | [stable23] update CRL after revocation of sharerenamer.crt
| * | Update crlVitor Mattos2022-01-071-25/+26
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | Merge pull request #30525 from nextcloud/backport/30491/stable23Pytal2022-01-072-1/+43
|\ \ \
| * | | Fix email verificationChristopher Ng2022-01-072-1/+43
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #30518 from nextcloud/release/23.0.1v23.0.1rc1John Molakvoæ2022-01-071-2/+2
|\ \ \ | |/ / |/| |
| * | 23.0.1 RC 1John Molakvoæ2022-01-071-2/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #30522 from nextcloud/backport/30492/stable23Joas Schilling2022-01-071-1/+1
|\ \ \ | | | | | | | | [stable23] Fix passing on the parameter
| * | | Fix passing on the parameterJoas Schilling2022-01-071-1/+1
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #30486 from nextcloud/backport/29780/stable23Joas Schilling2022-01-071-4/+5
|\ \ \ | | | | | | | | [stable23] Run migrations fully when reenabling an app
| * | | Run migrations fully when reenabling an appJoas Schilling2022-01-041-4/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #30433 from nextcloud/backport/30392/stable23John Molakvoæ2022-01-073-0/+17
|\ \ \ \
| * | | | Add missing index for propertypath only queries against propertiesChristoph Wurst2021-12-293-0/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>