Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added ArrayUtils class and unit test | James Moger | 2012-01-05 | 2 | -5/+73 |
| | |||||
* | Federation pull_scripts request. Documentation. | James Moger | 2012-01-04 | 1 | -0/+7 |
| | |||||
* | Added unit test for blockpush.groovy | James Moger | 2012-01-01 | 1 | -4/+25 |
| | |||||
* | Unit testing. Documentation. | James Moger | 2011-12-28 | 2 | -1/+173 |
| | |||||
* | Unit testing fixes and regression fixes. | James Moger | 2011-12-21 | 3 | -5/+24 |
| | |||||
* | Fixed sendemail script to list all commits in a push. | James Moger | 2011-12-17 | 2 | -6/+18 |
| | |||||
* | Federation support for Teams | James Moger | 2011-12-13 | 1 | -10/+74 |
| | |||||
* | Teams JSON-RPC support | James Moger | 2011-12-13 | 1 | -0/+78 |
| | |||||
* | Teams support. | James Moger | 2011-12-07 | 1 | -0/+107 |
| | | | | | | 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. | ||||
* | Unit testing overhaul. | James Moger | 2011-12-07 | 21 | -321/+466 |
| | | | | | | | | Migrated to JUnit4-style tests. Replaced assertTrue with assertEquals where appropriate. Start Gitblit instance with dedicated unit testing settings file and user service. Integrated RPC, Federation, and Git servlet unit tests into suite. | ||||
* | Implemented ConfigUserService. Fixed and deprecated FileUserService. | James Moger | 2011-12-04 | 6 | -8/+109 |
| | |||||
* | Tighter Gravatar integration. New window/tab on most activity links. | James Moger | 2011-11-21 | 1 | -0/+31 |
| | | | | | | | | 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 | -6/+5 |
| | |||||
* | New JGit utility function to retrieve commits since a specific date | James Moger | 2011-11-16 | 1 | -4/+9 |
| | |||||
* | Revised user access checks to account for repository ownership. | James Moger | 2011-11-11 | 1 | -2/+3 |
| | | | | | Repository owners no longer have to be explicitly selected to grant them access to Git, feeds, and zip downloads. Idea from Github/dadalar. | ||||
* | Log feature based on Search dialog. Renamed some classes. | James Moger | 2011-11-07 | 1 | -6/+6 |
| | |||||
* | Unit testing | James Moger | 2011-11-07 | 9 | -77/+259 |
| | |||||
* | Support pagination in RSS feeds. Standardize pg as page parameter. | James Moger | 2011-11-04 | 1 | -6/+16 |
| | |||||
* | Moved SearchType enum to Constants | James Moger | 2011-11-04 | 1 | -15/+14 |
| | |||||
* | RSS search parameters. Include refs as categories in RSS entries. | James Moger | 2011-11-03 | 1 | -0/+8 |
| | |||||
* | Feeds and Manager must respect a server's web.mountParameters setting | James Moger | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | Fixed bug in time utils. Updated some unit tests. | James Moger | 2011-11-02 | 2 | -19/+69 |
| | |||||
* | Refactored monolithic GitblitPanel into pieces. Revised feed generation. | James Moger | 2011-11-01 | 1 | -8/+16 |
| | |||||
* | More feeds work in Manager | James Moger | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Added basic rss subscriptions to Manager | James Moger | 2011-10-28 | 1 | -6/+5 |
| | |||||
* | Added a list branches rpc | James Moger | 2011-10-28 | 1 | -4/+12 |
| | |||||
* | Bug fix to rss feed. Unit test for rss feed. Refactor ssl connection. | James Moger | 2011-10-28 | 1 | -0/+10 |
| | |||||
* | Working edit settings RPC. Web.xml is not directly modified. | James Moger | 2011-10-24 | 1 | -1/+27 |
| | |||||
* | Fixed security hole when cloning repository with TortoiseGit (issue 28) | James Moger | 2011-10-24 | 1 | -1/+18 |
| | |||||
* | Documentation. Refactoring class names. Re-encapsulate settings. | James Moger | 2011-10-22 | 1 | -2/+2 |
| | |||||
* | Revised settings RPC to be Map<String, SettingModel>. | James Moger | 2011-10-21 | 1 | -3/+9 |
| | | | | Added setting metadata. Added server status rpc. Improved setting tab in Manager. | ||||
* | RPC Client: Create/Edit Repository & User. Partially working. | James Moger | 2011-10-12 | 1 | -0/+6 |
| | | | | Added new request type to retrieve Gitblit settings to implement the password preferences (minLength, storage type) and federation sets. | ||||
* | Merge branch 'master' into rpc | James Moger | 2011-10-11 | 1 | -0/+5 |
|\ | |||||
* | | Delete the test user account as part of cleanup. | James Moger | 2011-10-02 | 1 | -6/+12 |
| | | |||||
* | | Fairly complete json rpc interface to view/control Gitblit data objects. | James Moger | 2011-10-02 | 2 | -17/+171 |
| | | |||||
* | | Refactored federation servlet and utils. Started rpc servlet and utils. | James Moger | 2011-10-01 | 2 | -8/+45 |
|/ | |||||
* | Poke test during proposal phase. | James Moger | 2011-09-27 | 1 | -4/+6 |
| | |||||
* | Unit test of the MailExecutor. | James Moger | 2011-09-26 | 1 | -0/+38 |
| | |||||
* | Implemented a Federation Client. Bare clone tweaks. Documentation. | James Moger | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | Revised federation proposal mechanism. Added SendProposalPage. | James Moger | 2011-09-25 | 1 | -3/+7 |
| | |||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 3 | -4/+131 |
| | |||||
* | Updated to Markdown Papers 1.1.1 | James Moger | 2011-08-06 | 1 | -2/+6 |
| | |||||
* | Cleanup imports and formatting. | James Moger | 2011-07-25 | 2 | -3/+3 |
| | |||||
* | Unit test for GitServlet. | James Moger | 2011-07-22 | 1 | -0/+74 |
| | | | | | This unit test is not part of the suite since it requires firing up gitblit, commiting, and stopping gitblit. This is the first step in evolving unit testing of cloning/pushing. |