]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoMerge pull request #31769 from nextcloud/releases/24/beta2 v24.0.0beta2
blizzz [Thu, 31 Mar 2022 17:41:27 +0000 (19:41 +0200)]
Merge pull request #31769 from nextcloud/releases/24/beta2

24.0.0 beta 2

2 years agoMerge pull request #31240 from nextcloud/Valdnet-patch-3
Louis [Thu, 31 Mar 2022 12:57:25 +0000 (14:57 +0200)]
Merge pull request #31240 from nextcloud/Valdnet-patch-3

l10n: Add a dot

2 years agoMerge pull request #31602 from nextcloud/fix/user_ldap-fix-last-change-updates
Vincent Petry [Thu, 31 Mar 2022 12:07:16 +0000 (14:07 +0200)]
Merge pull request #31602 from nextcloud/fix/user_ldap-fix-last-change-updates

Do not update _lastChanged on auto-detected attributes

2 years agoMerge pull request #31737 from nextcloud/fix/oc_oauth2_migration
Joas Schilling [Thu, 31 Mar 2022 11:43:09 +0000 (13:43 +0200)]
Merge pull request #31737 from nextcloud/fix/oc_oauth2_migration

Wrap oauth2 migrations inside conditions

2 years agoMerge pull request #31770 from nextcloud/fix/systemtag_loading
blizzz [Thu, 31 Mar 2022 11:27:36 +0000 (13:27 +0200)]
Merge pull request #31770 from nextcloud/fix/systemtag_loading

Change script loading order in worflowengine

2 years agoMerge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to-be...
Côme Chilliet [Thu, 31 Mar 2022 09:37:43 +0000 (11:37 +0200)]
Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to-be-maximum-of-4000

Ensure string column limit of 4.000 characters

2 years agoFix test 31240/head
Valdnet [Thu, 31 Mar 2022 09:04:47 +0000 (11:04 +0200)]
Fix test

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agoWrap oauth2 migrations inside conditions 31737/head
Louis Chemineau [Thu, 31 Mar 2022 08:42:44 +0000 (10:42 +0200)]
Wrap oauth2 migrations inside conditions

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoAvoid updating _lastChange when nothing is changed in the configuration 31602/head
Côme Chilliet [Tue, 22 Mar 2022 13:53:37 +0000 (14:53 +0100)]
Avoid updating _lastChange when nothing is changed in the configuration

Had to set at least one var when creating an empty configuration in
 order to save the default values.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoDo not update _lastChanged on auto-detected attributes
Côme Chilliet [Thu, 17 Mar 2022 11:05:04 +0000 (12:05 +0100)]
Do not update _lastChanged on auto-detected attributes

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoChange script loading order in worflowengine 31770/head
Louis Chemineau [Thu, 31 Mar 2022 08:33:50 +0000 (10:33 +0200)]
Change script loading order in worflowengine

Fix: https://github.com/nextcloud/server/issues/31709

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRemove unneeded preSchemaChange and return null if no changes 31679/head
Côme Chilliet [Thu, 31 Mar 2022 08:19:48 +0000 (10:19 +0200)]
Remove unneeded preSchemaChange and return null if no changes

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago24.0.0 beta 2 31769/head
Arthur Schiwon [Thu, 31 Mar 2022 07:28:42 +0000 (09:28 +0200)]
24.0.0 beta 2

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 31 Mar 2022 02:29:38 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31719 from nextcloud/dependabot/composer/build/integration/guzzle...
dependabot[bot] [Wed, 30 Mar 2022 22:16:56 +0000 (22:16 +0000)]
Merge pull request #31719 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.2

2 years agoUpdate guzzlehttp/guzzle requirement in /build/integration 31719/head
dependabot[bot] [Wed, 30 Mar 2022 21:40:41 +0000 (21:40 +0000)]
Update guzzlehttp/guzzle requirement in /build/integration

Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.1...7.4.2)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #31683 from nextcloud/fix/31681/oracle-str-col
Côme Chilliet [Wed, 30 Mar 2022 16:28:17 +0000 (18:28 +0200)]
Merge pull request #31683 from nextcloud/fix/31681/oracle-str-col

