Commit Graph

61 Commits

Author SHA1 Message Date
Willy Kloucek
45f25ee845 remove unused GRAPH_SPACES_INSECURE 2022-07-07 15:29:06 +02:00
David Christofas
ce6f85de61 Merge pull request #4117 from owncloud/ldap-escape-dn
escape DN attribute values
2022-07-07 09:25:23 +02:00
Andre Duffeck
edb8e85fb9 Merge pull request #4118 from aduffeck/webdav-search
Wire up the search service at the old webdav endpoint
2022-07-07 08:47:19 +02:00
André Duffeck
4f042aa071 Wire up the search service at the old webdav endpoint 2022-07-06 15:58:26 +02:00
David Christofas
2707c2f4b4 escape DN attribute values 2022-07-06 15:16:43 +02:00
mmattel
62a54a44b1 update resolution text 2022-07-06 11:13:02 +02:00
mmattel
96605163c8 fix description text for array 2022-07-06 10:12:50 +02:00
Andre Duffeck
24fbb4a389 Merge pull request #4094 from aduffeck/polish-search
Polish search
2022-07-06 08:44:43 +02:00
Jörn Friedrich Dreyer
2e640424cf Merge pull request #4076 from aduffeck/enabled-machine-auth-in-ocdav
[full-ci] Enable machine auth in ocdav
2022-07-05 18:14:41 +00:00
Ralf Haferkamp
4a09d8a948 Remove redundant setting of cli.HelpFlag
The help flag is configured automatically by default already. We don't
need to redo that for every single service.

