summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/client
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-2744-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 Moger2013-01-235-19/+16
|\
| * Revised multiple owners contributionJames Moger2013-01-237-28/+22
| |
| * Merge multiple owners feature (pull request #63, #66)SHaselbauer2013-01-216-12/+15
| |
* | Show indicators for Sparkleshared repositoriesJames Moger2013-01-111-0/+8
|/
* Support local accounts with LdapUserService and RedmineUserService (issue-183)James Moger2013-01-042-8/+15
|
* Setting to stop a repository from contributing to the activity pageJames Moger2012-12-061-2/+1
|
* Added attributes tab to Edit User for both site and ManagerJames Moger2012-12-051-0/+39
|
* Global and per-repository setting to throttle prolific repos in Activity ↵James Moger2012-12-051-0/+9
| | | | page (issue-173)
* Mostly functional Gitblit Certificate Authority toolJames Moger2012-11-231-3/+7
|
* Permission filtering in web uiJames Moger2012-11-024-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 settingJames Moger2012-11-0111-14/+1
|
* Gracefully deal with missing repository in permissions ui (issue 155)James Moger2012-11-013-24/+34
|
* Renamed isEditable to mutableJames Moger2012-10-313-4/+4
|
* Improve transparency of permissions by indicating permission sourceJames Moger2012-10-313-46/+30
|
* Enable verify committer iff >= push restrictedJames Moger2012-10-311-1/+3
|
* Handle case of missing repository in Manager (issue 155)James Moger2012-10-311-1/+9
|
* Moved owner field onto access permissions tabJames Moger2012-10-301-3/+7
|
* Refactor GC period into an integer for simpler translationsJames Moger2012-10-301-0/+15
| | | | Also hooked-up GC settings in the Manager.
* Stabilizing and polishing permissions ui. Still in-progress.James Moger2012-10-297-39/+193
|
* Add some common regex filters to the repository listsJames Moger2012-10-232-9/+43
|
* Fixed null pointer exceptions Manager create User and TeamJames Moger2012-10-222-4/+14
|
* Differentiate between an explicit permission and a regex permissionJames Moger2012-10-223-6/+53
|
* Construct access permissions from already retrieved dataJames Moger2012-10-192-12/+21
|
* Completed permissions UI, RPC, and Manager support (issue 36)James Moger2012-10-1910-61/+353
|
* Implemented Manager support for team roles and verify committerJames Moger2012-10-122-1/+26
|
* Support Team canAdmin, canCreate, and canFork (issue 36)James Moger2012-10-101-1/+1
|
* Implemented New Repository for personal repositoriesJames Moger2012-10-051-1/+6
|
* Display fork indicator in ManagerJames Moger2012-10-031-0/+8
|
* Implemented support for toggling User.canFork in ManagerJames Moger2012-10-031-0/+5
|
* Implemented support for toggling Repository.allowForks in ManagerJames Moger2012-10-031-2/+13
|
* 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
|