summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils
Commit message (Expand)AuthorAgeFilesLines
* Experimental JGit-based GC ExecutorJames Moger2012-10-281-0/+3
* Repository sorting should be case-insensitiveJames Moger2012-10-231-0/+2
* Permission regexes are now case-insensitiveJames Moger2012-10-221-0/+13
* Completed permissions UI, RPC, and Manager support (issue 36)James Moger2012-10-191-12/+50
* Exclude submodules from zip downloads (issue 151)James Moger2012-10-191-0/+3
* Fix possible string index out of bounds exceptionJames Moger2012-10-101-4/+9
* Finer-grained repository access permissions (issue 36)James Moger2012-10-101-0/+20
* Catch all exceptions from MarkdownPapers and rethrow as ParseException (issue...James Moger2012-10-051-0/+6
* Adjusted message to be more descriptive (issue 126)James Moger2012-10-041-1/+1
* Fixed repository reference leak in fork mechanismJames Moger2012-10-041-3/+2
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-293-2/+43
* Support X-Forwarded-Context for subdomain proxy configs (issue 135)James Moger2012-09-201-1/+15
* Use https for Gravatar integrationJames Moger2012-09-171-2/+2
* Fixed null pointer in commit page due to changes in submodule link (issue 132)James Moger2012-09-141-3/+8
* Fix bug in diff view for filenames with non-ASCII characters (issue 128)James Moger2012-09-103-8/+53
* Draft project pages, project metadata, and RSS feedsJames Moger2012-09-071-2/+1
* Merged CVE-2007-450 warning logging from Jason Pyeron (issue 126)Jason Pyeron2012-09-061-0/+135
* Switch from StringBuffer to StringBuilderJames Moger2012-08-311-2/+2
* Fixed string encoding regression introduced with fix for BOMJames Moger2012-08-181-1/+0
* Optionally cache repository list for improved performanceJames Moger2012-08-173-20/+19
* Submodules supportJames Moger2012-08-103-11/+99
* Strip hidden UTF-8 BOM from string contentJames Moger2012-08-101-2/+9
* Do not incrementally index blobs in submodules (issue 119)James Moger2012-08-071-11/+13
* Support for X-Forwarded-Proto and X-Forwarded-Port (issue 115)James Moger2012-08-021-4/+39
* Compile regex patterns once and use matches instead of find (issue 103)James Moger2012-08-021-13/+13
* Tweak to relative path determination for symlinks (issue 116)James Moger2012-08-011-4/+4
* Regex exclusions for repository search (issue 103)James Moger2012-08-011-5/+33
* Add recursion depth control for repository search (issue 103)James Moger2012-08-011-5/+13
* Fixes to relative path determination for symlinks (issue 116)James Moger2012-07-271-1/+15
* Update to JGit 2.0.0James Moger2012-07-112-3/+8
* Persist cookies in ConfigUserService. Update LDAPUserService to generate coo...James Moger2012-07-111-1/+5
* Adjust repository search to handle foo.git and foo/bar.git (issue 104)James Moger2012-07-101-3/+8
* Revised TimeUtils for localizationJames Moger2012-06-151-20/+65
* Updated to Bootstrap 2.0.4. Responsive layout by default.James Moger2012-06-081-2/+2
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-072-5/+48
* Expose JGit's runtime configuration settings (issue 93)James Moger2012-06-061-0/+65
* Possible fix for federation branch mirroring issue (issue 86)James Moger2012-06-061-0/+68
* Allow for admin teams with spaces in their name.unknown2012-04-241-14/+18
* Rework LDAP implementation with unboundid. Also allows for an LDAP server to...John Crygier2012-04-101-0/+28
* Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-061-0/+89
* Adjustments to ClientLoggerJames Moger2012-03-311-11/+56
* Add ClientLogger so scripts can log info / warning messages to the pushing cl...John Crygier2012-03-311-0/+32
* Fixed symlink absolute path/canonical path mixup with JGit (issue 78)James Moger2012-03-282-2/+31
* Ensure that FederationPullExecutor resets to FETCH_HEAD for mirrorsJames Moger2012-03-241-23/+0
* Restore the leading hunk of the first line of a fragmentJames Moger2012-03-211-0/+26
* Properly handle renames on incremental indexingJames Moger2012-03-201-0/+4
* Refactored Lucene integration and fixed two index deleteDocument bugsJames Moger2012-03-151-1018/+0
* A bunch more Lucene workJames Moger2012-03-142-14/+54
* Revise indexed fields and improve Lucene page usabilityJames Moger2012-03-122-16/+64
* Revised reindex method per JGit team recommendationJames Moger2012-03-121-91/+143