summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-09158-144/+336
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-0814-12/+153
| | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org>
* Merge pull request #37060 from nextcloud/fix/versions-webroot-urlLouis2023-03-081-3/+3
|\ | | | | Fix download URL for versions
| * Fix download URL for versionsChristopher Ng2023-03-071-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #36640 from ↵Julia Kirschenheuter2023-03-084-4/+8
|\ \ | | | | | | | | | | | | nextcloud/fix/35626-No_heading_nor_tab_index_for_settings_pages Create headings for apps, users, settings pages
| * | Create headings for settings pagesjulia.kirschenheuter2023-03-074-4/+8
| |/ | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-0820-4/+66
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34835 from nextcloud/tests/integration-s3Julius Härtl2023-03-073-7/+21
|\
| * fix: Use proper path for quota fetchingJulius Härtl2023-03-062-1/+19
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-062-6/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-074-2/+14
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36904 from ↵Joas Schilling2023-03-061-9/+6
|\ | | | | | | | | nextcloud/bugfix/noid/fix-controller-setup-for-guests fix(files): Fix controller setup for guests
| * fix(files): Fix controller setup for guestsJoas Schilling2023-02-281-9/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-0646-148/+436
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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