]> source.dussan.org Git - gitblit.git/shortlog
gitblit.git
2013-11-29 James MogerUse Dagger to inject managers into all filters and...
2013-11-29 James MogerUpdate to Moxie 0.9.1
2013-11-26 James MogerInstantiate and register all servlets and filters from...
2013-11-26 James MogerUpdate to Jetty 8.1.13 for Servlet 3
2013-11-26 James MogerDefine manager interfaces and update all of Gitblit...
2013-11-26 James MogerEliminate nearly all direct GitBlit singleton reference...
2013-11-26 James MogerRefactor access to home page class
2013-11-26 James MogerAutomatically disable the Git daemon on Express
2013-11-26 James MogerAutomatically adjust web.forwardSlash on Tomcat containers
2013-11-26 James MogerImprove doc page formatting
2013-11-26 James MogerRemove elaborate HEAD determination
2013-11-26 James MogerRemove artifact setting from manager dialog
2013-11-26 James MogerFix NPE when adding a permission without a registrant...
2013-11-22 James MogerAdd pull request linking in changelog to generated...
2013-11-22 Florian ZschockeMerge pull request #122 from fzs/ldap-deref-alias
2013-11-22 Günter DresselBind LDAP connection after TLS initialization (issue...
2013-11-19 James MogerUpdate Moxie to 0.9.0
2013-11-19 James MogerMerge pull request #123 from kxyfyh/new_branch
2013-11-18 kxyfyh修改中文显示问题及raw默认属性 123/head
2013-11-15 James MogerImprove pages servlet
2013-11-14 James MogerCSS tweaks
2013-11-14 James MogerDisplay common repository documents as tabs on the...
2013-11-14 James MogerEliminate the "enumerate documentation" repository...
2013-11-14 James MogerREADME files are not shown on the summary page by default
2013-11-14 James MogerTweak pull request ref display
2013-11-13 James MogerImplement mirror executor (issue-5)
2013-11-13 James MogerRemove docs indicator
2013-11-12 James MogerAdd markup support for confluence, mediawiki, textile...
2013-11-12 James MogerRefactor markup processing in preparation for supportin...
2013-11-08 James MogerMerge pull request #121 from lucamilanesio/master
2013-11-08 Luca MilanesioAllows the home root link top-left anchor to be customised. 121/head
2013-10-27 James MogerAdd setting to automatically redirect http requests...
2013-10-25 James MogerStrip leading / for absolute wiki link paths
2013-10-25 James MogerDisable the SMARTYPANTS Markdown extension
2013-10-25 James MogerDocumentation
2013-10-25 James MogerSet Link: <url>; rel="canonical" http header for SEO...
2013-10-25 James MogerStrip Markdown extension from rendered [[WikiLink]...
2013-10-25 James MogerRespect web.forwardSlashCharacter in intra-Markdown...
2013-10-25 James MogerRemove emphasis coloring in markdown div
2013-10-25 James MogerSupport for intra-Markdown linking using [[WikiLinks...
2013-10-25 James MogerDetermine best commit id for the commit and use that...
2013-10-25 James MogerRemove "show readme" flag in favor of automatic detection
2013-10-25 James MogerRemove upload pack ref filtering
2013-10-24 James MogerMerge pull request #120 from simonharrer/compare-string...
2013-10-24 James MogerMerge pull request #119 from simonharrer/fix-locale...
2013-10-24 Simon HarrerUse equals to compare strings instead of == 120/head
2013-10-23 Simon HarrerChange locale to english for ByteFormatTest to run... 119/head
2013-10-18 James MogerReplaced MarkdownPapers with pegdown
2013-10-16 James MogerFix Markdown document enumeraton
2013-10-16 James MogerFix raw page binary content type when running behind...
2013-10-16 James MogerAdd raw link to commit, commitdiff, and compare pages...
2013-10-16 James MogerUpdate to JGit 3.1.0
2013-10-15 James MogerFix error on generating activity page when there is...
2013-10-15 James MogerMerge pull request #118 from Mrbytes/master
2013-10-12 mrbytesTranslation esES updated 118/head
2013-10-02 James MogerUpdated to Jetty 7.6.13
2013-10-02 James MogerSwitch web.xml baseFolder from context-param to env...
2013-10-01 James MogerRemove unused issues test repository from test suite
2013-10-01 James MogerFix incorrect mappings for some iconic classes
2013-10-01 James MogerTweak diffstat css
2013-10-01 James MogerCheck for refs/ not refs/heads/ when updating a ref
2013-10-01 James MogerImprove message logging in the receive pack
2013-09-30 James MogerRemove remaining TicGit tickets references
2013-09-30 James MogerRemove trailing whitespace from unit tests
2013-09-30 James MogerTrim trailing whitespace and organize imports
2013-09-30 James MogerRevise date label creation for optional css class
2013-09-30 James MogerAdd recursive delete function to FileUtils
2013-09-30 James MogerRemove issue artifacts from classes missed in previous...
2013-09-30 James MogerChange diffstat character to improve look and layout
2013-09-28 James MogerAdd normalized diffstats to the commit, commitdiff...
2013-09-28 James MogerFix width calculation in branch graph when there are...
2013-09-28 James MogerChange default access restriction to PUSH
2013-09-28 James MogerAdded setting to globally disable anonymous pushes...
2013-09-28 James MogerMerge receive processing into one class
2013-09-27 James MogerRemove unused class
2013-09-27 James MogerDo not log passwords on failed authentication attempts...
2013-09-23 James MogerSynchronize critical ConfigUserService methods
2013-09-23 James MogerEliminate redundant read() and use accessor instead...
2013-09-23 James MogerFix potential NPE in cookie retrieval
2013-09-23 James MogerReturn cloned usermodel on cookie authentication
2013-09-23 James MogerFix commit log css for branch graphs
2013-09-23 James MogerFix potential NPE in git commit search
2013-09-23 James MogerFix potential NPE in setting shared permissions
2013-09-19 James MogerFix support for implied SSH urls in web.otherUrls ...
2013-09-19 James MogerDocumentation
2013-09-19 James MogerDisable *most* activity graphs when web.generateActivit...
2013-09-19 James MogerReverse line links in blob view (issue-309)
2013-09-18 James MogerImprove non-visible parent lane rendering for BranchGra...
2013-09-18 James MogerDocumentation
2013-09-18 James MogerCSS tweaks for responsive layout
2013-09-18 James MogerDisable but improve the example commit message regexes
2013-09-18 James MogerImprove the rendering of the branch graph for summary...
2013-09-18 James MogerAdded GitNotes to the commitdiff page
2013-09-18 James MogerRemoved GitWeb-style diff renderer
2013-09-18 Bret K. IkeharaAdd support for rendering Markdown commit messages...
2013-09-17 James MogerRemoved unused Issues classes
2013-09-17 James MogerIgnore the contents of a default .git/description file
2013-09-17 James MogerImplemented a graph servlet based on EGit/JGit's PlotWa...
2013-09-17 James MogerRemove obsolete and deprecated FileUserService
2013-09-17 James MogerRemove incomplete and deprecated TicGit feature
next