This also addresses one of the finding of "go race" (#4088)
2022-07-05 14:59:06 +02:00
André Duffeck
9b40b6b152 Fix setting the ocdav machine auth api key from the common config 2022-07-05 11:46:01 +02:00
David Christofas
41226deab7 Merge pull request #4096 from owncloud/add-missing-env-var-descriptions
Fix typo in variable description
2022-07-05 11:39:35 +02:00
André Duffeck
c2b163afe6 Improve description of the machine auth api key config options 2022-07-05 11:05:33 +02:00
André Duffeck
17d7bee37d Enable machine auth in ocdav 2022-07-05 11:01:48 +02:00
David Christofas
a9b66d4189 Merge pull request #4093 from wkloucek/improve-startup-errors
improve startup error logging
2022-07-05 10:56:36 +02:00
David Christofas
03791710d2 Merge pull request #4074 from owncloud/update-idp-ui
[full-ci] Update idp UI
2022-07-05 10:41:30 +02:00
Christian Richter
d1faa08ae5 fix typo
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-07-05 10:39:56 +02:00
Willy Kloucek
f02591b5c3 improve startup error logging 2022-07-05 10:12:46 +02:00
Willy Kloucek
e41975b99f Merge pull request #4086 from wkloucek/mask-proxy-config-endpoint
mask sensitive values in /config proxy debug server endpoint
2022-07-04 20:57:26 +02:00
David Christofas
2f1cdfac62 fix linter warning 2022-07-04 18:25:54 +02:00
David Christofas
530d8f3bda change eslint parser 2022-07-04 18:03:20 +02:00
Pascal Wengerter
6c7ca9e07c Merge pull request #4079 from owncloud/dependabot/npm_and_yarn/services/settings/cucumber/pretty-formatter-1.0.0
Bump @cucumber/pretty-formatter from 1.0.0-alpha.2 to 1.0.0 in /services/settings
2022-07-04 17:48:52 +02:00
David Christofas
093462eb85 re-add the password reset link 2022-07-04 17:40:02 +02:00
David Christofas
90c01475c7 merge eslint config 2022-07-04 17:39:26 +02:00
David Christofas
bfcd19531f clean up the dependencies 2022-07-04 17:16:03 +02:00
André Duffeck
b6d374f683 Support specifying a search limit 2022-07-04 16:35:44 +02:00
André Duffeck
57c4f056ef Return proper error codes, e.g. when providing an empty query 2022-07-04 16:35:44 +02:00
David Christofas
cdd70d2800 replace Math.random with crypto random function 2022-07-04 14:39:21 +02:00
David Christofas
1cff5f36a5 allow the ODC-By-1.0 license in the license check 2022-07-04 14:39:16 +02:00
David Christofas
53f4fbab86 get rid of the react-scripts dependency 2022-07-04 14:39:12 +02:00
David Christofas
29e24ada07 switch back to our own build script 2022-07-04 14:39:08 +02:00
David Christofas
a3f5835a03 remove recommended eslint plugin 2022-07-04 14:39:03 +02:00
David Christofas
56f8fc510f make ui build with react-scripts 2022-07-04 14:38:59 +02:00
Pascal Wengerter
5ad306e8c1 Sort && update dependencies 2022-07-04 14:38:55 +02:00
David Christofas
86fb8d38b4 apply custom ownCloud desgin to remaining pages 2022-07-04 14:38:50 +02:00
David Christofas
0dcb90ee9d apply custom ownCloud desgin 2022-07-04 14:38:45 +02:00
David Christofas
aba3b75f15 update the forked idp web ui 2022-07-04 14:38:41 +02:00
Willy Kloucek
627c79dea1 mask sensitive values in /config proxy debug server endpoint 2022-07-04 14:22:44 +02:00
dependabot[bot]
a5d8dd2103 Bump eslint from 8.18.0 to 8.19.0 in /services/settings
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.18.0...v8.19.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 06:32:03 +00:00
dependabot[bot]
da21873be6 Bump @cucumber/pretty-formatter in /services/settings
Bumps [@cucumber/pretty-formatter](https://github.com/jbpros/cucumber-pretty-formatter) from 1.0.0-alpha.2 to 1.0.0.
- [Release notes](https://github.com/jbpros/cucumber-pretty-formatter/releases)
- [Changelog](https://github.com/cucumber/cucumber-js-pretty-formatter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jbpros/cucumber-pretty-formatter/compare/v1.0.0-alpha.2...v1.0.0)

---
updated-dependencies:
- dependency-name: "@cucumber/pretty-formatter"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 06:31:43 +00:00
Willy Kloucek
9b4c746085 fix malformed desc tags, add missing descriptions and remove static configuration 2022-07-01 11:35:19 +02:00
Ralf Haferkamp
8578f4e4b0 graph: Add descriptions for LDAP related config settings 2022-06-30 14:17:24 +02:00
Ralf Haferkamp
2cabf5bf5d Use LDAP Modify Password ExtOp for updating passwords
By default the graph API will now use the LDAP Password Modify Extended
Operation for setting user passwords. By this we make sure that the
LDAP server can e.g. properly hash the password with and algorithm that
it supports.

This can be reverted to the old behaviour (using "normal" LDAP modify
requests) by setting GRAPH_LDAP_SERVER_USE_PASSWORD_MODIFY_EXOP=false

Fixes: #3778
2022-06-30 14:17:24 +02:00
Pascal Wengerter
ff8a916023 Merge pull request #4069 from owncloud/dependabot/npm_and_yarn/services/settings/babel/core-7.18.6
Bump @babel/core from 7.15.5 to 7.18.6 in /services/settings
2022-06-29 17:08:19 +02:00
Pascal Wengerter
3d2dc3a794 Merge pull request #4067 from owncloud/dependabot/npm_and_yarn/services/settings/rollup-2.75.7
Bump rollup from 2.70.1 to 2.75.7 in /services/settings
2022-06-29 14:06:07 +02:00
dependabot[bot]
1a2ccfeb4f Bump @babel/core from 7.15.5 to 7.18.6 in /services/settings
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.5 to 7.18.6.
- [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.18.6/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>
2022-06-29 11:34:23 +00:00
dependabot[bot]
2c80b6f24f Bump rollup from 2.70.1 to 2.75.7 in /services/settings
Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.75.7.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.70.1...v2.75.7)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 11:20:55 +00:00
dependabot[bot]
b9ab9123f6 Bump async from 3.2.1 to 3.2.4 in /services/settings
Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v3.2.1...v3.2.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 11:01:08 +00:00
dependabot[bot]
80a1234abb Bump ejs from 3.1.6 to 3.1.8 in /services/settings
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 10:19:16 +00:00
Pascal Wengerter
c0b92f9571 Unskip settings service acceptance tests (#4057)
* Update dependencies, browserslist, linting, acceptance test translations for settings service

* Unskip settings service acceptance tests

* unsilence ci-node-generate steps

* Reset nodejs in CI from 16 to 14

Co-authored-by: Willy Kloucek <wkloucek@owncloud.com>
2022-06-29 12:17:55 +02:00