aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-03-22126-132/+138
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30336 from quentinguidee/refine-dashboard-customizeSimon L2022-03-211-5/+15
|\ | | | | Refine dashboard edit widget design
| * Dashboard customize view: revert to largeQuentin Guidée2022-03-191-1/+1
| | | | | | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
| * Refine dashboard customize viewQuentin Guidée2022-03-191-4/+14
| | | | | | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
* | Merge pull request #31337 from ↵Christoph Wurst2022-03-218-6/+96
|\ \ | | | | | | | | | | | | D0n1elT/fix/issue-31303_irritating-event-reminder-behaviour Fix #31303: Make reminder notification behaviour selectable..
| * | Add JS Unit tests for new 'sendEventRemindersToSharedGroupMembers' setting.Daniel Teichmann2022-03-213-2/+42
| | | | | | | | | | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
| * | Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann2022-03-215-4/+54
| | | | | | | | | | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
* | | Merge pull request #31616 from nextcloud/Valdnet-patch-4Louis2022-03-212-4/+4
|\ \ \ | |/ / |/| | l10n: Spelling unification in Transifex.
| * | Add test to spelling unificationLouis Chemineau2022-03-211-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | l10n: Spelling unification in Transifex.Valdnet2022-03-181-3/+3
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | Merge pull request #31621 from ↵blizzz2022-03-215-8/+34
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix-link-to-calendar-docs-in-groupware-settings Fix link to calendar user docs in groupware settings
| * | | Fix link to calendar user docs in groupware settingsThomas Citharel2022-03-185-8/+34
| |/ / | | | | | | | | | | | | | | | | | | Closes #31617 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #31193 from nextcloud/enh/webdav-propfind-count-sub-elementsJulien Veyssier2022-03-211-1/+20
|\ \ \ | | | | | | | | Add optional WebDav propfind properties to count sub elements
| * | | add optional WebDav propfind properties to show number of folders/files ↵Julien Veyssier2022-03-191-1/+20
| | |/ | |/| | | | | | | | | | | | | inside a folder Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-216-2/+192
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-2014-60/+68
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / [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>