summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Translate two more file to Korean.Dongsu, KIM2012-08-242-0/+6
| | | | | resources/login_ko.mkd resources/welcome_ko.mkd
* 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 ↵Jason Pyeron2012-08-191-1/+10
| | | | | | resources see: http://ant.apache.org/manual/proxy.html
* 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
| | | | | | | | Signed-off-by: mrbytes <eguervos@msn.com>
* | 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
| | | | | | | | | | By providing an URL in the format "ldap+tls://ldapserver.example.com", you can now connect to LDAP servers that require StartTLS command.
* | 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
| | | | be handled seperately.
* 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
|
* Add recursion depth control for repository search (issue 103)James Moger2012-08-016-10/+26
|
* Fixed Lucene unit testsJames Moger2012-08-013-6/+11
|
* DocumentationJames Moger2012-07-271-0/+1
|
* Fixes to relative path determination for symlinks (issue 116)James Moger2012-07-271-1/+15
|
* Real raw page for text, images, and binaries (issue 6, issue 114)James Moger2012-07-255-78/+131
|
* Properly decode blobs on reindex (issue 112)James Moger2012-07-232-2/+4
|
* Added shell script equivalents to the cmd versions to generate the keystoreKonstantinos Kostarellis2012-07-182-0/+12
|