|
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | +## v0.50.0 (2021-10-14) |
| 8 | + |
| 9 | +- Switch HTTP client default User-Agent to LibreGraph Connect |
| 10 | +- Inject additional HTTP request headers into libregraph backend requests |
| 11 | +- Implement generic libregraph backend |
| 12 | +- Also make the identifier backends plugable |
| 13 | +- Make bootstrap of backend plugabble |
| 14 | +- Add support for visual branding of identifier |
| 15 | +- Replace Kopano logo with general app icon |
| 16 | +- Refactor translations, English only for now |
| 17 | +- Improve style of back buttons after style changes |
| 18 | +- Remove more Kopano CI, replace with generic UI and styles |
| 19 | +- Migrate more stuff away from konnect naming to lico naming |
| 20 | +- Modernize 3rd-party dependencies and remove kpop |
| 21 | +- Update 3rd-party identifier webapp dependencies |
| 22 | +- Use actually working caddy configuration in example |
| 23 | +- Update 3rd-party Go dependencies to their latest |
| 24 | +- Build with Go 1.17 |
| 25 | +- Remove obsolete Jenkinsfile |
| 26 | +- Apply LibreGraph naming treewide |
| 27 | + |
| 28 | + |
7 | 29 | ## v0.34.0 (2021-05-06)
|
8 | 30 |
|
9 | 31 | - Correct Docker based build example
|
|
212 | 234 |
|
213 | 235 | ## v0.24.2 (2019-09-05)
|
214 | 236 |
|
215 |
| -- Merge pull request [#112](https://stash.kopano.io/projects/KC/repos/konnect/issues/112/) in KC/konnect from ~GITCOMMIT/konnect:master to master |
| 237 | +- Merge pull request [#112](https://github.com/libregraph/lico/issues/112/) in KC/konnect from ~GITCOMMIT/konnect:master to master |
216 | 238 |
|
217 | 239 |
|
218 | 240 | ## v0.24.1 (2019-09-04)
|
|
668 | 690 | - Remove --insecure parameter from examples
|
669 | 691 | - Remove double claim validation
|
670 | 692 | - identifier: Remove re-logon without password
|
671 |
| -- Add support to load PKCS[#8](https://stash.kopano.io/projects/KC/repos/konnect/issues/8/) keys |
| 693 | +- Add support to load PKCS[#8](https://github.com/libregraph/lico/issues/8/) keys |
672 | 694 | - Load all keys from file
|
673 | 695 | - Add support for trusted proxies
|
674 | 696 | - identifier: Store logon time and validate max age
|
|
749 | 771 | - Implement identifier and kc backend
|
750 | 772 | - Move config to seperate package
|
751 | 773 | - Ignore /examples folder
|
752 |
| -- Merge pull request [#6](https://stash.kopano.io/projects/KC/repos/konnect/issues/6/) in KC/konnect from ~SEISENMANN/konnect:longsleep-jenkinsfile to master |
| 774 | +- Merge pull request [#6](https://github.com/libregraph/lico/issues/6/) in KC/konnect from ~SEISENMANN/konnect:longsleep-jenkinsfile to master |
753 | 775 | - Add Jenkinsfile
|
754 | 776 | - Add aci builder and systemd service
|
755 | 777 |
|
|
758 | 780 |
|
759 | 781 | - Add docs abourt key and secret parameter
|
760 | 782 | - Fix README to use correct bin location
|
761 |
| -- Merge pull request [#5](https://stash.kopano.io/projects/KC/repos/konnect/issues/5/) in KC/konnect from ~SEISENMANN/konnect:longsleep-kw-sign-in to master |
| 783 | +- Merge pull request [#5](https://github.com/libregraph/lico/issues/5/) in KC/konnect from ~SEISENMANN/konnect:longsleep-kw-sign-in to master |
762 | 784 | - Add support for KW sign-in form
|
763 |
| -- Merge pull request [#4](https://stash.kopano.io/projects/KC/repos/konnect/issues/4/) in KC/konnect from ~SEISENMANN/konnect:longsleep-use-lowercase-cmdline-params to master |
| 785 | +- Merge pull request [#4](https://github.com/libregraph/lico/issues/4/) in KC/konnect from ~SEISENMANN/konnect:longsleep-use-lowercase-cmdline-params to master |
764 | 786 | - Use only lower case commandline arguments
|
765 |
| -- Merge pull request [#3](https://stash.kopano.io/projects/KC/repos/konnect/issues/3/) in KC/konnect from ~SEISENMANN/konnect:longsleep-use-external-rndm to master |
| 787 | +- Merge pull request [#3](https://github.com/libregraph/lico/issues/3/) in KC/konnect from ~SEISENMANN/konnect:longsleep-use-external-rndm to master |
766 | 788 | - Use rndm from external module
|
767 | 789 | - Build static without cgo by default
|
768 | 790 | - Add Makefile
|
769 | 791 | - Use seperate listener, add log message when listening started
|
770 | 792 | - Put local imports last
|
771 | 793 | - Use build date in version command
|
772 | 794 | - Add X-Forwarded-Prefix to Caddyfile
|
773 |
| -- Merge pull request [#2](https://stash.kopano.io/projects/KC/repos/konnect/issues/2/) in KC/konnect from ~SEISENMANN/konnect:longsleep-caddyfile to master |
| 795 | +- Merge pull request [#2](https://github.com/libregraph/lico/issues/2/) in KC/konnect from ~SEISENMANN/konnect:longsleep-caddyfile to master |
774 | 796 | - Add example Caddyfile
|
775 | 797 | - Move random helpers to own subpackage
|
776 |
| -- Merge pull request [#3](https://stash.kopano.io/projects/KC/repos/konnect/issues/3/) in ~SEISENMANN/konnect from longsleep-konnect-id-scope to master |
| 798 | +- Merge pull request [#3](https://github.com/libregraph/lico/issues/3/) in ~SEISENMANN/konnect from longsleep-konnect-id-scope to master |
777 | 799 | - Implement konnect/id scope
|
778 | 800 | - Update dependencies
|
779 | 801 | - Enable code flows in discovery document
|
780 | 802 | - Support --secret parameter value as hex
|
781 | 803 | - Update README with newly added parameters
|
782 | 804 | - Support identity claims in refresh tokens
|
783 |
| -- Merge pull request [#1](https://stash.kopano.io/projects/KC/repos/konnect/issues/1/) in ~SEISENMANN/konnect from longsleep-encrypt-cookies-in-at to master |
| 805 | +- Merge pull request [#1](https://github.com/libregraph/lico/issues/1/) in ~SEISENMANN/konnect from longsleep-encrypt-cookies-in-at to master |
784 | 806 | - Add encryption manager
|
785 | 807 | - Use nacl.secretbox for cookies encryption
|
786 | 808 | - Prepare encryption of cookies value in at
|
|
0 commit comments