Commit Graph

24262 Commits (stable20)

Author SHA1 Message Date
John Molakvoæ b06e32af26
Merge pull request #29314 from nextcloud/backport/29180/stable20 3 years ago
Nextcloud bot 76b076d4d5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot e70ab5a768
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot fe1a64abae
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot fb59aac4f3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 8897e13bf2
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Côme Chilliet 349f4f6263 Fix Access constructor call
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years ago
Côme Chilliet 07c9dc0e4e Use Psr\Log\LoggerInterface where it can easily be used in user_ldap
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years ago
Côme Chilliet 63f29cac4b Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Access
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years ago
Côme Chilliet 3f8ea18b45 Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years ago
Côme Chilliet 355bf52508 Avoid PHP errors when the LDAP attribute is not found
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years ago
Nextcloud bot e48efef351
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Julius Härtl 2835f62410
Merge pull request #29457 from nextcloud/backport/29454/stable20 3 years ago
Nextcloud bot a463d51bf4
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Joas Schilling c363479279 Detect mimetype by content only with content
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
John Molakvoæ 882f2ab2ed
Merge pull request #26630 from nextcloud/backport/25189/stable20 3 years ago
Nextcloud bot 7ffcd0f6d9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Julius Härtl 076a72238b
Move to combined files entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago
Joas Schilling 0e41175c5c
Fix "No entries in this …" template
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Julius Härtl a2669b71f0
Implement local filtering in file list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago
Nextcloud bot a0aebf71b2
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Lukas Reschke 0f9e090f0c
Merge pull request #29429 from nextcloud/fix/user_status_enumeration_20
Backport #29260: Respect user enumeration settings in user status lists
3 years ago
Carl Schwan 2a4e92dcbd
Merge pull request #29291 from nextcloud/fix/unable-to-login
[stable20] Fix unable to login errors due to file system not being initialized
3 years ago
Jonas Meurer 50a25748c0
Respect user enumeration settings in user status lists
So far, the functions to find user statuses listed didn't respect user
enumeration settings (`shareapi_allow_share_dialog_user_enumeration`
and `shareapi_restrict_user_enumeration_to_group` core app settings).

Fix this privacy issue by returning an empty list in case
`shareapi_allow_share_dialog_user_enumeration` is unset or
`shareapi_restrict_user_enumeration_to_group` is set.

In the long run, we might want to return users from common groups if
`shareapi_restrict_user_enumeration_to_group` is set. It's complicated
to implement this in a way that scales, though. See the discussion at
https://github.com/nextcloud/server/pull/27879#pullrequestreview-753655308
for details.

Also, don't register the user_status dashboard widget at all if
`shareapi_allow_share_dialog_user_enumeration` is unset or
`shareapi_restrict_user_enumeration_to_group` is set.

Fixes: #27122

