Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optionally cache repository list for improved performance | James Moger | 2012-08-17 | 2 | -0/+35 |
| | |||||
* | Per-repository authorization control: AUTHENTICATED and NAMED (issue 117) | James Moger | 2012-08-02 | 3 | -5/+48 |
| | |||||
* | Prohibit trailing slashes in repository names (issue 104) | James Moger | 2012-07-10 | 1 | -0/+3 |
| | |||||
* | Revised TimeUtils for localization | James Moger | 2012-06-15 | 3 | -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 logos | James Moger | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Implemented default access restriction (issue 88) | James Moger | 2012-06-06 | 3 | -0/+14 |
| | |||||
* | Adjustments to custom fields in Manager | James Moger | 2012-05-10 | 2 | -22/+47 |
| | |||||
* | Change layout to BoxLayout (assuming window won't be resized) | John Crygier | 2012-05-07 | 2 | -497/+9 |
| | |||||
* | Add custom fields to the manager | John Crygier | 2012-05-07 | 3 | -2/+541 |
| | |||||
* | Disable membership, display name, and email fields in Manager if unsupported ↵ | James Moger | 2012-04-25 | 3 | -6/+29 |
| | | | | by user service | ||||
* | Allow manipulating display name and email address from manager app | James Moger | 2012-04-25 | 2 | -2/+17 |
| | |||||
* | Implemented support for "default" branch | James Moger | 2012-03-27 | 1 | -2/+7 |
| | |||||
* | Adjust translation for default branch (HEAD) | James Moger | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Implemented RPC administration of indexed branches | James Moger | 2012-03-17 | 2 | -1/+19 |
| | |||||
* | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 1 | -11/+10 |
| | |||||
* | Added support to Manager for relinking HEAD via JSON-RPC | James Moger | 2012-02-02 | 1 | -49/+92 |
| | |||||
* | Fixed username case-sensitivity bugs (issue 43) | James Moger | 2012-01-16 | 1 | -13/+11 |
| | |||||
* | Using ArrayUtils.isEmpty to test arrays and collections | James Moger | 2012-01-05 | 2 | -9/+17 |
| | |||||
* | Show inherited push scripts in Manager | James Moger | 2011-12-28 | 4 | -25/+68 |
| | |||||
* | Manager support for hook script inheritance | James Moger | 2011-12-28 | 4 | -8/+162 |
| | |||||
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -6/+24 |
| | |||||
* | Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵ | James Moger | 2011-12-20 | 1 | -6/+15 |
| | | | | RepositoryModel.mailingLists | ||||
* | RPC support for hook script selection | James Moger | 2011-12-19 | 4 | -10/+85 |
| | |||||
* | Edit and store per-repository mail recipients in site and RPC | James Moger | 2011-12-17 | 1 | -1/+8 |
| | |||||
* | Teams JSON-RPC support | James Moger | 2011-12-13 | 10 | -35/+1024 |
| | |||||
* | Display more refs (still not all) per rss entry. Misc ui tweaks. | James Moger | 2011-11-10 | 3 | -42/+105 |
| | |||||
* | Refresh log on display. Adjusted spacing of status panel. | James Moger | 2011-11-10 | 2 | -13/+18 |
| | |||||
* | Show busy cursors when executing workers | James Moger | 2011-11-10 | 2 | -0/+6 |
| | |||||
* | Restored html content to feeds. Include regex substitutions in content. | James Moger | 2011-11-09 | 3 | -3/+3 |
| | |||||
* | Log feature based on Search dialog. Renamed some classes. | James Moger | 2011-11-07 | 6 | -97/+133 |
| | |||||
* | Refinements to search dialog and null checks in cell renderers | James Moger | 2011-11-04 | 4 | -22/+36 |
| | |||||
* | Support pagination in RSS feeds. Standardize pg as page parameter. | James Moger | 2011-11-04 | 3 | -33/+102 |
| | |||||
* | Search added to gbapi. Search dialog for Manager. Misc Manager fixes. | James Moger | 2011-11-04 | 6 | -16/+427 |
| | |||||
* | Revised branch rendering. Added ref rendering to message column. | James Moger | 2011-11-03 | 7 | -54/+161 |
| | |||||
* | Feeds and Manager must respect a server's web.mountParameters setting | James Moger | 2011-11-03 | 2 | -6/+31 |
| | |||||
* | Differentiate new activity on feeds panel | James Moger | 2011-11-03 | 5 | -11/+90 |
| | |||||
* | Populate author selector based on repository selector | James Moger | 2011-11-02 | 1 | -3/+24 |
| | |||||
* | Added author selector to feeds panel | James Moger | 2011-11-02 | 1 | -16/+83 |
| | |||||
* | Added repository selector to feeds panel | James Moger | 2011-11-02 | 3 | -6/+94 |
| | |||||
* | Branch renderer. String change. Config section name changes. | James Moger | 2011-11-01 | 6 | -26/+105 |
| | |||||
* | Refactored monolithic GitblitPanel into pieces. Revised feed generation. | James Moger | 2011-11-01 | 11 | -1100/+1404 |
| | |||||
* | More feeds work in Manager | James Moger | 2011-10-31 | 11 | -199/+560 |
| | |||||
* | Preserve feed selections when not saving passwords | James Moger | 2011-10-28 | 2 | -4/+9 |
| | |||||
* | Added basic rss subscriptions to Manager | James Moger | 2011-10-28 | 10 | -47/+535 |
| | |||||
* | New login/edit registration dialog. Added url to status panel. | James Moger | 2011-10-28 | 7 | -105/+324 |
| | |||||
* | Add version number and date to ServerStatus. Conditionally hide status. | James Moger | 2011-10-27 | 2 | -9/+30 |
| | |||||
* | Added status icon | James Moger | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | Show manage dialog on startup of Manager | James Moger | 2011-10-26 | 1 | -0/+5 |
| | |||||
* | Organized imports | James Moger | 2011-10-26 | 1 | -1/+0 |
| | |||||
* | Properly catch Not Allowed (405) and Unknown Request (501) errors | James Moger | 2011-10-26 | 5 | -5/+38 |
| |