summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Final documentation of 1.1.0 releasev1.1.0James Moger2012-08-254-7/+6
* Fixed unit testJames Moger2012-08-251-1/+1
* Implemented custom request handling for (un)authenticated sessions to workaro...James Moger2012-08-247-17/+84
* Merge branch 'master' of https://github.com/gitblit/gitblitJames Moger2012-08-242-0/+6
|\
| * Merge branch 'master' of https://github.com/ds5apn/gitblitJames Moger2012-08-242-0/+6
| |\
| | * Translate two more file to Korean.Dongsu, KIM2012-08-242-0/+6
* | | Clearing the cache via RPC no longer requires admin credentialsJames Moger2012-08-233-4/+4
|/ /
* / DocumentationJames Moger2012-08-232-0/+5
|/
* Translate all message to KoreanDongsu, KIM2012-08-232-0/+364
* Fixed MailExecutor's flaws in coping with mail server connection troubleJames Moger2012-08-222-39/+9
* Fixed generated urls in RSS feeds for grouped repositoriesJames Moger2012-08-222-1/+3
* Fixed generated urls in sendmail hook script for grouped repositoriesJames Moger2012-08-222-2/+4
* Fix for possible nullpointer reported in issue 123James Moger2012-08-191-5/+7
* fixed build to allow builds where a proxy is needed for access to outside res...Jason Pyeron2012-08-191-1/+10
* Cache repository models to improve performance (issue 103)James Moger2012-08-181-24/+113
* Fixed string encoding regression introduced with fix for BOMJames Moger2012-08-181-1/+0
* Fix performance logging null pointer on anonymous repository browsingJames Moger2012-08-171-1/+1
* Eliminated unnecessary repository enumeration (issue 103)James Moger2012-08-172-4/+14
* Optionally cache repository list for improved performanceJames Moger2012-08-1717-53/+246
* LuceneExecutor could not delete the Lucene index from a working copyJames Moger2012-08-172-1/+2
* Merge branch 'master' of https://github.com/Mrbytes/gitblitJames Moger2012-08-141-2/+2
|\
| * GitBlitWebApp_es.properties: up-to date with better translation.mrbytes2012-08-141-2/+2
* | Merge branch 'master' of https://github.com/Mrbytes/gitblitJames Moger2012-08-131-4/+4
|\|
| * GitBlitWebApp_es.properties: up-to date with the last changesmrbytes2012-08-131-4/+4
* | Update missing polish translationsLukasz Jader2012-08-131-4/+4
* | Save polish mkds as UTF-8 without BOMLukasz Jader2012-08-132-3/+3
|/
* Translate some messages to Japanese.Kensuke Matsuzaki2012-08-111-22/+22
* Submodules supportJames Moger2012-08-1021-58/+432
* Improve submodule checking in LuceneExecutor (issue-119)James Moger2012-08-102-0/+14
* Strip hidden UTF-8 BOM from string contentJames Moger2012-08-101-2/+9
* Encode as UTF-8James Moger2012-08-102-4/+4
* Redirect to absolute url for repository search box (issue-111)James Moger2012-08-092-2/+9
* DocumentationJames Moger2012-08-091-0/+1
* Merge branch 'ldap+tls' of https://github.com/StephenKing/gitblitJames Moger2012-08-092-2/+19
|\
| * StartTLS is not supported in LdapUserService (issue 122)Steffen Gebert2012-08-092-2/+19
* | Translation placeholdersJames Moger2012-08-093-3/+12
|/
* Fix to GitServlet to allow pushing to symlinked repositories (issue 116)James Moger2012-08-073-24/+30
* Do not incrementally index blobs in submodules (issue 119)James Moger2012-08-073-13/+19
* Don't try to index git submodules, they are seperate repositories and should ...Peter Allin2012-08-071-1/+4
* Drop failed attempt to add user or team (issue 118)James Moger2012-08-061-2/+8
* Restore original team or user object on failure to update (issue 118)James Moger2012-08-062-4/+15
* Confirmed fix for GO settings manipulation (issue 85)James Moger2012-08-032-1/+8
* Corrected documentation (issue 115)James Moger2012-08-031-2/+2
* DocumentationJames Moger2012-08-021-8/+8
* Bumped index version (issue 112)James Moger2012-08-021-1/+1
* Support for X-Forwarded-Proto and X-Forwarded-Port (issue 115)James Moger2012-08-023-4/+44
* Compile regex patterns once and use matches instead of find (issue 103)James Moger2012-08-022-14/+14
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-0216-9/+193
* Tweak to relative path determination for symlinks (issue 116)James Moger2012-08-011-4/+4
* Regex exclusions for repository search (issue 103)James Moger2012-08-016-11/+71