Releases: janosmiko/gitea-ldap-sync
Releases · janosmiko/gitea-ldap-sync
v0.1.1
v0.1.0
Changelog
- de95988 feat: update actions, lint, cleanup
- 254ef5b feat: complete refactor of the codebase
- 49e5c92 fix: add option to provide gitea user
- 6fcd37f fix: update user if it exist
- 566f3f1 fix: a typo related to gitea user creation settings
- 7780dd0 fix: bump golangci-lint version
- 44b8d94 feat: skip cronjob if previous job is still running
- 6bd3521 feat: add option to customize group fullname+description fields and subgroup description field based on ldap attributes
- 1a731d4 refactor: use gitea sdk
- 04930ae add k8s deployment instead of k8s job
- e3c1979 add support to trim parent group name from subgroups
- 5307a1d init
- a90f987 Bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0
- e370723 Update README.md
- ae3af71 Create docker-publish.yml
- e281e7e Update docker-compose.yml
- 128828e Update README.md
- 1b64b4e Adding Dependabot
- 643c8ef Added Go.sum to project
- 281cd95 Merge pull request gitea-group-sync#13 from markusstoll/feature/allow-anonymous-bind
- 44a7868 Fix code indentation
- 0801c29 Add comment in config file
- e730579 Implementation for anonymous bind
- 032c41e Merge pull request gitea-group-sync#10 from localleon/actions
- a310606 Adding Github Actions CI
- 29ccce7 Added LICENSE
- 30f12a9 Merge pull request gitea-group-sync#7 from localleon/config
- cb5d805 Config Check, cleanup
- 22cc747 Yaml Config File, Config File Flag and documentation of the feature
- f428ac2 Creating a Config Structure for better readability.
- 92cd9ec update to goland 1.14
- 15f704b Merge pull request gitea-group-sync#5 from Ingomancer/master
- 44e48f2 Added go.mod dependeny management
- 2f4580e Merge pull request gitea-group-sync#4 from Ingomancer/master
- 54360cc Fixed erroneous assignment of ldapUserIdentityAttribute instead of ldapUserFullName
- 05a780b added variables LDAP_USER_IDENTITY_ATTRIBUTE and LDAP_USER_FULL_NAME
- cf44f02 Update README.md
- aec9157 Update run.sh
- f098f50 Update docker-compose.yml
- 8d6cca5 Merge branch 'master' of https://github.com/thoscut/gitea-group-sync
- 3104469 Merge pull request gitea-group-sync#2 from ykorzikowski/master
- 7225deb added support for non tls ldap
- f7619d6 Search by login instead of full name
- ba0245b Add LDAP_USER_LOGIN_ATTRIBUTE parameter
- 2159920 Move dependencies to start of dockerfile