aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Remove 32bit questionGit'Fellow2023-06-081-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | | | | v25 supports php7.4Git'Fellow2023-06-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | | | | Add linksGit'Fellow2023-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | | | | Update bug report issue templateGit'Fellow2023-06-081-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove v24 / add v27 (already at RC state, so `master` will be v28) - Add PHP 8.2, remove 7.3/7.4 - Some minor adds/fixes Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | | Merge pull request #38695 from ↵Louis2023-06-082-12/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-loader-6.8.1 chore(deps-dev): Bump css-loader from 6.7.3 to 6.8.1
| * | | | | | | | chore(deps-dev): Bump css-loader from 6.7.3 to 6.8.1dependabot[bot]2023-06-082-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.3 to 6.8.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.7.3...v6.8.1) --- updated-dependencies: - dependency-name: css-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #38696 from nextcloud/dependabot/npm_and_yarn/tslib-2.5.3dependabot[bot]2023-06-082-5/+8
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | chore(deps-dev): Bump tslib from 2.5.0 to 2.5.3dependabot[bot]2023-06-082-5/+8
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.3. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...v2.5.3) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | Merge pull request #38694 from nextcloud/fix/cypress-contextSimon L2023-06-081-19/+30
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix(actions): cypress
| * | | | | | | fix(actions): cypressJohn Molakvoæ2023-06-081-19/+30
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0846-128/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #38664 from nextcloud/fix/a11y-favorites-weather_statusFerdinand Thiessen2023-06-073-29/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(weather_status): Always show all favorite locations
| * | | | | | | fix(weather_status): Always show all favorite locationsFerdinand Thiessen2023-06-073-29/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | Merge pull request #38688 from nextcloud/fix/serve-mjs-as-static-fileDaniel2023-06-072-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix(apache): Serve `mjs` (module javascript) as static files
| * | | | | | | fix(apache): Serve `mjs` (module javascript) as static filesFerdinand Thiessen2023-06-072-2/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #38398 from nextcloud/fix/noid/oauth2-encrypt-client-secretJulien Veyssier2023-06-0711-86/+162
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Store encrypted OAuth2 client secrets
| * | | | | | | encrypt oauth2 client secretsJulien Veyssier2023-06-0711-86/+162
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0714-182/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #38662 from ↵Pytal2023-06-065-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/Jerome-Herbinet-disable-bg-color-on-group-header-line-1
| * | | | | | | npm run sassJérôme Herbinet2023-06-064-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | | | | | | Disable background color on group-header line (on hover, focus, active)Jérôme Herbinet2023-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | | | | | | Merge pull request #38655 from nextcloud/fix/loading-system-tagsPytal2023-06-064-22/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | Show loading icon when loading tagsChristopher Ng2023-06-063-22/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | Reset show tags on closeChristopher Ng2023-06-063-3/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | Merge pull request #38211 from nextcloud/enh/a11y-ryg-colorPytal2023-06-063-19/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | enh(theming): Info contrastChristopher Ng2023-06-063-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | enh(theming): Success contrastChristopher Ng2023-06-063-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | enh(theming): Warning contrastChristopher Ng2023-06-063-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | enh(theming): Error contrastChristopher Ng2023-06-063-4/+15
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | Merge pull request #38631 from nextcloud/theming-set-background-color-via-occDaniel2023-06-061-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | feat: set background = backgroundColor via occ
| * | | | | | | | feat: set background = backgroundColor via occDaniel Kesselberg2023-06-031-0/+5
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #38577 from ↵Julien Veyssier2023-06-061-0/+55
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/improve-oauth-migration-from-oc Improve oauth2 database migration from ownCloud
| * | | | | | | | shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-061-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | | | | drop the oauth2_clients trusted column, delete unsupported clients and their ↵Julien Veyssier2023-06-061-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | access tokens Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | | | Merge pull request #38648 from nextcloud/fix/caldav/reminder-index-int-id-castChristoph Wurst2023-06-061-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | fix(caldav): Cast calendar objects id to int when building index
| * | | | | | | | fix(caldav): Cast calendar objects id to int when building indexChristoph Wurst2023-06-061-1/+1
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #38590 from nextcloud/chore/sass-no-external-appsChristoph Wurst2023-06-061-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | chore: Do not sass-compile external apps
| * | | | | | | | chore: Do not sass-compile external appsChristoph Wurst2023-06-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | Merge pull request #38370 from nextcloud/fix/a11y-files-favoriteFerdinand Thiessen2023-06-068-14/+46
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adjust files favorite marker to fulfill A11Y contrast requirements
| * | | | | | | | | fix(files): Add border around favorite marker to ensure contrast ↵Ferdinand Thiessen2023-06-068-12/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requirements are met Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | | | | fix: Adjust color of `icon-starred-yellow` to fulfill A11Y contrast requirementsFerdinand Thiessen2023-06-062-2/+3
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | Merge pull request #38652 from nextcloud/chore/dead-private-methodsChristoph Wurst2023-06-064-43/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | chore: Drop dead private methods in /lib
| * | | | | | | | chore: Drop dead private methods in /libChristoph Wurst2023-06-064-43/+0
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #38519 from ↵Ferdinand Thiessen2023-06-063-4/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/36967-increase-contrast-of-inactive-elements Fix contrast for inactive elements of the main navigation
| * | | | | | | Fix contrast for inactive elements of the main navigationjulia.kirschenheuter2023-06-053-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | | | | Merge pull request #38649 from ↵Richard Steinmetz2023-06-061-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/caldav/close-reminder-index-job-cursor fix(caldav): Close DB cursor in reminder index background job
| * | | | | | | | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-051-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-containerJulius Härtl2023-06-061-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix: Throw early when a service cannot be found in the app containerJulius Härtl2023-05-161-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | | Merge pull request #38656 from nextcloud/fix/openapi-core-pathsAndy Scherzinger2023-06-061-11/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix OpenAPI core paths