summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/auth
Commit message (Collapse)AuthorAgeFilesLines
* implement an HTTP header AuthenticationProviderJoel Johnson2015-12-092-5/+209
|
* Merge branch 'ticket/244' into developJames Moger2015-03-071-11/+24
|\
| * Minor refactoring of user/team checksummingJames Moger2015-03-071-60/+22
| |
| * Setting up a checksum on user and team instances to lower connection delayPierre-yves Baloche2015-03-061-14/+65
| |
* | Fix time units in ldap sync log messageJames Moger2014-11-241-1/+2
| |
* | Merge branch 'ticket/129' into developJames Moger2014-09-301-1/+1
|\|
| * Remove Wicket references from non-Wicket packagesJames Moger2014-09-301-1/+1
| |
* | Allow authentication providers to control user and team role changesJames Moger2014-09-267-2/+119
|/
* Allow LDAP to reset/delete an user email address valueJames Moger2014-09-081-0/+4
|
* fix misstyped passwords leaked in log files with redmine auth providermereth2014-08-191-2/+3
|
* [findbugs] Null check on closing PAM providerJames Moger2014-04-171-1/+3
|
* Warn on LDAP synchronization if the uid attribute is null/undefinedJames Moger2014-04-081-4/+8
|
* LDAP: Escape username in case we are using userbased bind.Jani Averbach2014-03-311-1/+1
|
* LDAP: Authenticated Searches without a manager passwordj3rem1e2014-03-271-1/+15
| | | | | | Allow to use the LDAP AuthProvider with a LDAP Server prohibiting anonymous searches but without providing a manager password : searches are made on behalf of the authenticated user.
* WindowsAuthProvider setting to restrict BUILTIN\AdministratorsJames Moger2014-02-211-3/+5
| | | | | | Some environments do not want to automatically allow Windows admin accounts to be Gitblit admins. This patch allows disabling/enabling the relationship between Windows builtin admin accounts and Gitblit accounts.
* Remove admin permission setting from Redmine auth provider (issue-368)James Moger2014-02-211-5/+0
| | | | | This feature depended on an undocumented behavior of Redmine. If/when Redmine groups are mapped to Gitblit teams, we can reconsider setting the admin permission (issue-321).
* API adjustments and elimination of duplicate config optionsJames Moger2014-02-192-100/+114
|
* Added logging for empty group sync.Alfred Schmid2014-02-191-0/+2
|
* Load empty groups as empty teams from ldap, when ldap userAlfred Schmid2014-02-191-0/+24
| | | | synchronization is enabled.
* Fixed error with negative periods. Using at least ldapCaching period toAlfred Schmid2014-02-191-11/+11
| | | | sync with ldap
* Basic implementation of feature for ldap user synchronization asAlfred Schmid2014-02-191-1/+30
| | | | | background service. Introduced configuration property to configure the synchronization period.
* Centralize cookie creationJames Moger2013-12-117-32/+25
| | | | Change-Id: I1a17416121764f33a8d05a88c80cece0c03ac41d
* Fix external authentication failureJames Moger2013-12-111-14/+21
| | | | Change-Id: I0f415941a4bfd5e63d85c60613cea0c7d10cbb49
* Allow null authentication provider to manipulate usersJames Moger2013-12-101-4/+4
| | | | Change-Id: I07405f2ed915b8f544ac58aca8367301a7d23e38
* Fix LDAP port and bind regressions due to change for issue-343James Moger2013-12-101-2/+11
| | | | Change-Id: I76ee581e067a30fb1656c5c62bdf743846f1a767
* Refactor user services and separate authentication (issue-281)James Moger2013-11-297-0/+1583
Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd