13 Commits

Author SHA1 Message Date
robin shine
26535f960a Embed dropwizard jersey module. Add jackson
serialization/deserialization support for Hibernate.
2013-10-11 23:35:58 +08:00
steve
3b33ad2def Merge branch 'master' of https://git.pmease.com/p/robin/commons
* 'master' of https://git.pmease.com/p/robin/commons:
  Sub page should override onPageInitialize() instead of onInitialize()
  Reject git operation when server is not ready.
  Send git error messages to git client. Disable session creation for git operation.
  Make BasePage.onInitialize() final. Add security check for GitFilter

Conflicts:
	gitop.web/src/main/java/com/pmease/gitop/web/page/BasePage.java
	gitop.web/src/main/java/com/pmease/gitop/web/page/account/setting/profile/AccountProfilePage.java
	gitop.web/src/main/java/com/pmease/gitop/web/page/home/HomePage.java
	gitop.web/src/main/java/com/pmease/gitop/web/page/project/ProjectHomePage.java
2013-10-08 15:39:53 +08:00
steve
dbe34cf468 Add AccountPermission 2013-10-08 12:17:26 +08:00
steve
4b10ee989f Merge branch 'master' of https://git.pmease.com/p/robin/commons.git
Conflicts:
	gitop.web/pom.xml
	gitop.web/src/main/java/com/pmease/gitop/web/GitopWebApp.java
	gitop.web/src/main/java/com/pmease/gitop/web/TestPage.java
	gitop.web/src/main/java/com/pmease/gitop/web/WebModule.java
	gitop.web/src/main/java/com/pmease/gitop/web/page/home/HomePage.java
	gitop.web/src/main/java/com/pmease/gitop/web/resource/TestResource.java
2013-10-01 20:25:08 +08:00
steve
b7284a9655 Small refactoring 2013-10-01 20:14:24 +08:00
robin shine
0aab6f6089 Github style account url, project url, and pull/push url. 2013-10-01 15:30:00 +08:00
robin shine
aa69531262 Remove servlet/filter auto-configure from commons projects. Instead add
them into gitop projects for flexibility. 

Change to use GitFilter instead of GitServlet so that Git repository can
be served without a prefix.
2013-09-30 17:17:10 +08:00
steve
fb55e99f7b Add file upload support 2013-09-29 18:54:34 +08:00
steve
ce13462fcb Add user pages 2013-09-26 19:48:36 +08:00
robin shine
69f76069c1 Bean editor framework. 2013-09-16 22:46:50 +08:00
robin shine
6e4ac36b6c Rework plugin architecture. 2013-09-10 18:27:03 +08:00
robin shine
5a2fe0dc63 Change to use new extension point mechanism. 2013-09-10 17:12:46 +08:00
robin shine
b5e6caff21 Refactor web package from gitop.core to gitop.web. 2013-09-08 20:17:56 +08:00