summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Clarify need to review installService.cmd for keystore password (issue 221)James Moger2013-03-291-1/+1
|
* Ensure Redmine url is properly formatted (issue 223)James Moger2013-03-291-1/+1
|
* Disable view and blame links for deleted blobs (issue 216)James Moger2013-03-291-2/+4
|
* Fixed extracting Groovy scripts on Express installs (issue 220)James Moger2013-03-281-1/+3
|
* Use standard ServletRequestWrapper instead of custom wrapper (issue 224)James Moger2013-03-282-402/+2
|
* Do not queue emails with no recipients (issue 200)James Moger2013-03-281-0/+8
|
* Fixed incorrect icon file name for .doc files (issue 200)James Moger2013-03-281-1/+1
|
* Added weblogic.xml to WAR for deployment on WebLogic (issue 199)James Moger2013-03-281-0/+9
|
* Fixed internal error on folder history links (issue 192)James Moger2013-03-281-3/+3
|
* Change level of authentication logging to debugJames Moger2013-03-281-4/+4
|
* Removed accidentally committed file and updated ignore fileJames Moger2013-03-281-1311/+0
|
* Merge branch 'issue-182' of git://git.quelltextlich.at/gitblit into issue182James Moger2013-03-281-0/+3
|\
| * Fix NPE when getting user's fork without repository list caching (issue-182)Christian Aistleitner2013-03-251-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 extensionsJames Moger2013-03-281-1/+1
| |
* | Restored missing Windows distrib files lost during the refactorJames Moger2013-03-284-0/+0
| |
* | Moved orphaned Groovy scriptJames Moger2013-03-281-0/+0
| |
* | Removed obsolete Build classes and cleanup remnants of reorganizationJames Moger2013-03-277-2068/+0
| |
* | Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-27642-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 authenticationJames Moger2013-03-261-7/+19
| |
* | Removed superfluous (disabled) codeLaurens Vrijnsen2013-03-221-14/+0
| |
* | Added enforced HTTP Basic AuthenticationLaurens Vrijnsen2013-03-2214-10/+190
| |
* | Merged LDAP user/team pre-fetching and synchronization enhancement from ↵James Moger2013-02-255-28/+136
|\ \ | | | | | | | | | mschaefers
| * | FIX: setting line separator back to Windows stylemschaefers2012-12-045-3336/+3336
| | |
| * | cache results of LDAP user synchronization for a configurable amount of time ↵mschaefers2012-12-031-51/+72
| | | | | | | | | | | | (realm.ldap.ldapCachePeriod = 2 MINUTES)
| * | Merge branch 'master' of https://github.com/gitblit/gitblit into enhancedLdapmschaefers2012-12-0323-171/+687
| |\ \ | | | | | | | | | | | | | | | | Conflicts: distrib/gitblit.properties
| * | | significantly reduce write operations to backing user system.mschaefers2012-11-305-2855/+2861
| | | |
| * | | feature: when using LdapUserService one can configure Gitblit to fetch all ↵mschaefers2012-11-291-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 GitblitThomas Pummer2013-02-221-0/+5
| | | |
* | | | Merge pull request #70James Moger2013-01-292-15/+38
|\ \ \ \
| * | | | alternative variant to disable thread creation by the scheduledExecutor in ↵SHaselbauer2013-01-232-20/+37
| | | | | | | | | | | | | | | | | | | | test selenium test cases
| * | | | seleniumFixV2: connected thread pool creation to condition ↵SHaselbauer2013-01-231-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 fixingRafael Cavazin2013-01-273-510/+15
| | | |
* | | | updating latest props, and some pt-br fixingRafael Cavazin2013-01-272-19/+21
| | | |
* | | | updating current developmentRafael Cavazin2013-01-2785-620/+5496
|\| | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into translation_to_pt-br
| * | | Fixed properties path regression in the Build classJames Moger2013-01-231-1/+1
| | | |
| * | | Merged selenium tests from akquinet (pull request #65)James Moger2013-01-231-4/+110
| | | |
| * | | Merged multiple owners (pull request #63)James Moger2013-01-2318-70/+188
| |\ \ \
| | * | | Revised multiple owners contributionJames Moger2013-01-2332-444/+317
| | | | |
| | * | | Merge multiple owners feature (pull request #63, #66)SHaselbauer2013-01-2130-200/+445
| | | | |
| * | | | modify EmptyRepositoryPage_zh_CN.htmlStardrad Yin2013-01-231-5/+3
| | | | |
| * | | | Modify Chinese translation in properties file, and add new translation that ↵Stardrad Yin2013-01-232-216/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | synchronizes with commit synchronize with commit e4e6829 Add other translation files
| * | | | 添加中文语言zhaopeng2013-01-161-0/+317
| | | | |
| * | | | Escape metacharacters for settings updatesJames Moger2013-01-161-1/+1
| | | | |
| * | | | Reset build identifiers for next releaseJames Moger2013-01-151-2/+2
| | | | |
| * | | | Prepare 1.2.1 releasev1.2.1James Moger2013-01-151-2/+2
| | | | |
| * | | | Support --baseFolder parameter and small data reorganizationJames Moger2013-01-1517-120/+222
| | | | |
| * | | | Improve history display of a submodule linkJames Moger2013-01-132-0/+128
| | | | |
| * | | | Set the new objectid for all diff entries (issue-178)James Moger2013-01-131-5/+1
| | | | |
| * | | | Null checks when generating a fork network (issue-187)James Moger2013-01-131-2/+12
| | | | |
| * | | | Eliminate unused methodJames Moger2013-01-131-4/+0
| | | | |