summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #37040 from nextcloud/techdebt/noid/remove-deprecated-classesJoas Schilling2023-03-051-17/+11
|\ | | | | techdebt(workflowengine): Remove transition event classes
| * techdebt(workflowengine): Remove transition event classesJoas Schilling2023-03-031-17/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-0510-0/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-0432-0/+52
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37028 from nextcloud/design/distraction-free-backgroundsJohn Molakvoæ2023-03-0311-31/+69
|\ \ | |/ |/| Add distraction free backgrounds for Nextcloud 26
| * Add distraction free backgrounds for Nextcloud 26Jan C. Borchardt2023-03-0311-31/+69
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-0328-56/+56
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | chore(security): Bump "Expires" of well-known/security.txtJoas Schilling2023-03-031-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-03100-44/+376
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Implement file reference wigetJulius Härtl2023-03-027-0/+397
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #36173 from nextcloud/enh/openssl-seal-customSimon L2023-03-021-9/+108
|\ | | | | Use a PHP implementation of openssl_seal that allows to use modern ciphers
| * Set functions as private to be able to refactor laterCôme Chilliet2023-02-211-7/+9
| | | | | | | | | | | | Also a few comment fixes Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Move to phpseclib implementation of RC4Côme Chilliet2023-02-211-42/+16
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Strong type custom openssl_seal implementationCôme Chilliet2023-02-211-28/+12
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Always wrap rc4, and throws on unknown cipherCôme Chilliet2023-02-211-34/+11
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * introduce wrapped_openssl_seal() and wrapped_openssl_open() to circument RC4 ↵Kevin Niehage2023-02-211-2/+164
| | | | | | | | | | | | problems with OpenSSL v3 Signed-off-by: Kevin Niehage <k.niehage@syseleven.de>
* | Merge pull request #36935 from nextcloud/fix/noid/imip-plugin-null-hardeningRichard Steinmetz2023-03-022-8/+23
|\ \ | | | | | | fix(caldav): harden null handling of iMip scheduling method
| * | fix(caldav): harden null handling of iMip scheduling methodRichard Steinmetz2023-03-022-8/+23
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #36594 from nextcloud/fix-handling-of-invitationsblizzz2023-03-022-18/+48
|\ \ \ | |/ / |/| | fix(caldav): Correctly handle calendar recreation for invitations when the current calendar is in the trashbin
| * | fix(caldav): Correctly handle calendar recreation for invitations when the ↵Thomas Citharel2023-02-092-18/+48
| | | | | | | | | | | | | | | | | | | | | | | | current calendar is in the trashbin Follow-up to #32361, see https://github.com/nextcloud/calendar/issues/4098 for details Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #36998 from nextcloud/fix/share-select-viewerJohn Molakvoæ2023-03-021-0/+7
|\ \ \
| * | | Fix share select dropdown not opening when viewer is openChristopher Ng2023-03-011-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | fix(theming): select "no-background" option and fix layout orderJohn Molakvoæ2023-03-021-14/+25
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-02146-484/+678
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36785 from nextcloud/bug/bring-back-auth-checkboxblizzz2023-03-011-32/+58
|\ \ \ | | | | | | | | Add back authentication checkbox for mailer settings
| * | | Add back authentication checkbox for mailer settingsAnna Larch2023-02-221-32/+58
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #36843 from nextcloud/enh/a11y-user-status-clear-selectJulia Kirschenheuter2023-03-011-12/+12
|\ \ \ \ | | | | | | | | | | Port clear user status select
| * | | | Port clear user status selectChristopher Ng2023-02-281-12/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #36471 from nextcloud/fix/theming-keep-imagesJohn Molakvoæ2023-03-012-20/+70
|\ \ \ \ \
| * | | | | fix(themeing): Add error handling to ImageManagerFerdinand Thiessen2023-02-201-23/+41
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
| * | | | | feat(theming): Only convert a background image if it benefits from itFerdinand Thiessen2023-02-202-5/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WebP images are generally quite small, converting to pngs would increase the filesize a lot. * Small JPEG and PNG images do not benefit from any conversion, so skip it. * JPEG images will get quite bigger when converted to PNG so instead convert to progressive JPEG Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-0134-30/+386
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Port admin delegation selectsChristopher Ng2023-02-283-11/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #36898 from nextcloud/fix/36897/recipient-name-stringRichard Steinmetz2023-02-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix(caldav): convert iMip recipient name to a string
| * | | | | fix(caldav): convert iMip recipient name to a stringRichard Steinmetz2023-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | Merge pull request #36855 from nextcloud/fix/bread-paddingAndy Scherzinger2023-02-285-7/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix files breadcrumb spacing
| * | | | | | Fix files breadcrumb spacingJohn Molakvoæ2023-02-285-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #36881 from nextcloud/fix/noid/bump-hub-numberAndy Scherzinger2023-02-281-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | bump the hub number
| * | | | | | | up the hubArthur Schiwon2023-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | Merge pull request #36358 from ↵Julia Kirschenheuter2023-02-283-4/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/36357-Adapt_tooltips_on_NcAvatar_for_files_sharing Adapt native tooltip for new structure of NcAvatar
| * | | | | | | Adapt native tooltip for new structure of NcAvatarjulia.kirschenheuter2023-02-273-4/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | | | Merge pull request #36866 from nextcloud/fix#35645Robin Windey2023-02-281-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Convert tag id to number (closing #35645)
| * | | | | | | Convert tag ids to numberRobin Windey2023-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for #35645 Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2818-2/+326
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2724-24/+94
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2624-14/+212
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2518-6/+130
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #36754 from ↵Joas Schilling2023-02-241-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-broken-tag-search-in-workflow-checks Fix broken search for tags in workflow checks
| * | | | | Fix broken search for tags in workflow checksJoas Schilling2023-02-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #36781 from ↵v26.0.0beta5Joas Schilling2023-02-241-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/run-repairsteps-against-oracle fix(CI): Run repair steps against Oracle DB