index
:
gitblit.git
1026-Lucene-Index-PDF
fixup-1.9
gh-pages
master
ticket/104
ticket/114
ticket/138
ticket/235
ticket/7
ticket/75
wicket-7
Pure java git solution: https://github.com/gitblit-org/gitblit
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Final documentation of 1.1.0 release
v1.1.0
James Moger
2012-08-25
4
-7
/
+6
*
Fixed unit test
James Moger
2012-08-25
1
-1
/
+1
*
Implemented custom request handling for (un)authenticated sessions to workaro...
James Moger
2012-08-24
7
-17
/
+84
*
Merge branch 'master' of https://github.com/gitblit/gitblit
James Moger
2012-08-24
2
-0
/
+6
|
\
|
*
Merge branch 'master' of https://github.com/ds5apn/gitblit
James Moger
2012-08-24
2
-0
/
+6
|
|
\
|
|
*
Translate two more file to Korean.
Dongsu, KIM
2012-08-24
2
-0
/
+6
*
|
|
Clearing the cache via RPC no longer requires admin credentials
James Moger
2012-08-23
3
-4
/
+4
|
/
/
*
/
Documentation
James Moger
2012-08-23
2
-0
/
+5
|
/
*
Translate all message to Korean
Dongsu, KIM
2012-08-23
2
-0
/
+364
*
Fixed MailExecutor's flaws in coping with mail server connection trouble
James Moger
2012-08-22
2
-39
/
+9
*
Fixed generated urls in RSS feeds for grouped repositories
James Moger
2012-08-22
2
-1
/
+3
*
Fixed generated urls in sendmail hook script for grouped repositories
James Moger
2012-08-22
2
-2
/
+4
*
Fix for possible nullpointer reported in issue 123
James Moger
2012-08-19
1
-5
/
+7
*
fixed build to allow builds where a proxy is needed for access to outside res...
Jason Pyeron
2012-08-19
1
-1
/
+10
*
Cache repository models to improve performance (issue 103)
James Moger
2012-08-18
1
-24
/
+113
*
Fixed string encoding regression introduced with fix for BOM
James Moger
2012-08-18
1
-1
/
+0
*
Fix performance logging null pointer on anonymous repository browsing
James Moger
2012-08-17
1
-1
/
+1
*
Eliminated unnecessary repository enumeration (issue 103)
James Moger
2012-08-17
2
-4
/
+14
*
Optionally cache repository list for improved performance
James Moger
2012-08-17
17
-53
/
+246
*
LuceneExecutor could not delete the Lucene index from a working copy
James Moger
2012-08-17
2
-1
/
+2
*
Merge branch 'master' of https://github.com/Mrbytes/gitblit
James Moger
2012-08-14
1
-2
/
+2
|
\
|
*
GitBlitWebApp_es.properties: up-to date with better translation.
mrbytes
2012-08-14
1
-2
/
+2
*
|
Merge branch 'master' of https://github.com/Mrbytes/gitblit
James Moger
2012-08-13
1
-4
/
+4
|
\
|
|
*
GitBlitWebApp_es.properties: up-to date with the last changes
mrbytes
2012-08-13
1
-4
/
+4
*
|
Update missing polish translations
Lukasz Jader
2012-08-13
1
-4
/
+4
*
|
Save polish mkds as UTF-8 without BOM
Lukasz Jader
2012-08-13
2
-3
/
+3
|
/
*
Translate some messages to Japanese.
Kensuke Matsuzaki
2012-08-11
1
-22
/
+22
*
Submodules support
James Moger
2012-08-10
21
-58
/
+432
*
Improve submodule checking in LuceneExecutor (issue-119)
James Moger
2012-08-10
2
-0
/
+14
*
Strip hidden UTF-8 BOM from string content
James Moger
2012-08-10
1
-2
/
+9
*
Encode as UTF-8
James Moger
2012-08-10
2
-4
/
+4
*
Redirect to absolute url for repository search box (issue-111)
James Moger
2012-08-09
2
-2
/
+9
*
Documentation
James Moger
2012-08-09
1
-0
/
+1
*
Merge branch 'ldap+tls' of https://github.com/StephenKing/gitblit
James Moger
2012-08-09
2
-2
/
+19
|
\
|
*
StartTLS is not supported in LdapUserService (issue 122)
Steffen Gebert
2012-08-09
2
-2
/
+19
*
|
Translation placeholders
James Moger
2012-08-09
3
-3
/
+12
|
/
*
Fix to GitServlet to allow pushing to symlinked repositories (issue 116)
James Moger
2012-08-07
3
-24
/
+30
*
Do not incrementally index blobs in submodules (issue 119)
James Moger
2012-08-07
3
-13
/
+19
*
Don't try to index git submodules, they are seperate repositories and should ...
Peter Allin
2012-08-07
1
-1
/
+4
*
Drop failed attempt to add user or team (issue 118)
James Moger
2012-08-06
1
-2
/
+8
*
Restore original team or user object on failure to update (issue 118)
James Moger
2012-08-06
2
-4
/
+15
*
Confirmed fix for GO settings manipulation (issue 85)
James Moger
2012-08-03
2
-1
/
+8
*
Corrected documentation (issue 115)
James Moger
2012-08-03
1
-2
/
+2
*
Documentation
James Moger
2012-08-02
1
-8
/
+8
*
Bumped index version (issue 112)
James Moger
2012-08-02
1
-1
/
+1
*
Support for X-Forwarded-Proto and X-Forwarded-Port (issue 115)
James Moger
2012-08-02
3
-4
/
+44
*
Compile regex patterns once and use matches instead of find (issue 103)
James Moger
2012-08-02
2
-14
/
+14
*
Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)
James Moger
2012-08-02
16
-9
/
+193
*
Tweak to relative path determination for symlinks (issue 116)
James Moger
2012-08-01
1
-4
/
+4
*
Regex exclusions for repository search (issue 103)
James Moger
2012-08-01
6
-11
/
+71
[next]