summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'force-locale' of https://github.com/ljader/gitblitJames Moger2013-04-082-1/+16
|\
| * Overwrite created session locale with forced oneLukasz Jader2013-04-071-1/+10
| * Add forceDefaultLocale param to gitblit.propertiesLukasz Jader2013-04-071-0/+6
* | Translate rest of new messagesLukasz Jader2013-04-071-6/+99
* | Translate some new messagesLukasz Jader2013-04-061-2/+37
* | Alter polish translation for 'branch' phraseLukasz Jader2013-04-061-13/+13
|/
* Added Git Daemon supportJames Moger2013-04-0318-522/+1209
* Simplify resource loadingJames Moger2013-04-0215-8/+3
* Revised incremental push tags featureJames Moger2013-04-0112-70/+115
* Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtagsJames Moger2013-04-018-4/+113
|\
| * code cleanupsaheba2013-03-251-8/+3
| * code cleanupsaheba2013-03-251-7/+0
| * +feature: automatic tagging of each push with an incremental revision number ...saheba2013-03-252-2/+108
| * added attribute useIncrementalRevisionNumbers to repository modelsaheba2013-03-256-0/+15
* | Document SNI workaround for Java-based clientsJames Moger2013-03-292-6/+26
* | Disable SNI extensions for client SSL connectionsJames Moger2013-03-291-0/+4
* | Trap connection resets and broken pipes in zip download servletJames Moger2013-03-291-0/+8
* | Improve blame page error checkingJames Moger2013-03-292-0/+31
* | Support username substitution in web.otherUrls (issue 213)James Moger2013-03-295-7/+20
* | Fixed UTF-8 encoding in email notifications (issue 218)James Moger2013-03-293-38/+29
* | Fixed regression with individually symlinked repositories (issue 217)James Moger2013-03-291-0/+5
* | Add more error checking to blob pageJames Moger2013-03-293-3/+24
* | Fixed NPE in FedClient and support --baseFolder in FedClient (issue 219)James Moger2013-03-293-7/+17
* | Enforce security on raw blob page (issue 198)James Moger2013-03-293-38/+86
* | 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
* | | 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
* | | 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 mscha...James Moger2013-02-255-28/+136
|\ \
| * | 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
| * | Merge branch 'master' of https://github.com/gitblit/gitblit into enhancedLdapmschaefers2012-12-0323-171/+687
| |\ \
| * | | significantly reduce write operations to backing user system.mschaefers2012-11-305-2855/+2861