summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update Lucene index version (issue 97)James Moger2012-06-152-1/+3
* Fixed bug where Manager could not update unreferenced setting (issue 85)James Moger2012-06-152-2/+9
* Configurable robots.txt (issue 99)James Moger2012-06-153-1/+89
* Updated to Bootstrap 2.0.4. Responsive layout by default.James Moger2012-06-0833-1265/+2550
* Updated Git logosJames Moger2012-06-087-3/+13
* Build gitblit jar file instead of exploded classes for Express buildJames Moger2012-06-071-4/+3
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-0712-22/+96
* Expose JGit's runtime configuration settings (issue 93)James Moger2012-06-066-116/+391
* Possible fix for federation branch mirroring issue (issue 86)James Moger2012-06-063-20/+106
* Implemented default access restriction (issue 88)James Moger2012-06-067-2/+31
* Fixed anonymous clone for 'Authenticated Push' repository (issue 96)James Moger2012-06-066-7/+20
* Updated Japanese translationJames Moger2012-06-062-63/+64
* Added contributed Spanish translationJames Moger2012-06-062-1/+281
* Revisions to custom fieldsJames Moger2012-05-1012-33/+89
* Adjustments to custom fields in ManagerJames Moger2012-05-104-23/+72
* Changed constants and fixed nullpointer in update repositoryJames Moger2012-05-105-54/+80
* Merge pull request #16 from jcrygier/custom_propertiesJames Moger2012-05-0911-6/+226
|\
| * Change layout to BoxLayout (assuming window won't be resized)John Crygier2012-05-072-497/+9
| * Add custom fields to the managerJohn Crygier2012-05-073-2/+541
| * Make the variables / messages more consistantJohn Crygier2012-05-077-41/+41
| * Web UI done for Custom Fields. Changed variable names to be consistent with ...John Crygier2012-05-047-14/+74
| * Change techique for custom properties to fall in line with reading / writing ...John Crygier2012-05-044-61/+40
| * Ability to get / set "custom" properties within a RepositoryModel. This make...John Crygier2012-05-033-1/+131
* | Merge pull request #17 from peterloron/masterJames Moger2012-05-091-1/+1
|\ \
| * | Adding a limit of 2 [user + pass] on the credential string split. This works ...Peter Loron2012-05-081-1/+1
|/ /
* / Reordered settings model loading to avoid WAR null pointerJames Moger2012-05-051-2/+2
|/
* Merge pull request #15 from mragab/java-proxyJames Moger2012-05-024-4/+32
|\
| * Added a script to facilitate setting the proxy host and port and no proxy hos...Mohamed Ragab2012-05-024-4/+32
|/
* Added Ivy 2.2.0 dependency (issue 91)James Moger2012-04-272-0/+7
* Change servlet API dependency from Glassfish to official javax.servletJames Moger2012-04-272-6/+6
* Rome specifies JDOM 1.0, downgrade JDOM dependency from 1.1 to 1.0James Moger2012-04-272-5/+5
* Merge pull request #14 from WenWu/masterJames Moger2012-04-261-0/+1
|\
| * force encoding JSON response as UTF-8fifthgnat2012-04-261-0/+1
|/
* Disable membership, display name, and email fields in Manager if unsupported ...James Moger2012-04-254-6/+37
* Allow user services to control editing of display name and email addressJames Moger2012-04-258-28/+151
* Allow manipulating display name and email address from manager appJames Moger2012-04-252-2/+17
* Allow manipulating display name and email address from web uiJames Moger2012-04-256-3/+26
* Displayname and email address persistence for ConfigUserServiceJames Moger2012-04-251-1/+13
* Added a logout hook to IUserServiceJames Moger2012-04-256-1/+47
* Merge jcrygier's LDAP injection defense and displayname/email retrievalJames Moger2012-04-255-22/+177
|\
| * Add logic to get display name & email (Simply stored in user model for now).John Crygier2012-04-255-23/+172
* | DocumentationJames Moger2012-04-246-86/+119
* | Corrected log typosJames Moger2012-04-241-2/+2
* | Add LdapUserServiceTest to suite and adjusted test port from 389 to 1389James Moger2012-04-242-8/+12
* | Updated the key generator to build nested key classesJames Moger2012-04-243-65/+136
* | Merge pull request #12 from jcrygier/ldap_unboundidJames Moger2012-04-2427-67/+1079
|\|
| * Allow for admin teams with spaces in their name.unknown2012-04-245-34/+58
| * Change username to come from simpleUserName (from login screen) instead of CN.John Crygier2012-04-181-3/+3
| * Allow for different port for LDAP in-memory server. Update some documentation.John Crygier2012-04-103-18/+26
| * Documentation for LDAP. Covers the setup case that is in the JUnit Integrati...John Crygier2012-04-102-1/+60