| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Change techique for custom properties to fall in line with reading / writing ... | John Crygier | 2012-05-04 | 3 | -43/+17 |
| * | Ability to get / set "custom" properties within a RepositoryModel. This make... | John Crygier | 2012-05-03 | 1 | -0/+43 |
* | | Adding a limit of 2 [user + pass] on the credential string split. This works ... | Peter Loron | 2012-05-08 | 1 | -1/+1 |
* | | Reordered settings model loading to avoid WAR null pointer | James Moger | 2012-05-05 | 1 | -2/+2 |
|/ |
|
* | Added Ivy 2.2.0 dependency (issue 91) | James Moger | 2012-04-27 | 1 | -0/+6 |
* | Change servlet API dependency from Glassfish to official javax.servlet | James Moger | 2012-04-27 | 1 | -5/+5 |
* | Rome specifies JDOM 1.0, downgrade JDOM dependency from 1.1 to 1.0 | James Moger | 2012-04-27 | 1 | -4/+4 |
* | force encoding JSON response as UTF-8 | fifthgnat | 2012-04-26 | 1 | -0/+1 |
* | Disable membership, display name, and email fields in Manager if unsupported ... | James Moger | 2012-04-25 | 4 | -6/+37 |
* | Allow user services to control editing of display name and email address | James Moger | 2012-04-25 | 7 | -21/+144 |
* | Allow manipulating display name and email address from manager app | James Moger | 2012-04-25 | 2 | -2/+17 |
* | Allow manipulating display name and email address from web ui | James Moger | 2012-04-25 | 6 | -3/+26 |
* | Displayname and email address persistence for ConfigUserService | James Moger | 2012-04-25 | 1 | -1/+13 |
* | Added a logout hook to IUserService | James Moger | 2012-04-25 | 6 | -1/+47 |
* | Merge jcrygier's LDAP injection defense and displayname/email retrieval | James Moger | 2012-04-25 | 2 | -15/+78 |
|\ |
|
| * | Add logic to get display name & email (Simply stored in user model for now). | John Crygier | 2012-04-25 | 2 | -15/+71 |
* | | Documentation | James Moger | 2012-04-24 | 1 | -2/+2 |
* | | Corrected log typos | James Moger | 2012-04-24 | 1 | -2/+2 |
* | | Updated the key generator to build nested key classes | James Moger | 2012-04-24 | 3 | -65/+136 |
* | | Merge pull request #12 from jcrygier/ldap_unboundid | James Moger | 2012-04-24 | 17 | -58/+662 |
|\| |
|
| * | Allow for admin teams with spaces in their name. | unknown | 2012-04-24 | 2 | -25/+29 |
| * | Change username to come from simpleUserName (from login screen) instead of CN. | John Crygier | 2012-04-18 | 1 | -3/+3 |
| * | Allow for different port for LDAP in-memory server. Update some documentation. | John Crygier | 2012-04-10 | 1 | -2/+9 |
| * | Rework LDAP implementation with unboundid. Also allows for an LDAP server to... | John Crygier | 2012-04-10 | 6 | -120/+268 |
| * | Skeleton LdapUserService based on John Cryiger's implementation | James Moger | 2012-04-06 | 14 | -13/+458 |
* | | Reset build identifiers for the next release | James Moger | 2012-04-11 | 1 | -2/+2 |
* | | Release 0.9.3v0.9.3 | James Moger | 2012-04-11 | 1 | -2/+2 |
* | | Revised repository model list persistence (issue 81) | James Moger | 2012-04-10 | 1 | -34/+18 |
* | | Automatically set java.awt.headless=true for Gitblit GO | James Moger | 2012-04-09 | 2 | -1/+4 |
* | | Fixed: could not clear any RepositoryModel setting list (issue 81) | James Moger | 2012-04-09 | 1 | -5/+27 |
|/ |
|
* | Reset build identifiers for next release | James Moger | 2012-04-04 | 1 | -2/+2 |
* | Release 0.9.2v0.9.2 | James Moger | 2012-04-04 | 1 | -2/+2 |
* | Adjustments to ClientLogger | James Moger | 2012-03-31 | 1 | -11/+56 |
* | Add ClientLogger so scripts can log info / warning messages to the pushing cl... | John Crygier | 2012-03-31 | 2 | -3/+37 |
* | removed wrong char from page, which caused IE8 no to display the save button | Johannes Buehler | 2012-03-30 | 1 | -1/+1 |
* | Fixed overzealous externalization of save and cancel buttons | James Moger | 2012-03-30 | 5 | -10/+10 |
* | Ensure that lengthy commit messages are clipped in the header | James Moger | 2012-03-29 | 1 | -1/+4 |
* | Fixed activity page row layout regression (issue 79) | James Moger | 2012-03-29 | 2 | -50/+43 |
* | Fixed symlink absolute path/canonical path mixup with JGit (issue 78) | James Moger | 2012-03-28 | 3 | -5/+33 |
* | Reset build identifiers for next release | James Moger | 2012-03-27 | 1 | -2/+2 |
* | Release 0.9.1v0.9.1 | James Moger | 2012-03-27 | 2 | -4/+5 |
* | Reset build identifier for next release | James Moger | 2012-03-27 | 1 | -2/+2 |
* | Release 0.9.0v0.9.0 | James Moger | 2012-03-27 | 1 | -2/+2 |
* | Added a utility class to specify gitblit.indexBranch en masse | James Moger | 2012-03-27 | 1 | -0/+131 |
* | Implemented support for "default" branch | James Moger | 2012-03-27 | 4 | -11/+70 |
* | Externalized a bunch of strings for translation | James Moger | 2012-03-25 | 19 | -73/+172 |
* | CSS corrections for tags page and IE | James Moger | 2012-03-25 | 2 | -3/+3 |
* | Index tags consistently | James Moger | 2012-03-25 | 1 | -1/+1 |
* | Improved commit message/ref panel layout | James Moger | 2012-03-25 | 3 | -3/+3 |
* | Simplified refs panel layout and css | James Moger | 2012-03-25 | 1 | -0/+1 |