Commit Graph

60045 Commits (a4368ad185b698043ba0e942edd95959d4a9d3ba)
 

Author SHA1 Message Date
Christoph Wurst c6a6ab3a1b
Merge pull request #29244 from nextcloud/add-kesselb-mailmap
Add mapping for kesselb [CI SKIP]
3 years ago
Daniel Kesselberg 8d6c6bfef3
Add mapping for kesselb [CI SKIP]
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years ago
Julius Härtl 39c4a83f9f
Add already used optional sizeDifference parameter to IPropagator
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago
Christoph Wurst c75a12c154
Build instances of the calendar providers before using them
What we get from the registration context are only the class names. We
still have to load the classes before we can use them.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
Christoph Wurst 4322aaba22 Switch to the "new" jcrop
The old one didn't work with recent versions of node. The patched one
does. This also replaces the github dep with a real npm registry one.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago
John Molakvoæ 1f76423500
Send the subscription key to the appstore requests
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years ago
Côme Chilliet f9e6f2ea57
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
Julius Härtl acbe4b46c3
Merge pull request #29157 from nextcloud/enh/opendocument 3 years ago
Louis ed533bd128
Merge pull request #28250 from pjft/patch-3
Fix bug introduced on drag and drop external files
3 years ago
John Molakvoæ 739b67031b
Merge pull request #27194 from nextcloud/new-ftp 3 years ago
Joas Schilling 3adc997833
Bump autoloader
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling 7239b3d560
Bump since version
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling 0a812a1c09
Adjust namespace and print a message when the job was skipped
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling 9cd9f4b4bc
Move queries to the joblist
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling e2a7482b49
Add a command to show info about a background job and force-execute it
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Joas Schilling 811d0cd1b5
Merge pull request #29135 from nextcloud/feat/appstore-filtering
Allow to filter apps from the appstore
3 years ago
Daniel abc2472c5d
Merge pull request #29195 from nextcloud/fix/calendar-invitations-default-language
Fix default language detection for calendar emails
3 years ago
Côme Chilliet d189a23f43
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
Daniel 7129a51a95
Merge pull request #29228 from nextcloud/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
3 years ago
Christoph Wurst b1c761df99
Merge pull request #28970 from nextcloud/enhancement/calendar-appointments
Add an API for calendar providers
3 years ago
Anna Larch a58d1e6b06
Add Public Calendar Provider
Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
nextcloud-command 0b799f4794 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
3 years ago
Nextcloud bot f95a268767
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Joas Schilling 154c189017
Merge pull request #29214 from nextcloud/bugfix/noid/dont-setup-the-filesystem-to-check-for-an-icon-we-dont-use
Don't setup the filesystem to check for a favicon we don't use anyway
3 years ago
Daniel efc3ed5bdb
Merge pull request #29200 from nextcloud/enhancement/auth-token-provider-create-passwort-type-hint
Type the autentication provider passwords as nullable strings
3 years ago
Christoph Wurst 2148c448cc
Fix default language detection for calendar notifications
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
John Molakvoæ c721581cd9
Fix variable
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
3 years ago
Julius Härtl 2f38781c96
Fix integrity checker tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago
Daniel b7ee885f93
Merge pull request #28637 from JensTimmerman/master
Update config.sample.php
3 years ago
Daniel c11812a6ad
Merge pull request #29136 from nextcloud/bug/noid/documentation-background-scan-files
Add documentation for files_no_background_scan
3 years ago
Christoph Wurst 01b8291c76
Type the autentication provider passwords as nullable strings
For historic reasons we couldn't add a nullable type hint before
nullable type hints were supported by our target php versions. This is
now possible.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
Julius Härtl 581862b51b
Merge pull request #29187 from nextcloud/fix/noid/passwordless-app-password-generation 3 years ago
Joas Schilling da73990d1c
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
Christoph Wurst c9918477ab
Merge pull request #29211 from nextcloud/fix/shadowed-config-var
Remove shadowed $config variable
3 years ago
Christoph Wurst 30c3202f49
Remove shadowed $config variable
The variable is overwritten a few lines later.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
Julien Veyssier 0d2c2ab629
allow null password in UserLoggedInEvent
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
3 years ago
Julien Veyssier de5fea4a00
fix login_credentials->password in session when loging in with apache
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
3 years ago
John Molakvoæ b585cf1ea1
Merge pull request #26688 from nextcloud/enh/better-share-exceptiondebug 3 years ago
Joas Schilling 4cae2cc06c
Merge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-details
Fix translated app details
3 years ago
John Molakvoæ 1a6bac5874
Allow to whitelist apps from the apsptore
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years ago
Christoph Wurst c6166c0a37
Fix default langauge detection for calendar invite emails
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
Christoph Wurst e163d199d8
Merge pull request #29015 from nextcloud/enhancement/l10n-factory-find-generic-language
Add L10n factory method for generic language heuristics
3 years ago
Joas Schilling c1e7f6e11f
Merge pull request #29020 from nextcloud/bugfix/noid/keep-group-restrictions-when-reenabling-apps
Keep group restrictions when reenabling apps after an update
3 years ago
Joas Schilling e9627861dd
Merge pull request #29140 from nextcloud/feature/noid/prepare-for-group-mentions
Prepare for group mentions in talk (and comments?)
3 years ago
Christoph Wurst 5b727fc7da
Add L10n factory method for generic language heuristics
The existing `findLanguage` method tries its best to find the best
language for the current users. For some tasks we don't want this but
rather determine the most generic language for *another* user, e.g. when
the current user trigger an email notifiaction to someone else. In this
case the current user's language is a bad guess in many multi-language
environments.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
Joas Schilling 0b747538ff
Keep group restrictions when reenabling apps after an update
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago
Nextcloud bot 5b7764354c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago
Pytal ddf0a2cf1f
Merge pull request #29101 from nextcloud/enh/noid/fileaction-in-single-filename 3 years ago
Côme Chilliet 51398d706a
Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years ago
Vincent Petry d02936bfb3
Revert "Delete S3 versions in rmdir" 3 years ago