summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/panels
Commit message (Expand)AuthorAgeFilesLines
* Change Clippy's script access attributeJames Moger2014-09-051-1/+1
* Fix NPE when anonymous admins are editing a repository (issue-490)James Moger2014-09-041-0/+3
* Do not serialize Loggerticket/114James Moger2014-06-272-5/+12
* Fix substring regression in repository name panelJames Moger2014-06-091-1/+2
* Use separate project and name field models in the RepositoryNamePanelJames Moger2014-06-091-39/+34
* Use AJAX to manage the SSH keys panelJames Moger2014-06-051-19/+27
* Add a basic SSH public key management UIJames Moger2014-06-054-0/+281
* Revise the user profile page and add a preferences formJames Moger2014-06-045-5/+5
* Rename option classesJames Moger2014-06-046-8/+8
* Hide allow forks control if forking is disabledJames Moger2014-06-032-4/+14
* Extract re-usable conditional choice option panelJames Moger2014-06-032-0/+97
* Hide empty option descriptionsJames Moger2014-06-033-5/+7
* Use alignment from option panels un AccessPolicyPanelJames Moger2014-06-031-7/+3
* Extract re-usable checkbox, choice, and text option panelsJames Moger2014-06-039-21/+215
* Overhaul EditRepositoryPage for layout and usabilityJames Moger2014-06-033-12/+45
* Use AccessPolicyPanel in EditRepositoryPageJames Moger2014-06-031-3/+14
* Use RepositoryNamePanel in EditRepositoryPage, rename AccessPolicyPanelJames Moger2014-06-034-62/+105
* Extract repository name panel for re-useJames Moger2014-06-033-1/+167
* Extract authorization/access selection panel to re-usable classJames Moger2014-06-032-0/+196
* Simplified repository creation with a NewRepositoryPageJames Moger2014-06-032-5/+3
* Do not directly link to the EmptyRepositoryPageJames Moger2014-05-231-10/+1
* Correct usage of bugtraq processorJames Moger2014-05-221-1/+1
* Remove the edit link and the rss feed link from the repositories panelJames Moger2014-05-152-90/+4
* Move delete repository function into the edit pageJames Moger2014-05-094-109/+3
* Added option to disable deleting of non empty repositories through the user i...peto2682014-05-082-13/+45
* Consolidate open tickets page parametersJames Moger2014-05-071-5/+1
* Allow plugins to extend the top navbar and repository navbarJames Moger2014-05-052-25/+69
* Integrate admin menu into user menu and add user menu extensionJames Moger2014-05-051-3/+10
* Overhaul menu item classes and add AdminMenuExtension pointJames Moger2014-05-051-8/+25
* Add raw links to branchesJames Moger2014-05-053-3/+12
* Replace RawPage with RawServletJames Moger2014-05-051-4/+7
* Change My Tickets repository link to the repository tickets pageJames Moger2014-05-022-5/+8
* Refactored common code out of My Tickets and TicketsJames Moger2014-05-015-0/+424
* [findbugs] Change scope of variable in HistoryPanelJames Moger2014-04-171-3/+1
* [findbugs] Remove pointless field assignmentJames Moger2014-04-171-1/+0
* Organize importsJames Moger2014-04-171-1/+1
* Improve Sparkleshare integration, but leave disabled for nowJames Moger2014-04-101-5/+5
* Improve isServingRepositories checkJames Moger2014-04-101-1/+1
* Set tooltip for truncated tag and branch messagesJames Moger2014-03-133-5/+18
* Move Gitblit branches to refs/meta/gitblitJames Moger2014-03-081-3/+3
* Implement user "disabled" flag as an alternative to deleting the accountJames Moger2014-03-041-3/+4
* Lower opacity for merge commit short messages in the log panelJames Moger2014-03-031-2/+3
* Ticket tracker with patchset contributionsJames Moger2014-03-038-651/+956
* Eliminate Gravatar profile linking and improve apiJames Moger2014-03-035-30/+16
* Reduce use of final to avoid Wicket serialization issues in reflogsJames Moger2014-03-032-16/+15
* Fixed rounded timestamps of reflogsJames Moger2014-03-032-9/+2
* Add an ajax text link and an icon ajax linkJames Moger2014-03-013-0/+98
* Gracefully recover history page from failure to find specified commitJames Moger2014-03-011-33/+48
* Exclude commit id from all author search linksJames Moger2014-02-283-3/+3
* Fix author search links from compare pagesJames Moger2014-02-281-1/+1