Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Ensure database connection is setup when getting group details | Ferdinand Thiessen | 2024-08-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-06 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-03 | 4 | -0/+38 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-02 | 2 | -0/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #46868 from nextcloud/backport/46379/stable28 | Git'Fellow | 2024-08-01 | 1 | -1/+24 |
|\ | | | | | [stable28] fix: `OCP\Files\Node\Folder::search` was not setting the owner | ||||
| * | fix: `OCP\Files\Node\Folder::search` was not setting the owner | Ferdinand Thiessen | 2024-07-30 | 1 | -1/+24 |
| | | | | | | | | | | | | The owner was not set on the file info causing e.g. webdav searches to never return the known owner. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-31 | 4 | -0/+60 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-30 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #46763 from nextcloud/backport/46672/stable28 | Andy Scherzinger | 2024-07-28 | 1 | -3/+4 |
|\ | | | | | [stable28] Avoid using partial file info as valid one | ||||
| * | fix: Do not return partial file info if we have a cache entry | Julius Härtl | 2024-07-25 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-28 | 8 | -0/+50 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #46712 from nextcloud/backport/45353/stable28 | John Molakvoæ | 2024-07-27 | 1 | -19/+87 |
|\ \ | |||||
| * | | feat: support excalidraw file | Hoang Pham | 2024-07-25 | 1 | -36/+4 |
| | | | | | | | | | | | | Signed-off-by: Hoang Pham <hoangmaths96@gmail.com> | ||||
| * | | feat: support excalidraw file | Hoang Pham | 2024-07-25 | 1 | -23/+123 |
| | | | | | | | | | | | | Signed-off-by: Hoang Pham <hoangmaths96@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-27 | 12 | -6/+90 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-26 | 164 | -28/+364 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #46668 from nextcloud/backport/46640/stable28 | Andy Scherzinger | 2024-07-25 | 3 | -6/+19 |
|\ \ \ | | | | | | | | | [stable28] fix(Token): take over scope in token refresh with login by cookie | ||||
| * | | | fix(Token): take over scope in token refresh with login by cookie | Arthur Schiwon | 2024-07-22 | 3 | -6/+19 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | Merge pull request #46678 from nextcloud/backport/44295/stable28 | Andy Scherzinger | 2024-07-25 | 4 | -3/+19 |
|\ \ \ \ | |_|_|/ |/| | | | [stable28] Allow injecting the user temporarily for direct editing | ||||
| * | | | fix(logging): Restore the option to log with debug level | Joas Schilling | 2024-07-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | fix: Implement option to temporarily set the user session | Julius Härtl | 2024-07-22 | 3 | -1/+19 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | fix: Do not use incognito mode for direct editing | Julius Härtl | 2024-07-22 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #46683 from nextcloud/backport/46674/stable28 | Andy Scherzinger | 2024-07-25 | 1 | -12/+21 |
|\ \ \ \ | | | | | | | | | | | [stable28] feat: add config flag to toggle persistent redis connections | ||||
| * | | | | feat: add config flag to toggle persistent redis connections | Robin Appelman | 2024-07-22 | 1 | -12/+21 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | / | feat: add additional logging for database errors | Robin Appelman | 2024-07-25 | 2 | -4/+71 |
| |_|/ |/| | | | | | | | | | | | | | | including the stack trace of the current database transaction Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | fix: FileInfo from `View` should have the correct name of a mountpoint | Ferdinand Thiessen | 2024-07-24 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a mountpoint is returned from a `View` the name must match the view scoped name and not the global name. For example group folders have a name like `1` or `2` (the ID), but the name of the FileInfo returned fro mthe View should be the mount point name, like `First groupfolder` or similar. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-24 | 16 | -0/+32 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-23 | 6 | -0/+8 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #46628 from nextcloud/backport/46419/stable28 | Joas Schilling | 2024-07-22 | 6 | -2/+118 |
|\ \ | |/ |/| | [stable28] fix(mail): Fix big logos in mail templates for Outlook | ||||
| * | fix(mail): Fix big logos in mail templates for Outlook | Joas Schilling | 2024-07-19 | 6 | -2/+118 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-21 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #46577 from nextcloud/backport/46555/stable28 | Git'Fellow | 2024-07-19 | 1 | -0/+4 |
|\ \ | | | | | | | [stable28] fix(appstore): Return an empty array in case of fail | ||||
| * | | chore: add warning in case of failure | Git'Fellow | 2024-07-17 | 1 | -0/+1 |
| | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
| * | | fix(appstore): Return an empty array in case of fail | Git'Fellow | 2024-07-17 | 1 | -0/+3 |
| | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Merge pull request #46520 from nextcloud/backport/46475/stable28 | Git'Fellow | 2024-07-19 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [stable28] fix(redis): Require version >=4 for unlink | ||||
| * | | | fix(redis): Require version >=4 for unlink | Git'Fellow | 2024-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | | fix(TextProcessing): use error instead of info for exception logging | Anupam Kumar | 2024-07-19 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-19 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-18 | 20 | -0/+20 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-17 | 134 | -134/+134 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-16 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-15 | 2 | -0/+134 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-14 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-13 | 134 | -510/+558 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-12 | 18 | -0/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(Session): avoid race conditions on clustered setups | Arthur Schiwon | 2024-07-11 | 3 | -46/+19 |
| | | | | | | | | - re-stablishes old behaviour with cache to return null instead of throwing an InvalidTokenException when the token is cached as non-existing - token invalidation and re-generation are bundled in a DB transaction now Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #46394 from nextcloud/backport/46320/stable28 | Joas Schilling | 2024-07-11 | 1 | -0/+1 |
|\ | | | | | [stable28] perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP | ||||
| * | perf: Set session.cache_limiter at runtime to avoid clients caching static ↵ | Julius Härtl | 2024-07-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | assets served by PHP By default there is a Pragma: no-cache header set due to the default value `no-cache` of session.cache-limiter, which will cause Chrome and iOS to not cache even with a different Cache-Control header set on the response. Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #46067 from nextcloud/backport/45877/stable28 | Andy Scherzinger | 2024-07-10 | 1 | -9/+9 |
|\ \ | | | | | | | [stable28] fix: don't use custom certificate bundle if no customer certificates are configured | ||||
| * | | fix: don't use custom certificate bundle if no customer certificates are ↵ | Robin Appelman | 2024-06-24 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | configured Signed-off-by: Robin Appelman <robin@icewind.nl> |