Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Possible fix for federation branch mirroring issue (issue 86) | James Moger | 2012-06-06 | 3 | -20/+106 | |
| | ||||||
* | Implemented default access restriction (issue 88) | James Moger | 2012-06-06 | 7 | -2/+31 | |
| | ||||||
* | Fixed anonymous clone for 'Authenticated Push' repository (issue 96) | James Moger | 2012-06-06 | 6 | -7/+20 | |
| | ||||||
* | Updated Japanese translation | James Moger | 2012-06-06 | 2 | -63/+64 | |
| | ||||||
* | Added contributed Spanish translation | James Moger | 2012-06-06 | 2 | -1/+281 | |
| | ||||||
* | Revisions to custom fields | James Moger | 2012-05-10 | 12 | -33/+89 | |
| | ||||||
* | Adjustments to custom fields in Manager | James Moger | 2012-05-10 | 4 | -23/+72 | |
| | ||||||
* | Changed constants and fixed nullpointer in update repository | James Moger | 2012-05-10 | 5 | -54/+80 | |
| | ||||||
* | Merge pull request #16 from jcrygier/custom_properties | James Moger | 2012-05-09 | 11 | -6/+226 | |
|\ | | | | | Custom Defined Repository Properties (Issue #92) | |||||
| * | Change layout to BoxLayout (assuming window won't be resized) | John Crygier | 2012-05-07 | 2 | -497/+9 | |
| | | ||||||
| * | Add custom fields to the manager | John Crygier | 2012-05-07 | 3 | -2/+541 | |
| | | ||||||
| * | Make the variables / messages more consistant | John Crygier | 2012-05-07 | 7 | -41/+41 | |
| | | ||||||
| * | Web UI done for Custom Fields. Changed variable names to be consistent with ↵ | John Crygier | 2012-05-04 | 7 | -14/+74 | |
| | | | | | | | | "custom" instead of "user" | |||||
| * | Change techique for custom properties to fall in line with reading / writing ↵ | John Crygier | 2012-05-04 | 4 | -61/+40 | |
| | | | | | | | | of all other properties | |||||
| * | Ability to get / set "custom" properties within a RepositoryModel. This ↵ | John Crygier | 2012-05-03 | 3 | -1/+131 | |
| | | | | | | | | makes getting specialized settings in hooks much easier. | |||||
* | | Merge pull request #17 from peterloron/master | James Moger | 2012-05-09 | 1 | -1/+1 | |
|\ \ | | | | | | | Credential string split fix | |||||
| * | | Adding a limit of 2 [user + pass] on the credential string split. This works ↵ | Peter Loron | 2012-05-08 | 1 | -1/+1 | |
|/ / | | | | | | | around issues with passwords containing colons | |||||
* / | Reordered settings model loading to avoid WAR null pointer | James Moger | 2012-05-05 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #15 from mragab/java-proxy | James Moger | 2012-05-02 | 4 | -4/+32 | |
|\ | | | | | Java Proxy Configuration for working inside a company network behind a proxy | |||||
| * | Added a script to facilitate setting the proxy host and port and no proxy ↵ | Mohamed Ragab | 2012-05-02 | 4 | -4/+32 | |
|/ | | | | hosts, and then it concatenates all the java system properties for setting the java proxy configurations and puts the resulting string in an environment variable JAVA_PROXY_CONFIG, modified the scirpts gitblit, gitblit-ubuntu, and gitblit-centos to source the java-proxy-config.sh script and then include the resulting java proxy configuration in the java command | |||||
* | Added Ivy 2.2.0 dependency (issue 91) | James Moger | 2012-04-27 | 2 | -0/+7 | |
| | ||||||
* | Change servlet API dependency from Glassfish to official javax.servlet | James Moger | 2012-04-27 | 2 | -6/+6 | |
| | ||||||
* | Rome specifies JDOM 1.0, downgrade JDOM dependency from 1.1 to 1.0 | James Moger | 2012-04-27 | 2 | -5/+5 | |
| | ||||||
* | Merge pull request #14 from WenWu/master | James Moger | 2012-04-26 | 1 | -0/+1 | |
|\ | | | | | force encoding JSON response as UTF-8 | |||||
| * | 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 | |
| | | | | by user service | |||||
* | Allow user services to control editing of display name and email address | James Moger | 2012-04-25 | 8 | -28/+151 | |
| | ||||||
* | 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 | 5 | -22/+177 | |
|\ | | | | | | | | | 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 Crygier | 2012-04-25 | 5 | -23/+172 | |
| | | | | | | | | Add code / test to defend against LDAP injection attacks. | |||||
* | | Documentation | James Moger | 2012-04-24 | 6 | -86/+119 | |
| | | ||||||
* | | Corrected log typos | James Moger | 2012-04-24 | 1 | -2/+2 | |
| | | ||||||
* | | Add LdapUserServiceTest to suite and adjusted test port from 389 to 1389 | James Moger | 2012-04-24 | 2 | -8/+12 | |
| | | ||||||
* | | 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 | 27 | -67/+1079 | |
|\| | | | | | Ldap unboundid | |||||
| * | Allow for admin teams with spaces in their name. | unknown | 2012-04-24 | 5 | -34/+58 | |
| | | ||||||
| * | 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 | 3 | -18/+26 | |
| | | ||||||
| * | Documentation for LDAP. Covers the setup case that is in the JUnit ↵ | John Crygier | 2012-04-10 | 2 | -1/+60 | |
| | | | | | | | | Integration Test. | |||||
| * | Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵ | John Crygier | 2012-04-10 | 13 | -128/+558 | |
| | | | | | | | | to be started with Gitblit GO (backed by an LDIF file). | |||||
| * | Skeleton LdapUserService based on John Cryiger's implementation | James Moger | 2012-04-06 | 15 | -13/+504 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Example post-receive hook script for creating a local clone on push | James Moger | 2012-04-11 | 2 | -0/+104 | |
| | | ||||||
* | | 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 | 3 | -1/+5 | |
| | | ||||||
* | | Fixed: could not clear any RepositoryModel setting list (issue 81) | James Moger | 2012-04-09 | 2 | -5/+31 | |
|/ |