summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #40842 from nextcloud/release/25.0.13_rc1v25.0.13rc1Arthur Schiwon2023-10-121-2/+2
|\ | | | | 25.0.13 RC1
| * 25.0.13 RC1Arthur Schiwon2023-10-091-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #40884 from nextcloud/backport/40413/stable25Arthur Schiwon2023-10-127-3/+94
|\ \ | | | | | | [stable25] 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
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-12180-592/+958
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38251 from nextcloud/backport/37971/stable25Arthur Schiwon2023-10-116-0/+300
|\ \ | | | | | | [stable25] 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>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1128-4/+148
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40816 from nextcloud/automated/noid/stable25-fix-npm-auditFerdinand Thiessen2023-10-111-18/+21
|\ \ \ | | | | | | | | [stable25] Fix npm audit
| * | | chore(deps): fix npm auditnextcloud-command2023-10-081-18/+21
| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Merge pull request #40847 from nextcloud/backport/40572/stable25Arthur Schiwon2023-10-101-0/+1
|\ \ \ \ | | | | | | | | | | [stable25] 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 #40635 from ↵Arthur Schiwon2023-10-102-1/+81
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/dav/expand-recurrences-in-search-stable25 [stable25] 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 #40385 from nextcloud/backport/36830/stable25Arthur Schiwon2023-10-102-10/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable25] 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>
* | | | | | | Merge pull request #40685 from nextcloud/backport/40675/stable25Arthur Schiwon2023-10-101-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable25] 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>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1012-0/+12
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #40693 from nextcloud/fix/dashboard-widgets-api-stable25Arthur Schiwon2023-10-092-3/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable25] Fix Dashboard IManager getWidgets return annotation
| * | | | | | | Fix Dashboard IManager getWidgets return annotationjld31032023-09-292-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | | | Merge pull request #39992 from nextcloud/backport/39770/stable25Arthur Schiwon2023-10-091-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable25] fix: always use display name from correct backend
| * | | | | | | | fix: always use display name from correct backendMax2023-09-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overwrite the display name after the account is initialized when using an instacne of IGetDisplayNameBackend. Before when using a variation of user_oidc and registering a Backend.php implementing IGetDisplayNameBackend the personal setting page shows 'uid'. The UserManager/AccountManager seems not to use consistently the correct backend. The correct backend is used in this sequence: server/lib/private/TemplateLayout.php $userDisplayName = \OC_User::getDisplayName(); $this->assign(user_displayname, $userDisplayName); In the settings page, it definitely not calls the registered backend, but seems to fall back to default Backend and shows (usually) uid or a value from the standard account property table. Signed-off-by: Max <max@nextcloud.com>
* | | | | | | | | Merge pull request #40371 from nextcloud/backport/39128/stable25Arthur Schiwon2023-10-092-5/+22
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | [stable25] fix(ldap): avatar is not being fetched
| * | | | | | | | fix(LDAP): add return type hint and descriptionArthur Schiwon2023-09-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | | fix(ldap): avatar is not being fetchedArthur Schiwon2023-09-112-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | | 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>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0662-60/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-05242-266/+424
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0414-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-03100-110/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0212-6/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-016-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-3012-30/+102
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2994-122/+210
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2836-8/+362
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2764-8/+272
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2610-6/+144
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #40610 from nextcloud/backport/40606/stable25Ferdinand Thiessen2023-09-253-4/+7
|\ \ \ \ \ | | | | | | | | | | | | [stable25] Do not throw while restoring unloaded files list entries
| * | | | | chore: compile assetsFerdinand Thiessen2023-09-252-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>