summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-03-19152-264/+276
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add profile default setting for adminChristopher Ng2022-03-186-0/+208
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add global profile toggle configChristopher Ng2022-03-185-43/+60
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-03-1816-52/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* don't recheck config automatically when there are a large number of storagesRobin Appelman2022-03-171-2/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add all storage config rows in one go on loadRobin Appelman2022-03-172-13/+27
| | | | | | this prevents repeated reflows Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #31215 from nextcloud/smb-directory-invalid-typeRobin Appelman2022-03-171-9/+17
|\ | | | | handle invalid type when listing directory in smb
| * type hint as generatorRobin Appelman2022-03-041-9/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * handle invilid type when listing directory in smbRobin Appelman2022-03-041-0/+3
| | | | | | | | | | | | just handle it as an empty directory Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #31596 from Lucarnosky/masterLouis2022-03-171-0/+3
|\ \ | | | | | | Fix federated cloud share icons overlap in button
| * | Changed to padding left #31596Lock Garnock2022-03-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fix issue #30819 Fixed issue #30819 Signed-off-by: Lock Garnock <lucarnosky@gmail.com>
* | | Merge pull request #31421 from ↵Côme Chilliet2022-03-1712-247/+189
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/user_ldap-fix-ldap-connection-resets user_ldap fix ldap connection resets
| * | | Set $limit as int as well in Access::count private methodCôme Chilliet2022-03-081-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix unit testsCôme Chilliet2022-03-0310-44/+81
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix types in OCA\User_LDAP\ConfigurationCôme Chilliet2022-03-032-59/+31
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Remove redundant is_array checkCôme Chilliet2022-03-031-11/+9
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Improve typing in user_ldap to detect problems earlyCôme Chilliet2022-03-033-93/+40
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix executeRead when connection is reset because of a timeoutCôme Chilliet2022-03-031-36/+24
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-03-1712-4/+40
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #30120 from nextcloud/enhancement/move-calendar-objectsAnna2022-03-1620-81/+266
|\ \ \ \ | | | | | | | | | | Move calendar objects between calendars
| * | | | Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-1620-81/+266
| | |/ / | |/| | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #31581 from nextcloud/refactor/carl/comment-appCarl Schwan2022-03-1611-154/+54
|\ \ \ \ | |/ / / |/| | | Modernize comments app
| * | | Modernize comments appCarl Schwan2022-03-1611-154/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use php 7.4 typed properties * More typed methods (and replace existing php doc in some cases) * query -> get for Container Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #31498 from Erikvv/s3-versioning-not-implementedLouis2022-03-151-2/+14
|\ \ \ \ | | | | | | | | | | AmazonS3: allow not implemented versioning
| * | | | AmazonS3: allow not implemented versioningErik van Velzen2022-03-151-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case the S3 implementation does not implement versioning, set it to false. Versioning was introduced in Nexcloud in commit 09ffac5e6dd5355c9aaf49c098942fa1e4fbed25 This is needed for compatibility with the Storj gateway. Signed-off-by: Erik van Velzen <erik@evanv.nl>
* | | | | Merge pull request #31397 from nextcloud/fix/31237/new-button-SetStatusModalVanessa2022-03-151-9/+16
|\ \ \ \ \ | | | | | | | | | | | | add new button component SetStatusModal
| * | | | | add new button componentVanessa Pertsch2022-03-021-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #31378 from nextcloud/fix/31237/new-button-UserListVanessa2022-03-151-6/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | use new button component UserList
| * | | | | | use new button componentVanessa Pertsch2022-03-141-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-154-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #31516 from nextcloud/enh/improve-user_migration-apiPytal2022-03-141-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Extends UserMigrationException in CalendarMigratorExceptionCôme Chilliet2022-03-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #31572 from nextcloud/fix/select2_settings_adminPytal2022-03-141-3/+0
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Use global $ in settings admin.jsLouis Chemineau2022-03-141-3/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://github.com/nextcloud/server/issues/31570 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Merge pull request #31567 from nextcloud/update-composer-filesCarl Schwan2022-03-1423-23/+23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Update composer generated files to latest version
| * | | | | | Update composer generated files to latest versionCarl Schwan2022-03-1423-23/+23
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #31566 from nextcloud/fix/unit-auditSimon L2022-03-141-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix unit tests by importing the class
| * | | | | | Fix unit tests by importing the classCarl Schwan2022-03-141-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #31542 from nextcloud/psalm-userCountsCarl Schwan2022-03-142-2/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix psalm issue about userCounts
| * | | | | Use "use" to import namespacesCarl Schwan2022-03-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Fix psalm issue about userCountsCarl Schwan2022-03-112-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-148-0/+10
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-03-1312-4/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #31555 from nextcloud/enh/noid/fix-drone-testsCarl Schwan2022-03-121-0/+2
|\ \ \ \ \ | | | | | | | | | | | | fix drone tests on master
| * | | | | fix drone tests on masterszaimen2022-03-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-03-1218-0/+28
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #31274 from nextcloud/fix/carddav-backend-1000-orache1John Molakvoæ2022-03-111-6/+9
|\ \ \ \ \
| * | | | | Don't recreate sql query each timeCarl Schwan2022-03-101-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Fix more than 1000 entries in queries exception in CardDavBackendCarl Schwan2022-02-211-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #31531 from nextcloud/fix/sftp-offsetJohn Molakvoæ2022-03-111-0/+3
|\ \ \ \ \ \