Signed-off-by: Jonas Meurer <jonas@freesources.org>
3 years ago
Vincent Petry 80dca60858
Extra fixes needed for icewind/streams update to 0.7.2
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years ago
Daniel ea92f783ac
Merge pull request #29387 from nextcloud/backport/28997/stable20
[stable20] Scheduling plugin not updating responding attendee status
3 years ago
Nextcloud bot c4c6539f83
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Daniel Kesselberg d0eb977611 Update attendence for external users
For local users it's possible to select their calendar via the principal url and first update their own attendance status.
External users have no calendar event hence the recipient is the organizer.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years ago
Anna Larch 91da66a378 Scheduling plugin not updating responding attendee status take two
Signed-off-by: Anna Larch <anna@nextcloud.com>
3 years ago
MichaIng 8faaeda027
Merge pull request #29421 from nextcloud/backport/29400/stable20
[stable20] fixes an undefined index when getAccessList returns an empty array
3 years ago
Nextcloud bot c45316f61b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Arthur Schiwon 916b2e7164 fixes an undefined index when getAccessList returns an empty array
- [] is a valid return value that should be honored as having no access

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years ago
Nextcloud bot 449b430fc3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Julius Härtl 7811b38768 Make calendar schedule options translatable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago
Nextcloud bot 85de792b74
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 595d21c922
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 5534aa02f2
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Vincent Petry 3ca183df4d
Merge pull request #29298 from nextcloud/files-external-icewind-streams-0.7.5-stable20
Bump icewind/streams from 0.7.3 to 0.7.5 in files_external
3 years ago
Robin Appelman f1b4d99481 cast ints
Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years ago
Robin Appelman 343e4f35b7 handle the cache where a cache entry with the correct path has already been recreated
Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years ago
Robin Appelman 4d499ece3c also repair storage id
Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years ago
Robin Appelman cc98758237 add command to repair broken filesystem trees
Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years ago
John Molakvoæ 66c615a146
Merge pull request #28971 from nextcloud/backport/28876/stable20 3 years ago
John Molakvoæ f8f4aa26ad
Merge pull request #29181 from nextcloud/backport/29028/stable20 3 years ago
Nextcloud bot 85ee6b4a76
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Vincent Petry 6b4ab2fe2e
Bump icewind/streams from 0.7.3 to 0.7.5 in files_external
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years ago
Carl Schwan 51bff1f93b
Fix unable to login errors due to file system not being initialized
This unifies the getStorageInfo with the stable21 and later branches and
fix a login problems sometimes encountered.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
Nextcloud bot 8f041ca575
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot d486d9c07e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 392a2ef0fc
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Daniel 400da8564d
Merge pull request #29158 from nextcloud/backport/24185/stable20
[stable20] Properly handle folder deletion on external s3 storage
3 years ago
Nextcloud bot cfdbe717c9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
blizzz 561c5bdf65
Merge pull request #29223 from nextcloud/backport/29214/stable20
[stable20] Don't setup the filesystem to check for a favicon we don't use anyway
3 years ago
Nextcloud bot b174357bb6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Joas Schilling dc53aa4db0 Don't setup the filesystem to check for a favicon we don't use anyway
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Nextcloud bot 13fc105138
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Bjoern Schiessle 60e6e06231 add 'supported'-label to all supported apps, also if they are not downloaded yet
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
3 years ago
Nextcloud bot 4a3b1bdc0f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Julius Härtl e08a8bb92f Delete object to cleanup leftover of paths when removing directories
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago
Nextcloud bot 6bd85614df
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot ecf0681885
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 2ce07cd93f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 4b5a653878
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 005162d87a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 79a032cb5f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
blizzz 031c89ae52
adjust to old db interfaces
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years ago
Louis 7e6f57962a
Merge pull request #29069 from nextcloud/backport/stable20/25569
[stable20] file-upload: Correctly handle error responses for HTTP2
3 years ago
Nextcloud bot 0858c38c03
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Jakub Onderka 7ab3efcc55
file-upload: Correctly handle error responses for HTTP2
Signed-off-by: Jakub Onderka <ahoj@jakubonderka.cz>
3 years ago
Nextcloud bot 295f0a4063
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 1554a7595f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 341aa006bc
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 43db32f49d
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot f4380d9cc1
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot d63f6d8c18
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 0bb49b4493
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Arthur Schiwon e76211fdad
ensure that user and group IDs in LDAP's tables are also max 64chars
- limitation by core tables (e.g. sharing), IDs are always 64chars
- when longer group IDs were requested they are hashed (does not affect
  displaynames)

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years ago
Joas Schilling 5608dbbf4c Don't allow to change activity settings that don't work
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Nextcloud bot 4109a2eeee
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot a018f9e87e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Arthur Schiwon e1cac915e7 fix caching of objectsid searches
- store result when no name could be retrieved, too
- cached value is not an array, was treated wrongly

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years ago
Nextcloud bot d3ab9f2785
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 7a34dd4a97
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot c30bcfa6a3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 4dbf0658fa
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 247c53a7b1
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 6562d5ca0a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
MichaIng c7371ed011
Merge pull request #28848 from nextcloud/backport/28285/stable20
[stable20] l10n: ignore packed js files from TX sync
3 years ago
Nextcloud bot b13f25e02f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
John Molakvoæ 58b144d139 Fix files view change and undefined currentFileList
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years ago
Nextcloud bot 8f5b6b8386
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot a5b5e53b07
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
rakekniven e8083e7072 l10n: ignore packed js files from TX sync
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
3 years ago
Nextcloud bot d719a6082a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Richard Steinmetz 3aa21120bc Do not cache file ids in FileSystemTags inside group folders
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
3 years ago
Nextcloud bot fefcd8652a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Vincent Petry 0cfbc41ab7
Merge pull request #28382 from nextcloud/backport/28318/stable20
[stable20] Make "name" column nullable for workflows
3 years ago
Nextcloud bot 60def66208
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 0219ba9d3a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
dependabot[bot] fe3dbebcd3
Merge pull request #28799 from nextcloud/dependabot/npm_and_yarn/stable20/vue-clipboard2-0.3.2 3 years ago
dependabot[bot] dd95d30650 Bump vue-clipboard2 from 0.3.1 to 0.3.2
Bumps [vue-clipboard2](https://github.com/Inndy/vue-clipboard2) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/Inndy/vue-clipboard2/releases)
- [Changelog](https://github.com/Inndy/vue-clipboard2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Inndy/vue-clipboard2/compare/v0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: vue-clipboard2
  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>
3 years ago
Nextcloud bot 5e41542e38
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Pytal b4ae248d5b
Merge pull request #28783 from nextcloud/backport/28767/stable20
[stable20] Dashboard - fix touch layout
3 years ago
Pytal 11a54c7b33
Merge pull request #28787 from nextcloud/backport/28377/stable20
[stable20] Scan the shared external storage source on access
3 years ago
John Molakvoæ a79ffaba48
Return proper watcher if SharedStorage originates from ExternalMount 3 years ago
szaimen b4e4f4c87a
Merge pull request #28771 from nextcloud/backport/28754/stable20
[stable20] Fix trashbin files view sticky action bar
3 years ago
szaimen 4494734180 Dashboard - fix touch layout
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
John Molakvoæ (skjnldsv) e71ce6f659 Return proper watcher if SharedStorage originates from ExternalMount
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years ago
Nextcloud bot 3174caddae
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Simounet 6dc519753c Fix trashbin files view sticky action bar
Signed-off-by: Simounet <contact@simounet.net>
3 years ago
Nextcloud bot 1d9b502729
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
kesselb 48f3c19292
Merge pull request #28750 from nextcloud/backport/28692/stable20
[stable20] Send attendence links to required and optinal attendees of an event without an RSVP
3 years ago
Nextcloud bot 51bf981141
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Anna Larch 2f3dc4ea11 Send Invitation to Attendees with ROLE=REQ-PARTICIPANT
Signed-off-by: Anna Larch <anna@nextcloud.com>
3 years ago
Nextcloud bot 07c1e2ad72
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 9a3b2931c8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot afa23e307b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot c27b32b43b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot f506d45437
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot fee066a416
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Carl Schwan 33cfc996b7 Only recommand for php-sodium on >= PHP 7.4
This is because php-sodium will solve the missing PASSWORD_ARGON2I
constant problem only on >= php 7.4, previously argon2 wasn't part of
the standard extension and was disabled on Centos/RHEL.

So installing php-sodium on php 7.2 for example wouldn't hide the
message. Tested on Fedora with php 7.4, Centos 7 with php 7.2,
Centos 8 with php 7.2 and openSUSE with php 7.4.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
Nextcloud bot 66c65d4997
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
szaimen 1de35a9fe5
Merge pull request #27991 from goyome/goyome-stable20-group-shares-limit
Manual backport of "No limit in the number of group shares" #27875
3 years ago
Nextcloud bot 9d303ae2ee
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 8335abdd10
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot f33e95ce40
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot ea195b04d4
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Vincent Petry 32034af8c4
Fix encrypted version to 0 when finding unencrypted file
Whenever the command is run and a "legacy cipher" seems to be detected
when the legacy option is disabled, it's highly likely that the file is
actually unencrypted but the database contains a encrypted version
higher than 0 for some reason.

The command now detects this case and automatically sets the encrypted
version to 0 so that the file can be read again.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years ago
Christoph Wurst 3108f13253 Log exception message during failed ownership transfer share restore
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
Nextcloud bot 0c9b022592
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 330ff407ef
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Julius Härtl a9b86de2f0 Do not load versions tab view if the files app is not available
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
Daniel Kesselberg 7b5ed40da9 Set alias for result of cast column function
On OCI an expression like to_char(events) end up as $row['to_char(events)'] in the query result.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years ago
Nextcloud bot bb77903e5a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 2f60cba17c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 33a5e7897d
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 2305519757
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
szaimen e7bf15dafe Improve auto expiration hint
Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com>
3 years ago
Nextcloud bot 3542bed2ed
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
MichaIng aec579b0cd
Merge pull request #28387 from nextcloud/backport/25605/stable20
[stable20] dont show trusted proxy warning when the proxy and remote are both localhost
3 years ago
MichaIng 03613b2666
Merge pull request #28414 from nextcloud/backport/28062/stable20
[stable20] Gracefully handle smb acls for users without a domain
3 years ago
Nextcloud bot 51a3f08c41
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 7dfa8e9834
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Richard Steinmetz b8a55117f9 Gracefully handle smb acls for users without a domain
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
3 years ago
Nextcloud bot c49bbc23de
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Vincent Petry ffe7467187
Make "name" column nullable in workflow operations
The "name" column is now unused and the code is always inserting an
empty string. While this works with most databases, Oracle complains
because an empty string is equivalent to null.

To fix this, the column definition is changed to allow null values now.

Also added some logging in case of database exceptions, because without
this nothing would be logged to detect the above problem.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years ago
Nextcloud bot 77e124c7f2
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Robin Appelman 6061a28967 dont show trusted proxy warning when the proxy and remote are both localhost
Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years ago
Nextcloud bot 6ada5b93a7
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 1c31440aed
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
szaimen 8d3b7ebc78 Change the concurrent upload limit to less than 10
Signed-off-by: szaimen <szaimen@e.mail.de>
3 years ago
Nextcloud bot 2d9fa1fc56
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot c608217acc
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 463a5e98b3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot cf230cffd8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot f118db8f7a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Julius Härtl ccb4502350
Merge pull request #28305 from nextcloud/backport/28202/stable20 3 years ago
Nextcloud bot 61cc3990ea
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Christopher Ng c818894705 Build
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Christopher Ng c92453f31a Remove chunkhash
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 63c3b9a4cc)
3 years ago
John Molakvoæ bc73a9c66e
Merge pull request #28248 from nextcloud/bug/noid/comments-autocompletion 3 years ago
kesselb 6c27354dae
Merge pull request #28289 from nextcloud/backport/28259/stable20
[stable20] Check that php was compiled with argon2 support or that the php-sodium extensions is installed
3 years ago
Nextcloud bot 41e27c73d6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Carl Schwan a5ae0524e8 Check that php was compiled with argon2 support or that the php-sodium
extensions is installed

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
Nextcloud bot 78a3a01911
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 23a5b86922
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Christopher Ng 15d0369e53 Build
Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago
Daniel Kesselberg cc35d298f7
Fix autocompletion for usernames in comments
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years ago
Louis e8753a5734
Merge pull request #28191 from nextcloud/backport/28173/stable20
[stable20] Fix variable override in file view
3 years ago
Julien Veyssier 8c9392c290 refs #21263 round numbers when checking if breadcrumbs should be hidden
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
3 years ago
Louis Chemineau f5d4846c14 Fix variabable override in file view
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years ago
dependabot[bot] 47a57f46f1
Bump regenerator-runtime from 0.13.7 to 0.13.9
Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.7 to 0.13.9.
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.7...regenerator-runtime@0.13.9)