limit ldap_dn columns to 4000

2 years agoMerge pull request #31739 from nextcloud/enh/noid/add-beta-channel-advice
Simon L [Wed, 30 Mar 2022 16:24:57 +0000 (18:24 +0200)]
Merge pull request #31739 from nextcloud/enh/noid/add-beta-channel-advice

add beta channel advice to the updatenotification section

2 years agoadd beta channel advice to the updatenotification section 31739/head
szaimen [Mon, 28 Mar 2022 20:20:53 +0000 (22:20 +0200)]
add beta channel advice to the updatenotification section

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoBuild autoloaders 31683/head
Côme Chilliet [Wed, 30 Mar 2022 09:04:21 +0000 (11:04 +0200)]
Build autoloaders

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUse the new octetLength function to filter lines to migrate
Côme Chilliet [Tue, 29 Mar 2022 15:01:41 +0000 (17:01 +0200)]
Use the new octetLength function to filter lines to migrate

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdapt max length limit in AbstactMapping to match database
Côme Chilliet [Tue, 29 Mar 2022 15:00:38 +0000 (17:00 +0200)]
Adapt max length limit in AbstactMapping to match database

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoshrink ldap_dn column to 4000
Arthur Schiwon [Wed, 23 Mar 2022 15:16:24 +0000 (16:16 +0100)]
shrink ldap_dn column to 4000

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agolimit ldap_dn columns to 4000
Arthur Schiwon [Wed, 23 Mar 2022 14:28:58 +0000 (15:28 +0100)]
limit ldap_dn columns to 4000

- enlarging string cols from 255 to more than 4000 fails on default
  Oracle installations for invalid datatype conversion

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #31759 from nextcloud/fix/fix-composer-autoloader
Côme Chilliet [Wed, 30 Mar 2022 14:32:46 +0000 (16:32 +0200)]
Merge pull request #31759 from nextcloud/fix/fix-composer-autoloader

Build autoloader with new composer version

2 years agoMerge pull request #31756 from nextcloud/fix/vendor_loading_ldap
blizzz [Wed, 30 Mar 2022 14:26:09 +0000 (16:26 +0200)]
Merge pull request #31756 from nextcloud/fix/vendor_loading_ldap

Fix vendor loading in user_ldap wizard

2 years agoBuild autoloader with new composer version 31759/head
Côme Chilliet [Wed, 30 Mar 2022 13:40:23 +0000 (15:40 +0200)]
Build autoloader with new composer version

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix vendor loading in user_ldap wizard 31756/head
Louis Chemineau [Wed, 30 Mar 2022 12:14:40 +0000 (14:14 +0200)]
Fix vendor loading in user_ldap wizard

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 30 Mar 2022 02:27:32 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31690 from nextcloud/fix/throw-import-calendar-error
Pytal [Wed, 30 Mar 2022 00:06:32 +0000 (17:06 -0700)]
Merge pull request #31690 from nextcloud/fix/throw-import-calendar-error

2 years agoShow filename in output message 31690/head
Christopher Ng [Tue, 29 Mar 2022 23:08:47 +0000 (23:08 +0000)]
Show filename in output message

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoSkip import of current calendar on error
Christopher Ng [Thu, 24 Mar 2022 02:32:21 +0000 (02:32 +0000)]
Skip import of current calendar on error

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #31592 from nextcloud/fix/direct-arg-flow-v2
Vincent Petry [Tue, 29 Mar 2022 16:21:40 +0000 (18:21 +0200)]
Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2

Add direct arg to login flow

