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
/
com
/
gitblit
/
GitBlit.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cache repository models to improve performance (issue 103)
James Moger
2012-08-18
1
-24
/
+113
*
Fix performance logging null pointer on anonymous repository browsing
James Moger
2012-08-17
1
-1
/
+1
*
Optionally cache repository list for improved performance
James Moger
2012-08-17
1
-15
/
+137
*
Submodules support
James Moger
2012-08-10
1
-0
/
+15
*
Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)
James Moger
2012-08-02
1
-0
/
+4
*
Regex exclusions for repository search (issue 103)
James Moger
2012-08-01
1
-1
/
+2
*
Add recursion depth control for repository search (issue 103)
James Moger
2012-08-01
1
-1
/
+2
*
Update to JGit 2.0.0
James Moger
2012-07-11
1
-0
/
+9
*
Persist cookies in ConfigUserService. Update LDAPUserService to generate coo...
James Moger
2012-07-11
1
-3
/
+9
*
Fixed bug where Manager could not update unreferenced setting (issue 85)
James Moger
2012-06-15
1
-2
/
+6
*
Try multiple encodings when working with string blobs (issue 97)
James Moger
2012-06-07
1
-0
/
+9
*
Expose JGit's runtime configuration settings (issue 93)
James Moger
2012-06-06
1
-1
/
+25
*
Implemented default access restriction (issue 88)
James Moger
2012-06-06
1
-1
/
+1
*
Revisions to custom fields
James Moger
2012-05-10
1
-1
/
+13
*
Changed constants and fixed nullpointer in update repository
James Moger
2012-05-10
1
-26
/
+36
*
Merge pull request #16 from jcrygier/custom_properties
James Moger
2012-05-09
1
-0
/
+11
|
\
|
*
Make the variables / messages more consistant
John Crygier
2012-05-07
1
-5
/
+5
|
*
Web UI done for Custom Fields. Changed variable names to be consistent with ...
John Crygier
2012-05-04
1
-3
/
+3
|
*
Change techique for custom properties to fall in line with reading / writing ...
John Crygier
2012-05-04
1
-0
/
+11
*
|
Reordered settings model loading to avoid WAR null pointer
James Moger
2012-05-05
1
-2
/
+2
|
/
*
Allow user services to control editing of display name and email address
James Moger
2012-04-25
1
-0
/
+20
*
Added a logout hook to IUserService
James Moger
2012-04-25
1
-0
/
+12
*
Merge pull request #12 from jcrygier/ldap_unboundid
James Moger
2012-04-24
1
-0
/
+16
|
\
|
*
Skeleton LdapUserService based on John Cryiger's implementation
James Moger
2012-04-06
1
-0
/
+16
*
|
Revised repository model list persistence (issue 81)
James Moger
2012-04-10
1
-34
/
+18
*
|
Fixed: could not clear any RepositoryModel setting list (issue 81)
James Moger
2012-04-09
1
-5
/
+27
|
/
*
Eliminated Lucene settings
James Moger
2012-03-19
1
-19
/
+2
*
Implemented Lucene search result paging
James Moger
2012-03-17
1
-3
/
+4
*
Repository-branch Lucene indexing is now opt-in
James Moger
2012-03-16
1
-0
/
+11
*
Close the Lucene index writer/searcher on a repository rename or delete
James Moger
2012-03-15
1
-0
/
+3
*
Refactored Lucene integration and fixed two index deleteDocument bugs
James Moger
2012-03-15
1
-13
/
+25
*
More Lucene progress
James Moger
2012-03-09
1
-0
/
+1
*
Draft integration of Lucene search mechanism and web ui
James Moger
2012-02-28
1
-2
/
+2
*
Delete branch from index. Queue index update from the PostReceiveHook.
James Moger
2012-02-28
1
-0
/
+10
*
Partially working Lucene executor. Needs refactoring. (issue 16)
James Moger
2012-02-26
1
-0
/
+10
*
Use proper timezone to generate all metrics
James Moger
2012-02-25
1
-1
/
+1
*
Fixed nullpointer on pushing to an empty repository (issue 69)
James Moger
2012-02-23
1
-1
/
+1
*
Account for null real path from servlet container (issue 67)
James Moger
2012-02-23
1
-4
/
+8
*
Allow specifying a timezone in gitblit.properties/web.xml (issue 54)
James Moger
2012-02-21
1
-2
/
+35
*
Setting to control display/serving non-bare repositories (issue 49)
James Moger
2012-02-03
1
-4
/
+3
*
Block pushes to a repository with a working copy (issue 49)
James Moger
2012-02-03
1
-0
/
+1
*
Refactored and unit tested updating HEAD feature
James Moger
2012-02-02
1
-10
/
+9
*
Added some logging for relinking HEAD
James Moger
2012-02-02
1
-2
/
+10
*
RepositoryModel will use String rather than RefModel to track the current
Philip L. McMahon
2012-01-28
1
-7
/
+6
*
Allow administrative modification of the default branch/tag referenced by HEAD.
Philip L. McMahon
2012-01-26
1
-0
/
+8
*
Documentation. Find bugs. Organized imports.
James Moger
2012-01-09
1
-3
/
+1
*
Support for gh-pages branch serving as /pages/repo.git
James Moger
2012-01-09
1
-6
/
+23
*
WAR/Express builds now copy bundled push scripts to configured scripts folder
James Moger
2012-01-06
1
-2
/
+17
*
Using ArrayUtils.isEmpty to test arrays and collections
James Moger
2012-01-05
1
-3
/
+4
*
Federation pull_scripts request. Documentation.
James Moger
2012-01-04
1
-0
/
+1
[next]