Unknwon
657ea2686f
auth: coding style and glitches fixes for GitHub login source ( #5340 )
2018-12-18 16:46:50 -05:00
haixunlu
311df9c521
auth: add new authentication source: GitHub, including GitHub Enterprise ( #5340 )
...
* Add new Authentication Source: GitHub, including GitHub Enterprise.
* Add vendor dependencies.
2018-12-18 15:49:30 -05:00
Unknwon
3db9b06a6e
api: fix critical CSRF vulnerabilities on API routes ( #5355 )
...
By explicitly requires token authentication.
2018-11-28 21:05:58 -05:00
hopegolden
6a083e9561
ldap: grammar fix ( #5493 )
2018-11-05 16:44:28 -05:00
aboron
43bca4df40
ldap: fix group membership search handling when the group members are listed by 'dn' ( #4684 ) ( #4688 )
...
Also, fixed typo in group member list return size check.
2018-10-23 04:16:39 -04:00
Unknwon
7856b1202d
*: fix wrong format type
2018-06-13 22:26:56 +08:00
Unknwon
aff4208244
*: rename "gogits" to "gogs"
2018-05-27 08:53:48 +08:00
Josef Kemetmüller
c0b45fa36f
ldap: return valid LDAP string if user input lacks "%s" ( #5171 )
...
If the user provides a string that does not contain "%s", fmt.Sprintf
silently appends "%!(EXTRA type=value)" instead of failing loudly.
This fixes #4375 .
2018-04-16 17:19:45 -04:00
Unknwon
f2ecfdc96a
auth: support authentication source config file ( #3142 )
2018-04-12 09:55:58 -04:00
Unknwon
6f04ee879c
auth/ldap: allow placeholder %s for BindDN ( #2526 )
2017-11-16 19:32:33 -05:00
无闻
51d7f1264b
api: GitHub compliance ( #4549 )
...
* Add undocumented endpoint for /repositories/:id
* GitHub API Compliance
2017-06-05 15:34:11 -04:00
Unknwon
a1d411a018
ldap: minor fix for PR #4398
2017-05-29 23:18:34 -04:00
aboron
dbb7e5464b
ldap: add check for group membership ( #4398 )
...
* 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
6fbb984ebf
Refactoring: rename pkg/base -> pkg/tool
2017-04-05 09:05:40 -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