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
path:
root
/
src
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove issue artifacts from classes missed in previous purge
James Moger
2013-09-30
5
-37
/
+1
*
Change diffstat character to improve look and layout
James Moger
2013-09-30
1
-6
/
+12
*
Add normalized diffstats to the commit, commitdiff, and compare pages
James Moger
2013-09-27
16
-74
/
+585
*
Fix width calculation in branch graph when there are 0 or 1 commits
James Moger
2013-09-27
1
-24
/
+28
*
Change default access restriction to PUSH
James Moger
2013-09-27
6
-8
/
+8
*
Added setting to globally disable anonymous pushes in the receive pack
James Moger
2013-09-27
4
-4
/
+27
*
Merge receive processing into one class
James Moger
2013-09-27
4
-102
/
+332
*
Remove unused class
James Moger
2013-09-27
1
-119
/
+0
*
Do not log passwords on failed authentication attempts (issue-316)
James Moger
2013-09-27
1
-2
/
+2
*
Synchronize critical ConfigUserService methods
James Moger
2013-09-23
1
-14
/
+14
*
Eliminate redundant read() and use accessor instead of direct cache access
James Moger
2013-09-23
1
-3
/
+1
*
Fix potential NPE in cookie retrieval
James Moger
2013-09-23
1
-0
/
+3
*
Return cloned usermodel on cookie authentication
James Moger
2013-09-23
1
-0
/
+6
*
Fix commit log css for branch graphs
James Moger
2013-09-23
1
-1
/
+3
*
Fix potential NPE in git commit search
James Moger
2013-09-23
1
-1
/
+4
*
Fix potential NPE in setting shared permissions
James Moger
2013-09-23
1
-6
/
+6
*
Fix support for implied SSH urls in web.otherUrls (issue-311)
James Moger
2013-09-19
1
-1
/
+9
*
Disable *most* activity graphs when web.generateActivityGraph=false
James Moger
2013-09-19
4
-29
/
+43
*
Reverse line links in blob view (issue-309)
James Moger
2013-09-19
3
-16
/
+22
*
Improve non-visible parent lane rendering for BranchGraphServlet
James Moger
2013-09-18
1
-5
/
+27
*
CSS tweaks for responsive layout
James Moger
2013-09-18
3
-7
/
+8
*
Disable but improve the example commit message regexes
James Moger
2013-09-18
1
-3
/
+7
*
Improve the rendering of the branch graph for summary page
James Moger
2013-09-18
1
-3
/
+4
*
Added GitNotes to the commitdiff page
James Moger
2013-09-18
2
-0
/
+49
*
Removed GitWeb-style diff renderer
James Moger
2013-09-18
7
-187
/
+44
*
Add support for rendering Markdown commit messages (issue-203)
Bret K. Ikehara
2013-09-18
16
-29
/
+125
*
Removed unused Issues classes
James Moger
2013-09-17
3
-1491
/
+7
*
Ignore the contents of a default .git/description file
James Moger
2013-09-17
1
-2
/
+4
*
Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)
James Moger
2013-09-17
7
-6
/
+448
*
Remove obsolete and deprecated FileUserService
James Moger
2013-09-17
2
-1182
/
+16
*
Remove incomplete and deprecated TicGit feature
James Moger
2013-09-17
9
-424
/
+40
*
Documentation
James Moger
2013-09-17
1
-1
/
+4
*
Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixes
James Moger
2013-09-17
4
-5
/
+561
|
\
|
*
Fix set-gid bit clearing under Linux when effective gid is different from fil...
Florian Zschocke
2013-08-26
2
-7
/
+99
|
*
Fix setting wrrong custom mode on file and in config.
Florian Zschocke
2013-08-26
1
-2
/
+5
|
*
Remove unsupported option '-O' from 'ls' command.
Florian Zschocke
2013-08-26
1
-1
/
+1
|
*
Add JavaDoc.
Florian Zschocke
2013-08-26
2
-28
/
+107
|
*
Add new property git.createRepositoriesShared.
Florian Zschocke
2013-08-26
2
-2
/
+18
|
*
Implement adjusting file permissions for shared repositories.
Florian Zschocke
2013-08-26
1
-19
/
+63
|
*
Add proper implementation of methods in JnaUtils.
Florian Zschocke
2013-08-26
2
-99
/
+319
|
*
Add method JGitUtils.createRepository(folder, name, shared) to create a new
Florian Zschocke
2013-08-26
1
-0
/
+102
*
|
Revisions and documentation for personal repository prefix change
James Moger
2013-09-17
7
-33
/
+83
*
|
Merge branch 'userrepoprefix' of https://github.com/fzs/gitblit into prefixes
James Moger
2013-09-17
12
-20
/
+150
|
\
\
|
*
|
Add new configuration setting 'git.userRepositoryPrefix'.
Florian Zschocke
2013-08-26
1
-0
/
+11
|
*
|
Check user prefix for invalid options. Add JavaDoc. Add unit tests.
Florian Zschocke
2013-08-26
1
-44
/
+99
|
*
|
Set user repository prefix from setting.
Florian Zschocke
2013-08-26
1
-0
/
+3
|
*
|
Refactor logic for user repository path into one class.
Florian Zschocke
2013-08-26
11
-20
/
+81
|
|
/
*
|
Updated binary extensions and Lucene ignore extensions
James Moger
2013-09-05
1
-2
/
+2
*
|
Don't crash with an NPE when the cache contains removed repositoried
Robin Rosenberg
2013-09-01
1
-1
/
+1
*
|
Avoid NPE when the default branch cannot be identified
Robin Rosenberg
2013-09-01
1
-0
/
+2
|
/
[prev]
[next]