aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-05144-134/+176
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37048 from nextcloud/enh/noid/improve-update-wordingSimon L2023-03-041-1/+1
|\ | | | | update wording for disabled web updater
| * update wording for disabled web updaterSimon L2023-03-041-1/+1
|/ | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-0434-432/+52
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36740 from nextcloud/enh/a11y-contact-img-altPytal2023-03-036-8/+13
|\ | | | | Add avatar contact img description
| * Add avatar contact img descriptionChristopher Ng2023-03-036-8/+13
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #36736 from Glandos/patch-2John Molakvoæ2023-03-031-10/+17
|\
| * fix indent 2Glandos2023-02-161-7/+7
| | | | | | Signed-off-by: Glandos <bugs-github@antipoul.fr>
| * fix indentGlandos2023-02-151-8/+8
| | | | | | Signed-off-by: Glandos <bugs-github@antipoul.fr>
| * Use proc_open to avoid spawning a shellGlandos2023-02-151-10/+17
| | | | | | | | | | | | The use of `exec` will spawn a shell, using `/bin/sh` on POSIX platforms. But in restricted environment, such as AppArmor, this means giving execution to `/bin/sh`, which renders the execution restriction quite useless. Using an array with `proc_open` reduces this, and paved the way for file streaming instead of temporary file. Signed-off-by: Glandos <bugs-github@antipoul.fr>
* | 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>
* | | Merge pull request #36941 from ↵Joas Schilling2023-03-032-8/+1223
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/prevent-error-with-oracle-database Split the comments ids by chunks
| * | | Split the comments ids by chunksVitor Mattos2023-03-012-8/+1223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split the comments ids by chunks to prevent error with Oracle database that can't do a query with more than 1000 parameters. https://github.com/nextcloud/spreed/issues/8287 Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | Merge pull request #37023 from nextcloud/master-is-now-27blizzz2023-03-0333-66/+84
|\ \ \ \ | |_|/ / |/| | | Master is now 27
| * | | chore(CI): Make it easier to find the right place in the futureJoas Schilling2023-03-031-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | chore(CI): Backport the CA Cert update to stable26Joas Schilling2023-03-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-0328-56/+56
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | chore(release): Bump Major version in master branch to 27Joas Schilling2023-03-031-6/+6
| | | | | | | | | | | | | | | | 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>
| * | | chore(CI): Add stable26 to dependabot configJoas Schilling2023-03-031-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #37021 from nextcloud/enh/notes-recommendedJulius Härtl2023-03-034-3/+8
|\ \ \ \ | |/ / / |/| | | feat: Add notes as recommended app
| * | | feat: Add notes as recommended appJulius Härtl2023-03-024-3/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-03384-208/+734
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33755 from nextcloud/enh/reference-fileJulius Härtl2023-03-0220-19/+471
|\ \ \ | | | | | | | | File widget for references
| * | | chore: Bump bundlesJulius Härtl2023-03-029-9/+33
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | feat(filepicker): Allow to pass target for rendering the file picker to ↵Julius Härtl2023-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | different locations Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Implement file reference wigetJulius Härtl2023-03-0210-9/+437
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #36884 from nextcloud/ci/update/update-psalm-baselineJohn Molakvoæ2023-03-021-1/+1
|\ \ \
| * | | [CI] Update update-psalm-baseline workflow to solve warningsMichaIng2023-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This updates the PR action to v4, which solves warnings about deprecated Node.js 12 actions set-output commmand calls. Signed-off-by: MichaIng <micha@dietpi.com>
* | | | Merge pull request #36847 from nextcloud/enh/noid/fix-right-click-imagesSimon L2023-03-025-4/+19
|\ \ \ \ | | | | | | | | | | fix right-click img tags
| * | | | fix right-click img tagsSimon L2023-03-025-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | 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 #37002 from nextcloud/release/26.0.0_rc1v26.0.0rc1blizzz2023-03-021-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | 26.0.0 RC1
| * | | | | | 26.0.0 RC1Arthur Schiwon2023-03-021-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #37005 from nextcloud/deps/nextcloud/vue-7.8.0blizzz2023-03-0213-118/+1742
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump @nextcloud/vue from 7.7.0 to 7.8.0
| * | | | | | Bump @nextcloud/vue from 7.7.0 to 7.8.0Arthur Schiwon2023-03-0213-118/+1742
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #36999 from nextcloud/fix/UnifiedSearchJohn Molakvoæ2023-03-023-32/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | Various unified search fixes
| * | | | | | chore(npm): buildJohn Molakvoæ2023-03-026-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | fix(unified-search): emptycontent messagesJohn Molakvoæ2023-03-025-24/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | fix(unified-search): fix code highlightingJohn Molakvoæ2023-03-021-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | fix(unified-search): remove conflicting trigger colorJohn Molakvoæ2023-03-021-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | 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 #36803 from nextcloud/fix/sqlite-commentsblizzz2023-03-022-1/+29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [db]: Remove not supported column comments for SQLite