summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Final documentation of 1.1.0 releasev1.1.0James Moger2012-08-251-2/+2
|
* Implemented custom request handling for (un)authenticated sessions to ↵James Moger2012-08-246-17/+83
| | | | workaround Wicket bugs
* Clearing the cache via RPC no longer requires admin credentialsJames Moger2012-08-232-3/+3
|
* Translate all message to KoreanDongsu, KIM2012-08-232-0/+364
|
* Fixed MailExecutor's flaws in coping with mail server connection troubleJames Moger2012-08-221-39/+8
|
* Fixed generated urls in RSS feeds for grouped repositoriesJames Moger2012-08-221-1/+2
|
* Fix for possible nullpointer reported in issue 123James Moger2012-08-191-5/+7
|
* 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-171-4/+13
|
* Optionally cache repository list for improved performanceJames Moger2012-08-1713-45/+224
|
* LuceneExecutor could not delete the Lucene index from a working copyJames Moger2012-08-171-1/+1
|
* 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
|/
* Translate some messages to Japanese.Kensuke Matsuzaki2012-08-111-22/+22
|
* Submodules supportJames Moger2012-08-1017-50/+392
|
* 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
|
* Redirect to absolute url for repository search box (issue-111)James Moger2012-08-091-2/+8
|
* Merge branch 'ldap+tls' of https://github.com/StephenKing/gitblitJames Moger2012-08-091-2/+17
|\
| * StartTLS is not supported in LdapUserService (issue 122)Steffen Gebert2012-08-091-2/+17
| | | | | | | | | | 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-072-23/+28
|
* Do not incrementally index blobs in submodules (issue 119)James Moger2012-08-072-13/+18
|
* 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-061-4/+14
|
* Confirmed fix for GO settings manipulation (issue 85)James Moger2012-08-031-1/+7
|
* 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-021-4/+39
|
* Compile regex patterns once and use matches instead of find (issue 103)James Moger2012-08-021-13/+13
|
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-0212-8/+113
|
* 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-013-7/+36
|
* Add recursion depth control for repository search (issue 103)James Moger2012-08-013-7/+16
|
* 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-254-78/+128
|
* Properly decode blobs on reindex (issue 112)James Moger2012-07-231-2/+3
|
* Fixed LdapUserService if account has null email address (issue 110)James Moger2012-07-171-2/+8
|
* Add polish variants of welcome.mkd, login.mkd and EmptyRepositoryPageLukasz Jader2012-07-141-0/+47
|
* Fix some typos in polish translationLukasz Jader2012-07-141-8/+8
|
* Reset build identifiers for the next releaseJames Moger2012-07-141-2/+2
|
* Final documenation of 1.0.0 releasev1.0.0James Moger2012-07-141-2/+2
|
* Changes to commit page for responsive layoutJames Moger2012-07-137-11/+11
|
* Fixed broken Lucene blob deleteJames Moger2012-07-121-14/+38
|
* Revert "Update to JCommander 1.27"James Moger2012-07-111-4/+4
| | | | This reverts commit 479aabd5b8ae6984b8bf4095065c1a1f00ecc71b.