Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workaround 1 sec resolution of File.lastModified on Linux (issue-55) | James Moger | 2012-02-20 | 1 | -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 Moger | 2012-01-16 | 1 | -3/+3 |
| | |||||
* | Using ArrayUtils.isEmpty to test arrays and collections | James Moger | 2012-01-05 | 1 | -6/+7 |
| | |||||
* | Show additional columns in users and teams tables | James Moger | 2011-12-28 | 1 | -0/+29 |
| | |||||
* | Implemented Team hook scripts | James Moger | 2011-12-27 | 1 | -4/+29 |
| | |||||
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -1/+12 |
| | |||||
* | Teams support. | James Moger | 2011-12-07 | 1 | -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 Moger | 2011-12-04 | 1 | -0/+471 |