summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-02-1214-0/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31134 from nextcloud/regression/30020/add-missing-scriptsJoas Schilling2022-02-116-14/+39
|\ | | | | Regression/30020/add missing scripts
| * RecompileJoas Schilling2022-02-115-3/+27
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add missing personal availability scriptJoas Schilling2022-02-111-11/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #30959 from nextcloud/redis-pconnectVincent Petry2022-02-111-4/+12
|\ \ | |/ |/| use persistent connections when connecting to redis
| * use persistent connections when connecting to redisRobin Appelman2022-02-011-4/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #31132 from ↵Joas Schilling2022-02-117-8/+8
|\ \ | | | | | | | | | | | | nextcloud/fix/missing-two-factor-backup-codes-bundle Fix missign twofactor_backupcodes bundle
| * | Fix missign twofactor_backupcodes bundleChristoph Wurst2022-02-117-8/+8
|/ / | | | | | | | | | | They are backup codes. Not backups codes. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #31011 from nextcloud/dronupdtJoas Schilling2022-02-111-17/+17
|\ \ | | | | | | Remove MariaDB 10.1 and PGsql 9.6 (both EOL) from drone
| * | Add Postgres10acsfer2022-02-071-0/+36
| | |
| * | Remove PGsql 9.6 (EOL)acsfer2022-02-071-36/+0
| | |
| * | Keep 10.4 to PHP8acsfer2022-02-061-2/+2
| | |
| * | Update .drone.ymlacsfer2022-02-061-1/+1
| | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
| * | Replace with 10.2acsfer2022-02-061-4/+4
| | |
| * | Fix testsacsfer2022-02-051-2/+2
| | |
| * | Typo fixacsfer2022-02-041-2/+2
| | |
| * | Update droneacsfer2022-02-041-17/+17
| | | | | | | | | | | | - Remove MariaDB 10.1 (EOL) - Always test latest
* | | Merge pull request #31090 from ↵Simon L2022-02-116-8/+17
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/31069/fix-overlapping-buttons-apps-management fix overlapping buttons in apps-management
| * | | try to fix overlapping buttons in apps-managementszaimen2022-02-106-8/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-02-112-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #30953 from ↵Vincent Petry2022-02-101-7/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feat/init-storage-when-transferring-ownership Init user's file system if not existing on ownership transfer
| * | | | Init user's file system if not existing on ownership transferCarl Schwan2022-02-011-7/+6
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This makes it a bit easier to transfer ownership when the new user hasn't already logged in. This still doesn't support encrypted storages because the keys are not generated yet. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #31032 from nextcloud/instanceNameVincent Petry2022-02-101-2/+8
|\ \ \ \ | | | | | | | | | | Don't use plain URL on the email subject
| * | | | Don't use plain URL on the subjectacsfer2022-02-061-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Many servers classify emails with plain URLs on subject as spam, or can event reject/discard it completely. Don't use it and display Instance Name instead. `550 5.2.0 GIuMngdpZqS9h Mail rejected. OFR_506 [506]`
* | | | | Merge pull request #31035 from paierlep/fix/occ_scan_no_files_errorVincent Petry2022-02-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Removes misleading error message in occ files:scan for new users.
| * | | | | Removes misleading error message in occ files:scan for new users.Christian Paier2022-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the occ files:scan command printed an error message for any new users without any files/folders in the data directory. With this change only users with any file/folder is scanned. This fixes #25433. Signed-off-by: Christian Paier <hallo+git@cpaier.com>
* | | | | | Merge pull request #31042 from nextcloud/enh/direct_edit_indexVincent Petry2022-02-103-0/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add index for direct editing cleanup job
| * | | | | | Add index for direct editing cleanup jobJulius Härtl2022-02-073-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typingVincent Petry2022-02-103-69/+47
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve typing in OCA\User_LDAP\Access and reduce psalm errors
| * | | | | | | Remove mixed type not available in PHP 7.4Côme Chilliet2022-02-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Add a comment explaining how Helper::loginName2UserName can workCôme Chilliet2022-02-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Improve typing in OCA\User_LDAP\Access and reduce psalm errorsCôme Chilliet2022-02-083-66/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should avoid some PHP warning using PHP 8.1 and help detecting type trouble early in the future. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #31079 from nextcloud/ignore-self-contact-interactionVincent Petry2022-02-101-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Ignore contact interaction with self
| * | | | | | | | Ignore contact interaction with selfThomas Citharel2022-02-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No need to insert ourselves as a recent contact Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | | Merge pull request #31097 from ↵Vincent Petry2022-02-101-1/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/31096/fix-shares-transfer-guest-to-nonguest Fix path handling when transferring incoming shares
| * | | | | | | | | Fix path handling when transferring incoming sharesVincent Petry2022-02-101-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When transferring incoming shares from a guest user without specifying a path, the $path is empty. The fix properly handles that situation to avoid looking for shares in a path with doubled slashes which failed to find shares to transfer. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | | | | Merge pull request #31077 from nextcloud/revert/public-page-changesSimon L2022-02-104-37/+17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | | | | | Revert "Improve layout for the public download page"Carl Schwan2022-02-101-21/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2e55ce089954bdab483cb1564a4b00b79b705346. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | | | | | Revert "Fix loading of the text app in public shared links"Carl Schwan2022-02-101-12/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d3d117c4a874eb8803fb043b2b011d8732b2709f. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | | | | Merge pull request #30981 from nextcloud/fix/30936/ldap-dup-uuid-migrationblizzz2022-02-1018-62/+640
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix duplicated UUID migration issue
| * | | | | | | | | | | Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-107-6/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | | | | | | Temporarily disable samba-non-native as it times out too oftenJoas Schilling2022-02-101-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | | | | Don't provide favorite activity settingsJoas Schilling2022-02-101-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since mails and notifications are only available for actions of other users it does not make sense to allow changing this. It also prevents the common misunderstanding with "file was changed inside a favorited folder" Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | | | Merge pull request #30942 from nextcloud/appdata-lite-filesystemVincent Petry2022-02-105-69/+86
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | only setup part of the filesystem for appdata requests