Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -228/+0 |
| | | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. | ||||
* | Teams JSON-RPC support | James Moger | 2011-12-13 | 1 | -1/+43 |
| | |||||
* | Revised branch rendering. Added ref rendering to message column. | James Moger | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | Branch renderer. String change. Config section name changes. | James Moger | 2011-11-01 | 1 | -6/+5 |
| | |||||
* | Refactored monolithic GitblitPanel into pieces. Revised feed generation. | James Moger | 2011-11-01 | 1 | -1068/+34 |
| | |||||
* | More feeds work in Manager | James Moger | 2011-10-31 | 1 | -38/+36 |
| | |||||
* | Preserve feed selections when not saving passwords | James Moger | 2011-10-28 | 1 | -2/+2 |
| | |||||
* | Added basic rss subscriptions to Manager | James Moger | 2011-10-28 | 1 | -20/+213 |
| | |||||
* | New login/edit registration dialog. Added url to status panel. | James Moger | 2011-10-28 | 1 | -1/+1 |
| | |||||
* | Add version number and date to ServerStatus. Conditionally hide status. | James Moger | 2011-10-27 | 1 | -5/+7 |
| | |||||
* | Properly catch Not Allowed (405) and Unknown Request (501) errors | James Moger | 2011-10-26 | 1 | -0/+1 |
| | |||||
* | Documentation. Changed status RPC protection. Status tab for Manager. | James Moger | 2011-10-25 | 1 | -2/+44 |
| | |||||
* | Show since in settings table. Pack settings table. | James Moger | 2011-10-24 | 1 | -1/+2 |
| | |||||
* | Functional edit setting feature for Manager. Wrote stacktrace viewer. | James Moger | 2011-10-24 | 1 | -3/+67 |
| | | | Trap connect exceptions. | ||||
* | Object counts and refresh labels on all header panels | James Moger | 2011-10-24 | 1 | -8/+43 |
| | |||||
* | Separate management from administration in rpc servlet. | James Moger | 2011-10-23 | 1 | -9/+23 |
| | | | Added skeleton mechanism to update server settings via rpc. | ||||
* | Fixed collision error on rename repository or user | James Moger | 2011-10-22 | 1 | -0/+2 |
| | |||||
* | Documentation. Refactoring class names. Re-encapsulate settings. | James Moger | 2011-10-22 | 1 | -34/+34 |
| | |||||
* | Revised settings RPC to be Map<String, SettingModel>. | James Moger | 2011-10-21 | 1 | -1/+12 |
| | | | | Added setting metadata. Added server status rpc. Improved setting tab in Manager. | ||||
* | Properly handle anonymous registrations. | James Moger | 2011-10-20 | 1 | -4/+4 |
| | |||||
* | Management of registrations. Usability improvements. | James Moger | 2011-10-18 | 1 | -1/+23 |
| | |||||
* | Added icons and polish. Save and load gitblit registrations. | James Moger | 2011-10-18 | 1 | -17/+126 |
| | |||||
* | Polish GitblitPanel. Exclude the manager from GO and WAR builds. | James Moger | 2011-10-17 | 1 | -15/+21 |
| | |||||
* | Live repository and user filters. | James Moger | 2011-10-17 | 1 | -16/+58 |
| | |||||
* | Documentation for Gitblit Manager. | James Moger | 2011-10-16 | 1 | -12/+0 |
| | |||||
* | Users JList to JTable. Fixed indicator tooltip. Users Tab. | James Moger | 2011-10-16 | 1 | -53/+46 |
| | |||||
* | Refactored all SwingWorkers into GitblitWorkers. | James Moger | 2011-10-15 | 1 | -313/+159 |
| | |||||
* | Rpc Client create/edit user and repository now fully functional. | James Moger | 2011-10-14 | 1 | -5/+35 |
| | |||||
* | Localized RPC client using server's resource file. | James Moger | 2011-10-13 | 1 | -30/+31 |
| | |||||
* | RPC Client: Create/Edit Repository & User. Partially working. | James Moger | 2011-10-12 | 1 | -23/+376 |
| | | | | Added new request type to retrieve Gitblit settings to implement the password preferences (minLength, storage type) and federation sets. | ||||
* | New setting to disable RPC administration. Advancing the RPC client. | James Moger | 2011-10-05 | 1 | -11/+367 |
| | |||||
* | Skeleton Gitblit Client app using the json rpc api. | James Moger | 2011-10-02 | 1 | -0/+112 |