summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/GitblitUserService.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete and deprecated FileUserServiceJames Moger2013-09-171-36/+16
| | | | Change-Id: I92d1d742e286643e1e1ab47a410b3fda146d1741
* Moved #externalAccount string to common constants classJames Moger2013-06-171-3/+1
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+339
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.