fenn-cs
bb2c2bb7f0
Replace ILogger method calls index.php
...
This commit replaces more ILogger method calls with
`Psr\Log\LoggerInterface` as we gradually move away from the
custom ILogger.
This commit aslo, sets the customPsrLogger to not depend on the
database to `logfile` config value.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-05-22 15:17:04 +07:00
Nextcloud bot
96f0118312
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-21 00:17:10 +07:00
dependabot[bot]
428366cc7c
Merge pull request #38372 from nextcloud/dependabot/npm_and_yarn/tar-6.1.15
2023-05-20 03:54:51 +07:00
dependabot[bot]
bb7c7fd862
chore(deps-dev): Bump tar from 6.1.14 to 6.1.15
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 6.1.14 to 6.1.15.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.14...v6.1.15 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-20 03:05:38 +07:00
Nextcloud bot
1c1c9075c1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-20 00:17:12 +07:00
Simon L
6fc80a4c53
Merge pull request #38354 from nextcloud/pulsejet/patch-ubr
...
Make unsupported browser check asynchronous
2023-05-20 00:56:07 +07:00
Varun Patil
98ddb81e82
Make unsupported browser check asynchronous
...
This check is very expensive, and will pass almost 100% of the time.
Related #36728
Depends on #38329
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-19 22:00:10 +07:00
Simon L
3d2d1c171e
Merge pull request #37758 from nextcloud/redis-atomic
...
redis: use atomic operations everywhere
2023-05-19 23:29:24 +07:00
Simon L
8cca865d80
Merge pull request #38332 from nextcloud/pulsejet/patch-dead1
...
Remove some dead code in files app
2023-05-19 23:27:12 +07:00
Marcel Klehr
b3e8e0c55b
Merge pull request #32775 from nextcloud/fix/23877/unread-comments
2023-05-19 14:39:52 +07:00
nextcloud-command
dfa01c4fa5
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-19 10:22:21 +07:00
Christopher Ng
94af306c27
fix(comments): Mark comments as read
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-19 12:02:10 +07:00
Simon L
822c872c75
Merge pull request #38306 from nextcloud/enh/noid/migrate-to-ncselect
...
migrate a few components to NcSelect
2023-05-19 11:58:22 +07:00
Simon L
ed5d8d5c4e
address review
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-19 08:29:55 +07:00
Simon L
06d8a03315
migrate a few components to NcSelect
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-05-19 10:14:39 +07:00
Nextcloud bot
60baf8859f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-19 00:17:21 +07:00
Nextcloud bot
99f8a7ff71
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-18 18:46:31 +07:00
F. E Noel Nfebe
16f13311cd
Merge pull request #38344 from nextcloud/38340-fix-add-group-broken
...
38340 fix add group broken
2023-05-18 10:26:11 +07:00
fenn-cs
ec915474f0
Fix add new group event
...
1ee8fbaad1 broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue
Resolves : https://github.com/nextcloud/server/issues/38340
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-18 07:49:27 +07:00
F. E Noel Nfebe
c9aadb1d5b
Merge pull request #38294 from nextcloud/fix/37137/add-aria-expanded-to-toggler-user-options
...
Use aria-expanded correctly on toggle user actions
2023-05-18 08:08:16 +07:00
dependabot[bot]
1f9331ef5d
Merge pull request #38232 from nextcloud/dependabot/npm_and_yarn/cypress-12.12.0
2023-05-18 03:54:03 +07:00
dependabot[bot]
3f2a0ce798
Merge pull request #38234 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.6.8
2023-05-18 01:57:31 +07:00
Nextcloud bot
b24bb42ef7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-18 00:17:49 +07:00
dependabot[bot]
55eb6be474
chore(deps-dev): Bump cypress from 12.11.0 to 12.12.0
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 12.11.0 to 12.12.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v12.11.0...v12.12.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 23:44:07 +07:00
Varun Patil
545b3b392f
Merge pull request #38323 from nextcloud/pulsejet/focus-visible
...
Remove focus-visible polyfill
2023-05-17 16:42:53 +07:00
fenn-cs
a39f0de237
Use aria-expanded correctly on toggle user actions
...
The aria-expanded attribute was added on the expandable item rather
Than the button that triggers the expand.
Resolves : #37137
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-17 23:15:15 +07:00
dependabot[bot]
28fea3f07b
chore(deps-dev): Bump phpunit/phpunit in /build/integration
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.6.7 to 9.6.8.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.8/ChangeLog-9.6.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.7...9.6.8 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 21:45:09 +07:00
dependabot[bot]
4979b1f1b4
Merge pull request #38346 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.6.1
2023-05-17 21:44:26 +07:00
Varun Patil
262c84adfa
Remove some dead code in files app
...
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2023-05-17 09:57:23 +07:00
Varun Patil
db8d0b538e
Remove focus-visible polyfill
...
Supercedes and closes #35384
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2023-05-17 18:21:57 +07:00
Simon L
fa3bbb2653
Merge pull request #38330 from nextcloud/fix/alt-login-box-design
...
Adjust style of passwordless login
2023-05-17 17:04:26 +07:00
dependabot[bot]
ba7fa6e93c
chore(deps-dev): Bump guzzlehttp/guzzle in /build/integration
...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) from 7.5.1 to 7.6.1.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/7.6/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/7.5.1...7.6.1 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 14:01:20 +07:00
Joas Schilling
3fc43bc91a
Merge pull request #38336 from nextcloud/master-is-now-28
...
Master is now 28
2023-05-17 15:59:38 +07:00
Joas Schilling
22e5741138
Merge pull request #38337 from nextcloud/enh/noid/disable-some-contactsmenu-tests
...
disable contacts menu features that regularly fail on drone
2023-05-17 12:01:39 +07:00
Andy Scherzinger
c200fd4c85
Merge pull request #38328 from nextcloud/fix/codeowners
...
Fix codeowners named Χριστόφορος
2023-05-17 11:39:14 +07:00
Andy Scherzinger
f27210922f
Update CODEOWNERS
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-05-17 11:38:45 +07:00
Simon L
3b38b12a0f
Merge pull request #38327 from nextcloud/fix/dashboard-adjust-border
...
dashboard: Adjust border radius of panels to match main content container
2023-05-17 11:07:38 +07:00
Simon L
2cb7dd2d84
disable contacts menu features that regularly fail on drone
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-05-17 10:51:24 +07:00
Joas Schilling
7e45fdf867
chore(release): Bump requirements and versions in apps/
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17 10:44:23 +07:00
Joas Schilling
e82cd99d69
chore(release): Bump Major version in master branch to 28
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17 10:36:15 +07:00
Joas Schilling
9a7870bce6
chore(CI): Update psalm baseline also on stable27
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17 10:34:27 +07:00
Joas Schilling
cf0a59eaf4
chore(CI): Backport the CA Cert update to stable27
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17 10:33:16 +07:00
Joas Schilling
e038560606
chore(security): Bump "Expires" of well-known/security.txt
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17 10:32:16 +07:00
Joas Schilling
511fbb3f10
chore(CI): Add stable26 to dependabot config
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-17 10:30:46 +07:00
Simon L
288742d55c
Merge pull request #38295 from nextcloud/deps/webdav-5.0.0
...
chore(deps): Bump webdav from 5.0.0-r3 to 5.0.0
2023-05-17 04:29:11 +07:00
Ferdinand Thiessen
5be82f2143
chore: compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-17 03:36:20 +07:00
Ferdinand Thiessen
687b95519f
feat(login): Improve passwordless login box
...
* Remove wrong background of error message boxes
* Use `NcTextInput` for username or mail to align with login box
* Add a heading for better overview where you (as a user) are currently
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-17 03:33:48 +07:00
Ferdinand Thiessen
57e50e04bf
feat(login): Use `tertiary` button for "back to login"
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-17 03:33:48 +07:00
Christopher Ng
cdf249173a
chore(deps): Bump webdav from 5.0.0-r3 to 5.0.0
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-05-16 17:35:49 +07:00
Nextcloud bot
85df0f67b7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-17 00:17:37 +07:00