steve
f60d1e513e
Merge branch 'master' of https://git.pmease.com/p/robin/commons
...
* 'master' of https://git.pmease.com/p/robin/commons :
Retreived file change information from log command and put into commits.
Add tests for git log and tree browse commands.
Add git commands to get commits, browse source tree and read files, etc.
2013-11-04 22:06:47 +08:00
steve
b300487af6
Update bootstrap to 3.0.1
...
Update fontawesome to 4.0.1
2013-11-04 22:06:10 +08:00
steve
77f285531a
Permission polish
2013-11-04 21:50:51 +08:00
robin shine
43a787ee7a
Retreived file change information from log command and put into commits.
2013-11-03 22:31:01 +08:00
robin shine
2b71eaaa56
Add tests for git log and tree browse commands.
2013-11-03 12:37:01 +08:00
robin shine
584e7ed581
Add git commands to get commits, browse source tree and read files, etc.
2013-11-02 22:54:38 +08:00
robin shine
9a4b5b0bdb
fix permission check bug.
2013-11-02 20:01:33 +08:00
robin shine
532a33f573
Merge branch 'master' of https://git.pmease.com/p/robin/commons.git
2013-11-02 19:48:44 +08:00
steve
36c7446ae8
Team Permission
2013-11-02 19:51:00 +08:00
robin shine
dca6a4fdd7
Refactor Git commands.
2013-11-02 19:48:24 +08:00
steve
777cbc7066
Fixed some small bugs
2013-11-02 01:49:23 +08:00
robin shine
d070fef1e1
fix GeneralOperation issue.
2013-11-01 21:42:38 +08:00
robin shine
91846c5eeb
Merge with Steve's change of permission GUI.
2013-11-01 21:25:18 +08:00
robin shine
6ae6de2934
Merge branch 'master' of https://git.pmease.com/p/robin/commons.git
2013-11-01 17:16:23 +08:00
robin shine
942c55808d
Git tag and branch operation.
2013-11-01 17:14:53 +08:00
steve
bf5c034251
Merge branch 'master' of https://git.pmease.com/p/robin/commons
...
* 'master' of https://git.pmease.com/p/robin/commons :
Continue with merge request feature.
2013-11-01 16:19:19 +08:00
steve
b27d950b77
Refine permissions
2013-11-01 15:51:09 +08:00
steve
3ddb334fc1
Refine permissions
2013-11-01 02:38:03 +08:00
steve
103af44613
Refine permissions
2013-11-01 02:35:56 +08:00
steve
e53906aeb9
Refine permission
2013-11-01 01:02:10 +08:00
robin shine
8fab07e5a0
Merge branch 'master' of https://git.pmease.com/p/robin/commons.git
2013-10-31 22:27:09 +08:00
robin shine
199a22ecb9
Continue with merge request feature.
2013-10-31 22:26:42 +08:00
steve
6f031fc5b2
Refining permission
2013-10-30 14:41:57 +08:00
steve
14e2efaeec
Refine teams
2013-10-29 12:51:35 +08:00
steve
5d058dec06
Refine permissions
2013-10-27 00:42:20 +08:00
steve
9565e5522c
Merge branch 'master' of https://git.pmease.com/p/robin/commons
...
* 'master' of https://git.pmease.com/p/robin/commons :
Assign defaultBranchName field of Project a default value of "master".
Fix various build errors.
Draft implementation of vote logic.
Fix post-receive hook issue.
Connect git hooks with gitop Java code.
2013-10-24 14:07:47 +08:00
steve
099817e007
Small refactoring
2013-10-24 14:07:12 +08:00
robin shine
237b51b8e2
Assign defaultBranchName field of Project a default value of "master".
2013-10-24 11:05:29 +08:00
robin shine
c1ae93e29d
Fix various build errors.
2013-10-24 10:43:50 +08:00
robin shine
6a60e59199
Merge branch 'master' of https://git.pmease.com/p/robin/commons.git
2013-10-24 08:33:57 +08:00
robin shine
db5708ec79
Draft implementation of vote logic.
2013-10-23 21:59:58 +08:00
steve
75f3781035
Refine project sidenav
2013-10-23 02:01:50 +08:00
steve
464672206a
Remove sidebar nav menu's border
2013-10-23 01:28:27 +08:00
steve
59e81696be
Project pages
2013-10-22 23:56:38 +08:00
steve
5ef3c5fad5
Project home page
2013-10-22 15:11:21 +08:00
steve
16dd4deeff
Change user.isAnnonymous to user == null
2013-10-22 00:04:34 +08:00
steve
980cce57be
Merge branch 'master' of https://git.pmease.com/p/robin/commons
...
* 'master' of https://git.pmease.com/p/robin/commons :
Version bumped by QuickBuild.
Fix plugin archetype errors.
Unit test sample for static methods using Mochito and PowerMock.
Add StorageManager to manage user and project storage.
Add gitop.security and gitop.http (for git http access).
Fix an minor issue in DefaultUserManager.permissionsOf
Return customized permission object to control authorization procedure for authorization optimization purpose.
Add necessary comment over AbstractRealm and User.
Refactor User model to move permission check into UserManager
2013-10-21 23:38:31 +08:00
steve
653f6d584a
Project pages
2013-10-21 23:38:16 +08:00
robin shine
45cccd2406
Fix post-receive hook issue.
2013-10-21 20:22:06 +08:00
robin shine
5bed0c1535
Connect git hooks with gitop Java code.
2013-10-21 14:38:34 +08:00
Robin
1d0a4e0faa
Version bumped by QuickBuild.
2013-10-20 12:34:48 +00:00
robin shine
02a8ca3a63
Fix plugin archetype errors.
2013-10-20 20:25:33 +08:00
robin shine
87c9495f89
Unit test sample for static methods using Mochito and PowerMock.
2013-10-20 20:19:49 +08:00
robin shine
020fe51060
Add StorageManager to manage user and project storage.
2013-10-19 23:00:33 +08:00
robin shine
3bd2175d25
Add gitop.security and gitop.http (for git http access).
2013-10-19 22:20:07 +08:00
robin shine
28ec40d8a2
Fix an minor issue in DefaultUserManager.permissionsOf
2013-10-19 19:25:59 +08:00
robin shine
0882e56389
Return customized permission object to control authorization procedure
...
for authorization optimization purpose.
2013-10-19 13:33:09 +08:00
robin shine
0d2307a3a8
Add necessary comment over AbstractRealm and User.
2013-10-18 21:32:46 +08:00
robin shine
66465af144
Refactor User model to move permission check into UserManager
2013-10-18 21:27:26 +08:00
robin shine
4deb5450ed
Merge branch 'master' of https://git.pmease.com/p/robin/commons.git
2013-10-17 21:15:26 +08:00