aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* enh(TextToImage): Address review commentsMarcel Klehr2023-10-182-12/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-181-6/+6
| | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Small fixesMarcel Klehr2023-10-181-7/+6
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Implement TextToImage OCP APIMarcel Klehr2023-10-183-0/+330
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix width of input on contacts menujulia.kirschenheuter2023-10-181-1/+0
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore: compile assetsChristopher Ng2023-10-182-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-182-2/+0
|\ | | | | Stop sending deprecated Pragma header
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-282-2/+0
| | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-18126-518/+554
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(xhr-request): Make sure to also allow strings as urlFerdinand Thiessen2023-10-171-12/+17
| | | | | | | | | | | | | | | | | | | | Our utility to add `X-Requested-With` headers on API calls intercepts calls to `window.fetch`, so we must ensure we allow all parameters that the default browser provided `window.fetch` allows. In this case make sure to allow all stringify-able objects. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Replace password dialog with dialog from libraryjulia.kirschenheuter2023-10-174-154/+8
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-17136-3204/+1014
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | enh(a11y): Add label to app menu navChristopher Ng2023-10-161-1/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | enh(a11y): Add avatar descriptionChristopher Ng2023-10-161-5/+79
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | enh(a11y): Add accessible user menu semanticsChristopher Ng2023-10-161-71/+64
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #40749 from nextcloud/refactor/contacts-menu-to-vueChristoph Wurst2023-10-1612-947/+537
|\ \ | | | | | | refactor: Contacts menu to Vue
| * | refactor: Contacts menu to VueChristoph Wurst2023-10-1612-947/+537
| | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #40890 from ↵Christoph Wurst2023-10-161-0/+3
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix/search/close-unified-search-second-ctrl-f fix(search): Close unified search at the second ctrl+f
| * | fix(search): Close unified search at the second ctrl+fChristoph Wurst2023-10-161-0/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | only add x-requested-with header if requests point to NCJulien Veyssier2023-10-161-1/+12
|/ / | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-152-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-142-4/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: compile assetsChristopher Ng2023-10-104-4/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix: Scope app nav caption stylesChristopher Ng2023-10-101-11/+12
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-102-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | adjust color of focus-visible to be better visibleSimon L2023-10-095-6/+6
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-086-4/+36
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: compile assetsChristopher Ng2023-10-062-2/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-062-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-051-1/+1
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-051-0/+3
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0596-96/+96
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40660 from ↵Joas Schilling2023-10-043-4/+40
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-missing-user-status-on-autocomplete-api fix(autocomplete): Fix missing user status on autocomplete endpoint
| * | fix(autocomplete): Fix missing user status on autocomplete endpointJoas Schilling2023-09-283-4/+40
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #40439 from Koc/feature/clickable-logoJohn Molakvoæ2023-10-041-3/+11
|\ \ \
| * | | Make logo in header clickable in the shared file viewKonstantin Myakshin2023-10-041-3/+11
| | | | | | | | | | | | | | | | Signed-off-by: Konstantin Myakshin <molodchick@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-044-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-034-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Remove unneeded classjulia.kirschenheuter2023-10-025-5/+4
| | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Merge pull request #40576 from ↵Julia Kirschenheuter2023-09-295-20/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/36915-_The_page_only_has_one_h1_heading Split list to navigation for the left sidebar
| * | | | Split list to navigation for the left sidebarjulia.kirschenheuter2023-09-285-20/+21
| | |/ / | |/| | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-292-12/+12
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | 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-09-284-0/+8
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix OCS-APIRequest header for OpenAPIjld31032023-09-271-64/+96
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Add single status code descriptions for OpenAPIjld31032023-09-278-11/+33
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Merge pull request #40565 from nextcloud/fix/remove-writelogCôme Chilliet2023-09-261-4/+5
|\ \ | | | | | | Remove deprecated methods Util::writeLog and DIContainer::log
| * | Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-251-4/+5
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-262-0/+30
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(deps): Bump @nextcloud/dialogs from 5.0.0-beta.2 to 5.0.0-beta.4dependabot[bot]2023-09-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.0.0-beta.2 to 5.0.0-beta.4. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.2...v5.0.0-beta.4) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>