| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented New Repository for personal repositories | James Moger | 2012-10-05 | 1 | -0/+18 |
* | Fix anonymous browsing of user profile page | James Moger | 2012-10-03 | 2 | -1/+5 |
* | Use anonymous usermodel in a few places | James Moger | 2012-10-03 | 1 | -4/+4 |
* | Fix fork detection on Windows | James Moger | 2012-10-03 | 1 | -0/+4 |
* | Display entire fork network. Link as appropriate for user permissions. | James Moger | 2012-10-03 | 3 | -8/+29 |
* | Moved the fork mechanism from a javascript link to a separate page | James Moger | 2012-10-02 | 1 | -0/+3 |
* | Method to generate fork network graph | James Moger | 2012-10-01 | 1 | -0/+80 |
* | Show fork links according to user permissions. Improve fork detection. | James Moger | 2012-10-01 | 1 | -0/+10 |
* | Preliminary implementation of server-side forking (issue 137) | James Moger | 2012-09-29 | 3 | -0/+82 |
* | Revised delete branch feature (issue 121) | James Moger | 2012-09-20 | 1 | -0/+3 |
* | Draft project pages, project metadata, and RSS feeds | James Moger | 2012-09-07 | 1 | -0/+95 |
* | Submodules support | James Moger | 2012-08-10 | 2 | -4/+53 |
* | Improve submodule checking in LuceneExecutor (issue-119) | James Moger | 2012-08-10 | 1 | -0/+11 |
* | Per-repository authorization control: AUTHENTICATED and NAMED (issue 117) | James Moger | 2012-08-02 | 2 | -1/+11 |
* | Forgot to commit UserModel with cookie field | James Moger | 2012-07-11 | 1 | -0/+1 |
* | Revised TimeUtils for localization | James Moger | 2012-06-15 | 1 | -2/+2 |
* | Adjustments to custom fields in Manager | James Moger | 2012-05-10 | 2 | -1/+25 |
* | Make the variables / messages more consistant | John Crygier | 2012-05-07 | 1 | -1/+1 |
* | Web UI done for Custom Fields. Changed variable names to be consistent with ... | John Crygier | 2012-05-04 | 1 | -1/+1 |
* | Change techique for custom properties to fall in line with reading / writing ... | John Crygier | 2012-05-04 | 1 | -43/+2 |
* | Ability to get / set "custom" properties within a RepositoryModel. This make... | John Crygier | 2012-05-03 | 1 | -0/+43 |
* | Disable membership, display name, and email fields in Manager if unsupported ... | James Moger | 2012-04-25 | 1 | -0/+8 |
* | Merge jcrygier's LDAP injection defense and displayname/email retrieval | James Moger | 2012-04-25 | 1 | -0/+9 |
|\ |
|
| * | Add logic to get display name & email (Simply stored in user model for now). | John Crygier | 2012-04-25 | 1 | -0/+2 |
* | | Automatically set java.awt.headless=true for Gitblit GO | James Moger | 2012-04-09 | 1 | -0/+1 |
|/ |
|
* | Corrected timestamp on activity panel from author time to committer time | James Moger | 2012-03-25 | 1 | -1/+5 |
* | Implemented RPC administration of indexed branches | James Moger | 2012-03-17 | 1 | -0/+14 |
* | Implemented Lucene search result paging | James Moger | 2012-03-17 | 1 | -0/+4 |
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 1 | -1/+2 |
* | Refactored Lucene integration and fixed two index deleteDocument bugs | James Moger | 2012-03-15 | 1 | -2/+2 |
* | Revise indexed fields and improve Lucene page usability | James Moger | 2012-03-12 | 1 | -3/+19 |
* | Revised reindex method per JGit team recommendation | James Moger | 2012-03-12 | 1 | -0/+2 |
* | More Lucene progress | James Moger | 2012-03-09 | 1 | -0/+2 |
* | Activity page now considers all local branches (issue 65) | James Moger | 2012-02-24 | 1 | -13/+52 |
* | Merged issues/lucene branch | James Moger | 2012-02-19 | 2 | -0/+578 |
|\ |
|
| * | Properly index blobs on a branch | James Moger | 2012-02-19 | 1 | -1/+3 |
| * | Implemented multi-repository Lucene search | James Moger | 2012-02-17 | 1 | -1/+3 |
| * | Fixed date bugs on IssueModel | James Moger | 2012-02-17 | 1 | -1/+6 |
| * | Fairly functional Lucene backend for commits, blobs, and issues | James Moger | 2012-01-24 | 2 | -0/+52 |
| * | More functional issues. | James Moger | 2012-01-15 | 1 | -49/+256 |
| * | Branch for implementing distributed gb-issues | James Moger | 2012-01-13 | 1 | -0/+310 |
* | | Block pushes to a repository with a working copy (issue 49) | James Moger | 2012-02-03 | 1 | -3/+3 |
* | | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 1 | -2/+2 |
* | | RepositoryModel will use String rather than RefModel to track the current | Philip L. McMahon | 2012-01-28 | 1 | -2/+2 |
* | | Allow administrative modification of the default branch/tag referenced by HEAD. | Philip L. McMahon | 2012-01-26 | 1 | -0/+2 |
|/ |
|
* | Documentation. Find bugs. Organized imports. | James Moger | 2012-01-09 | 1 | -1/+1 |
* | Strip trailing .git from displayed repository links, saves room, looks cleaner | James Moger | 2012-01-06 | 1 | -1/+6 |
* | Implemented Team hook scripts | James Moger | 2011-12-27 | 1 | -0/+3 |
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -0/+8 |
* | Renamed GitblitUserService, sendMail method, sendmail.groovy, and RepositoryM... | James Moger | 2011-12-20 | 1 | -1/+1 |