summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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 RepositoryM...James Moger2011-12-201-6/+15
* 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