Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixes and adjustments to test suite | James Moger | 2012-07-11 | 4 | -9/+9 | |
| | ||||||
* | Adjust repository search to handle foo.git and foo/bar.git (issue 104) | James Moger | 2012-07-10 | 1 | -1/+1 | |
| | ||||||
* | Revised TimeUtils for localization | James Moger | 2012-06-15 | 1 | -37/+39 | |
| | | | | | | | | 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. | |||||
* | Try multiple encodings when working with string blobs (issue 97) | James Moger | 2012-06-07 | 1 | -1/+2 | |
| | ||||||
* | Expose JGit's runtime configuration settings (issue 93) | James Moger | 2012-06-06 | 1 | -0/+28 | |
| | ||||||
* | Possible fix for federation branch mirroring issue (issue 86) | James Moger | 2012-06-06 | 1 | -0/+19 | |
| | ||||||
* | Changed constants and fixed nullpointer in update repository | James Moger | 2012-05-10 | 1 | -15/+20 | |
| | ||||||
* | Make the variables / messages more consistant | John Crygier | 2012-05-07 | 1 | -17/+17 | |
| | ||||||
* | Web UI done for Custom Fields. Changed variable names to be consistent with ↵ | John Crygier | 2012-05-04 | 1 | -7/+7 | |
| | | | | "custom" instead of "user" | |||||
* | Change techique for custom properties to fall in line with reading / writing ↵ | John Crygier | 2012-05-04 | 1 | -18/+23 | |
| | | | | of all other properties | |||||
* | Ability to get / set "custom" properties within a RepositoryModel. This ↵ | John Crygier | 2012-05-03 | 2 | -1/+88 | |
| | | | | makes getting specialized settings in hooks much easier. | |||||
* | Merge jcrygier's LDAP injection defense and displayname/email retrieval | James Moger | 2012-04-25 | 2 | -7/+77 | |
|\ | | | | | | | | | Add LDAP logic to retrieve display name & email address Add code / test to defend against LDAP injection attacks. | |||||
| * | Add logic to get display name & email (Simply stored in user model for now). | John Crygier | 2012-04-25 | 2 | -8/+79 | |
| | | | | | | | | Add code / test to defend against LDAP injection attacks. | |||||
* | | Add LdapUserServiceTest to suite and adjusted test port from 389 to 1389 | James Moger | 2012-04-24 | 2 | -8/+12 | |
|/ | ||||||
* | Allow for admin teams with spaces in their name. | unknown | 2012-04-24 | 3 | -9/+29 | |
| | ||||||
* | Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵ | John Crygier | 2012-04-10 | 3 | -0/+234 | |
| | | | | to be started with Gitblit GO (backed by an LDIF file). | |||||
* | Adjustments to ClientLogger | James Moger | 2012-03-31 | 1 | -3/+18 | |
| | ||||||
* | Add ClientLogger so scripts can log info / warning messages to the pushing ↵ | John Crygier | 2012-03-31 | 1 | -10/+56 | |
| | | | | client. | |||||
* | Fixed symlink absolute path/canonical path mixup with JGit (issue 78) | James Moger | 2012-03-28 | 2 | -5/+5 | |
| | ||||||
* | Implemented Lucene search result paging | James Moger | 2012-03-17 | 2 | -12/+12 | |
| | ||||||
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 1 | -23/+35 | |
| | ||||||
* | Refactored Lucene integration and fixed two index deleteDocument bugs | James Moger | 2012-03-15 | 3 | -48/+72 | |
| | ||||||
* | Revise indexed fields and improve Lucene page usability | James Moger | 2012-03-12 | 1 | -6/+6 | |
| | ||||||
* | Revised reindex method per JGit team recommendation | James Moger | 2012-03-12 | 1 | -18/+8 | |
| | ||||||
* | Lucene adjustments | James Moger | 2012-03-10 | 2 | -2/+16 | |
| | ||||||
* | More Lucene progress | James Moger | 2012-03-09 | 2 | -7/+17 | |
| | ||||||
* | Dropped non-annotated tag index test | James Moger | 2012-02-28 | 1 | -7/+0 | |
| | ||||||
* | Partially working Lucene executor. Needs refactoring. (issue 16) | James Moger | 2012-02-26 | 2 | -5/+5 | |
| | ||||||
* | Do not clone empty BlueZGnome repo | James Moger | 2012-02-25 | 1 | -2/+0 | |
| | ||||||
* | Split refs into 2 lines if there are remotes. Use more glyphicons. | James Moger | 2012-02-25 | 1 | -1/+1 | |
| | ||||||
* | Use proper timezone to generate all metrics | James Moger | 2012-02-25 | 1 | -1/+3 | |
| | ||||||
* | Fixed nullpointer on pushing to an empty repository (issue 69) | James Moger | 2012-02-23 | 1 | -3/+3 | |
| | ||||||
* | Fixed UTF-8 encoding bug in diff formatter (issue 66) | James Moger | 2012-02-23 | 1 | -4/+5 | |
| | ||||||
* | Revised unit tests. Swapped BlueZGnome repo (unacessible) for Gitective. | James Moger | 2012-02-21 | 5 | -65/+38 | |
| | ||||||
* | Merged issues/lucene branch | James Moger | 2012-02-19 | 3 | -1/+381 | |
|\ | ||||||
| * | Implemented multi-repository Lucene search | James Moger | 2012-02-17 | 2 | -11/+20 | |
| | | ||||||
| * | Fairly functional Lucene backend for commits, blobs, and issues | James Moger | 2012-01-24 | 3 | -1/+146 | |
| | | ||||||
| * | More functional issues. | James Moger | 2012-01-15 | 2 | -31/+136 | |
| | | ||||||
| * | Branch for implementing distributed gb-issues | James Moger | 2012-01-13 | 2 | -0/+121 | |
| | | ||||||
* | | Add protect-refs unit tests for branch/tag creation/deletion. | Philip L. McMahon | 2012-02-04 | 1 | -0/+91 | |
| | | ||||||
* | | Setting to control display/serving non-bare repositories (issue 49) | James Moger | 2012-02-03 | 1 | -1/+1 | |
| | | ||||||
* | | Block pushes to a repository with a working copy (issue 49) | James Moger | 2012-02-03 | 1 | -0/+33 | |
| | | ||||||
* | | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 1 | -0/+22 | |
| | | ||||||
* | | Fixed username case-sensitivity bugs (issue 43) | James Moger | 2012-01-16 | 1 | -1/+4 | |
|/ | ||||||
* | New function to create an orphan branch (for future use) | James Moger | 2012-01-09 | 1 | -2/+2 | |
| | ||||||
* | Documentation. Find bugs. Organized imports. | James Moger | 2012-01-09 | 1 | -1/+1 | |
| | ||||||
* | Support for gh-pages branch serving as /pages/repo.git | James Moger | 2012-01-09 | 1 | -1/+11 | |
| | ||||||
* | Simplified git servlet unit tests and cleanup working clones afterwards | James Moger | 2012-01-07 | 2 | -41/+51 | |
| | ||||||
* | Fixed bug in receive hook for repositories in subfolders | James Moger | 2012-01-05 | 1 | -1/+31 | |
| | ||||||
* | Fixed line spacing on pushes with multiple branches | James Moger | 2012-01-05 | 1 | -0/+3 | |
| |