summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Fix wrong unified search link to folderJohn Molakvoæ2022-01-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-01-164-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-01-1524-8/+126
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #30677 from nextcloud/backport/stable21/30597John Molakvoæ2022-01-145-4/+14
|\ \ \ \ \ \
| * | | | | | Fix file picker not respecting hidden files settingsCarl Schwan2022-01-145-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will only respect the setting inside the file app. For other apps we will either need to do an API call or add an input field with the same idea to spare a blocking api call. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 1fa58be1aa78ff6216b7a129925a7bb270ac9fe1)
* | | | | | | Merge pull request #30676 from nextcloud/backport/30275/stable21John Molakvoæ2022-01-141-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add version of disabled apps when availableJoas Schilling2022-01-141-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #30669 from nextcloud/backport/30363/stable21Carl Schwan2022-01-141-0/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | [stable21] improve accessibility settings on mobile
| * | | | | address 2nd reviewszaimen2022-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * | | | | address reviewszaimen2022-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * | | | | improve accessibility settings on mobileszaimen2022-01-141-0/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #30667 from nextcloud/backport/30568/stable21blizzz2022-01-147-21/+337
|\ \ \ \ \ | |/ / / / |/| | | | [stable21] Fix primary key change in user_ldap migration
| * | | | Remove useless indexes with duplicated names on backup tableCôme Chilliet2022-01-141-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Update autoloaderJoas Schilling2022-01-142-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | 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 #30642 from nextcloud/backport/30600/stable21Carl Schwan2022-01-144-16/+76
|\ \ \ \ | |/ / / |/| | | [stable21] 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 #30596 from nextcloud/fix/static_analysisJohn Molakvoæ2022-01-142-7/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix static analysis on CILouis Chemineau2022-01-132-7/+13
| |/ / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-142-4/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #30599 from nextcloud/backport/29118/stable21MichaIng2022-01-133-0/+12
|\ \ \ | |/ / |/| | [stable21] add better index for finding unindexed paths
| * | add better index for finding unindexed pathsRobin Appelman2022-01-133-0/+12
|/ / | | | | | | | | | | | | | | | | | | for the following query 'SELECT "path" FROM "oc_filecache" WHERE ("storage" = $storage) AND ("size" < 0) ORDER BY "fileid" DESC LIMIT 1;' currently the database will in some cases decide to priorize the sort by fileid over the filter when picking what index to use, resulting in a much slower query. by creating an index that allows first sorting by fileid and also filter by storage and size this case will be greatly sped up Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #30638 from nextcloud/backport/30620/stable21Vincent Petry2022-01-131-12/+50
|\ \ | | | | | | [stable21] 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>
* | [tx-robot] updated from transifexNextcloud bot2022-01-1318-8/+74
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30629 from nextcloud/backport/30593/stable21Vincent Petry2022-01-122-9/+14
|\ \ | |/ |/| [stable21] 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 #30617 from nextcloud/backport/30609/stable21Vincent Petry2022-01-121-6/+11
|\ | | | | [stable21] 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 #30601 from nextcloud/backport/30291/stable21Joas Schilling2022-01-124-1/+129
|\ \ | |/ |/| [stable21] 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>
* | [tx-robot] updated from transifexNextcloud bot2022-01-1226-22/+232
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30590 from nextcloud/backport/30571/stable21Louis2022-01-111-10/+11
|\ | | | | [stable21] 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 #30579 from nextcloud/backport/30565/stable21Vincent Petry2022-01-111-1/+5
|\ \ | | | | | | [stable21] 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>
* | Merge pull request #30583 from nextcloud/bugfix/noid/npm-ci-for-karma/stable21Vincent Petry2022-01-1112-1156/+6421
|\ \ | |/ |/| [stable21] Use npm ci when running JS tests
| * Update package-lock in build dirVincent Petry2022-01-113-46/+46
| | | | | | | | | | | | | | It wasn't up to date with package.json Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Recompile JSVincent Petry2022-01-106-6/+6
| | | | | | | | 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>
| * Make chokidar happy with fseventsVincent Petry2022-01-102-2522/+2058
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Update node deps for JS testsVincent Petry2022-01-102-642/+6359
| | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2022-01-1122-4/+186
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-1024-8/+186
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30559 from nextcloud/backport/30468/stable21MichaIng2022-01-091-2/+11
|\ | | | | [stable21] Handle LocalServerException when scanning external shares