1
0
mirror of https://github.com/gogs/gogs.git synced 2025-05-14 19:40:09 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Unknwon
657ea2686f
auth: coding style and glitches fixes for GitHub login source () 2018-12-18 16:46:50 -05:00
haixunlu
311df9c521 auth: add new authentication source: GitHub, including GitHub Enterprise ()
* Add new Authentication Source: GitHub, including GitHub Enterprise.

* Add vendor dependencies.
2018-12-18 15:49:30 -05:00
haixunlu
68a6579852 login_source: add default authentication switch ()
* Add default Authentication Switch.

* adjust the code accroding to reviews

* . Remove redudant logic.
, Fix a bug in "Edit" panel.

* Remove unused logic

* Fix local authentication files are not flushed.

* refactor according to review.
2018-09-13 13:49:07 -04:00
Unknwon
a1d411a018
ldap: minor fix for PR 2017-05-29 23:18:34 -04:00
aboron
dbb7e5464b ldap: add check for group membership ()
* Add standard LDAP group membership checking.

* Fix formatting, typo, grammer, and syntax errors

* Debugging done.
Gave up on locale file edits.
2017-05-29 22:33:50 -04:00
Unknwon
d05395fe90
Refactoring: rename modules -> pkg
Reasons to change:

1. Shorter than 'modules'
2. More generally used by other Go projects
3. Corresponds to the naming of '$GOPATH/pkg' directory
2017-04-04 19:29:59 -04:00