---
updated-dependencies:
- dependency-name: regenerator-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] 1b0ce5f786
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.12 to 2.6.14
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14)

Updates `vue-template-compiler` from 2.6.12 to 2.6.14
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] d93a84c6c3 Bump @nextcloud/vue-dashboard from 1.0.0 to 1.0.1
Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue-dashboard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v1.0.0...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago
John Molakvoæ d4ba2a0422
Merge pull request #27924 from nextcloud/dependabot/npm_and_yarn/stable20/moment-timezone-0.5.33
Bump moment-timezone from 0.5.31 to 0.5.33
3 years ago
szaimen 971ac9322b User management - Add icon to user groups
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago
szaimen e93ef0c431 Fix dark theme in file exists dialog
Signed-off-by: szaimen <szaimen@e.mail.de>
3 years ago
Valdnet 01e08b1b53
l10n: HTTP in capital letters
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
3 years ago
Florian Storz f4e8cd29d0 Remove trailing whitespace from comment
Signed-off-by: Florian Storz <florian.storz@devlix.de>
3 years ago
Florian Storz 895a93bc32 Add comment linking to PR
PR contains discussion about the implementation with pros and cons

Signed-off-by: Florian Storz <florian.storz@devlix.de>
3 years ago
Florian Storz 4700f88291 hide download button for public preview of audio files
When the option to hide downloads was selected at public link creation, the download button can be hidden by the audio html attribute controlsList="nodownload"

