summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-01-258-4/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-2436-12/+122
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-2312-4/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-2278-176/+222
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30787 from nextcloud/fix-backport/30470/stable21v21.0.8rc3John Molakvoæ2022-01-2150-3025/+425
|\
| * Revert "[stable21] Hash job argument"John Molakvoæ2022-01-2050-3025/+425
| |
* | [tx-robot] updated from transifexNextcloud bot2022-01-2188-84/+186
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30693 from nextcloud/backport/29923/stable21John Molakvoæ2022-01-201-0/+4
|\
| * files_external SMB: throw InvalidArgument when user is not setAnderson Luiz Alves2022-01-141-0/+4
| | | | | | | | Signed-off-by: Anderson Luiz Alves <alacn1@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-2012-44/+46
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-196-0/+60
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Add hashed attribute column for indexed job existence checkJulius Härtl2022-01-1850-425/+3025
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2022-01-182-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30682 from nextcloud/backport/30531/stable21Carl Schwan2022-01-171-10/+22
|\ \ | | | | | | [stable21] Optimize FileSystemTags workflow for groupfolder
| * | Fix psalm issuesCarl Schwan2022-01-141-1/+4
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Add helper method in WrapperCarl Schwan2022-01-141-12/+5
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | The storage is not static anymoreCarl Schwan2022-01-141-15/+11
| | | | | | | | | | | | | | | | | | Don't call twice $cache->getId Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Optimize FileSystemTags workflow for groupfolderCarl Schwan2022-01-141-9/+29
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In https://github.com/nextcloud/server/pull/28774 we disabled the caching for the groupfolder application since it worked due to the fact that in groupfolders, getFileIds could be called with the same $cacheId and path for actually different groupfolders. This revert this change and instead add the folderId from the groupFolder to the cacheId. This solve the issue of the uniqueness of the cacheId inside GroupFolder. Downside is that we introduce groupfolder specific implementation inside the server repo. The seconf optimization is to not consider paths starting with __groupfolders in executeCheck. This is due to the fact that files in the groupfolder application call two times executeCheck one time with the url __groupfolder/<folderId>/<path> and the other time with <path>. The first time will always return an empty systemTags array while the second call will return the correct system tags. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #30686 from nextcloud/backport/30499/stable21John Molakvoæ2022-01-172-82/+0
|\ \
| * | Remove inefficient fed share scannerVincent Petry2022-01-142-82/+0
| |/ | | | | | | | | | | | | | | | | | | Remove scanAll which relies on the "shareinfo" endpoint that returns the full cache tree. The latter can become big for big shares and result in timeouts. Furthermode, the full tree would be retrieved again for each and every detected change which can become expensive quickly. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #30665 from nextcloud/backport/30530/stable21John Molakvoæ2022-01-161-5/+5
|\ \
| * | Fix linkToRouteJohn Molakvoæ2022-01-141-5/+2
| | |
| * | 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-162-0/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-1522-8/+90
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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-142-5/+19
|\ \ | |/ |/| [stable21] Fix idn emails not working in shares
| * Fix idn emails not working in sharesCarl Schwan2022-01-132-5/+19
| | | | | | | | | | | | | | | | And add check before sending email that email address is valid Fix #30595 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-01-142-4/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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-1310-6/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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>
* 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>
* [tx-robot] updated from transifexNextcloud bot2022-01-1220-8/+154
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30583 from nextcloud/bugfix/noid/npm-ci-for-karma/stable21Vincent Petry2022-01-117-7/+14
|\ | | | | [stable21] Use npm ci when running JS tests
| * Update package-lock in build dirVincent Petry2022-01-112-2/+2
| | | | | | | | | | | | | | 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-103-3/+10
| | | | | | | | | | | | | | Prevent XHR during load by checking window.TESTING. Adjust some expected values. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-1112-2/+96
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>