Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 1 | -24/+22 | |
| | | ||||||
* | | Do not traverse unaccessible subdirectories (issue 51) | lemval | 2012-01-31 | 1 | -1/+1 | |
| | | ||||||
* | | RepositoryModel will use String rather than RefModel to track the current | Philip L. McMahon | 2012-01-28 | 1 | -26/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbolic head and available heads. Added convenience methods to JGitUtils to support retrieving available heads as List<String>. When resolving the symbolic head target as a String, if the head is detached, attempt to match the commit SHA1 against the known tags, using the most recent tag if more than one matches. Revised error messaging to better reflect actual outcome. Adjusted tab indexes on edit repository page to include default head combo box. Updated message key for default head combo box to use uppercase "HEAD". | |||||
* | | Correct update of HEAD symbolic reference when target is a tag. | Philip L. McMahon | 2012-01-26 | 1 | -6/+22 | |
| | | | | | | | | | | Revised update results which are considered successful and improved error messaging. | |||||
* | | Allow administrative modification of the default branch/tag referenced by HEAD. | Philip L. McMahon | 2012-01-26 | 1 | -0/+44 | |
|/ | | | | | This allows control over the default branch after clone, which is equivalent to running: git symbolic-ref HEAD refs/heads/mybranch | |||||
* | New function to create an orphan branch (for future use) | James Moger | 2012-01-09 | 1 | -28/+70 | |
| | ||||||
* | Refactored named branch retrieval function | James Moger | 2012-01-09 | 2 | -33/+22 | |
| | ||||||
* | Documentation. Find bugs. Organized imports. | James Moger | 2012-01-09 | 1 | -2/+0 | |
| | ||||||
* | Support for gh-pages branch serving as /pages/repo.git | James Moger | 2012-01-09 | 2 | -0/+37 | |
| | ||||||
* | Strip trailing .git from displayed repository links, saves room, looks cleaner | James Moger | 2012-01-06 | 1 | -0/+7 | |
| | ||||||
* | WAR/Express builds now copy bundled push scripts to configured scripts folder | James Moger | 2012-01-06 | 1 | -0/+46 | |
| | ||||||
* | Added ArrayUtils class and unit test | James Moger | 2012-01-05 | 1 | -0/+36 | |
| | ||||||
* | Federation pull_scripts request. Documentation. | James Moger | 2012-01-04 | 2 | -1/+28 | |
| | ||||||
* | Fixed IndexOutOfBoundsException that occurs when a repository doesn't | Boris Prüßmann | 2012-01-02 | 1 | -1/+1 | |
| | | | have commits within the requested time range. | |||||
* | Fixed revlog where start of range is the zeroId | James Moger | 2011-12-23 | 1 | -1/+8 | |
| | ||||||
* | Improved readability of generated email notifications | James Moger | 2011-12-22 | 1 | -0/+13 | |
| | ||||||
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -2/+3 | |
| | ||||||
* | Fixed sendemail script to list all commits in a push. | James Moger | 2011-12-17 | 1 | -0/+37 | |
| | ||||||
* | Federation support for Teams | James Moger | 2011-12-13 | 1 | -0/+18 | |
| | ||||||
* | Teams JSON-RPC support | James Moger | 2011-12-13 | 1 | -2/+128 | |
| | ||||||
* | Teams support. | James Moger | 2011-12-07 | 1 | -0/+135 | |
| | | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress. | |||||
* | Tighter Gravatar integration. New window/tab on most activity links. | James Moger | 2011-11-21 | 1 | -0/+66 | |
| | | | | | | | | Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile page. This page displays some of the profile information and contains a link to the full Gravatar profile. Activity page links now launch a new window/tab instead of targeting "self" since it can be expensive to requery the activity information. | |||||
* | Fixed build script. Fixed date display on activity page headers. | James Moger | 2011-11-20 | 1 | -7/+5 | |
| | ||||||
* | Reorganizing the recent activity feature | James Moger | 2011-11-19 | 1 | -0/+130 | |
| | ||||||
* | Calculate repository color from name. Show swatch on repository list. | James Moger | 2011-11-18 | 1 | -2/+46 | |
| | ||||||
* | New JGit utility function to retrieve commits since a specific date | James Moger | 2011-11-16 | 1 | -0/+40 | |
| | ||||||
* | Restored html content to feeds. Include regex substitutions in content. | James Moger | 2011-11-09 | 1 | -5/+11 | |
| | ||||||
* | Log feature based on Search dialog. Renamed some classes. | James Moger | 2011-11-07 | 1 | -8/+8 | |
| | ||||||
* | Unit testing | James Moger | 2011-11-07 | 1 | -5/+3 | |
| | ||||||
* | Moved ObjectCache class | James Moger | 2011-11-07 | 1 | -0/+94 | |
| | ||||||
* | Support pagination in RSS feeds. Standardize pg as page parameter. | James Moger | 2011-11-04 | 1 | -3/+13 | |
| | ||||||
* | Moved SearchType enum to Constants | James Moger | 2011-11-04 | 2 | -25/+2 | |
| | ||||||
* | RSS search parameters. Include refs as categories in RSS entries. | James Moger | 2011-11-03 | 1 | -1/+80 | |
| | ||||||
* | Feeds and Manager must respect a server's web.mountParameters setting | James Moger | 2011-11-03 | 1 | -5/+5 | |
| | ||||||
* | Fixed bug in time utils. Updated some unit tests. | James Moger | 2011-11-02 | 1 | -3/+5 | |
| | ||||||
* | Added repository selector to feeds panel | James Moger | 2011-11-02 | 1 | -1/+1 | |
| | ||||||
* | Branch renderer. String change. Config section name changes. | James Moger | 2011-11-01 | 1 | -19/+22 | |
| | ||||||
* | Build gbapi jar. Eliminate unnecessary gbapi runtime dependencies. | James Moger | 2011-11-01 | 3 | -1/+315 | |
| | ||||||
* | Refactored monolithic GitblitPanel into pieces. Revised feed generation. | James Moger | 2011-11-01 | 1 | -13/+11 | |
| | ||||||
* | More feeds work in Manager | James Moger | 2011-10-31 | 1 | -6/+31 | |
| | ||||||
* | Added basic rss subscriptions to Manager | James Moger | 2011-10-28 | 1 | -10/+30 | |
| | ||||||
* | Added a list branches rpc | James Moger | 2011-10-28 | 1 | -0/+21 | |
| | ||||||
* | Bug fix to rss feed. Unit test for rss feed. Refactor ssl connection. | James Moger | 2011-10-28 | 3 | -97/+185 | |
| | ||||||
* | Organized imports | James Moger | 2011-10-26 | 1 | -2/+0 | |
| | ||||||
* | Properly catch Not Allowed (405) and Unknown Request (501) errors | James Moger | 2011-10-26 | 1 | -1/+11 | |
| | ||||||
* | Working edit settings RPC. Web.xml is not directly modified. | James Moger | 2011-10-24 | 1 | -2/+1 | |
| | ||||||
* | Combined-md5 password storage option | James Moger | 2011-10-24 | 1 | -0/+2 | |
| | ||||||
* | Separate management from administration in rpc servlet. | James Moger | 2011-10-23 | 1 | -2/+24 | |
| | | | Added skeleton mechanism to update server settings via rpc. | |||||
* | Documentation. Refactoring class names. Re-encapsulate settings. | James Moger | 2011-10-22 | 1 | -10/+6 | |
| | ||||||
* | Fixed minor bug in flatten strings | James Moger | 2011-10-21 | 1 | -0/+4 | |
| |