summaryrefslogtreecommitdiffstats
path: root/src/test/config/test-users.conf
Commit message (Collapse)AuthorAgeFilesLines
* Move repository ownership to the UserModel and prepare for project ownershipticket/75James Moger2014-06-131-0/+1
|
* Add repository and user/team lifecycle listener extension pointsJames Moger2014-06-091-5/+1
|
* Basic implementation of feature for ldap user synchronization asAlfred Schmid2014-02-191-0/+5
| | | | | background service. Introduced configuration property to configure the synchronization period.
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-4/+2
| | | | Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd
* Update unit tests for refactored architectureJames Moger2013-11-291-0/+4
| | | | Change-Id: I04639db977c515e5e1090ef8f0e1ce858820cb03
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+8
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.