Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 44 | -9422/+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. | ||||
* | Merged multiple owners (pull request #63) | James Moger | 2013-01-23 | 5 | -19/+16 |
|\ | |||||
| * | Revised multiple owners contribution | James Moger | 2013-01-23 | 7 | -28/+22 |
| | | |||||
| * | Merge multiple owners feature (pull request #63, #66) | SHaselbauer | 2013-01-21 | 6 | -12/+15 |
| | | |||||
* | | Show indicators for Sparkleshared repositories | James Moger | 2013-01-11 | 1 | -0/+8 |
|/ | |||||
* | Support local accounts with LdapUserService and RedmineUserService (issue-183) | James Moger | 2013-01-04 | 2 | -8/+15 |
| | |||||
* | Setting to stop a repository from contributing to the activity page | James Moger | 2012-12-06 | 1 | -2/+1 |
| | |||||
* | Added attributes tab to Edit User for both site and Manager | James Moger | 2012-12-05 | 1 | -0/+39 |
| | |||||
* | Global and per-repository setting to throttle prolific repos in Activity ↵ | James Moger | 2012-12-05 | 1 | -0/+9 |
| | | | | page (issue-173) | ||||
* | Mostly functional Gitblit Certificate Authority tool | James Moger | 2012-11-23 | 1 | -3/+7 |
| | |||||
* | Permission filtering in web ui | James Moger | 2012-11-02 | 4 | -7/+101 |
| | | | | | Present the mutable permissions by default. Allow the administrator or owner to toggle the displayed permissions to see how the user and team permissions are applied to a repository. | ||||
* | Centralize Manager row height setting | James Moger | 2012-11-01 | 11 | -14/+1 |
| | |||||
* | Gracefully deal with missing repository in permissions ui (issue 155) | James Moger | 2012-11-01 | 3 | -24/+34 |
| | |||||
* | Renamed isEditable to mutable | James Moger | 2012-10-31 | 3 | -4/+4 |
| | |||||
* | Improve transparency of permissions by indicating permission source | James Moger | 2012-10-31 | 3 | -46/+30 |
| | |||||
* | Enable verify committer iff >= push restricted | James Moger | 2012-10-31 | 1 | -1/+3 |
| | |||||
* | Handle case of missing repository in Manager (issue 155) | James Moger | 2012-10-31 | 1 | -1/+9 |
| | |||||
* | Moved owner field onto access permissions tab | James Moger | 2012-10-30 | 1 | -3/+7 |
| | |||||
* | Refactor GC period into an integer for simpler translations | James Moger | 2012-10-30 | 1 | -0/+15 |
| | | | | Also hooked-up GC settings in the Manager. | ||||
* | Stabilizing and polishing permissions ui. Still in-progress. | James Moger | 2012-10-29 | 7 | -39/+193 |
| | |||||
* | Add some common regex filters to the repository lists | James Moger | 2012-10-23 | 2 | -9/+43 |
| | |||||
* | Fixed null pointer exceptions Manager create User and Team | James Moger | 2012-10-22 | 2 | -4/+14 |
| | |||||
* | Differentiate between an explicit permission and a regex permission | James Moger | 2012-10-22 | 3 | -6/+53 |
| | |||||
* | Construct access permissions from already retrieved data | James Moger | 2012-10-19 | 2 | -12/+21 |
| | |||||
* | Completed permissions UI, RPC, and Manager support (issue 36) | James Moger | 2012-10-19 | 10 | -61/+353 |
| | |||||
* | Implemented Manager support for team roles and verify committer | James Moger | 2012-10-12 | 2 | -1/+26 |
| | |||||
* | Support Team canAdmin, canCreate, and canFork (issue 36) | James Moger | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Implemented New Repository for personal repositories | James Moger | 2012-10-05 | 1 | -1/+6 |
| | |||||
* | Display fork indicator in Manager | James Moger | 2012-10-03 | 1 | -0/+8 |
| | |||||
* | Implemented support for toggling User.canFork in Manager | James Moger | 2012-10-03 | 1 | -0/+5 |
| | |||||
* | Implemented support for toggling Repository.allowForks in Manager | James Moger | 2012-10-03 | 1 | -2/+13 |
| | |||||
* | 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 |
| |