2 years agoMerge pull request #31735 from nextcloud/fix/noid/mig-generator-copyright
Côme Chilliet [Tue, 29 Mar 2022 14:49:43 +0000 (16:49 +0200)]
Merge pull request #31735 from nextcloud/fix/noid/mig-generator-copyright

migration generator also includes copyright section

2 years agoMerge pull request #31575 from nextcloud/enh/add-trashbin-migrator
Côme Chilliet [Tue, 29 Mar 2022 12:39:50 +0000 (14:39 +0200)]
Merge pull request #31575 from nextcloud/enh/add-trashbin-migrator

Add trashbin migrator to export and import trashbin data

2 years agoMerge pull request #31697 from nextcloud/enh/27607/fix-user-count
Louis [Tue, 29 Mar 2022 11:53:30 +0000 (13:53 +0200)]
Merge pull request #31697 from nextcloud/enh/27607/fix-user-count

fix User Counts updates on user add/remove

2 years agoMerge pull request #31632 from Maaxxs/fix-undefined-index-dav
Louis [Tue, 29 Mar 2022 11:53:15 +0000 (13:53 +0200)]
Merge pull request #31632 from Maaxxs/fix-undefined-index-dav

Fixes the undefined index error with the DAV property getlastmodified

2 years agoFix user counts updates on user add/remove 31697/head
Petre T [Mon, 7 Mar 2022 19:29:36 +0000 (19:29 +0000)]
Fix user counts updates on user add/remove

Signed-off-by: Petre Tudor <petre.tudor@dorkfar.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #31711 from nextcloud/mount-cache-external-share
Vincent Petry [Tue, 29 Mar 2022 08:35:25 +0000 (10:35 +0200)]
Merge pull request #31711 from nextcloud/mount-cache-external-share

invalidate mount cache after accepting or renaming federated share

2 years agoMerge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger
Côme Chilliet [Tue, 29 Mar 2022 07:39:38 +0000 (09:39 +0200)]
Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger

Migrate from ILogger to LoggerInterface in lib/private

2 years agoMerge pull request #31696 from nextcloud/fix/user_ldap-fix-migration-lengthcheck...
Côme Chilliet [Tue, 29 Mar 2022 07:38:21 +0000 (09:38 +0200)]
Merge pull request #31696 from nextcloud/fix/user_ldap-fix-migration-lengthcheck-oracle

Use getLengthExpression to measure field length instead of like

2 years agoMerge pull request #31736 from nextcloud/bugfix/noid/disable-bulkupload
Joas Schilling [Tue, 29 Mar 2022 07:35:00 +0000 (09:35 +0200)]
Merge pull request #31736 from nextcloud/bugfix/noid/disable-bulkupload

Disable bulk upload by not advertising it

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 29 Mar 2022 02:28:02 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUse the null coalescing operator to set the value of `size`. 31632/head
Max Kunzelmann [Mon, 28 Mar 2022 20:22:36 +0000 (22:22 +0200)]
Use the null coalescing operator to set the value of `size`.

Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
2 years agoMerge pull request #31537 from nextcloud/enh/31533/disable-webupdater-biginstances
Simon L [Mon, 28 Mar 2022 19:50:51 +0000 (21:50 +0200)]
Merge pull request #31537 from nextcloud/enh/31533/disable-webupdater-biginstances

show that the web updater is not recommended on big instances

2 years agoaddress reviews 31537/head
szaimen [Fri, 25 Mar 2022 09:03:38 +0000 (10:03 +0100)]
address reviews

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoAlso comment out in test 31736/head
Joas Schilling [Tue, 15 Feb 2022 06:14:14 +0000 (07:14 +0100)]
Also comment out in test

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoDisable bulk upload by not advertising it
Vincent Petry [Mon, 14 Feb 2022 15:14:57 +0000 (16:14 +0100)]
Disable bulk upload by not advertising it

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>
2 years agoMerge pull request #31718 from nextcloud/dependabot/npm_and_yarn/testing-library...
Louis [Mon, 28 Mar 2022 14:52:56 +0000 (16:52 +0200)]
Merge pull request #31718 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.3

