Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Submodules support | James Moger | 2012-08-10 | 3 | -11/+99 | |
| | ||||||
* | Strip hidden UTF-8 BOM from string content | James Moger | 2012-08-10 | 1 | -2/+9 | |
| | ||||||
* | Do not incrementally index blobs in submodules (issue 119) | James Moger | 2012-08-07 | 1 | -11/+13 | |
| | ||||||
* | Support for X-Forwarded-Proto and X-Forwarded-Port (issue 115) | James Moger | 2012-08-02 | 1 | -4/+39 | |
| | ||||||
* | Compile regex patterns once and use matches instead of find (issue 103) | James Moger | 2012-08-02 | 1 | -13/+13 | |
| | ||||||
* | Tweak to relative path determination for symlinks (issue 116) | James Moger | 2012-08-01 | 1 | -4/+4 | |
| | ||||||
* | Regex exclusions for repository search (issue 103) | James Moger | 2012-08-01 | 1 | -5/+33 | |
| | ||||||
* | Add recursion depth control for repository search (issue 103) | James Moger | 2012-08-01 | 1 | -5/+13 | |
| | ||||||
* | Fixes to relative path determination for symlinks (issue 116) | James Moger | 2012-07-27 | 1 | -1/+15 | |
| | ||||||
* | Update to JGit 2.0.0 | James Moger | 2012-07-11 | 2 | -3/+8 | |
| | ||||||
* | Persist cookies in ConfigUserService. Update LDAPUserService to generate ↵ | James Moger | 2012-07-11 | 1 | -1/+5 | |
| | | | | cookies. | |||||
* | Adjust repository search to handle foo.git and foo/bar.git (issue 104) | James Moger | 2012-07-10 | 1 | -3/+8 | |
| | ||||||
* | Revised TimeUtils for localization | James Moger | 2012-06-15 | 1 | -20/+65 | |
| | | | | | | | | TimeUtils needs to output localized strings like "5 days ago" and "6 months". In order to do this it needs a translation resource. Additionally, that resource can not be static because the single Gitblit server can handle multiple connections in different locales/languages. TimeUtils has changed from a collection of static methods to some static methods and some instance methods. A TimeUtils is instantiated with an optional resource bundle which contains the preferred translation. If the resourec bundle is null or the requested translation key does not exist, an English default will be used. This change required adjusting the signatures of several key methods and that cascaded out to adjusting those methods calls in many, many classes. | |||||
* | Updated to Bootstrap 2.0.4. Responsive layout by default. | James Moger | 2012-06-08 | 1 | -2/+2 | |
| | ||||||
* | Try multiple encodings when working with string blobs (issue 97) | James Moger | 2012-06-07 | 2 | -5/+48 | |
| | ||||||
* | Expose JGit's runtime configuration settings (issue 93) | James Moger | 2012-06-06 | 1 | -0/+65 | |
| | ||||||
* | Possible fix for federation branch mirroring issue (issue 86) | James Moger | 2012-06-06 | 1 | -0/+68 | |
| | ||||||
* | Allow for admin teams with spaces in their name. | unknown | 2012-04-24 | 1 | -14/+18 | |
| | ||||||
* | Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵ | John Crygier | 2012-04-10 | 1 | -0/+28 | |
| | | | | to be started with Gitblit GO (backed by an LDIF file). | |||||
* | Skeleton LdapUserService based on John Cryiger's implementation | James Moger | 2012-04-06 | 1 | -0/+89 | |
| | ||||||
* | Adjustments to ClientLogger | James Moger | 2012-03-31 | 1 | -11/+56 | |
| | ||||||
* | Add ClientLogger so scripts can log info / warning messages to the pushing ↵ | John Crygier | 2012-03-31 | 1 | -0/+32 | |
| | | | | client. | |||||
* | Fixed symlink absolute path/canonical path mixup with JGit (issue 78) | James Moger | 2012-03-28 | 2 | -2/+31 | |
| | ||||||
* | Ensure that FederationPullExecutor resets to FETCH_HEAD for mirrors | James Moger | 2012-03-24 | 1 | -23/+0 | |
| | ||||||
* | Restore the leading hunk of the first line of a fragment | James Moger | 2012-03-21 | 1 | -0/+26 | |
| | | | Also correctly determine the line number of a fragment. | |||||
* | Properly handle renames on incremental indexing | James Moger | 2012-03-20 | 1 | -0/+4 | |
| | ||||||
* | Refactored Lucene integration and fixed two index deleteDocument bugs | James Moger | 2012-03-15 | 1 | -1018/+0 | |
| | ||||||
* | A bunch more Lucene work | James Moger | 2012-03-14 | 2 | -14/+54 | |
| | | | | | * Only list user-accessible repositories * Syntax-highlight matched blob fragments * Improve look and layout of search results | |||||
* | Revise indexed fields and improve Lucene page usability | James Moger | 2012-03-12 | 2 | -16/+64 | |
| | ||||||
* | Revised reindex method per JGit team recommendation | James Moger | 2012-03-12 | 1 | -91/+143 | |
| | ||||||
* | Lucene adjustments | James Moger | 2012-03-10 | 1 | -7/+4 | |
| | ||||||
* | More Lucene progress | James Moger | 2012-03-09 | 1 | -86/+175 | |
| | ||||||
* | Not all GitNotes were displayed on the commit page (issue 70) | James Moger | 2012-03-05 | 1 | -2/+15 | |
| | ||||||
* | Draft integration of Lucene search mechanism and web ui | James Moger | 2012-02-28 | 1 | -15/+29 | |
| | ||||||
* | Delete branch from index. Queue index update from the PostReceiveHook. | James Moger | 2012-02-28 | 1 | -4/+25 | |
| | ||||||
* | Partially working Lucene executor. Needs refactoring. (issue 16) | James Moger | 2012-02-26 | 1 | -40/+169 | |
| | ||||||
* | Split refs into 2 lines if there are remotes. Use more glyphicons. | James Moger | 2012-02-25 | 1 | -10/+0 | |
| | ||||||
* | Use proper timezone to generate all metrics | James Moger | 2012-02-25 | 2 | -4/+10 | |
| | ||||||
* | Activity page now considers all local branches (issue 65) | James Moger | 2012-02-24 | 1 | -47/+42 | |
| | ||||||
* | Fixed nullpointer on pushing to an empty repository (issue 69) | James Moger | 2012-02-23 | 1 | -20/+16 | |
| | ||||||
* | Fixed UTF-8 encoding bug in diff formatter (issue 66) | James Moger | 2012-02-23 | 2 | -10/+13 | |
| | ||||||
* | Expand age coloring from 2 days to 30 days (issue 57) | James Moger | 2012-02-21 | 1 | -2/+8 | |
| | ||||||
* | Merged issues/lucene branch | James Moger | 2012-02-19 | 4 | -13/+1517 | |
|\ | ||||||
| * | Properly index blobs on a branch | James Moger | 2012-02-19 | 1 | -2/+72 | |
| | | ||||||
| * | Implemented multi-repository Lucene search | James Moger | 2012-02-17 | 1 | -14/+73 | |
| | | ||||||
| * | Fixed date bugs on IssueModel | James Moger | 2012-02-17 | 1 | -1/+2 | |
| | | ||||||
| * | Fairly functional Lucene backend for commits, blobs, and issues | James Moger | 2012-01-24 | 2 | -1/+507 | |
| | | ||||||
| * | More functional issues. | James Moger | 2012-01-15 | 2 | -124/+492 | |
| | | ||||||
| * | Branch for implementing distributed gb-issues | James Moger | 2012-01-13 | 3 | -11/+511 | |
| | | ||||||
* | | Setting to control display/serving non-bare repositories (issue 49) | James Moger | 2012-02-03 | 1 | -14/+11 | |
| | |