aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-07430-1678/+2054
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45193 from bahman026/update-config-sample-fileAndy Scherzinger2024-08-061-0/+3
|\ | | | | docs: added customclient_fdroid key to the config.sample.php file
| * docs: added customclient_fdroid config key to config.sample.php fileBahman Jafarzadeh2024-07-091-0/+3
| | | | | | | | | | Co-authored-by: Josh <josh.t.richards@gmail.com> Signed-off-by: Bahman Jafarzadeh <bahman026@gmail.com>
* | Merge pull request #45879 from nextcloud/export-certificate-bundleAndy Scherzinger2024-08-064-0/+38
|\ \ | | | | | | feat: add command to export certificate bundle
| * | feat: add command to export certificate bundleRobin Appelman2024-08-014-0/+38
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #46229 from nextcloud/jtr/fix-smtpdebug-cfg-sampleAndy Scherzinger2024-08-061-0/+2
|\ \ \ | | | | | | | | fix(config): Clarify smtp debugging config option usage
| * | | fix(config) : Clarity smtp debugging config option usage Josh2024-07-011-0/+2
| | | | | | | | | | | | | | | | | | | | Requires temporary `loglevel` adjustment "99%" (made up statistic) of the time as currently implemented. Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | Merge pull request #47070 from nextcloud/circToTeamAndy Scherzinger2024-08-061-5/+5
|\ \ \ \ | | | | | | | | | | fix(share): Rename Circle to Team
| * | | | fix(share): Rename Circle to TeamGit'Fellow2024-08-061-5/+5
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | Merge pull request #47083 from nextcloud/fix/group-list-testAndy Scherzinger2024-08-061-0/+6
|\ \ \ \ \ | | | | | | | | | | | | fix: Fix failing test for group listing
| * | | | | fix: Fix failing test for group listingJulius Härtl2024-08-061-0/+6
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #47061 from nextcloud/fix/avoid-collision-of-webhook-callsAndy Scherzinger2024-08-061-0/+2
|\ \ \ \ \ | | | | | | | | | | | | fix(webhook_listeners): Avoid collision between two identical calls at the same second
| * | | | | fix(webhook_listeners): Avoid collision between two identical calls at the ↵Côme Chilliet2024-08-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | same second The job list needs argument to be unique for each registered job, so add a random string on top of time to make sure the same call can be registered several times at the same second. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #40427 from ThibautPlg/masterAndy Scherzinger2024-08-061-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | feat: Adding the displayname to the output of occ group:list --info
| * | | | | | feat(occ)!: Adding the `displayName` to the output of the `occ group:list ↵Thibaut2024-08-061-0/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --info` command Signed-off-by: ThibautPlg <17176051+ThibautPlg@users.noreply.github.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | | | | Merge pull request #38364 from ↵John Molakvoæ2024-08-061-2/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | joshtrichards/jr-preview-libgd-webp-animation-bypass
| * | | | | | fix(previews): Don't crash on animated WEBP imagesJosh Richards2024-05-301-2/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #30029 and #37263 libgd handles animated WEBP images poorly and generates a meaningless error message as a result. We were returning a 500 error for these preview requests (web) and a fatal error at the command-line (occ). Now we bypass libgd if the we detect an animated WEBP image (and simply don't generate the preview). No more 500 error. Should fix occ too. Signed-off-by: Josh Richards <josh.t.richards@gmail.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #47055 from nextcloud/feat/select-install-recommended-appsJohn Molakvoæ2024-08-066-23/+44
|\ \ \ \ \ \ \
| * | | | | | | feat(core): add selection for recommended appsSanskar Soni2024-08-066-23/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com>
* | | | | | | | Merge pull request #47048 from nextcloud/fix/log-link-reference-errorJohn Molakvoæ2024-08-061-5/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | fix: Do not log link reference exceptions as errorJulius Härtl2024-08-051-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | Merge pull request #47065 from nextcloud/fix/group-ocJohn Molakvoæ2024-08-061-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix: Ensure database connection is setup when getting group detailsFerdinand Thiessen2024-08-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | | Merge pull request #46967 from nextcloud/fix/share-not-foundJohn Molakvoæ2024-08-065-25/+44
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix(files_sharing): show proper share not found error messageskjnldsv2024-08-065-25/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | | | | Merge pull request #46985 from nextcloud/feat/email-share-formatJohn Molakvoæ2024-08-067-99/+266
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix: emails tests after new design fixesskjnldsv2024-08-064-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | | | | | | fix(emails): adjust mail button to new designskjnldsv2024-08-061-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | | | | | | feat(sharebymail): improve share email formatskjnldsv2024-08-062-43/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | | | | | Merge pull request #46356 from nextcloud/enh/use-generator-for-group-listCôme Chilliet2024-08-064-57/+52
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | feat(occ): Add support for iterable in Base and use it in group:list and user:list
| * | | | | | | | | | | chore(tests): Adapt tests to the group:list changeCôme Chilliet2024-08-061-28/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | | | | | fix(occ): Fix compatibility with PHP<8.2Côme Chilliet2024-08-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iterator_to_array cannot take an array parameter prior to 8.2 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | | | | | feat(occ): Add support for iterable in Base and use in in group:list and ↵Côme Chilliet2024-08-063-31/+20
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user:list Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | | | | Merge pull request #45054 from nextcloud/fix/issue-26668Sebastian Krupinski2024-08-062-32/+408
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | fix(caldav): Add sharee to address list when calendar is shared
| * | | | | | | | | | fix(caldav): Add sharee to address list when calendar is sharedSebastianKrupinski2024-08-062-32/+408
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | | | | | | Merge pull request #47028 from nextcloud/release/30.0.0_beta_4v30.0.0beta4Benjamin Gaussorgues2024-08-061-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | build(hub): 30.0.0 beta 4Benjamin Gaussorgues2024-08-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | | | | | | | Merge pull request #46710 from ↵Stephan Orbaugh2024-08-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/use_timestamp_instead_of_revision fix: Use timestamp instead of revision id in files_versions metadata API
| * | | | | | | | | | fix: Use timestamp instead of revision id in files_versions metadata APILouis Chemineau2024-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | | | Merge pull request #47043 from ↵Maxence Lange2024-08-061-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/ignore-root-on-inherited-shares fix(inherited-shares): ignore top root folder
| * | | | | | | | | | fix(inherited-shares): ignore top root folderMaxence Lange2024-08-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | | | | Merge pull request #46974 from nextcloud/fix/noid/add-metadata-to-migrationstepsStephan Orbaugh2024-08-065-0/+24
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | feat(migrations): add metadata to existing migrations
| * | | | | | | | | | fix(metadata): revert wrongly renamed columnMaxence Lange2024-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | | | | feat(migrations): add metadata to existing migrationsMaxence Lange2024-08-025-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | | | | | Merge pull request #45091 from nextcloud/Jerome-Herbinet-education-bundleAndy Scherzinger2024-08-063-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Education "bundle"
| * | | | | | | | | | | fix: unify bundle namingJérôme Herbinet2024-08-063-3/+3
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | | | | | | | | | Merge pull request #46953 from nextcloud/cleanup-old-mount-repairStephan Orbaugh2024-08-065-178/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | chore: delete repair step for 8y old oc_mounts issue
| * | | | | | | | | | chore: delete repair step for 8y old oc_mounts issueRobin Appelman2024-08-025-178/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | | | Merge pull request #46926 from nextcloud/carddavtest-querybuilder-reuseStephan Orbaugh2024-08-061-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tests: don't reuse the query builder for multiple tables in CardDavBackendTest
| * | | | | | | | | | | test: don't reuse the query builder for multiple tables in CardDavBackendTestRobin Appelman2024-08-021-0/+5
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>