summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/ConfigUserService.java
Commit message (Collapse)AuthorAgeFilesLines
* Workaround 1 sec resolution of File.lastModified on Linux (issue-55)James Moger2012-02-201-1/+7
| | | | | | | Shockingly, File.lastModified() does not always support millisecond resolution on all platforms even if the underlying filesystem supports it. Added a forceReload flag (in addition to last modified checks) to ensure that user backends and configuration properties are properly reloaded.
* Fixed username case-sensitivity bugs (issue 43)James Moger2012-01-161-3/+3
|
* Using ArrayUtils.isEmpty to test arrays and collectionsJames Moger2012-01-051-6/+7
|
* Show additional columns in users and teams tablesJames Moger2011-12-281-0/+29
|
* Implemented Team hook scriptsJames Moger2011-12-271-4/+29
|
* Support mailing lists for TeamsJames Moger2011-12-211-1/+12
|
* Teams support.James Moger2011-12-071-18/+289
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Implemented ConfigUserService. Fixed and deprecated FileUserService.James Moger2011-12-041-0/+471