Simon L
41148acf83
Merge pull request #36257 from nextcloud/fix/noid/single-upgrade-on-custom-apps
...
non-static app_dir
2023-02-01 17:07:23 +07:00
Maxence Lange
4cac49c797
refresh cached app folder on install/upgrade
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-02-01 11:07:31 +07:00
Christoph Wurst
0c5eba3786
Merge pull request #36444 from nextcloud/perf/autoloading/weather-status-authoritative-autoloader
...
perf(autoloading): Add authoritative autoloader for weather-status
2023-02-01 11:56:03 +07:00
Christoph Wurst
d7bd7639c2
Merge pull request #36407 from nextcloud/enh/31710/migration-safeguard
...
add a safeguard for Version23000Date20210721100600.php
2023-02-01 08:50:23 +07:00
Nextcloud bot
03a6d1a985
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-01 02:25:23 +07:00
Maxence Lange
d2df81a969
Merge pull request #36458 from nextcloud/fix/noid/run-tests-php-8.0
...
test runs with php8.0 images
2023-01-31 21:49:15 +07:00
John Molakvoæ
873501a141
Merge pull request #36455 from nextcloud/artonge/e2e/reset_theming
...
Reset theming in cypress test
2023-01-31 19:53:39 +07:00
Maxence Lange
1a655e88d9
use php8.0 images
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-01-31 15:44:12 +07:00
Julius Härtl
ca3f53ab88
Merge pull request #36453 from nextcloud/bugfix/noid/oci-longtext
...
Fix MigrateBackgroundImages on oracle
2023-01-31 15:27:19 +07:00
Louis
3ff568342b
Merge pull request #36331 from tpayen/fix/globalNewButton
...
fix(files) Call .action of local element instead of global page
2023-01-31 14:23:16 +07:00
Louis Chemineau
fc1a16283e
Reset theming in cypress test
...
The test in admin-settings does not reset the theming.
So when it is run before user-background, the "Default cloud background is not rendered" test fails.
This makes sure that the theming is reset before running "User default background settings"
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-31 14:18:26 +07:00
Julius Härtl
ecccff8bd2
fix(theming): Fix query for configvalue as CLOB on OCI
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-31 11:57:54 +07:00
Julius Härtl
c246edece6
tests(oci): Test where statement on longtext column
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
test: try with just passing the type to eq which should also cast
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-31 11:57:54 +07:00
Julius Härtl
7e3ea019d1
chore: Add return types
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-31 11:42:33 +07:00
Julius Härtl
7cc9ba28a7
perf(federation): Only request root share info for checking availability
...
Otherwise this would request a full recursive dirctory listing while the result is never being used
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-31 11:41:34 +07:00
John Molakvoæ
e7c9fdb1ac
Merge pull request #36445 from nextcloud/Valdnet-patch-4
...
l10n: Change admin to administrator
2023-01-31 10:35:45 +07:00
Richard Steinmetz
825a067ed7
Merge pull request #36440 from nextcloud/perf/autoloading/dashboard-authoritative-autoloader
...
perf(autoloading): Add authoritative autoloader for dashboard
2023-01-31 10:35:03 +07:00
Julius Härtl
9f2495cc09
Merge pull request #35474 from nextcloud/feature/rich-workspace-visibility
...
Update rich-workspace visibility
2023-01-31 09:54:57 +07:00
Nextcloud bot
9035be6b81
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-31 02:25:42 +07:00
Joas Schilling
e4fadcf02a
Merge pull request #36434 from nextcloud/techdebt/noid/drop-bootstrap
...
Drop bootstrap
2023-01-30 23:13:22 +07:00
Luka Trovic
cacffecba5
feat: update newfilemenu.js for rich-workspace
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2023-01-30 20:27:16 +07:00
Valdnet
928f62610b
l10n: Change administrator to administration
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-01-30 18:40:29 +07:00
Valdnet
927821e363
l10n: Change admin to administrator
...
Spelling unification.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-01-30 18:21:33 +07:00
Christoph Wurst
ba4e46d341
perf(autoloading): Add authoritative autoloader for weather-status
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-30 18:10:58 +07:00
Christoph Wurst
ca67a9451d
perf(autoloading): Add authoritative autoloader for dashboard
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-30 16:38:52 +07:00
Louis
3bfc5a4d95
Merge pull request #36420 from nextcloud/enh/34958/fix-exif-log
...
fix the exif_read_data issue
2023-01-30 15:41:47 +07:00
Robin Appelman
7251ed1cc3
Merge pull request #36433 from nextcloud/fix/32818/decrypt-missing-file-fails
...
fix(encryption): don't throw on missing file
2023-01-30 15:40:25 +07:00
Thomas P
87887d7837
fix(files) Call .action of local element
...
When calling .action from the global page, newButton may conflict with other app-content which is similar to app-content-files
Signed-off-by: Thomas Payen <thomas.payen@i-carre.net>
2023-01-30 15:27:00 +07:00
Joas Schilling
5b5bc7170a
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-30 13:51:36 +07:00
Joas Schilling
04e1e2f83e
Remove usages of bootstrap
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-30 13:48:15 +07:00
Joas Schilling
b4f4e19335
Remove bootstrap dependency
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-30 13:47:54 +07:00
dependabot[bot]
7d337566c6
Merge pull request #36332 from nextcloud/dependabot/npm_and_yarn/ua-parser-js-0.7.33
2023-01-30 10:35:01 +07:00
dependabot[bot]
e84775bf49
chore(deps): Bump ua-parser-js from 0.7.31 to 0.7.33
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33 )
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 09:45:08 +07:00
Louis
2f3007205d
Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backend
...
Allow to name a version
2023-01-30 10:40:49 +07:00
Richard Steinmetz
f0a3b77d0f
fix(encryption): don't throw on missing file
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-30 10:07:01 +07:00
Joas Schilling
de415fbb15
Merge pull request #36348 from nextcloud/bugfix/noid/fix-primary-color-usage-in-emails-and-federation
...
Fix primary color usage in emails and federation
2023-01-30 09:56:36 +07:00
Joas Schilling
959e2aaa17
fix(tests): Fix method name in unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-30 09:12:50 +07:00
Joas Schilling
79b8c68592
Use the default primary color instead of "randomly" the color of the user triggering the email
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-30 09:12:50 +07:00
Joas Schilling
a192641808
Use the default color and matching text color for the federation invite
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-30 09:12:49 +07:00
Nextcloud bot
97e6fe4b46
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-30 02:25:59 +07:00
Nextcloud bot
41b2e17cd1
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-29 02:26:57 +07:00
Simon L
a704619ea4
try to fix the exif_read_data issue
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-01-28 11:23:59 +07:00
Nextcloud bot
4ae17a04eb
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-28 02:26:02 +07:00
Christoph Wurst
7269766e05
Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attribute
...
feat(app-framework): Add UseSession attribute to replace annotation
2023-01-27 16:59:14 +07:00
Christoph Wurst
df0bb9165d
Merge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable-calendar-data
...
fix(caldav): Fix wrong Psalm report for nullable calendar data
2023-01-27 15:43:33 +07:00
Simon L
96500cf5a4
add a safeguard for Version23000Date20210721100600.php
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-01-27 13:10:44 +07:00
Julius Härtl
a63b557568
Merge pull request #35557 from nextcloud/enh/31667/extend-reference-api-for-frontend-picker
2023-01-27 12:35:44 +07:00
Simon L
8744029e14
Merge pull request #36395 from corentinbettiol/fix/typo-occ-repair
...
FIX: This fill finish -> This will finish
2023-01-27 11:55:38 +07:00
Julius Härtl
81c2122ff8
style: Fix php-cs and psalm
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-27 11:10:56 +07:00
Julius Härtl
699e5fe7f6
chore(composer): Update autoloader
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-27 11:10:56 +07:00