Alex
7aa15f58a2
Merge pull request #20 from selukov/master
...
Gitea api has been changed since 1.16, Owner team is no longer presen…
3 years ago
andrew
b7831d8ae1
Gitea api has been changed since 1.16, Owner team is no longer present in the list
3 years ago
Alex
2845d9bd4b
Merge pull request #19 from toshywoshy/noowner0
...
newer gitea doesn't always return owner as the first team
3 years ago
Toshaan Bharvani
963227f51c
newer gitea doesn't always return owner as the first team
...
We cannot presume that owner will be the first team listed
so we need to run through all of the teams
After a lot of debugging, the old presumption that the Owner team,
will be the first team and therefor we can skip the first
returned team is not valid.
As a consequence if you have a LDAP group with the name Owner,
you will need to be carefull.
Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
3 years ago
dependabot[bot]
a90f987211
Bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Alex
e370723c71
Update README.md
3 years ago
Alex
ae3af71c35
Create docker-publish.yml
3 years ago
Alex
e281e7e876
Update docker-compose.yml
3 years ago
Alex
128828e21d
Update README.md
3 years ago
localleon
1b64b4ee1f
Adding Dependabot
3 years ago
localleon
643c8efc90
Added Go.sum to project
4 years ago
localleon
281cd9584a
Merge pull request #13 from markusstoll/feature/allow-anonymous-bind
...
Feature/allow anonymous bind
4 years ago
Markus Stoll
44a7868ce0
Fix code indentation
4 years ago
Markus Stoll
0801c2993e
Add comment in config file
4 years ago
Markus Stoll
e730579b14
Implementation for anonymous bind
4 years ago
Alex
032c41ea20
Merge pull request #10 from localleon/actions
...
Adding Github Actions CI
4 years ago
localleon
a310606327
Adding Github Actions CI
...
- Linting of Go-Code
- Building the Project
4 years ago
alexattws
29ccce7879
Added LICENSE
...
Closes #8
4 years ago
selukov
30f12a9ad2
Merge pull request #7 from localleon/config
...
Config Files
4 years ago
localleon
cb5d805706
Config Check, cleanup
4 years ago
localleon
22cc747cf0
Yaml Config File, Config File Flag and documentation of the feature
4 years ago
localleon
f428ac2623
Creating a Config Structure for better readability.
4 years ago
Selukov Andrey
92cd9ecb26
update to goland 1.14
4 years ago
alexattws
15f704b623
Merge pull request #5 from Ingomancer/master
...
Added go.mod dependency management
5 years ago
Ingo Junefjord
44e48f276c
Added go.mod dependeny management
5 years ago
alexattws
2f4580e3d8
Merge pull request #4 from Ingomancer/master
...
Fixed missing assignment of ldapUserFullName
5 years ago
ingo.junefjord
54360cca8d
Fixed erroneous assignment of ldapUserIdentityAttribute instead of ldapUserFullName
5 years ago
Selukov Andrey
05a780be00
added variables LDAP_USER_IDENTITY_ATTRIBUTE and LDAP_USER_FULL_NAME
5 years ago
alexattws
cf44f02442
Update README.md
5 years ago
alexattws
aec9157824
Update run.sh
5 years ago
alexattws
f098f5068f
Update docker-compose.yml
5 years ago
Alex R
8d6cca56ef
Merge branch 'master' of https://github.com/thoscut/gitea-group-sync
...
# Conflicts:
# gitea-group-sync.go
5 years ago
alexattws
310446996a
Merge pull request #2 from ykorzikowski/master
...
added support for non tls ldap
5 years ago
Yannik Korzikowski
7225deb7e1
added support for non tls ldap
5 years ago
Thomas Scheel
f7619d6a9f
Search by login instead of full name
5 years ago
thoscut
ba0245b47c
Add LDAP_USER_LOGIN_ATTRIBUTE parameter
5 years ago
thoscut
2159920ec5
Move dependencies to start of dockerfile
5 years ago
Selukov Andrey
1117269937
add Image9 Ldap setting
5 years ago
Andrew Selukov
7d79bdcb28
Update 'README'
5 years ago
Selukov Andrey
acc2f12acc
have a good time
5 years ago
Andrew Selukov
6a908b2adc
Update README
5 years ago
Selukov Andrey
68f1cbfd1a
Add Image2
5 years ago
Selukov Andrey
581dae8b33
Merge remote-tracking branch 'origin/master'
5 years ago
Selukov Andrey
24817aaafc
add Image1
5 years ago
Andrew Selukov
e21da4f3de
Update 'README.md'
5 years ago
Gitea-Group-Sync
41e463d9ed
Initial commit
5 years ago