Commit Graph

60901 Commits (47c9c34cca22602fb609de6c0e1d32ec17a9e7fe)
 

Author SHA1 Message Date
Nextcloud bot bf6388ef2d
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Julius Härtl 73cf2394a3
Merge pull request #30296 from nextcloud/enhancement/strict-2fa-middleware 2 years ago
Carl Schwan 910f05ae25
Merge pull request #30353 from nextcloud/fix/localhost-external-share
Handle external share with invalid host
2 years ago
Christoph Wurst 8eee11e57e
Merge pull request #30385 from nextcloud/fix/30278/sort_algorithm
Sort app scripts topologically by its dependencies
2 years ago
Jonas Meurer 491bd6260c
Sort app scripts topologically by its dependencies
Implement a proper topological sorting algorithm. Based on the
implementation by https://github.com/marcj/topsort.php

Logs an error in case a circular dependency is detected.

Fixes: #30278

Signed-off-by: Jonas Meurer <jonas@freesources.org>
2 years ago
Christoph Wurst 6ef63d27a8
Make the UserStatusMapper a generic instance of QBMapper
This removes our manual overrides and helps static analysis.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago
Julius Härtl a37909f61c
Merge pull request #29530 from nextcloud/bugfix/noid/username-prefill 2 years ago
Julius Härtl de2b86a7a4
Merge pull request #28542 from nextcloud/enh/s3-put-limit 2 years ago
Louis 867e7c533a
Merge pull request #30400 from nextcloud/dependabot/npm_and_yarn/marked-4.0.8
Bump marked from 4.0.7 to 4.0.8
2 years ago
Julius Härtl 2aac757805
Make max size for single put uploads configurable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl e00173a71b
Also pass user on flow v2 landing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 61dd1d3d97
Pass username prefill through unauthenticated request redirects
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Julius Härtl 8eab1fedfe
Properly apply the username prefill
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
Joas Schilling acaf214b67
Run migrations fully when reenabling an app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago
dependabot[bot] 0bc4e424e3 Bump marked from 4.0.7 to 4.0.8
Bumps [marked](https://github.com/markedjs/marked) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.7...v4.0.8)

---
updated-dependencies:
- dependency-name: marked
  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>
2 years ago
Julius Härtl 0f9dff1683
Merge pull request #30403 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1.13.0 2 years ago
John Molakvoæ c67d428acd
Merge pull request #30413 from nextcloud/fix/app-authors-with-homepage 2 years ago
Julius Härtl a8340452b5
Merge pull request #30402 from nextcloud/dependabot/npm_and_yarn/sass-1.45.1 2 years ago
dependabot[bot] 95148ebf46
Bump sass from 1.45.0 to 1.45.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.45.0 to 1.45.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.45.0...1.45.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Christoph Wurst 89dce4bcba
Add the Groupware Team as contactsinteraction co-maintainer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago
Christoph Wurst 91916a01a4
Fix rendering app authors with homepage or email
When the first author of an app doesn't have homepage/email attributes
set in info.xml then any further author was rendered as `[object
Object]` due to the complex XML node seralized to a JavaScript string.
The logic was fixed so that it converts any of the authors to simple
text.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago
John Molakvoæ e0b02c095a
Fix uploading text position
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years ago
Julius Härtl 23985b6323
Merge pull request #30392 from nextcloud/fix/missing-properties-propertypath-index 2 years ago
Julius Härtl 6f986519fe
Merge pull request #28610 from nextcloud/enh/preview-cleanup-query 2 years ago
John Molakvoæ 66ca9baed2
Merge pull request #29948 from nextcloud/enh/webdav-creationdate 2 years ago
Nextcloud bot 6e906dedc6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
dependabot[bot] bba0dc44f0 Bump jquery-ui-dist from 1.12.1 to 1.13.0
Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0)

---
updated-dependencies:
- dependency-name: jquery-ui-dist
  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 ago
John Molakvoæ e6c6555cb1
Merge pull request #30364 from nextcloud/enh/noid/improve-personal-settings-mobile 2 years ago
Nextcloud bot e027d2bec6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Nextcloud bot 87eda567e3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Nextcloud bot b3eaec8a8e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Christoph Wurst ed84f07784
Add missing index for propertypath only queries against properties
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago
szaimen 70feadafb4 improve personal settings on mobile
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago
Julius Härtl 29dffd7e7f
Merge pull request #30370 from nextcloud/lint/fix-s3connectiontrait
Fix php-cs for S3ConnectionTrait.php
2 years ago
Nextcloud bot 10dca27cfe
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Greta a5953c3167
Merge pull request #30338 from quentinguidee/refine-settings-groupware
Fix groupware visual issue and improve spacing
2 years ago
Carl Schwan e8e8ad22a1
Merge pull request #30371 from quentinguidee/refine-devices-sessions-table
Devices & sessions: fix misaligned header
2 years ago
Nextcloud bot 7d1d03d5eb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Quentin Guidée de5743cfb7
Devices & sessions: fix misaligned header
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2 years ago
Julius Härtl e475dfe16c
Fix php-cs for S3ConnectionTrait.php
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years ago
John Molakvoæ 0b01103137
Merge pull request #28438 from csware/issue-1649 2 years ago
Julius Härtl 1acfbd0b06
Merge pull request #27493 from cuppett/cuppett/simplify-aws-credential-provider 2 years ago
Julius Härtl d73fe0ccd9
Merge pull request #29879 from nextcloud/bugfix/noid/sharing-enumeration-addressbooks 2 years ago
John Molakvoæ 577fb0fcba
Merge pull request #30305 from nextcloud/fix-persistent-tooltip-in-the-new-folder-input-of-the-file-picker 2 years ago
Nextcloud bot 0cba1072c0
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago
Quentin Guidée 4449cabee6
Fix groupware visual issue: compile js files
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2 years ago
Daniel Calviño Sánchez 3fa91ecf68 Fix persistent tooltip in the "new folder" input of the file picker
When a new folder is tried to be created in the file picker dialog a
tooltip is shown on the input if the folder name exists already.
However, this tooltip was not cleared, so it was still shown even if the
name was fixed, the folder was created and then the "New folder" input
was shown again.

Now the tooltip is cleared as soon as the input changes, as keeping it
shown in that case did not provide any benefit either (and it is
consistent with how the "new folder" input works in the Files app view).

The input is also cleared whenever the menu that shows the input is
opened again, as otherwise the tooltip would be still shown if the menu
was closed and opened again without changing the input (and the menu
could be opened again after changing to another directory where the new
folder name is no longer duplicated).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years ago
MichaIng 59290060c7
Merge pull request #30128 from nextcloud/fix/bump-sabre/vobject-to-4.4.1
Bump sabre/vobject to 4.4.1
2 years ago
John Molakvoæ c0cfd237ab
Merge pull request #30299 from nextcloud/fix/log_files 2 years ago
Côme Chilliet 057dcb567a
Bump sabre/vobject to 4.4.1
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years ago