Bump @testing-library/jest-dom from 5.16.2 to 5.16.3

2 years agoMerge pull request #31717 from nextcloud/dependabot/npm_and_yarn/jquery-migrate-3.4.0
dependabot[bot] [Mon, 28 Mar 2022 14:42:07 +0000 (14:42 +0000)]
Merge pull request #31717 from nextcloud/dependabot/npm_and_yarn/jquery-migrate-3.4.0

2 years agomigration generator also includes copyright section 31735/head
Arthur Schiwon [Mon, 28 Mar 2022 13:35:17 +0000 (15:35 +0200)]
migration generator also includes copyright section

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoBump jquery-migrate from 3.3.2 to 3.4.0 31717/head
dependabot[bot] [Mon, 28 Mar 2022 12:54:12 +0000 (12:54 +0000)]
Bump jquery-migrate from 3.3.2 to 3.4.0

Bumps [jquery-migrate](https://github.com/jquery/jquery-migrate) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery-migrate/releases)
- [Commits](https://github.com/jquery/jquery-migrate/compare/3.3.2...3.4.0)

---
updated-dependencies:
- dependency-name: jquery-migrate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #31716 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.2.1
dependabot[bot] [Mon, 28 Mar 2022 12:48:31 +0000 (12:48 +0000)]
Merge pull request #31716 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.2.1

2 years agoBump @nextcloud/vue from 5.1.1 to 5.2.1 31716/head
dependabot[bot] [Mon, 28 Mar 2022 11:30:54 +0000 (11:30 +0000)]
Bump @nextcloud/vue from 5.1.1 to 5.2.1

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 5.1.1 to 5.2.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v5.1.1...v5.2.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30276 from nextcloud/feature/add_oauth2_migration
Louis [Mon, 28 Mar 2022 09:14:49 +0000 (11:14 +0200)]
Merge pull request #30276 from nextcloud/feature/add_oauth2_migration

Add oauth2_clients migration for Owncloud

2 years agoAdd direct arg to login flow 31592/head
Vincent Petry [Tue, 25 Jan 2022 16:47:58 +0000 (17:47 +0100)]
Add direct arg to login flow

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Mar 2022 02:27:22 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix LENGTH function name across databases 31696/head
Côme Chilliet [Sun, 27 Mar 2022 22:01:17 +0000 (00:01 +0200)]
Fix LENGTH function name across databases

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #31722 from nextcloud/dependabot/npm_and_yarn/minimist-1.2.6
dependabot[bot] [Sat, 26 Mar 2022 07:58:29 +0000 (07:58 +0000)]
Merge pull request #31722 from nextcloud/dependabot/npm_and_yarn/minimist-1.2.6

2 years agoBump minimist from 1.2.5 to 1.2.6 31722/head
dependabot[bot] [Sat, 26 Mar 2022 06:00:06 +0000 (06:00 +0000)]
Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #31715 from nextcloud/dependabot/npm_and_yarn/babel-loader-8.2.4
dependabot[bot] [Sat, 26 Mar 2022 05:59:03 +0000 (05:59 +0000)]
Merge pull request #31715 from nextcloud/dependabot/npm_and_yarn/babel-loader-8.2.4

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 26 Mar 2022 02:27:51 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump @testing-library/jest-dom from 5.16.2 to 5.16.3 31718/head
dependabot[bot] [Sat, 26 Mar 2022 02:05:17 +0000 (02:05 +0000)]
Bump @testing-library/jest-dom from 5.16.2 to 5.16.3

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.2 to 5.16.3.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.2...v5.16.3)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump babel-loader from 8.2.3 to 8.2.4 31715/head
dependabot[bot] [Sat, 26 Mar 2022 02:02:33 +0000 (02:02 +0000)]
Bump babel-loader from 8.2.3 to 8.2.4

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.4.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.3...v8.2.4)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #31708 from nextcloud/enh/noid/apptoken-maxlength
Pytal [Fri, 25 Mar 2022 18:03:14 +0000 (11:03 -0700)]
Merge pull request #31708 from nextcloud/enh/noid/apptoken-maxlength

