summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/GitBlit.java
Commit message (Expand)AuthorAgeFilesLines
* Cache repository models to improve performance (issue 103)James Moger2012-08-181-24/+113
* Fix performance logging null pointer on anonymous repository browsingJames Moger2012-08-171-1/+1
* Optionally cache repository list for improved performanceJames Moger2012-08-171-15/+137
* Submodules supportJames Moger2012-08-101-0/+15
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-021-0/+4
* Regex exclusions for repository search (issue 103)James Moger2012-08-011-1/+2
* Add recursion depth control for repository search (issue 103)James Moger2012-08-011-1/+2
* Update to JGit 2.0.0James Moger2012-07-111-0/+9
* Persist cookies in ConfigUserService. Update LDAPUserService to generate coo...James Moger2012-07-111-3/+9
* Fixed bug where Manager could not update unreferenced setting (issue 85)James Moger2012-06-151-2/+6
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-071-0/+9
* Expose JGit's runtime configuration settings (issue 93)James Moger2012-06-061-1/+25
* Implemented default access restriction (issue 88)James Moger2012-06-061-1/+1
* Revisions to custom fieldsJames Moger2012-05-101-1/+13
* Changed constants and fixed nullpointer in update repositoryJames Moger2012-05-101-26/+36
* Merge pull request #16 from jcrygier/custom_propertiesJames Moger2012-05-091-0/+11
|\
| * Make the variables / messages more consistantJohn Crygier2012-05-071-5/+5
| * Web UI done for Custom Fields. Changed variable names to be consistent with ...John Crygier2012-05-041-3/+3
| * Change techique for custom properties to fall in line with reading / writing ...John Crygier2012-05-041-0/+11
* | Reordered settings model loading to avoid WAR null pointerJames Moger2012-05-051-2/+2
|/
* Allow user services to control editing of display name and email addressJames Moger2012-04-251-0/+20
* Added a logout hook to IUserServiceJames Moger2012-04-251-0/+12
* Merge pull request #12 from jcrygier/ldap_unboundidJames Moger2012-04-241-0/+16
|\
| * Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-061-0/+16
* | Revised repository model list persistence (issue 81)James Moger2012-04-101-34/+18
* | Fixed: could not clear any RepositoryModel setting list (issue 81)James Moger2012-04-091-5/+27
|/
* Eliminated Lucene settingsJames Moger2012-03-191-19/+2
* Implemented Lucene search result pagingJames Moger2012-03-171-3/+4
* Repository-branch Lucene indexing is now opt-inJames Moger2012-03-161-0/+11
* Close the Lucene index writer/searcher on a repository rename or deleteJames Moger2012-03-151-0/+3
* Refactored Lucene integration and fixed two index deleteDocument bugsJames Moger2012-03-151-13/+25
* More Lucene progressJames Moger2012-03-091-0/+1
* Draft integration of Lucene search mechanism and web uiJames Moger2012-02-281-2/+2
* Delete branch from index. Queue index update from the PostReceiveHook.James Moger2012-02-281-0/+10
* Partially working Lucene executor. Needs refactoring. (issue 16)James Moger2012-02-261-0/+10
* Use proper timezone to generate all metricsJames Moger2012-02-251-1/+1
* Fixed nullpointer on pushing to an empty repository (issue 69)James Moger2012-02-231-1/+1
* Account for null real path from servlet container (issue 67)James Moger2012-02-231-4/+8
* Allow specifying a timezone in gitblit.properties/web.xml (issue 54)James Moger2012-02-211-2/+35
* Setting to control display/serving non-bare repositories (issue 49)James Moger2012-02-031-4/+3
* Block pushes to a repository with a working copy (issue 49)James Moger2012-02-031-0/+1
* Refactored and unit tested updating HEAD featureJames Moger2012-02-021-10/+9
* Added some logging for relinking HEADJames Moger2012-02-021-2/+10
* RepositoryModel will use String rather than RefModel to track the currentPhilip L. McMahon2012-01-281-7/+6
* Allow administrative modification of the default branch/tag referenced by HEAD.Philip L. McMahon2012-01-261-0/+8
* Documentation. Find bugs. Organized imports.James Moger2012-01-091-3/+1
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-091-6/+23
* WAR/Express builds now copy bundled push scripts to configured scripts folderJames Moger2012-01-061-2/+17
* Using ArrayUtils.isEmpty to test arrays and collectionsJames Moger2012-01-051-3/+4
* Federation pull_scripts request. Documentation.James Moger2012-01-041-0/+1