Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Git Daemon support | James Moger | 2013-04-03 | 20 | -541/+1232 |
| | |||||
* | Simplify resource loading | James Moger | 2013-04-02 | 17 | -26/+31 |
| | |||||
* | Revised incremental push tags feature | James Moger | 2013-04-01 | 13 | -72/+121 |
| | |||||
* | Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtags | James Moger | 2013-04-01 | 8 | -4/+113 |
|\ | |||||
| * | code cleanup | saheba | 2013-03-25 | 1 | -8/+3 |
| | | |||||
| * | code cleanup | saheba | 2013-03-25 | 1 | -7/+0 |
| | | |||||
| * | +feature: automatic tagging of each push with an incremental revision number ↵ | saheba | 2013-03-25 | 2 | -2/+108 |
| | | | | | | | | per repository | ||||
| * | added attribute useIncrementalRevisionNumbers to repository model | saheba | 2013-03-25 | 6 | -0/+15 |
| | | |||||
* | | Document SNI workaround for Java-based clients | James Moger | 2013-03-29 | 2 | -6/+26 |
| | | |||||
* | | Disable SNI extensions for client SSL connections | James Moger | 2013-03-29 | 2 | -0/+5 |
| | | |||||
* | | Trap connection resets and broken pipes in zip download servlet | James Moger | 2013-03-29 | 1 | -0/+8 |
| | | |||||
* | | Improve blame page error checking | James Moger | 2013-03-29 | 3 | -1/+32 |
| | | |||||
* | | Support username substitution in web.otherUrls (issue 213) | James Moger | 2013-03-29 | 6 | -7/+21 |
| | | |||||
* | | Fixed UTF-8 encoding in email notifications (issue 218) | James Moger | 2013-03-29 | 4 | -38/+33 |
| | | |||||
* | | Updated documentation | James Moger | 2013-03-29 | 1 | -0/+1 |
| | | |||||
* | | Fixed regression with individually symlinked repositories (issue 217) | James Moger | 2013-03-29 | 2 | -0/+6 |
| | | |||||
* | | Add more error checking to blob page | James Moger | 2013-03-29 | 4 | -3/+25 |
| | | |||||
* | | Fixed NPE in FedClient and support --baseFolder in FedClient (issue 219) | James Moger | 2013-03-29 | 5 | -8/+20 |
| | | |||||
* | | Enforce security on raw blob page (issue 198) | James Moger | 2013-03-29 | 4 | -38/+88 |
| | | |||||
* | | Clarify need to review installService.cmd for keystore password (issue 221) | James Moger | 2013-03-29 | 2 | -1/+2 |
| | | |||||
* | | Ensure Redmine url is properly formatted (issue 223) | James Moger | 2013-03-29 | 2 | -8/+18 |
| | | |||||
* | | Disable view and blame links for deleted blobs (issue 216) | James Moger | 2013-03-29 | 2 | -2/+5 |
| | | |||||
* | | Fixed generation of Express jar | James Moger | 2013-03-29 | 1 | -11/+18 |
| | | |||||
* | | Fixed extracting Groovy scripts on Express installs (issue 220) | James Moger | 2013-03-28 | 2 | -1/+4 |
| | | |||||
* | | Use standard ServletRequestWrapper instead of custom wrapper (issue 224) | James Moger | 2013-03-28 | 3 | -402/+3 |
| | | |||||
* | | Do not queue emails with no recipients (issue 200) | James Moger | 2013-03-28 | 2 | -0/+9 |
| | | |||||
* | | Fixed incorrect icon file name for .doc files (issue 200) | James Moger | 2013-03-28 | 2 | -1/+3 |
| | | |||||
* | | Added weblogic.xml to WAR for deployment on WebLogic (issue 199) | James Moger | 2013-03-28 | 3 | -0/+12 |
| | | |||||
* | | Fixed internal error on folder history links (issue 192) | James Moger | 2013-03-28 | 2 | -3/+4 |
| | | |||||
* | | Change level of authentication logging to debug | James Moger | 2013-03-28 | 1 | -4/+4 |
| | | |||||
* | | Removed accidentally committed file and updated ignore file | James Moger | 2013-03-28 | 2 | -1330/+2 |
| | | |||||
* | | Documentation | James Moger | 2013-03-28 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'issue-182' of git://git.quelltextlich.at/gitblit into issue182 | James Moger | 2013-03-28 | 1 | -0/+3 |
|\ \ | |||||
| * | | Fix NPE when getting user's fork without repository list caching (issue-182) | Christian Aistleitner | 2013-03-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | When a user does not have a fork of a project, getProjectModel returns null. So we guard against null before dereferencing the returned project. | ||||
* | | | Added Moxie and Yaml to prettify extensions | James Moger | 2013-03-28 | 1 | -1/+1 |
| | | | |||||
* | | | Restored missing Windows distrib files lost during the refactor | James Moger | 2013-03-28 | 8 | -32/+8 |
| | | | |||||
* | | | Moved orphaned Groovy script | James Moger | 2013-03-28 | 1 | -0/+0 |
| | | | |||||
* | | | Removed obsolete Build classes and cleanup remnants of reorganization | James Moger | 2013-03-27 | 7 | -2068/+0 |
| | | | |||||
* | | | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 662 | -1519/+4379 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Integrate pull-request #76: enforce HTTP Basic authentication | James Moger | 2013-03-26 | 3 | -7/+26 |
| | | | |||||
* | | | Removed superfluous (disabled) code | Laurens Vrijnsen | 2013-03-22 | 1 | -14/+0 |
| | | | |||||
* | | | Added enforced HTTP Basic Authentication | Laurens Vrijnsen | 2013-03-22 | 14 | -10/+190 |
| |/ |/| | |||||
* | | Merged LDAP user/team pre-fetching and synchronization enhancement from ↵ | James Moger | 2013-02-25 | 7 | -28/+165 |
|\ \ | | | | | | | | | | mschaefers | ||||
| * | | FIX: setting line separator back to Windows style | mschaefers | 2012-12-04 | 6 | -4547/+4547 |
| | | | |||||
| * | | cache results of LDAP user synchronization for a configurable amount of time ↵ | mschaefers | 2012-12-03 | 2 | -51/+81 |
| | | | | | | | | | | | | (realm.ldap.ldapCachePeriod = 2 MINUTES) | ||||
| * | | Merge branch 'master' of https://github.com/gitblit/gitblit into enhancedLdap | mschaefers | 2012-12-03 | 33 | -224/+794 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: distrib/gitblit.properties | ||||
| * | | | significantly reduce write operations to backing user system. | mschaefers | 2012-11-30 | 5 | -2855/+2861 |
| | | | | |||||
| * | | | feature: when using LdapUserService one can configure Gitblit to fetch all ↵ | mschaefers | 2012-11-29 | 2 | -1548/+1652 |
| | | | | | | | | | | | | | | | | | | | | | | | | users from ldap that can possibly login. This allows to see newly generated LDAP users instantly in Gitblit. By now an LDAP user had to log in once to appear in GitBlit. feature: when LDAP user synchronization is enabled, one can configure GitBlit to delete all LDAP users from the backing user service that are no longer existent in LDAP. By now LDAP users that were deleted still appeared in the GitBlit user list. | ||||
* | | | | Documentation | James Moger | 2013-02-25 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge pull request #75 from thefake/master | James Moger | 2013-02-25 | 2 | -0/+20 |
|\ \ \ \ | | | | | | | | | | | the display-name in web.xml now shows the actual version of Gitblit |