aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-011-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #38301 from ↵Arthur Schiwon2023-06-012-0/+46
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/carddav/catch-invalid-event-reminder-service fix(caldav): Ignore invalid events for reminder generation
| * | | fixup! fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-311-6/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-312-0/+51
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | fix(trashbin): Truncate long filenamesChristopher Ng2023-05-316-19/+88
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-014-2/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(CI): Satisfy psalm by removing a now obsolete type checkJoas Schilling2023-05-311-3/+2
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-3114-0/+50
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Improved display of app linksJérôme Herbinet2023-05-301-0/+3
| | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | Merge pull request #38469 from nextcloud/artonge/fix/versions_initLouis2023-05-302-4/+31
|\ \ | | | | | | Fix initialisation of versions in the DB
| * \ Merge branch 'master' into artonge/fix/versions_initLouis2023-05-26183-183/+344
| |\ \
| * | | Fix initialisation of versions in the DBLouis Chemineau2023-05-252-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | Broken after https://github.com/nextcloud/server/pull/36690 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-3028-100/+222
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-286-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-271168-10576/+1544
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(weather_status): Improve contrast of favorite iconFerdinand Thiessen2023-05-261-8/+20
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
| |/ / |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-26178-158/+230
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Add fallback when a there is no preview for a versionLouis Chemineau2023-05-251-3/+14
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Improve handling of undefined version labelLouis Chemineau2023-05-251-4/+6
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #38206 from nextcloud/fix/increase-iterations-for-pbkdf2Simon L2023-05-252-10/+10
|\ \ \ | | | | | | | | Increase from 100000 to 600000 iterations for hash_pbkdf2
| * | | Adapt encryption test to change in generateHeaderCôme Chilliet2023-05-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Increase from 100000 to 600000 iterations for hash_pbkdf2Côme Chilliet2023-05-231-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #38448 from nextcloud/fix/carddav/no-sab-guest-usersArthur Schiwon2023-05-252-8/+84
|\ \ \ \ | |_|/ / |/| | | fix(carddav): Don't show system address book cards to guests
| * | | fix(carddav): Don't show system address book cards to guestsChristoph Wurst2023-05-252-8/+84
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #38454 from nextcloud/fix/capitalization-other-telChristoph Wurst2023-05-251-1/+1
|\ \ \ \ | | | | | | | | | | fix(carddav): Make system contact phone number RFC compliant
| * | | | fix(carddav): Make system contact phone number RFC compliantgreta2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* | | | | Revert "Fix table view"julia.kirschenheuter2023-05-256-196/+180
| |/ / / |/| | | | | | | | | | | | | | | | | | | This reverts commit cb852ef6 Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | fix(carddav): Check enumeration settings for all SAB methodsChristoph Wurst2023-05-252-3/+309
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-258-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #38441 from nextcloud/feat/make-open-folder-actionAndy Scherzinger2023-05-243-16/+87
|\ \ \ \ | | | | | | | | | | fix(files): make open folder a default action
| * | | | fix(files): make open folder a default actionJohn Molakvoæ2023-05-243-16/+87
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #38438 from nextcloud/feature/openapi/specsKate2023-05-2410-0/+12537
|\ \ \ \ | |/ / / |/| | | Add OpenAPI specs
| * | | Add OpenAPI specsjld31032023-05-2410-0/+12537
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #38329 from nextcloud/pulsejet/patch-webpackJohn Molakvoæ2023-05-2413-39/+47
|\ \ \ \ | |/ / / |/| | |
| * | | Fix lint errorsVarun Patil2023-05-235-8/+18
| | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
| * | | Optimize webpack chunksVarun Patil2023-05-232-3/+4
| | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
| * | | Use consistent imports for Vue componentsVarun Patil2023-05-2310-36/+33
| |/ / | | | | | | | | | | | | | | | This makes tree shaking possible Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2412-18/+38
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38413 from nextcloud/fix/38412/save-avatar-SABJohannes2023-05-231-1/+1
|\ \ | | | | | | fix(SAB): Save avatar to SAB
| * | fix(SAB): Save avatar to SABJohannes Merkel2023-05-231-1/+1
| | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | Merge pull request #38075 from ↵Julia Kirschenheuter2023-05-231-16/+22
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/36923-The_Default_quota_input_field_in_the_Settings_section_is_not_programmatically_linked_to_its_visual_label Add label to "default quota" multiselect
| * | | Add label to "default quota" multiselectjulia.kirschenheuter2023-05-231-16/+22
| |/ / | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* / / fix(carddav): Check if SERVER variables are set before accessing themAnna Larch2023-05-231-5/+4
|/ / | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2322-16/+108
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38259 from nextcloud/webui-share-reloadRobin Appelman2023-05-222-3/+11
|\ \ | | | | | | reload filelist when adding or removing shares
| * | reload filelist when adding or removing sharesRobin Appelman2023-05-222-3/+11
| |/ | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / fix loading custom logo imageRobin Appelman2023-05-223-6/+6
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #38164 from ↵Joas Schilling2023-05-221-10/+10
|\ | | | | | | | | nextcloud/show-pending-popover-menu-when-password-is-enabled-by-default Show pending popover menu when password is enabled by default
| * Show pending popover menu when password is enabled by defaultDaniel Calviño Sánchez2023-05-221-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When "Enforce password protection" is enabled in the sharing settings a popover menu is shown to set a password before the share is created. On the other hand, when "Always ask for a password" was enabled in the sharing settings and a new link share was created the share was immediately created with a default password; the user was not able to specify a password (nor create the share without password). The component template already provided the needed elements to also ask for the password without enforcing it, but the popover menu was not shown due to "enableLinkPasswordByDefault" being missing in "if" conditions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>