Benedikt Kulmann
4586397a81
Merge pull request #68 from butonic/fix-int-queries
...
fix int parsing
2020-07-27 09:19:59 +02:00
Jörn Friedrich Dreyer
fbaa7e08de
use NewNumericRangeInclusiveQuery for numeric literals
...
Some LDAP properties like `uidnumber` and `gidnumber` are numeric. When an OS tries to look up a user it will not only try to lookup the user by username, but also by the `uidnumber`: `(&(objectclass=posixAccount)(uidnumber=20000))`. The accounts backend for glauth was sending that as a string query `uid_number eq '20000'` and has been changed to send it as `uid_number eq 20000`. The removed quotes allow the parser in ocis-accounts to identify the numeric literal and use the NewNumericRangeInclusiveQuery instead of a TermQuery.
Related:
https://github.com/owncloud/ocis-glauth/issues/28
https://github.com/owncloud/ocis-glauth/pull/29
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-07-27 09:00:15 +02:00
Jörn Friedrich Dreyer
ec1b45cc38
query numeric attribute values without quotes
...
Some LDAP properties like `uidnumber` and `gidnumber` are numeric. When an OS tries to look up a user it will not only try to lookup the user by username, but also by the `uidnumber`: `(&(objectclass=posixAccount)(uidnumber=20000))`. The accounts backend for glauth was sending that as a string query `uid_number eq '20000'` in the ListAccounts query. This PR changes that to `uid_number eq 20000`. The removed quotes allow the parser in ocis-accounts to identify the numeric literal.
Related:
- https://github.com/owncloud/ocis-accounts/pull/68
- https://github.com/owncloud/ocis-glauth/issues/28
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-07-24 21:09:19 +02:00
Phil Davis
8fc1f44305
Merge pull request #415 from owncloud/update-phoenix-acceptance-commit-id-20200723
...
[Tests-Only] Update phoenix acceptance test commit id
2020-07-24 21:58:42 +05:45
Phil Davis
3bb27825ac
[Tests-Only] Update phoenix acceptance test commit id
2020-07-24 21:30:01 +05:45
Benedikt Kulmann
c5b4e2e70a
go mod tidy
2020-07-24 16:25:03 +02:00
Benedikt Kulmann
0a47635e7b
Add changelog
2020-07-24 16:24:15 +02:00
Benedikt Kulmann
d02a8e167c
Remove code that doesn't belong to this service
2020-07-24 16:21:48 +02:00
Benedikt Kulmann
30d77da6df
Automated changelog update [skip ci]
2020-07-24 14:17:10 +00:00
Benedikt Kulmann
7a73660ef4
Merge pull request #74 from owncloud/default-hide-searchbar
...
Default hide searchbar
2020-07-24 16:11:46 +02:00
Benedikt Kulmann
372cf88a4f
Make linter happy
2020-07-24 16:04:11 +02:00
Benedikt Kulmann
d62c05b4c0
Add changelog item
2020-07-24 15:17:48 +02:00
Benedikt Kulmann
5fc55ad518
Hide search bar for built in phoenix config
...
Since file search is not supported in ocis yet, we made a PR to phoenix
to hide the searchbar when the respective config option is set to true.
As we're using a builtin config, we need to provide that by default.
2020-07-24 15:12:46 +02:00
Jörn Friedrich Dreyer
36cbeea297
Automated changelog update [skip ci]
2020-07-24 12:04:59 +00:00
Jörn Friedrich Dreyer
c13e48465c
Merge pull request #25 from owncloud/release-0.5.0
...
Prepare release 0.5.0
2020-07-24 13:59:09 +02:00
Benedikt Kulmann
ef92a0b3ff
Automated changelog update [skip ci]
2020-07-24 11:53:18 +00:00
Benedikt Kulmann
3c0e90f50a
Merge pull request #390 from owncloud/fix-doc-typos
...
Fix doc typos
2020-07-24 13:36:25 +02:00
Benedikt Kulmann
9548008e9c
Include #27 for the release
2020-07-24 13:34:34 +02:00
Benedikt Kulmann
0121990962
Also include PR#26 for the release
2020-07-24 13:33:07 +02:00
Benedikt Kulmann
d971ae42f5
Prepare release 0.5.0
2020-07-24 13:33:07 +02:00
Jörn Friedrich Dreyer
092e8cdc34
Automated changelog update [skip ci]
2020-07-24 11:25:34 +00:00
Benedikt Kulmann
79068fe85f
Fix one more wording issue
2020-07-24 13:19:57 +02:00
Benedikt Kulmann
71647fdf1e
Add changelog
2020-07-24 13:19:56 +02:00
Benedikt Kulmann
d8224d5eda
Fix typos in storage doc
2020-07-24 13:19:56 +02:00
Jörn Friedrich Dreyer
89b4378632
Merge pull request #27 from butonic/return-ownclouduuid
...
handle ownCloudUUID attribute
2020-07-24 13:19:35 +02:00
Artur Neumann
4471778363
Merge pull request #399 from owncloud/doc-ci-test
...
[docs] Add docs about running tests in CI
2020-07-24 15:00:43 +05:45
Jörn Friedrich Dreyer
409f497954
handle ownCloudUUID attribute
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-07-24 10:39:05 +02:00
Dipak Acharya
42340296c1
[docs] Add docs about running tests in CI
2020-07-24 10:29:19 +05:45
Benedikt Kulmann
ec6fc5ad32
Automated changelog update [skip ci]
2020-07-23 14:14:34 +00:00
Benedikt Kulmann
cdafd979f0
Merge pull request #26 from butonic/ignore-case-for-objectclass-value
...
Bugfix: ignore case when comparing objectclass values
2020-07-23 16:08:46 +02:00
Benedikt Kulmann
40a23cd2b3
Automated changelog update [skip ci]
2020-07-23 11:37:16 +00:00
Jörn Friedrich Dreyer
fd5e371ee1
Bugfix: ignore case when comparing objectclass values
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-07-23 13:32:15 +02:00
Benedikt Kulmann
3829df495c
Automated changelog update [skip ci]
2020-07-23 11:31:18 +00:00
Benedikt Kulmann
0d5eded8d0
Automated changelog update [skip ci]
2020-07-23 11:31:03 +00:00
Jörn Friedrich Dreyer
af2fccd679
Automated changelog update [skip ci]
2020-07-23 11:30:28 +00:00
Benedikt Kulmann
bc2dc15ff4
Automated changelog update [skip ci]
2020-07-23 11:29:50 +00:00
Benedikt Kulmann
e8f0d5f80f
Prepare release 0.1.1 ( #23 )
2020-07-23 13:25:34 +02:00
Benedikt Kulmann
5a460bcdc3
Prepare release 0.3.2 ( #72 )
2020-07-23 13:25:13 +02:00
Jörn Friedrich Dreyer
9f9b774d83
Merge pull request #6 from owncloud/release-0.1.0
...
Prepare release 0.1.0
2020-07-23 13:24:52 +02:00
Jörn Friedrich Dreyer
54be6f4c2c
Merge pull request #65 from butonic/fix-password-related-segfault
...
fix password related segfaults
2020-07-23 13:23:43 +02:00
Benedikt Kulmann
148bc66350
Prepare release 0.5.0
2020-07-23 13:23:03 +02:00
Jörn Friedrich Dreyer
5ebcf1b0fe
Automated changelog update [skip ci]
2020-07-23 11:21:53 +00:00
Benedikt Kulmann
ee3f1978b0
Prepare release 0.11.0 ( #395 )
2020-07-23 13:21:33 +02:00
Jörn Friedrich Dreyer
80ab43ea3d
Merge pull request #21 from owncloud/release-0.1.0
...
Prepare release 0.1.0
2020-07-23 13:16:59 +02:00
Jörn Friedrich Dreyer
65e3df2b1e
tighten the screws
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-07-23 12:52:41 +02:00
Benedikt Kulmann
56dc31d166
Automated changelog update [skip ci]
2020-07-23 10:32:09 +00:00
Benedikt Kulmann
47f2d7d037
Prepare release 0.1.0
2020-07-23 12:08:29 +02:00
Benedikt Kulmann
c0faeb54ec
Prepare release 0.1.0
2020-07-23 11:56:03 +02:00
Benedikt Kulmann
9789772d19
Merge pull request #416 from owncloud/use-alpine-latest
...
Use alpine:latest instead of alpine:edge in docker builds
2020-07-23 11:52:42 +02:00
Benedikt Kulmann
c0f629bdbd
Automated changelog update [skip ci]
2020-07-23 09:44:42 +00:00