2 years agoinvalidate mount cache after accepting or renaming federated share 31711/head
Robin Appelman [Fri, 25 Mar 2022 13:18:36 +0000 (14:18 +0100)]
invalidate mount cache after accepting or renaming federated share

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoFix files_external column length
Joas Schilling [Thu, 24 Mar 2022 15:59:02 +0000 (16:59 +0100)]
Fix files_external column length

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoEnsure string column limit of 4.000 characters
Joas Schilling [Wed, 23 Mar 2022 14:04:18 +0000 (15:04 +0100)]
Ensure string column limit of 4.000 characters

https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/datatype-limits.html#GUID-963C79C9-9303-49FE-8F2D-C8AAF04D3095

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoSet max length to app token field to match backend 31708/head
Vincent Petry [Fri, 25 Mar 2022 08:42:00 +0000 (09:42 +0100)]
Set max length to app token field to match backend

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 25 Mar 2022 02:44:41 +0000 (02:44 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoshow warning in update admin overview
szaimen [Fri, 11 Mar 2022 11:23:15 +0000 (12:23 +0100)]
show warning in update admin overview

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #31693 from nextcloud/releases/24/beta1 v24.0.0beta1
blizzz [Thu, 24 Mar 2022 20:57:06 +0000 (21:57 +0100)]
Merge pull request #31693 from nextcloud/releases/24/beta1

24.0.0 beta 1

2 years agoUse OCTET_LENGTH which is more common than LENGTHB
Côme Chilliet [Thu, 24 Mar 2022 16:22:41 +0000 (17:22 +0100)]
Use OCTET_LENGTH which is more common than LENGTHB

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAvoid select with no FROM clause for Oracle in tests
Côme Chilliet [Thu, 24 Mar 2022 16:02:27 +0000 (17:02 +0100)]
Avoid select with no FROM clause for Oracle in tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd octetLength and charLength to function builder, and tests
Côme Chilliet [Thu, 24 Mar 2022 15:17:37 +0000 (16:17 +0100)]
Add octetLength and charLength to function builder, and tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUse getLengthExpression to measure field length instead of like
Côme Chilliet [Thu, 24 Mar 2022 10:12:12 +0000 (11:12 +0100)]
Use getLengthExpression to measure field length instead of like

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #31265 from nextcloud/fs-limited-setup
Vincent Petry [Thu, 24 Mar 2022 20:08:15 +0000 (21:08 +0100)]
Merge pull request #31265 from nextcloud/fs-limited-setup

Fine grained filesystem setup

2 years agoAdd missing PHPDoc in InvalidateMountCacheEvent 31265/head
Vincent Petry [Thu, 24 Mar 2022 20:02:25 +0000 (21:02 +0100)]
Add missing PHPDoc in InvalidateMountCacheEvent

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoAdd missing event dispatcher in test constructor
Vincent Petry [Thu, 24 Mar 2022 19:31:00 +0000 (20:31 +0100)]
Add missing event dispatcher in test constructor

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMake phpcs happy in MountProviderCollection
Vincent Petry [Thu, 24 Mar 2022 19:26:42 +0000 (20:26 +0100)]
Make phpcs happy in MountProviderCollection

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years ago Add oauth2_clients migration for Owncloud 30276/head
Louis Chemineau [Thu, 16 Dec 2021 15:46:03 +0000 (16:46 +0100)]
 Add oauth2_clients migration for Owncloud

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #31520 from nextcloud/fix/31237/new-button-UserStatus
blizzz [Thu, 24 Mar 2022 16:59:21 +0000 (17:59 +0100)]
Merge pull request #31520 from nextcloud/fix/31237/new-button-UserStatus

focus to buttons on dashboard view

2 years agoMerge pull request #30950 from nextcloud/enh/opcache-recommends-translation
Vincent Petry [Thu, 24 Mar 2022 16:56:09 +0000 (17:56 +0100)]
Merge pull request #30950 from nextcloud/enh/opcache-recommends-translation

Add OPcache recommendations to Transifex

2 years agoApply suggestions from code review
Robin Appelman [Thu, 24 Mar 2022 16:34:13 +0000 (16:34 +0000)]
Apply suggestions from code review

Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoadd comment for getMountForPath loop
Robin Appelman [Thu, 24 Mar 2022 16:09:52 +0000 (17:09 +0100)]
add comment for getMountForPath loop

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoinvalidate mount cache after share rename
Robin Appelman [Thu, 24 Mar 2022 15:18:34 +0000 (16:18 +0100)]
invalidate mount cache after share rename

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agomake mount cache duration configurable
Robin Appelman [Thu, 24 Mar 2022 14:47:50 +0000 (15:47 +0100)]
make mount cache duration configurable

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #31700 from nextcloud/bugfix/noid/allow-4-char-emojis
blizzz [Thu, 24 Mar 2022 16:36:23 +0000 (17:36 +0100)]
Merge pull request #31700 from nextcloud/bugfix/noid/allow-4-char-emojis

Allow reactions also with other combined emojis 🧑🏾‍💻

2 years agoAdd a guard to check that trashbin folder is a folder 31575/head
Côme Chilliet [Thu, 24 Mar 2022 16:31:21 +0000 (17:31 +0100)]
Add a guard to check that trashbin folder is a folder

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #31221 from nextcloud/feat/dont_create_oc_cards_index_if_it_exists
Vincent Petry [Thu, 24 Mar 2022 16:12:21 +0000 (17:12 +0100)]
Merge pull request #31221 from nextcloud/feat/dont_create_oc_cards_index_if_it_exists

Don't create cards_abiduri it if already exists

2 years agofix method name
Robin Appelman [Thu, 24 Mar 2022 14:47:19 +0000 (15:47 +0100)]
fix method name

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agocaching of userfolder
Robin Appelman [Thu, 24 Mar 2022 14:41:34 +0000 (15:41 +0100)]
caching of userfolder

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agofmt
Robin Appelman [Thu, 17 Mar 2022 18:32:51 +0000 (19:32 +0100)]
fmt

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoinvalidate mount cache on circles change
Robin Appelman [Thu, 17 Mar 2022 17:32:50 +0000 (18:32 +0100)]
invalidate mount cache on circles change

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoforce full setup after external storage config change
Robin Appelman [Thu, 17 Mar 2022 17:24:18 +0000 (18:24 +0100)]
force full setup after external storage config change

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoperform full setup if a cached mount doesn't have a provider set
Robin Appelman [Wed, 16 Mar 2022 17:13:45 +0000 (18:13 +0100)]
perform full setup if a cached mount doesn't have a provider set

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agodon't double setup provider when calling `setupForUser` after `setupForPath`
Robin Appelman [Mon, 14 Mar 2022 14:08:24 +0000 (15:08 +0100)]
don't double setup provider when calling `setupForUser` after `setupForPath`

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoadd logic to perform a full filesystem setup when needed
Robin Appelman [Thu, 10 Mar 2022 17:27:54 +0000 (18:27 +0100)]
add logic to perform a full filesystem setup when needed

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoupdate cached mounts when only specific providers have been setup
Robin Appelman [Thu, 10 Mar 2022 14:53:39 +0000 (15:53 +0100)]
update cached mounts when only specific providers have been setup

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agofix check if dav root is folder
Robin Appelman [Wed, 9 Mar 2022 16:23:59 +0000 (17:23 +0100)]
fix check if dav root is folder

Signed-off-by: Robin Appelman <robin@icewind.nl>