Ralf Haferkamp
a245a45e9c
Merge pull request #336 from opencloud-eu/dependabot/npm_and_yarn/services/idp/babel-preset-react-app-10.1.0
...
Bump babel-preset-react-app from 10.0.1 to 10.1.0 in /services/idp
2025-03-11 12:26:28 +01:00
Ralf Haferkamp
48edc9a5d1
Reintroduce check for go before including bingo Makefile
...
This re-adds the check for go being installed before including the
bingo variables make file to avoid repeating errors about missing a
missing go binary when running 'make node-generate' in the ci (the node
container doesn't have go installed)
2025-03-11 11:19:20 +01:00
dependabot[bot]
6268247434
Bump babel-preset-react-app from 10.0.1 to 10.1.0 in /services/idp
...
Bumps [babel-preset-react-app](https://github.com/facebook/create-react-app/tree/HEAD/packages/babel-preset-react-app ) from 10.0.1 to 10.1.0.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-1.x.md )
- [Commits](https://github.com/facebook/create-react-app/commits/babel-preset-react-app@10.1.0/packages/babel-preset-react-app )
---
updated-dependencies:
- dependency-name: babel-preset-react-app
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-11 08:22:45 +00:00
Ralf Haferkamp
e406d05cb4
Merge pull request #335 from opencloud-eu/dependabot/npm_and_yarn/services/idp/babel/core-7.26.9
...
Bump @babel/core from 7.22.11 to 7.26.9 in /services/idp
2025-03-11 09:21:07 +01:00
Michael Barz
8abf344463
Merge pull request #337 from opencloud-eu/fix-idp-build
...
fix(idp): add empty alt tag on decorative img
2025-03-10 16:46:38 +01:00
Benedikt Kulmann
7edb3f762c
fix(idp): add empty alt tag on decorative img
2025-03-10 16:43:02 +01:00
dependabot[bot]
88c169898c
Bump @babel/core from 7.22.11 to 7.26.9 in /services/idp
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.11 to 7.26.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-10 15:30:54 +00:00
Ralf Haferkamp
c46e0c4b6b
Fix build with go 1.24
...
Go 1.24 does some stricter checks now on arguments to functions
accepting format strings.
This commit fixes a couple of "non-constant format string in call
to ..." errors when running the unit tests.
2025-03-10 10:43:34 +01:00
Florian Schade
dbafbaa333
fix: remove deprecations and use go-generate instead of go-generate-STAGE
2025-03-06 11:56:09 +01:00
Florian Schade
5fb225a61b
enhancement: build web assets outside the bin fs
2025-03-05 17:32:39 +01:00
Florian Schade
da1963cfa4
enhancement: split make ci-node-generate and ci-go-generate into prod and dev stages
2025-03-05 17:32:37 +01:00
Florian Schade
2be846ad51
enhancement: allow pulling web assets instead of downloading the pre-build release artifacts
2025-03-05 17:31:45 +01:00
Florian Schade
033cb46f78
fix(web): use released artifacts for web
2025-03-05 17:31:45 +01:00
René Jochum
1031130280
fix continues "make generate" calls in services/web:pull-assets
2025-03-05 17:31:45 +01:00
Ralf Haferkamp
2678d0bb89
Bump mockery to 2.53.0
...
Should fix build on go1.24. Also fix ci-go-generate step in multiarch
Dockerfile.
Closes : #289
2025-03-03 16:02:59 +01:00
Jörn Friedrich Dreyer
5ee01dcd97
look up personal space for GDPR export
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-03-03 13:00:55 +01:00
Ralf Haferkamp
24acb87d18
Merge pull request #238 from rhafer/reset-version-struct-tags
...
Reset version struct tags
2025-02-24 14:56:42 +01:00
Ralf Haferkamp
304bc16bee
Remove duplicated struct tag
...
Co-authored-by: Andre Duffeck <aduffeck@users.noreply.github.com >
2025-02-24 14:55:54 +01:00
Ralf Haferkamp
f3881661db
Remove deprecated config variables
...
'LDAP_USER_SCHEMA_DISPLAY_NAME' and 'CLIENTLOG_REVA_GATEWAY' are no
longer needed.
2025-02-24 11:57:44 +01:00
Ralf Haferkamp
785893b31c
Reset deprecationVersion for OCS API related configs
...
The OCS API is suppoosed to be faded out. We can't remove it immediately
because some clients might still be relying on it.
2025-02-24 11:48:11 +01:00
Ralf Haferkamp
8e1f68f315
Reset 'introductionVersion" struct tag to 1.0.0
2025-02-24 11:40:33 +01:00
Benedikt Kulmann
638a35f268
fix(web): logo upload
2025-02-24 10:58:17 +01:00
Jörn Friedrich Dreyer
74b6078158
bump reva, change decomposeds3 drivername
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-02-20 11:07:31 +01:00
Ralf Haferkamp
6b08fa51ee
fixup! Bump go-ldap to latest release
2025-02-20 09:24:03 +01:00
Ralf Haferkamp
0d03092669
Bump go-ldap to latest release
...
To be able to build with latest reva again
2025-02-20 09:06:07 +01:00
Jörn Friedrich Dreyer
37404fda7e
drop unused STORAGE_USERS_STAT_CACHE_STORE env var from readme
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-02-17 10:31:31 +01:00
André Duffeck
d42034202d
Add option to disable the posix fs watcher
2025-02-13 13:11:49 +01:00
Ralf Haferkamp
0372f79aa1
Merge pull request #198 from opencloud-eu/fixDemoUserDescription
...
Fix typo in demo user description
2025-02-13 10:40:39 +01:00
Viktor Scharf
5bb9701961
Fix typo in demo user description
2025-02-13 10:18:38 +01:00
André Duffeck
5b85029813
Add EnableFSRevisions config option
2025-02-13 10:07:17 +01:00
Ralf Haferkamp
6d13560667
Switch to https url for web assets pull to allow public access
2025-02-13 09:25:08 +01:00
Ralf Haferkamp
83f5c51b48
Merge pull request #180 from opencloud-eu/dependabot/npm_and_yarn/services/idp/typescript-5.7.3
...
Bump typescript from 4.9.5 to 5.7.3 in /services/idp
2025-02-12 17:39:39 +01:00
Ralf Haferkamp
fa962c8bf7
Merge pull request #179 from opencloud-eu/dependabot/npm_and_yarn/services/idp/postcss-preset-env-10.1.3
...
Bump postcss-preset-env from 10.0.8 to 10.1.3 in /services/idp
2025-02-12 17:32:52 +01:00
Jörn Friedrich Dreyer
4afc70c549
'default' routing policy
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-02-12 14:25:06 +01:00
Klaas Freitag
77236f0fc1
Fix typo in demo user template, assign valid role to Lynn
2025-02-12 10:35:10 +01:00
Klaas Freitag
35b12ad566
Add demo user Lynn Conway
2025-02-11 18:29:00 +01:00
Alex
14cd807b27
Remove background from theme ( #187 )
...
* Remove background from theme.json
2025-02-11 15:06:13 +01:00
Alex Ackermann
cf5b4f7dbf
Change client names in idp
2025-02-11 09:52:32 +01:00
Alex Ackermann
98e215ce09
Idp redesign followup
2025-02-10 16:12:28 +01:00
Alex
c5c81546e8
Redesign idp ( #174 )
2025-02-10 15:54:30 +01:00
dependabot[bot]
90a0128779
Bump typescript from 4.9.5 to 5.7.3 in /services/idp
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 4.9.5 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.7.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-10 14:39:55 +00:00
dependabot[bot]
1d3846238f
Bump postcss-preset-env from 10.0.8 to 10.1.3 in /services/idp
...
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env ) from 10.0.8 to 10.1.3.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md )
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env )
---
updated-dependencies:
- dependency-name: postcss-preset-env
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-10 14:38:49 +00:00
Benedikt Kulmann
a33a88ee8c
fix(web): theme.json scheme has changed in web. adapting to new format
2025-02-04 16:37:43 +01:00
Jannik Stehle
f47983e370
Merge pull request #157 from opencloud-eu/dependabot/npm_and_yarn/services/idp/query-string-9.1.1
...
Bump query-string from 8.2.0 to 9.1.1 in /services/idp
2025-02-04 11:48:36 +01:00
dependabot[bot]
baec08bf00
Bump query-string from 8.2.0 to 9.1.1 in /services/idp
...
Bumps [query-string](https://github.com/sindresorhus/query-string ) from 8.2.0 to 9.1.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases )
- [Commits](https://github.com/sindresorhus/query-string/compare/v8.2.0...v9.1.1 )
---
updated-dependencies:
- dependency-name: query-string
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-03 14:34:42 +00:00
dependabot[bot]
71db7e6b7b
Bump i18next from 23.16.4 to 23.16.8 in /services/idp
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.16.4 to 23.16.8.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.16.4...v23.16.8 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-03 14:33:35 +00:00
Jannik Stehle
324e1f0d11
chore(idp): pin pnpm version in package.json
...
This prevents corepack from altering the `package.json` file on install and has the added benefit of keeping things up to date in combination with renovate.
2025-01-31 09:07:54 +01:00
Jörn Friedrich Dreyer
7d26e751a0
drop dead code
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-01-29 17:06:08 +01:00
Jörn Friedrich Dreyer
2c97fe07ac
Merge pull request #148 from opencloud-eu/leftovers
...
url fixes, more decisions
2025-01-29 16:54:02 +01:00
Jörn Friedrich Dreyer
8ac250952f
url fixes, more decisions
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-01-29 16:49:39 +01:00