summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Implemented default access restriction (issue 88)James Moger2012-06-065-2/+19
|
* Fixed anonymous clone for 'Authenticated Push' repository (issue 96)James Moger2012-06-065-7/+19
|
* Updated Japanese translationJames Moger2012-06-061-63/+63
|
* Added contributed Spanish translationJames Moger2012-06-061-0/+279
|
* Revisions to custom fieldsJames Moger2012-05-106-33/+64
|
* Adjustments to custom fields in ManagerJames Moger2012-05-104-23/+72
|
* Changed constants and fixed nullpointer in update repositoryJames Moger2012-05-102-28/+38
|
* Merge pull request #16 from jcrygier/custom_propertiesJames Moger2012-05-098-5/+123
|\ | | | | Custom Defined Repository Properties (Issue #92)
| * 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-076-24/+24
| |
| * Web UI done for Custom Fields. Changed variable names to be consistent with ↵John Crygier2012-05-045-7/+57
| | | | | | | | "custom" instead of "user"
| * Change techique for custom properties to fall in line with reading / writing ↵John Crygier2012-05-043-43/+17
| | | | | | | | of all other properties
| * Ability to get / set "custom" properties within a RepositoryModel. This ↵John Crygier2012-05-031-0/+43
| | | | | | | | makes getting specialized settings in hooks much easier.
* | Adding a limit of 2 [user + pass] on the credential string split. This works ↵Peter Loron2012-05-081-1/+1
| | | | | | | | around issues with passwords containing colons
* | Reordered settings model loading to avoid WAR null pointerJames Moger2012-05-051-2/+2
|/
* Added Ivy 2.2.0 dependency (issue 91)James Moger2012-04-271-0/+6
|
* Change servlet API dependency from Glassfish to official javax.servletJames Moger2012-04-271-5/+5
|
* Rome specifies JDOM 1.0, downgrade JDOM dependency from 1.1 to 1.0James Moger2012-04-271-4/+4
|
* 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
| | | | by user service
* Allow user services to control editing of display name and email addressJames Moger2012-04-257-21/+144
|
* 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-252-15/+78
|\ | | | | | | | | Add LDAP logic to retrieve display name & email address Add code / test to defend against LDAP injection attacks.
| * Add logic to get display name & email (Simply stored in user model for now).John Crygier2012-04-252-15/+71
| | | | | | | | Add code / test to defend against LDAP injection attacks.
* | DocumentationJames Moger2012-04-241-2/+2
| |
* | Corrected log typosJames Moger2012-04-241-2/+2
| |
* | Updated the key generator to build nested key classesJames Moger2012-04-243-65/+136
| |
* | Merge pull request #12 from jcrygier/ldap_unboundidJames Moger2012-04-2417-58/+662
|\| | | | | Ldap unboundid
| * Allow for admin teams with spaces in their name.unknown2012-04-242-25/+29
| |
| * 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-101-2/+9
| |
| * Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵John Crygier2012-04-106-120/+268
| | | | | | | | to be started with Gitblit GO (backed by an LDIF file).
| * Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-0614-13/+458
| |
* | Reset build identifiers for the next releaseJames Moger2012-04-111-2/+2
| |
* | Release 0.9.3v0.9.3James Moger2012-04-111-2/+2
| |
* | Revised repository model list persistence (issue 81)James Moger2012-04-101-34/+18
| |
* | Automatically set java.awt.headless=true for Gitblit GOJames Moger2012-04-092-1/+4
| |
* | Fixed: could not clear any RepositoryModel setting list (issue 81)James Moger2012-04-091-5/+27
|/
* Reset build identifiers for next releaseJames Moger2012-04-041-2/+2
|
* Release 0.9.2v0.9.2James Moger2012-04-041-2/+2
|
* Adjustments to ClientLoggerJames Moger2012-03-311-11/+56
|
* Add ClientLogger so scripts can log info / warning messages to the pushing ↵John Crygier2012-03-312-3/+37
| | | | client.
* removed wrong char from page, which caused IE8 no to display the save buttonJohannes Buehler2012-03-301-1/+1
|
* Fixed overzealous externalization of save and cancel buttonsJames Moger2012-03-305-10/+10
|
* Ensure that lengthy commit messages are clipped in the headerJames Moger2012-03-291-1/+4
|
* Fixed activity page row layout regression (issue 79)James Moger2012-03-292-50/+43
|