summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/client/GitblitPanel.java
Commit message (Expand)AuthorAgeFilesLines
* Teams JSON-RPC supportJames Moger2011-12-131-1/+43
* Revised branch rendering. Added ref rendering to message column.James Moger2011-11-031-1/+1
* Branch renderer. String change. Config section name changes.James Moger2011-11-011-6/+5
* Refactored monolithic GitblitPanel into pieces. Revised feed generation.James Moger2011-11-011-1068/+34
* More feeds work in ManagerJames Moger2011-10-311-38/+36
* Preserve feed selections when not saving passwordsJames Moger2011-10-281-2/+2
* Added basic rss subscriptions to ManagerJames Moger2011-10-281-20/+213
* New login/edit registration dialog. Added url to status panel.James Moger2011-10-281-1/+1
* Add version number and date to ServerStatus. Conditionally hide status.James Moger2011-10-271-5/+7
* Properly catch Not Allowed (405) and Unknown Request (501) errorsJames Moger2011-10-261-0/+1
* Documentation. Changed status RPC protection. Status tab for Manager.James Moger2011-10-251-2/+44
* Show since in settings table. Pack settings table.James Moger2011-10-241-1/+2
* Functional edit setting feature for Manager. Wrote stacktrace viewer.James Moger2011-10-241-3/+67
* Object counts and refresh labels on all header panelsJames Moger2011-10-241-8/+43
* Separate management from administration in rpc servlet.James Moger2011-10-231-9/+23
* Fixed collision error on rename repository or userJames Moger2011-10-221-0/+2
* Documentation. Refactoring class names. Re-encapsulate settings.James Moger2011-10-221-34/+34
* Revised settings RPC to be Map<String, SettingModel>.James Moger2011-10-211-1/+12
* Properly handle anonymous registrations.James Moger2011-10-201-4/+4
* Management of registrations. Usability improvements.James Moger2011-10-181-1/+23
* Added icons and polish. Save and load gitblit registrations.James Moger2011-10-181-17/+126
* Polish GitblitPanel. Exclude the manager from GO and WAR builds.James Moger2011-10-171-15/+21
* Live repository and user filters.James Moger2011-10-171-16/+58
* Documentation for Gitblit Manager.James Moger2011-10-161-12/+0
* Users JList to JTable. Fixed indicator tooltip. Users Tab.James Moger2011-10-161-53/+46
* Refactored all SwingWorkers into GitblitWorkers.James Moger2011-10-151-313/+159
* Rpc Client create/edit user and repository now fully functional.James Moger2011-10-141-5/+35
* Localized RPC client using server's resource file.James Moger2011-10-131-30/+31
* RPC Client: Create/Edit Repository & User. Partially working.James Moger2011-10-121-23/+376
* New setting to disable RPC administration. Advancing the RPC client.James Moger2011-10-051-11/+367
* Skeleton Gitblit Client app using the json rpc api.James Moger2011-10-021-0/+112