Signed-off-by: Florian Storz <florian.storz@devlix.de>
3 years ago
szaimen d43f7b76d0 fix overlapping of elements in certain views
Signed-off-by: szaimen <szaimen@e.mail.de>
3 years ago
Carl Schwan d031c55dc1 Fix missing theming for login button
Close #27495

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years ago
szaimen c66e402c05 Increase footer padding for longer menus
Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
3 years ago
Nextcloud bot f1ef43eaf1
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Nextcloud bot 5e44f96241
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
dependabot[bot] 87adfd8e44 Bump moment-timezone from 0.5.31 to 0.5.33
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.31 to 0.5.33.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.31...0.5.33)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago
Nextcloud bot 615c665595
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
szaimen ae426188ea
Merge pull request #27897 from nextcloud/backport/27887/stable20
[stable20] make user status usable on mobile
3 years ago
szaimen 0fa8398e65 make user status usable on mobile
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago
szaimen d955a3c26c Improve notcreatable permissions hint
Signed-off-by: szaimen <szaimen@e.mail.de>
3 years ago
Nextcloud bot fd888a11b0
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Guillaume Colson 44f4023155 Update UserAddedToGroupListener.php
Signed-off-by: Guillaume COLSON <guillaume.colson@univ-lorraine.fr>
3 years ago
Nextcloud bot f93fb228e8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Julius Härtl 17f855429c
Merge pull request #27646 from nextcloud/dependabot/npm_and_yarn/stable20/debounce-1.2.1
Bump debounce from 1.2.0 to 1.2.1
3 years ago
Julius Härtl 57d3f76d7d
Merge pull request #27236 from nextcloud/dependabot/npm_and_yarn/stable20/url-search-params-polyfill-8.1.1
Bump url-search-params-polyfill from 8.1.0 to 8.1.1
3 years ago
Nextcloud bot 62175e034b
[tx-robot] updated from transifex 3 years ago
dependabot[bot] eea3f2b36e Bump debounce from 1.2.0 to 1.2.1
Bumps [debounce](https://github.com/component/debounce) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/component/debounce/releases)
- [Changelog](https://github.com/component/debounce/blob/master/History.md)
- [Commits](https://github.com/component/debounce/compare/1.2.0...1.2.1)

---
updated-dependencies:
- dependency-name: debounce
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago
dependabot[bot] 69f567f93e Bump url-search-params-polyfill from 8.1.0 to 8.1.1
Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases)
- [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v8.1.0...v8.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago
Julius Härtl 970e5d6d65
Merge pull request #27913 from nextcloud/fix/26113/stable20-dashboard-escaped-display-name
[stable20] Do not escape display name in dashboard welcome text
3 years ago