summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/client
Commit message (Collapse)AuthorAgeFilesLines
* Optionally cache repository list for improved performanceJames Moger2012-08-172-0/+35
|
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-023-5/+48
|
* Prohibit trailing slashes in repository names (issue 104)James Moger2012-07-101-0/+3
|
* Revised TimeUtils for localizationJames Moger2012-06-153-5/+14
| | | | | | | | TimeUtils needs to output localized strings like "5 days ago" and "6 months". In order to do this it needs a translation resource. Additionally, that resource can not be static because the single Gitblit server can handle multiple connections in different locales/languages. TimeUtils has changed from a collection of static methods to some static methods and some instance methods. A TimeUtils is instantiated with an optional resource bundle which contains the preferred translation. If the resourec bundle is null or the requested translation key does not exist, an English default will be used. This change required adjusting the signatures of several key methods and that cascaded out to adjusting those methods calls in many, many classes.
* Updated Git logosJames Moger2012-06-081-1/+1
|
* Implemented default access restriction (issue 88)James Moger2012-06-063-0/+14
|
* Adjustments to custom fields in ManagerJames Moger2012-05-102-22/+47
|
* Change layout to BoxLayout (assuming window won't be resized)John Crygier2012-05-072-497/+9
|
* Add custom fields to the managerJohn Crygier2012-05-073-2/+541
|
* Disable membership, display name, and email fields in Manager if unsupported ↵James Moger2012-04-253-6/+29
| | | | by user service
* Allow manipulating display name and email address from manager appJames Moger2012-04-252-2/+17
|
* Implemented support for "default" branchJames Moger2012-03-271-2/+7
|
* Adjust translation for default branch (HEAD)James Moger2012-03-201-1/+1
|
* Implemented RPC administration of indexed branchesJames Moger2012-03-172-1/+19
|
* Refactored and unit tested updating HEAD featureJames Moger2012-02-021-11/+10
|
* Added support to Manager for relinking HEAD via JSON-RPCJames Moger2012-02-021-49/+92
|
* Fixed username case-sensitivity bugs (issue 43)James Moger2012-01-161-13/+11
|
* Using ArrayUtils.isEmpty to test arrays and collectionsJames Moger2012-01-052-9/+17
|
* Show inherited push scripts in ManagerJames Moger2011-12-284-25/+68
|
* Manager support for hook script inheritanceJames Moger2011-12-284-8/+162
|
* Support mailing lists for TeamsJames Moger2011-12-211-6/+24
|
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵James Moger2011-12-201-6/+15
| | | | RepositoryModel.mailingLists
* RPC support for hook script selectionJames Moger2011-12-194-10/+85
|
* Edit and store per-repository mail recipients in site and RPCJames Moger2011-12-171-1/+8
|
* Teams JSON-RPC supportJames Moger2011-12-1310-35/+1024
|
* Display more refs (still not all) per rss entry. Misc ui tweaks.James Moger2011-11-103-42/+105
|
* Refresh log on display. Adjusted spacing of status panel.James Moger2011-11-102-13/+18
|
* Show busy cursors when executing workersJames Moger2011-11-102-0/+6
|
* Restored html content to feeds. Include regex substitutions in content.James Moger2011-11-093-3/+3
|
* Log feature based on Search dialog. Renamed some classes.James Moger2011-11-076-97/+133
|
* Refinements to search dialog and null checks in cell renderersJames Moger2011-11-044-22/+36
|
* Support pagination in RSS feeds. Standardize pg as page parameter.James Moger2011-11-043-33/+102
|
* Search added to gbapi. Search dialog for Manager. Misc Manager fixes.James Moger2011-11-046-16/+427
|
* Revised branch rendering. Added ref rendering to message column.James Moger2011-11-037-54/+161
|
* Feeds and Manager must respect a server's web.mountParameters settingJames Moger2011-11-032-6/+31
|
* Differentiate new activity on feeds panelJames Moger2011-11-035-11/+90
|
* Populate author selector based on repository selectorJames Moger2011-11-021-3/+24
|
* Added author selector to feeds panelJames Moger2011-11-021-16/+83
|
* Added repository selector to feeds panelJames Moger2011-11-023-6/+94
|
* Branch renderer. String change. Config section name changes.James Moger2011-11-016-26/+105
|
* Refactored monolithic GitblitPanel into pieces. Revised feed generation.James Moger2011-11-0111-1100/+1404
|
* More feeds work in ManagerJames Moger2011-10-3111-199/+560
|
* Preserve feed selections when not saving passwordsJames Moger2011-10-282-4/+9
|
* Added basic rss subscriptions to ManagerJames Moger2011-10-2810-47/+535
|
* New login/edit registration dialog. Added url to status panel.James Moger2011-10-287-105/+324
|
* Add version number and date to ServerStatus. Conditionally hide status.James Moger2011-10-272-9/+30
|
* Added status iconJames Moger2011-10-261-1/+1
|
* Show manage dialog on startup of ManagerJames Moger2011-10-261-0/+5
|
* Organized importsJames Moger2011-10-261-1/+0
|
* Properly catch Not Allowed (405) and Unknown Request (501) errorsJames Moger2011-10-265-5/+38
|