summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #40841 from nextcloud/release/26.0.8_rc1v26.0.8rc1Arthur Schiwon2023-10-121-2/+2
|\ | | | | 26.0.8 RC1
| * 26.0.8 RC1Arthur Schiwon2023-10-091-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #40883 from nextcloud/backport/40413/stable26Arthur Schiwon2023-10-127-3/+94
|\ \ | | | | | | [stable26] Add in:users as a search filter to limit searches to users
| * | chore(assets): Recompile assetsnextcloud-command2023-10-122-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(meta): copyright noteArthur Schiwon2023-10-121-1/+1
| | |
| * | remove unused propertiessorbaugh2023-10-121-29/+1
| | | | | | | | | | | | Signed-off-by: sorbaugh <stephan.orbaugh@nextcloud.com>
| * | Remove unneeded includes.sorbaugh2023-10-121-4/+0
| | | | | | | | | | | | | | | | | | Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
| * | Keep Search Provider but remove actual search and display on the searchlist ↵sorbaugh2023-10-121-29/+1
| | | | | | | | | | | | | | | | | | | | | | | | dialog. Will revisit in future search result list in future issue. Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
| * | Add new user filter to search.sorbaugh2023-10-125-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | Add regex to prevent filter collision in user-list page Usage: 1. Type a string in the search bar 2. Add in:users to display only users in the search result
* | | Merge pull request #40303 from nextcloud/backport/39693/39693-stable26Arthur Schiwon2023-10-123-9/+3
|\ \ \ | |/ / |/| | [stable26] enable download configuration on circles shares
| * | enable download configuration on circles sharesMaxence Lange2023-10-123-9/+3
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #38555 from nextcloud/backport/36857/stable26Arthur Schiwon2023-10-126-41/+55
|\ \ \ | |/ / |/| | [stable26] fix unencrypted_size for folders when scanning the filesystem with encryption enabled
| * | fix(ci): update return type in php docArthur Schiwon2023-10-111-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix type hintsRobin Appelman2023-10-114-8/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-10-112-31/+26
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix unencrypted_size for files when scanningRobin Appelman2023-10-112-1/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix unencrypted_size for folders when scanning the filesystem with ↵Robin Appelman2023-10-112-6/+16
| | | | | | | | | | | | | | | | | | encryption enabled Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-12180-592/+958
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40862 from nextcloud/backport/40843/stable26Arthur Schiwon2023-10-111-1/+1
|\ \ | | | | | | [stable26] remove leading slash
| * | remove leading slashMaxence Lange2023-10-111-1/+1
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #38815 from nextcloud/backport/38490/stable26Arthur Schiwon2023-10-116-0/+108
|\ \ \ | | | | | | | | [stable26] emit an event when a message is logged
| * | | fix(api): set the correct version in since annotationArthur Schiwon2023-10-111-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | emit an event when a message is loggedRobin Appelman2023-09-186-0/+108
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #38250 from nextcloud/backport/37971/stable26Arthur Schiwon2023-10-116-0/+300
|\ \ \ \ | |_|/ / |/| | | [stable26] Add commands for basic file actions
| * | | minor fixes for get/putRobin Appelman2023-09-062-6/+19
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | add command to write a fileRobin Appelman2023-09-066-2/+87
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | move get/delete commands to files namespace, make get take the output as ↵Robin Appelman2023-09-066-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | argument instead of option Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | add command to delete a fileRobin Appelman2023-09-063-0/+121
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | add command to get a file from the filesystemRobin Appelman2023-09-062-0/+77
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #40781 from nextcloud/backport/40745/stable26Maxence Lange2023-10-112-1/+2
|\ \ \ \ | | | | | | | | | | [stable26] fix ocm-provider rewrite rules
| * | | | Update .htaccessMaxence Lange2023-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | fix ocm-provider rewrite rulesMaxence Lange2023-10-052-1/+2
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1128-4/+148
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #40851 from nextcloud/backport/40785/stable26Arthur Schiwon2023-10-101-5/+33
|\ \ \ \ \ | | | | | | | | | | | | [stable26] fix: Log critical session renewal and logout paths
| * | | | | fix: Log critical session renewal and logout pathsChristoph Wurst2023-10-101-5/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #40846 from nextcloud/backport/40572/stable26Arthur Schiwon2023-10-101-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [stable26] Clear progress bar text when hiding it
| * | | | | Clear progress bar text when hiding itDaniel Calviño Sánchez2023-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When files are uploaded the progress bar text is set accordingly. However, other operations that show the progress bar, like deleting files, do not explicitly set any text. Due to that, when the progress bar was shown again after uploading files the text did not match the operation. To solve that now the text is cleared when the progress bar is hidden (it is not cleared when it is shown as in some cases the text is set already before showing the progress bar). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | Merge pull request #40632 from nextcloud/backport/40541/stable26Arthur Schiwon2023-10-102-1/+81
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable26] fix(dav): expand recurrences when searching
| * | | | | | fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-262-1/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #40384 from nextcloud/backport/36830/stable26Arthur Schiwon2023-10-102-10/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable26] fix: Avoid failing with duplicate checks
| * | | | | | | fix: Avoid failing with duplicate checksJulius Härtl2023-09-122-10/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1012-0/+12
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #40684 from nextcloud/backport/40675/stable26Arthur Schiwon2023-10-091-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable26] fix(unifiedsearch): Allow searching for "0"
| * | | | | | | fix(unifiedsearch): Allow searching for "0"Christoph Wurst2023-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | empty("0") evaluates to true Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #40351 from nextcloud/backport/40349/stable26Arthur Schiwon2023-10-092-6/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable26] fix(autoloader): no apcu no side effects
| * | | | | | | | fix(autoloader): no apcu no side effectsArthur Schiwon2023-09-082-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apcu lead to side effects especially with app management and (soft) inter-dependencies, and lead also to 500 server errors. While we could add management to clear apcu cache in many cases (may stil leave edge cases) the performance benefit is marginally as also class maps are already cached in opcache. Hence, the simple and effective way to go is to not use apcu for autoloading. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | | Merge pull request #40740 from AaronDewes/stable26Arthur Schiwon2023-10-093-11/+9
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | [stable26] Fix: Escape group names for LDAP
| * | | | | | | | Merge pull request #37201 from AaronDewes/fix/ldap-filter-generationCôme Chilliet2023-10-023-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: Escape group names for LDAP
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0916-12/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0840-44/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>