Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify need to review installService.cmd for keystore password (issue 221) | James Moger | 2013-03-29 | 1 | -1/+1 |
| | |||||
* | Ensure Redmine url is properly formatted (issue 223) | James Moger | 2013-03-29 | 1 | -1/+1 |
| | |||||
* | Disable view and blame links for deleted blobs (issue 216) | James Moger | 2013-03-29 | 1 | -2/+4 |
| | |||||
* | Fixed extracting Groovy scripts on Express installs (issue 220) | James Moger | 2013-03-28 | 1 | -1/+3 |
| | |||||
* | Use standard ServletRequestWrapper instead of custom wrapper (issue 224) | James Moger | 2013-03-28 | 2 | -402/+2 |
| | |||||
* | Do not queue emails with no recipients (issue 200) | James Moger | 2013-03-28 | 1 | -0/+8 |
| | |||||
* | Fixed incorrect icon file name for .doc files (issue 200) | James Moger | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | Added weblogic.xml to WAR for deployment on WebLogic (issue 199) | James Moger | 2013-03-28 | 1 | -0/+9 |
| | |||||
* | Fixed internal error on folder history links (issue 192) | James Moger | 2013-03-28 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -1311/+0 |
| | |||||
* | 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 | 4 | -0/+0 |
| | | |||||
* | | 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 | 642 | -257/+29263 |
| | | | | | | | | | | | | | | | | | | 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 | 1 | -7/+19 |
| | | |||||
* | | 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 | 5 | -28/+136 |
|\ \ | | | | | | | | | | mschaefers | ||||
| * | | FIX: setting line separator back to Windows style | mschaefers | 2012-12-04 | 5 | -3336/+3336 |
| | | | |||||
| * | | cache results of LDAP user synchronization for a configurable amount of time ↵ | mschaefers | 2012-12-03 | 1 | -51/+72 |
| | | | | | | | | | | | | (realm.ldap.ldapCachePeriod = 2 MINUTES) | ||||
| * | | Merge branch 'master' of https://github.com/gitblit/gitblit into enhancedLdap | mschaefers | 2012-12-03 | 23 | -171/+687 |
| |\ \ | | | | | | | | | | | | | | | | | 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 | 1 | -379/+463 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | the display-name in web.xml now shows the actual version of Gitblit | Thomas Pummer | 2013-02-22 | 1 | -0/+5 |
| | | | | |||||
* | | | | Merge pull request #70 | James Moger | 2013-01-29 | 2 | -15/+38 |
|\ \ \ \ | |||||
| * | | | | alternative variant to disable thread creation by the scheduledExecutor in ↵ | SHaselbauer | 2013-01-23 | 2 | -20/+37 |
| | | | | | | | | | | | | | | | | | | | | test selenium test cases | ||||
| * | | | | seleniumFixV2: connected thread pool creation to condition ↵ | SHaselbauer | 2013-01-23 | 1 | -2/+8 |
| | |_|/ | |/| | | | | | | | | | | web.allowLuceneIndexing (otherwise thread pool will be kept open for more than a minute, what hinders the start of another gitblit instance in the same jvm during selenium test case execution), fixed naming of xpath variables, added missing property to gitblit.properties and test-ui-gitblit.properties, changed naming of methods (according to decision that owners is a much shorter word than repository administrator and that owners is fits better if you think of collective responsibilities and collective ownership) | ||||
* | | | | updating latest props, and some pt-br fixing | Rafael Cavazin | 2013-01-27 | 3 | -510/+15 |
| | | | | |||||
* | | | | updating latest props, and some pt-br fixing | Rafael Cavazin | 2013-01-27 | 2 | -19/+21 |
| | | | | |||||
* | | | | updating current development | Rafael Cavazin | 2013-01-27 | 85 | -620/+5496 |
|\| | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into translation_to_pt-br | ||||
| * | | | Fixed properties path regression in the Build class | James Moger | 2013-01-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merged selenium tests from akquinet (pull request #65) | James Moger | 2013-01-23 | 1 | -4/+110 |
| | | | | |||||
| * | | | Merged multiple owners (pull request #63) | James Moger | 2013-01-23 | 18 | -70/+188 |
| |\ \ \ | |||||
| | * | | | Revised multiple owners contribution | James Moger | 2013-01-23 | 32 | -444/+317 |
| | | | | | |||||
| | * | | | Merge multiple owners feature (pull request #63, #66) | SHaselbauer | 2013-01-21 | 30 | -200/+445 |
| | | | | | |||||
| * | | | | modify EmptyRepositoryPage_zh_CN.html | Stardrad Yin | 2013-01-23 | 1 | -5/+3 |
| | | | | | |||||
| * | | | | Modify Chinese translation in properties file, and add new translation that ↵ | Stardrad Yin | 2013-01-23 | 2 | -216/+400 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | synchronizes with commit synchronize with commit e4e6829 Add other translation files | ||||
| * | | | | 添加中文语言 | zhaopeng | 2013-01-16 | 1 | -0/+317 |
| | | | | | |||||
| * | | | | Escape metacharacters for settings updates | James Moger | 2013-01-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Reset build identifiers for next release | James Moger | 2013-01-15 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Prepare 1.2.1 releasev1.2.1 | James Moger | 2013-01-15 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Support --baseFolder parameter and small data reorganization | James Moger | 2013-01-15 | 17 | -120/+222 |
| | | | | | |||||
| * | | | | Improve history display of a submodule link | James Moger | 2013-01-13 | 2 | -0/+128 |
| | | | | | |||||
| * | | | | Set the new objectid for all diff entries (issue-178) | James Moger | 2013-01-13 | 1 | -5/+1 |
| | | | | | |||||
| * | | | | Null checks when generating a fork network (issue-187) | James Moger | 2013-01-13 | 1 | -2/+12 |
| | | | | | |||||
| * | | | | Eliminate unused method | James Moger | 2013-01-13 | 1 | -4/+0 |
| | | | | |