Firstyear
|
2355dbfead
|
68 20230821 replication (#2020)
* Resolve spn incremental replication
|
2023-08-23 11:17:13 +10:00 |
|
Sebastiano Tocci
|
eb7527379b
|
Configurable session timeouts (#1965)
* added `auth_session_expiry` and `auth_privilege_expiry`
* Added `AcountPolicy` struct
* spelling and stuff
* added cli tools
|
2023-08-22 11:00:43 +10:00 |
|
James Hodgkinson
|
05b35df413
|
Less human strings more enums (#1989)
* statics or enums you choose
* acp rewrite, defined SchemaAcp as a test
* macros and targetscopes and filters oh my
|
2023-08-21 17:16:43 +10:00 |
|
dependabot[bot]
|
75263c6214
|
chore(deps): bump gloo-timers from 0.2.6 to 0.3.0 (#2011)
Bumps [gloo-timers](https://github.com/rustwasm/gloo) from 0.2.6 to 0.3.0.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/gloo/compare/gloo-timers-v0.2.6...0.3.0)
---
updated-dependencies:
- dependency-name: gloo-timers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-08-20 23:40:42 +00:00 |
|
James Hodgkinson
|
01cdeedc72
|
reordering layers so the web server works in non-debug-mode (#1999)
|
2023-08-19 11:00:53 +10:00 |
|
Firstyear
|
f6001504a9
|
20230817 idv migration (#1992)
* Must attr
* Post merge cleanup of idv
|
2023-08-18 20:29:00 +10:00 |
|
Samuel Cabrero
|
17741c4929
|
daemon: kanidmd version requires a config file to run (#1959) (#1990)
Signed-off-by: Samuel Cabrero <scabrero@suse.de>
|
2023-08-17 17:02:24 +10:00 |
|
Firstyear
|
bc341af9d8
|
Resolve issues with dyngroup members (#1986)
|
2023-08-17 15:52:12 +10:00 |
|
Firstyear
|
0183ae6c71
|
Revert "sqlite where IN for id entry (#1988)" (#1991)
This reverts commit 46f9a36a1c .
|
2023-08-17 13:47:11 +10:00 |
|
James Hodgkinson
|
46f9a36a1c
|
sqlite where IN for id entry (#1988)
Fixes #258
|
2023-08-17 13:32:41 +10:00 |
|
Sebastiano Tocci
|
003234c2d0
|
Identity verification feature (#1819)
|
2023-08-16 21:02:48 +10:00 |
|
Firstyear
|
87866c568b
|
1982 service account access (#1985)
* Fix issue with incorrect filter class preventing service account delete
|
2023-08-16 15:33:28 +10:00 |
|
James Hodgkinson
|
9a6168b67d
|
Fixing test release (#1983)
* Fixing cargo test --release
* more tracing less dbg
|
2023-08-15 15:42:15 +10:00 |
|
James Hodgkinson
|
83f189fed3
|
error handling and web server logging fixes (#1960)
* Fixing the setup_dev_environment script
* clippy calming
* handle_internalunixusertokenread throwing 500's without context
Fixes #1958
|
2023-08-14 20:47:49 +10:00 |
|
James Hodgkinson
|
aba9f6a724
|
Struct-ifying schema things (#1971)
* structifying things
|
2023-08-14 19:39:49 +10:00 |
|
James Hodgkinson
|
9246293922
|
Fighting with zypper, tagging our images (#1964)
* fighting weird build issues
* labels are better outside
* ugh that stupid linter
* why do you always lint on me
* neat
* adding comments
|
2023-08-14 10:06:53 +10:00 |
|
James Hodgkinson
|
cc79f7eba1
|
Are we JSON yet? Kinda. But we're closer. (#1967)
|
2023-08-14 08:51:44 +10:00 |
|
J. B. Crawford
|
054b580fe6
|
Allow one-character usernames (#1941)
|
2023-08-10 08:09:18 +10:00 |
|
Sebastiano Tocci
|
c742497866
|
providing server configuration in the testkit::test macro (#1953)
|
2023-08-08 20:01:18 +10:00 |
|
Sebastiano Tocci
|
5d96412181
|
replaced skip_serializing_if with skip_serializing_none (#1932)
* replaced `skip_serializing_if` with `skip_serializing_none`
|
2023-08-03 08:51:30 +10:00 |
|
Sebastiano Tocci
|
d50373e64b
|
fixed serialization of oauth2 token scope (#1930)
|
2023-08-02 09:50:57 +10:00 |
|
Sebastiano Tocci
|
de45732322
|
added compression layer for the pkg route (#1928)
|
2023-08-02 08:10:46 +10:00 |
|
Firstyear
|
bf3e16cbd3
|
Resolve issue with publishing (#1925)
* Resolve issue with publishing
* Fix version
|
2023-08-01 17:25:32 +10:00 |
|
Firstyear
|
0fe5ff0f87
|
Set dev version (#1924)
|
2023-08-01 15:23:07 +10:00 |
|
Firstyear
|
689c7c74f6
|
Release 1.1.0-beta.13 (#1922)
|
2023-08-01 15:12:35 +10:00 |
|
Firstyear
|
cccc20ea42
|
20230731 release (#1921)
* Cleanup how we check for last git commit to avoid an insecure dep
* Resolve unmaintained or old deps
* Fix ci
|
2023-07-31 22:27:21 +10:00 |
|
Firstyear
|
62ce42f8c1
|
Improve default shells for distros (#1920)
|
2023-07-31 14:58:27 +10:00 |
|
Firstyear
|
d731b20a9d
|
20230728 techdebt paydown (#1909)
|
2023-07-31 12:20:52 +10:00 |
|
James Hodgkinson
|
ea4d755d7b
|
chasing weirdness (#1910)
* security headers, fixing error on empty username, handling login without SPN better
* making deno happy
* cleaning up windows build
|
2023-07-31 10:49:59 +10:00 |
|
Firstyear
|
99b761c966
|
20230727 unix int modularity (#1907)
|
2023-07-28 10:48:56 +10:00 |
|
Firstyear
|
8f282e3a30
|
68 20230720 replication improvements (#1905)
|
2023-07-27 12:30:22 +10:00 |
|
Firstyear
|
54544075c1
|
Improve service file for host installs (#1901)
|
2023-07-25 12:23:47 +10:00 |
|
Firstyear
|
e17dcc0ddb
|
1788 admin unix socket (#1880)
|
2023-07-24 10:05:10 +10:00 |
|
dependabot[bot]
|
2a65bc11a3
|
chore(deps): bump axum-macros from 0.3.7 to 0.3.8 (#1892)
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-macros-v0.3.7...axum-macros-v0.3.8)
---
updated-dependencies:
- dependency-name: axum-macros
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-23 21:30:20 +00:00 |
|
dependabot[bot]
|
f76edfc995
|
chore(deps): bump tower-http from 0.4.1 to 0.4.3 (#1888)
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.1 to 0.4.3.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.4.1...tower-http-0.4.3)
---
updated-dependencies:
- dependency-name: tower-http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-23 21:02:56 +00:00 |
|
Sebastiano Tocci
|
fa78c4bbb4
|
added hsts header middleware (#1882)
* added hsts header middleware
* Update header to use the strongly typed version
|
2023-07-22 13:16:10 -07:00 |
|
Firstyear
|
79ff5e9775
|
1785 allow sync attr yielding via partial write admin (#1879)
|
2023-07-19 11:42:53 +10:00 |
|
Firstyear
|
4f3f7e2708
|
Revert to opensuse based radius container. (#1878)
|
2023-07-19 11:41:57 +10:00 |
|
Sebastiano Tocci
|
e5748fdebb
|
Unix gid duplicate fix (#1876)
* added gid removal only when the gid is actually set and updated tests
---------
Signed-off-by: Sebastiano Tocci <seba.tocci@gmail.com>
|
2023-07-19 09:44:51 +10:00 |
|
Firstyear
|
60a1cdf9d8
|
Sync account import improvements (#1873)
|
2023-07-18 08:49:22 +10:00 |
|
James Hodgkinson
|
5cd62eb974
|
Upgraded clap, removing atty as a dependency (#1849)
* upgraded clap, removing atty as a dependency
* changing the PR template so when you add a list up the top it doesn't break the bottom
|
2023-07-13 12:19:28 +10:00 |
|
Firstyear
|
c260f1244d
|
Ensure we dont use std hashmaps (#1848)
* Ensure we dont use std hashmaps
* coalescing the clippy config files
---------
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
|
2023-07-13 06:51:40 +10:00 |
|
Firstyear
|
07580cf57a
|
Improve selinux in tasks daemon (#1847)
|
2023-07-11 15:39:28 +10:00 |
|
James Hodgkinson
|
749522418c
|
headless webdriver testing, starting on brotli feature (#1844)
* headless chromedriver testing
* updating build scripts
|
2023-07-10 16:49:09 +10:00 |
|
dependabot[bot]
|
9562accde0
|
chore(deps): bump is-terminal from 0.4.8 to 0.4.9 (#1837)
Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.8 to 0.4.9.
- [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.8...v0.4.9)
---
updated-dependencies:
- dependency-name: is-terminal
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-09 21:41:11 +00:00 |
|
Yuri Iozzelli
|
e2d7b53367
|
Allow Authorization header in CORS preflight response (#1831)
This is needed for public clients running as SPAs (like OCIS).
|
2023-07-10 06:53:02 +10:00 |
|
Firstyear
|
a818cebc85
|
Add preflight headers (#1829)
|
2023-07-09 12:06:40 +10:00 |
|
Firstyear
|
0e53476a76
|
Persist nonce through refresh to support client (#1826)
|
2023-07-08 20:30:30 +10:00 |
|
Firstyear
|
72bca853f7
|
Cleanup spa handling (#1825)
|
2023-07-08 16:37:15 +10:00 |
|
Firstyear
|
8e1e533f40
|
1792 public oauth clients (#1821)
|
2023-07-07 18:53:31 +10:00 |
|