summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix testsszaimen2022-02-152-1/+12
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* show if the mail server settings are not set or verifiedszaimen2022-02-153-2/+32
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Also comment out in testJoas Schilling2022-02-152-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Disable bulk upload by not advertising itVincent Petry2022-02-141-1/+2
| | | | | | | It has been reported broken on many instances. Disable it for now until it can be fixed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #31108 from nextcloud/backport/31077/stable23Vincent Petry2022-02-103-7/+7
|\ | | | | [stable23] Revert the 'broken' public page changes
| * Revert "Add non-breaking space in the file size"szaimen2022-02-103-7/+7
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-106-6/+108
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix psalm errors in apps/user_ldap/lib/Jobs/CleanUp.phpCôme Chilliet2022-02-101-26/+14
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix ldap:update-uuidCôme Chilliet2022-02-103-21/+30
| | | | | | | | | | | | | | | | Generators cannot be iterated with while or returned by an other generator, using foreach instead. And a few other problems. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | add occ command to update UUIDs (incomplete)Arthur Schiwon2022-02-108-28/+405
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | allow to re-run migration step when backup DB is already createdArthur Schiwon2022-02-101-1/+12
| | | | | | | | | | | | - to heal incomplete states from broken upgrades Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | invalidated duplicated UUIDs prior to migration changeArthur Schiwon2022-02-101-0/+90
|/ | | | | | | | - in a proper setup there are no duplicated UUIDs - not all setups are proper - log warning to admin Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump clipboard from 2.0.8 to 2.0.9dependabot[bot]2022-01-314-62/+62
| | | | | | | | | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.8...v2.0.9) --- updated-dependencies: - dependency-name: clipboard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump dompurify from 2.3.4 to 2.3.5dependabot[bot]2022-01-304-10/+10
| | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.4...2.3.5) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #30814 from nextcloud/backport/30508/stable23John Molakvoæ2022-01-272-1/+3
|\
| * Fix psalm not runningCarl Schwan2022-01-272-1/+3
| | | | | | | | | | | | | | | | | | | | The issue was that we were using psalm/phar instead of vimeo/psalm. This caused issue with the custom psalm plugin in buildd/psalm. This is using the opportunity to also update the psalm version from 3.8 to 3.17 and the php-cs-fixer too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix php:csLouis Chemineau2022-01-261-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #30740 from nextcloud/backport23John Molakvoæ2022-01-221-6/+6
|\ \
| * | Fix tests with email templatesCarl Schwan2022-01-201-6/+6
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix accessing undefined offsetsCarl Schwan2022-01-221-4/+2
| |/ |/| | | | | | | | | Move this to inside the else clause of the count($matches) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add test for samba kerberos sso in ciRobin Appelman2022-01-201-0/+33
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | update icewind/smb to 3.5.2Robin Appelman2022-01-206-53/+72
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | update to release smb libRobin Appelman2022-01-201-4/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | update icewind/smb to 3.5.1Robin Appelman2022-01-2020-91/+375
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | do not use deprecated query() methodArthur Schiwon2022-01-201-28/+28
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon2022-01-202-5/+27
| | | | | | | | | | | | | | | | | | - Sebastian added the switch depending on the preg_match result and with it the fall back to login credentials - I turned default_realm to a backend option (was previously suggested as system config key) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | add KerberosApacheAuth support to files_externalArthur Schiwon2022-01-203-7/+78
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #30685 from nextcloud/backport/29923/stable23MichaIng2022-01-171-0/+4
|\ | | | | [stable23] Fix users can't login external mount user entered credentials not set
| * 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>
* | Merge pull request #30684 from nextcloud/backport/30531/stable23Carl Schwan2022-01-171-10/+22
|\ \ | | | | | | [stable23] 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 #30688 from nextcloud/backport/30499/stable23MichaIng2022-01-152-82/+0
|\ \ \ | | | | | | | | [stable23] Remove inefficient fed share scanner
| * | | 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 #30689 from nextcloud/backport/30645/stable23MichaIng2022-01-151-2/+2
|\ \ \ | | | | | | | | [stable23] New Files internal link GET param to avoid opening the file
| * | | [files] new internal link GET param to avoid setting 'openfile' on redirectJulien Veyssier2022-01-141-2/+2
| |/ / | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | Add non-breaking space in the file sizeCarl Schwan2022-01-143-7/+7
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Improve layout for the public download pageCarl Schwan2022-01-141-1/+1
|/ / | | | | | | | | | | | | This centers the content inside the pages, while also not hardcoded the size of the footer. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #30671 from nextcloud/backport/30363/stable23Simon L2022-01-141-0/+10
|\ \ | |/ |/| [stable23] 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 #30662 from nextcloud/backport/30530/stable23Vincent Petry2022-01-141-6/+5
|\ \ | | | | | | [stable23] Fix wrong unified search link to folder
| * | Fix wrong unified search link to folderJohn Molakvoæ2022-01-141-6/+5
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #30663 from nextcloud/backport/30568/stable23blizzz2022-01-147-21/+337
|\ \ \ | |_|/ |/| | [stable23] 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>