Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(setupchecks): Binary data can have problems with serializesetupChecksMoveFromBinary | Git'Fellow | 2025-01-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Merge pull request #50108 from nextcloud/artonge/fix/sidebar_davpath | Louis | 2025-01-09 | 3 | -4/+4 |
|\ | | | | | fix: Do not duplicate `/` in davPath | ||||
| * | fix: Do not duplicate `/` in davPathartonge/fix/sidebar_davpath | Louis Chemineau | 2025-01-09 | 3 | -4/+4 |
| | | | | | | | | | | | | | | `davRootPath` already contains a leading `/` Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | Merge pull request #49977 from ↵ | Josh | 2025-01-09 | 2 | -18/+18 |
|\ \ | |/ |/| | | | | | nextcloud/jtr-perf-checks-connectivity-https-proto perf(settings): Speed up InternetConnectivity setup check | ||||
| * | perf(settings): Speed up InternetConnectivity setup checkjtr-perf-checks-connectivity-https-proto | Josh | 2025-01-07 | 2 | -18/+18 |
| | | | | | | | | | | Specify default protocol (https://) rather than let default handling test both http:// and https:// Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | Merge pull request #50107 from nextcloud/artonge/fix/displayname_in_sidebar | John Molakvoæ | 2025-01-09 | 3 | -5/+5 |
|\ \ | |||||
| * | | fix: Use `displayname` as sidebar titleartonge/fix/displayname_in_sidebar | Louis Chemineau | 2025-01-09 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | Keep the fallback with this.fileInfo as this.node could be null Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | | Merge pull request #49973 from nextcloud/feat/auto-accept-trusted-server | John Molakvoæ | 2025-01-09 | 44 | -387/+2471 |
|\ \ \ | |/ / |/| | | |||||
| * | | chore(federation): cleanup SettingsController and legacy AddServerMiddlewarefeat/auto-accept-trusted-server | skjnldsv | 2025-01-09 | 15 | -614/+497 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | feat(federatedfilesharing): improve admin docs and settings | skjnldsv | 2025-01-09 | 10 | -25/+80 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | chore(federation): add trusted server auto accept integration tests | skjnldsv | 2025-01-09 | 9 | -88/+2073 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | fix(federation): settings layout and error handling | skjnldsv | 2025-01-09 | 5 | -47/+61 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | feat(federatedfilesharing): auto-accept shares from trusted servers | skjnldsv | 2025-01-09 | 12 | -40/+101 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | fix(files_sharing): external share parsing | skjnldsv | 2025-01-09 | 2 | -0/+47 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | fix(federation): comply to `sharing.federation.allowSelfSignedCertificates` | skjnldsv | 2025-01-09 | 8 | -7/+46 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #50095 from nextcloud/release/31.0.0_beta_2v31.0.0beta2artonge/feat/validate_keychecksum | Arthur Schiwon | 2025-01-09 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | 31.0.0 beta 2 | ||||
| * | | | build(hub): 31.0.0 beta 2release/31.0.0_beta_2 | Arthur Schiwon | 2025-01-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | Merge pull request #50070 from nextcloud/docs/http/cors-attribute | Joas Schilling | 2025-01-09 | 1 | -1/+3 |
|\ \ \ \ | |_|/ / |/| | | | docs(HTTP): Add proper docs for CORS attribute | ||||
| * | | | docs(HTTP): Add proper docs for CORS attributedocs/http/cors-attribute | provokateurin | 2025-01-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #50094 from nextcloud/fix/noid/broken-taskprocessing-api | Julien Veyssier | 2025-01-09 | 4 | -60/+100 |
|\ \ \ \ | | | | | | | | | | | Fix broken taskprocessing api /tasktypes endpoint | ||||
| * | | | | chore: generate openapi specsfix/noid/broken-taskprocessing-api | Julien Veyssier | 2025-01-09 | 2 | -32/+32 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | | | | fix(taskprocessing): /tasktypes endpoint was broken by #49015 | Julien Veyssier | 2025-01-09 | 2 | -28/+68 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-09 | 46 | -6/+444 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #50074 from nextcloud/chore/deps/nextcloud-vue-8.22.0 | Richard Steinmetz | 2025-01-08 | 209 | -309/+442 |
|\ \ \ \ | | | | | | | | | | | chore(deps): bump @nextcloud/vue from ^8.20.0 to ^8.22.0 | ||||
| * | | | | test(cypress): make select range of files with shift key more reliable | Richard Steinmetz | 2025-01-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
| * | | | | chore(deps): bump @nextcloud/vue from ^8.20.0 to ^8.22.0chore/deps/nextcloud-vue-8.22.0 | Richard Steinmetz | 2025-01-08 | 208 | -306/+439 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | | | Merge pull request #50082 from nextcloud/jtr/typo-accessibility-config-sample | Andy Scherzinger | 2025-01-08 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fix: Correct typo in accessibility toggle in config.sample.php | ||||
| * | | | | | fix: Correct typo in accessibility toggle in config.sample.phpjtr/typo-accessibility-config-sample | Josh | 2025-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | | | | Merge pull request #50085 from nextcloud/feat/noid/info-xml-spdx-license-ids | Andy Scherzinger | 2025-01-08 | 2 | -0/+18 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Add licenses by SPDX identifier, mark shorthand aliases as deprecated | ||||
| * | | | | | feat: add licenses by SPDX identifier, mark shorthand aliases as deprecated.feat/noid/info-xml-spdx-license-ids | Andy Scherzinger | 2025-01-08 | 2 | -0/+18 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | matching the app store change at https://github.com/nextcloud/appstore/pull/1560 Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | | | | | Merge pull request #49888 from nextcloud/feat/ocp/meetings-api-requirements | Joas Schilling | 2025-01-08 | 12 | -27/+489 |
|\ \ \ \ \ | | | | | | | | | | | | | feat(ocp): calendar event builder api | ||||
| * | | | | | docs(eventbuilder): Mention how to get the EventBuilder from DI | Joas Schilling | 2025-01-08 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | fix(license): Move license closer to file | Joas Schilling | 2025-01-08 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | feat(ocp): calendar event builder apifeat/ocp/meetings-api-requirements | Richard Steinmetz | 2025-01-06 | 11 | -27/+485 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | | | | Merge pull request #49882 from nextcloud/fix/http/template-valid-status-codes | Kate | 2025-01-08 | 23 | -52/+60 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | fix(Http): Only allow valid HTTP status code values via templatefix/http/template-valid-status-codes | provokateurin | 2025-01-07 | 20 | -41/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | | fix(settings): Fix log file download return type | provokateurin | 2025-01-07 | 3 | -11/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-08 | 320 | -558/+902 |
| |_|/ / / |/| | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | Merge pull request #50078 from nextcloud/feat/maxschmi-49902 | John Molakvoæ | 2025-01-07 | 6 | -7/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | fix(files): updateAll method | ||||
| * | | | | | chore: compile assets | skjnldsv | 2025-01-07 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | | | fix(files): updateAll method | Max Schmit | 2025-01-07 | 2 | -1/+2 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Max Schmit <maxschm@hotmail.com> | ||||
* | | | | | Merge pull request #50051 from nextcloud/Fix/mp3_regex | Arthur Schiwon | 2025-01-07 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fix(preview): Do not try to parse M3U files as MP3 | ||||
| * | | | | | fix(preview): Do not try to parse M3U files as MP3Fix/mp3_regex | Pauli Järvinen | 2025-01-06 | 1 | -1/+1 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, the MP3 audio files get the mimetype `audio/mpeg` and the M3U and M3U8 playlist files get the mimetype `audio/mpegurl`. PreviewManager had such a problem that it registered the MP3 preview provider with a regular expression which matched also the M3U files. This caused an error message to be logged on the info (1) level for each M3U file every time a folder with such files was viewed: "Error while getting cover from mp3 file: File /path/to/some/playlist.m3u is not mpeg/audio!". Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com> | ||||
* | | | | | Merge pull request #50066 from nextcloud/release/31.0.0_beta_1v31.0.0beta1 | Arthur Schiwon | 2025-01-07 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | 31.0.0 beta 1 | ||||
| * | | | | | build(hub): 31.0.0 beta 1release/31.0.0_beta_1 | skjnldsv | 2025-01-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | | | Merge pull request #50073 from nextcloud/fix/composer/autoload-dev-deps | Arthur Schiwon | 2025-01-07 | 2 | -9/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix(composer): Remove dev deps from autoloader | ||||
| * | | | | | | fix(composer): Remove dev deps from autoloaderfix/composer/autoload-dev-deps | provokateurin | 2025-01-07 | 2 | -9/+0 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | Merge pull request #49377 from nextcloud/enh/add-first-login-timestamp | Pytal | 2025-01-07 | 119 | -177/+587 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | feat: Add first login timestamp of each user to oc_preferences and user:info output | ||||
| * | | | | | | chore(assets): Recompile assetsenh/add-first-login-timestamp | nextcloud-command | 2025-01-07 | 103 | -153/+413 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | | | fix(tests): Fix getLastLogin expectation in UsersControllerTest | Côme Chilliet | 2025-01-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |