-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Comparing changes
Open a pull request
base repository: nextcloud/server
base: v30.0.4
head repository: nextcloud/server
compare: master
Commits on Jun 24, 2023
-
Clean-up some remaining readdir calls with undesirable false evaluati…
…on potential Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e7cbaf3 - Browse repository at this point
Copy the full SHA e7cbaf3View commit details
Commits on Jan 6, 2024
-
Comments to clarify the purpose of session_keepalive. Fixes issue in Nextcloud Documentation (nextcloud/documentation#7244) Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d91487 - Browse repository at this point
Copy the full SHA 5d91487View commit details
Commits on Jul 1, 2024
-
fix(TaskProcessingApiController): Don't use + to merge non-assoc. arrays
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 224779c - Browse repository at this point
Copy the full SHA 224779cView commit details
Commits on Jul 8, 2024
-
fix(config): Add missing handling for envCache in getKeys()
NC_ env variable overrides were not appearing in the output of `occ config:list system` nor `occ config:system:get xxx`. This was creating nearly impossible to diagnose configuration/ behavior disprepancies. - Refactored readData() so that we aren't saving the entire environment in the envCache anymore (only those prefixed "NC_") and so that we save NC_ provided config values under their real key. - Refactored getValue() to accommodate readData() refactor - Fixed getKeys() to properly return envCache keys too Environment provided config variables now appear in `occ config:list system` as expected. Environment provided config variables now appear when queried via `occ config:system:get KEY` envCache is now free of non-NC stuff. Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 62192ca - Browse repository at this point
Copy the full SHA 62192caView commit details -
fix(config): add envCache tests for getKeys()
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2ffff51 - Browse repository at this point
Copy the full SHA 2ffff51View commit details -
fix: switch from explode to substr (faster)
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 34a9e48 - Browse repository at this point
Copy the full SHA 34a9e48View commit details
Commits on Aug 1, 2024
-
feat(cache): CLI should not fail if APCu is not available
but fallback to NullCache. This can be the case if APCu is used without apc.enable_cli=1. APCu however runs within the PHP instance and hence cannot be shared between CLI and web or used as distributed cache. The CLI call can hence only create or invalidate entries for itself. For short-living CLI calls, this is theoretically a downsides regarding performance and resource usage, and Nextcloud must not have any issues using the dummy NullCache instead of an isolated freshly created and destroyed APCu instance. This partly reverts #25770. The fallback was removed, because CLI calls started to hang after #25440. The reason however was not that a cache is generally required for CLI calls, but because the previously logged warning invoked the user backend, which invoked again the caching backend, causing a loop. This commit re-adds the fallback without logging a warning, and for APCu only. For mentioned reasons, it is okay to fallback to NullCache silently. If Redis or memcached are configured but not available, then the web UI would fail as well, and it makes sense to abort and inform CLI calls as well then. The motivation is to make apc.enable_cli=1 optional, and that hence the documentation about it can be removed. We should not enforce admins to enable APCu for CLI calls, which is reasonably disabled by default. This also reduces requirements for hosting providers to support Nextcloud. Signed-off-by: MichaIng <micha@dietpi.com>
Configuration menu - View commit details
-
Copy full SHA for 89cd3b4 - Browse repository at this point
Copy the full SHA 89cd3b4View commit details
Commits on Aug 9, 2024
-
fix(jobs): Swicth to executeStatement() while deleting rows
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6be80a - Browse repository at this point
Copy the full SHA c6be80aView commit details -
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2156a92 - Browse repository at this point
Copy the full SHA 2156a92View commit details
Commits on Aug 14, 2024
-
fix(CI)!: Add stable30 to and remove stable27 from GitHub Actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Configuration menu - View commit details
-
Copy full SHA for 31b74bc - Browse repository at this point
Copy the full SHA 31b74bcView commit details -
fix(security): Update expiration date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
Configuration menu - View commit details
-
Copy full SHA for 04944aa - Browse repository at this point
Copy the full SHA 04944aaView commit details -
feat(release)!: Bump Server version to 31
Signed-off-by: Joas Schilling <coding@schilljs.com>
Configuration menu - View commit details
-
Copy full SHA for 7b53a85 - Browse repository at this point
Copy the full SHA 7b53a85View commit details -
feat(branchoff): Bump versions and requirements in apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Configuration menu - View commit details
-
Copy full SHA for eb36543 - Browse repository at this point
Copy the full SHA eb36543View commit details -
chore(assets): Recompile assets
Signed-off-by: Joas Schilling <coding@schilljs.com>
Configuration menu - View commit details
-
Copy full SHA for 71bfa5b - Browse repository at this point
Copy the full SHA 71bfa5bView commit details -
fix(3rdparty): Update 3rdparty after dependabot changes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Configuration menu - View commit details
-
Copy full SHA for 9d446d5 - Browse repository at this point
Copy the full SHA 9d446d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for effbc44 - Browse repository at this point
Copy the full SHA effbc44View commit details -
chore(deps): bump is-svg from 5.0.1 to 5.1.0
Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](sindresorhus/is-svg@v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: is-svg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a7eb156 - Browse repository at this point
Copy the full SHA a7eb156View commit details -
chore(deps): bump actions/upload-artifact in the github-actions group
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.4 to 4.3.6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...834a144) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for ded69c0 - Browse repository at this point
Copy the full SHA ded69c0View commit details -
fix(AppMenu): Prevent menu entries from jumping on hover
Only grow and shrink app menu entry if needed Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Configuration menu - View commit details
-
Copy full SHA for 21c30e5 - Browse repository at this point
Copy the full SHA 21c30e5View commit details -
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Configuration menu - View commit details
-
Copy full SHA for 44705ab - Browse repository at this point
Copy the full SHA 44705abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f10cab - Browse repository at this point
Copy the full SHA 0f10cabView commit details -
Merge pull request #47203 from nextcloud/fix/app-menu-hover
fix(AppMenu): Prevent menu entries from jumping on hover
Configuration menu - View commit details
-
Copy full SHA for fb90e7e - Browse repository at this point
Copy the full SHA fb90e7eView commit details -
fix(webauthn): Increase database column for public key id
* Resolves #34476 There is no maximum length defined in the standard, most common the length is between 128 and 200 characters, but as we store it not in plain data but base64 encoded the length can grow about 1/3. We had a regression with 'Nitrokey 3' which created IDs with 196 byte length -> 262 bytes encoded base64. So to be save we increase the size to 512 bytes. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Configuration menu - View commit details
-
Copy full SHA for b582630 - Browse repository at this point
Copy the full SHA b582630View commit details -
Merge pull request #47240 from nextcloud/fix/webauth-credentials-length
fix(webauthn): Increase database column for public key id
Configuration menu - View commit details
-
Copy full SHA for 2c24c3c - Browse repository at this point
Copy the full SHA 2c24c3cView commit details
Commits on Aug 15, 2024
-
fix: Adjust legacy CSS styles for new Nextcloud 30 design
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Configuration menu - View commit details
-
Copy full SHA for d0a0be9 - Browse repository at this point
Copy the full SHA d0a0be9View commit details -
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Configuration menu - View commit details
-
Copy full SHA for d025c55 - Browse repository at this point
Copy the full SHA d025c55View commit details -
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Configuration menu - View commit details
-
Copy full SHA for e218d1f - Browse repository at this point
Copy the full SHA e218d1fView commit details -
fix(adminaudit): Don't crash when creating folder
Signed-off-by: Joas Schilling <coding@schilljs.com>
Configuration menu - View commit details
-
Copy full SHA for 774427a - Browse repository at this point
Copy the full SHA 774427aView commit details -
feat(webauthn): Add user verification to webauthn challenges
Require user verification if all tokens are registered with UV flag, else discourage it Signed-off-by: S1m <git@sgougeon.fr> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Configuration menu - View commit details
-
Copy full SHA for 9189bc2 - Browse repository at this point
Copy the full SHA 9189bc2View commit details -
Merge pull request #47253 from nextcloud/feat/webauthn-uv
feat(webauthn): Add user verification to webauthn challenges
Configuration menu - View commit details
-
Copy full SHA for 601b3b1 - Browse repository at this point
Copy the full SHA 601b3b1View commit details -
fix(userstatus): Don't set predefined user status as custom when chan…
…ging "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
Configuration menu - View commit details
-
Copy full SHA for 50c48aa - Browse repository at this point
Copy the full SHA 50c48aaView commit details -
chore(assets): Recompile assets
Signed-off-by: Joas Schilling <coding@schilljs.com>
Configuration menu - View commit details
-
Copy full SHA for 28e6328 - Browse repository at this point
Copy the full SHA 28e6328View commit details -
Merge pull request #47252 from nextcloud/bugfix/noid/dont-crash-when-…
…creating-folder fix(adminaudit): Don't crash when creating folder
Configuration menu - View commit details
-
Copy full SHA for 15550de - Browse repository at this point
Copy the full SHA 15550deView commit details -
perf: improve cleanup of tags/comments
delete entire chunk at once instead of one-by-one Signed-off-by: Robin Appelman <robin@icewind.nl>
Configuration menu - View commit details
-
Copy full SHA for 0f9ea19 - Browse repository at this point
Copy the full SHA 0f9ea19View commit details -
Merge pull request #47258 from nextcloud/bugfix/noid/translated-prede…
…fined-user-status Don't save translated predefined user status as custom status
Configuration menu - View commit details
-
Copy full SHA for 3dfe306 - Browse repository at this point
Copy the full SHA 3dfe306View commit details
Commits on Aug 16, 2024
-
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Configuration menu - View commit details
-
Copy full SHA for f4f7c75 - Browse repository at this point
Copy the full SHA f4f7c75View commit details -
fix(occ): Add support for UNIX sockets to
db:convert-type
Fixes #31998 Adds support to `occ db:convert-type` to support UNIX socket connections via MySQL/MariaDB. Uses same `dbhost` / `hostname` parameter parsing logic (adapted) as used elsewhere (at least the relevant parts) for consistency. Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 71fff03 - Browse repository at this point
Copy the full SHA 71fff03View commit details -
Refactors encryption app commands.
To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Configuration menu - View commit details
-
Copy full SHA for fc8b886 - Browse repository at this point
Copy the full SHA fc8b886View commit details -
To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Configuration menu - View commit details
-
Copy full SHA for 6b795da - Browse repository at this point
Copy the full SHA 6b795daView commit details -
feat: Add user:welcome command
Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a41e2f0 - Browse repository at this point
Copy the full SHA a41e2f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75180a6 - Browse repository at this point
Copy the full SHA 75180a6View commit details -
invalidate oauth2 tokens only for seen users
Signed-off-by: Artur Neumann <artur@jankaritech.com>
Configuration menu - View commit details
-
Copy full SHA for cc44ec5 - Browse repository at this point
Copy the full SHA cc44ec5View commit details -
fix: expect invalidateTokensOfUser only be called for seen users
Signed-off-by: Artur Neumann <artur@jankaritech.com>
Configuration menu - View commit details
-
Copy full SHA for 84ee79f - Browse repository at this point
Copy the full SHA 84ee79fView commit details -
Merge branch 'master' into jr-readdir-false-false
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d35c4eb - Browse repository at this point
Copy the full SHA d35c4ebView commit details -
fix: postgresql GRANT user's permission after createDatabase, ensure …
…database exist when GRANT
Configuration menu - View commit details
-
Copy full SHA for f490a4e - Browse repository at this point
Copy the full SHA f490a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c52d2 - Browse repository at this point
Copy the full SHA 67c52d2View commit details -
(base) Give a hint in web interface if SimpleXML (php-xml) is missing
Fixes #2180 And prevents #31473, #23970, #18610, #15708 Avoids a 500 error and also gives a useful error message on the web interface if this module isn't installed, gets overlooked during a PHP upgrade, etc. While we check for it later, it's too late for session. Inspired by #17163 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8032b6a - Browse repository at this point
Copy the full SHA 8032b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8dbed3 - Browse repository at this point
Copy the full SHA b8dbed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b8125 - Browse repository at this point
Copy the full SHA b8b8125View commit details -
Configuration menu - View commit details
-
Copy full SHA for d94073d - Browse repository at this point
Copy the full SHA d94073dView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.