Commits on Source (84)
-
Devin Alvaro authoreda6277b3c
-
Daniel authoredf8d91271
-
Daniel authoreded00f1fc
-
Daniel authored9d1ed3e5
-
Daniel authoredad91425f
-
Daniel authored4dac152c
-
Daniel authored35c34726
-
Daniel authored9352846e
-
Daniel authored1b958c81
-
Daniel authoredbadb52db
-
Daniel authoreddc38c397
-
Daniel authored5504cfee
-
Daniel authored6b062679
-
Irene Edria Devina authoredaa6f7190
-
Irene Edria Devina authored87be67ea
-
Daniel authored915f20a7
-
Daniel authorede2bf7ced
-
Daniel authored0a7d94de
-
Daniel authored08d08170
-
Daniel authoredd63539e3
-
Daniel authored03b7e94e
-
Irene Edria Devina authored27b2e9fb
-
Irene Edria Devina authored7c7c7cbb
-
Irene Edria Devina authored2572ca20
-
Irene Edria Devina authoredcfd01c0a
-
Irene Edria Devina authorede3ff3035
-
Irene Edria Devina authored327c61e8
-
Daniel authored50e86469
-
Daniel authoredeee44b19
-
Daniel authored61366bcd
-
Irene Edria Devina authored31597baa
-
Daniel authoredc5872510
-
Daniel authored988ba340
-
Daniel authoredf6a8e22d
-
Daniel authoreda922f975
-
Irene Edria Devina authored15b14eb1
-
Daniel authoredd3786a25
-
Irene Edria Devina authored2dc65db2
-
Irene Edria Devina authoredc666e1f8
-
Irene Edria Devina authoredb19f5389
-
Irene Edria Devina authored2cc986df
-
Irene Edria Devina authored
Merge branch 'dev-chat-driver' of http://gitlab.informatika.org/IF3110-2017-K02-AMEN/TugasBesar3_2017 into dev-chat-driver
d337c908 -
Irene Edria Devina authored3b2e3eed
-
Irene Edria Devina authored
Merge branch 'dev-chat-driver' of http://gitlab.informatika.org/IF3110-2017-K02-AMEN/TugasBesar3_2017 into dev-chat-driver
2734d87a -
Irene Edria Devina authored027b280f
-
Irene Edria Devina authoredb78c0c6b
-
Irene Edria Devina authored0ecc799c
-
Daniel authored7835bd0d
-
Daniel authored9cb12e68
-
Daniel authored8e0a97ec
-
Irene Edria Devina authored2e9b2650
-
Irene Edria Devina authored1383c608
-
Daniel authoredd7e158d6
-
Daniel authoredc9f5e4c2
-
Daniel authored74d19821
-
Devin Alvaro authored4c45161b
-
Devin Alvaro authoreda72503b3
-
Devin Alvaro authoredec41e38e
-
Daniel authored4ef96f04
-
Daniel authored56fc550e
-
Daniel authoredbf0ab829
-
Devin Alvaro authored5c93fc16
-
Devin Alvaro authoreda9145768
-
Daniel authoredb82e0b64
-
Daniel authored
Note: Use dotenv module.
be5474a7 -
Daniel authoredf2b4e666
-
Devin Alvaro authored308ebea5
-
Daniel authored41a2a06f
-
Daniel authored7faf5ace
-
Daniel authoredcf7513df
-
Daniel authoredfd7009b7
-
Devin Alvaro authoredb518a4e3
-
Devin Alvaro authored
Merge branch 'dev-chat-driver' of http://gitlab.informatika.org/IF3110-2017-K02-AMEN/TugasBesar3_2017
f1d06638 -
Devin Alvaro authored882c5bb8
-
Daniel authored6485fcd4
-
Daniel authored508683e5
-
Devin Alvaro authored9d3e7bae
-
Devin Alvaro authored141a9b76
-
Daniel authored6fa229ff
-
171b7216
-
Devin Alvaro authored07acbf8e
Showing
- .DS_Store 0 additions, 0 deletions.DS_Store
- .eslintrc 3 additions, 0 deletions.eslintrc
- .gitignore 58 additions, 0 deletions.gitignore
- README.md 11 additions, 11 deletionsREADME.md
- TugasBesar2_2017/.gitattributes 6 additions, 0 deletionsTugasBesar2_2017/.gitattributes
- TugasBesar2_2017/.gitignore 183 additions, 0 deletionsTugasBesar2_2017/.gitignore
- TugasBesar2_2017/IdentityService/.gitignore 2 additions, 0 deletionsTugasBesar2_2017/IdentityService/.gitignore
- TugasBesar2_2017/IdentityService/build.gradle 23 additions, 0 deletionsTugasBesar2_2017/IdentityService/build.gradle
- TugasBesar2_2017/IdentityService/src/main/java/com/adaapa/identityservice/models/UserModel.java 196 additions, 0 deletions...ain/java/com/adaapa/identityservice/models/UserModel.java
- TugasBesar2_2017/IdentityService/src/main/java/com/adaapa/identityservice/services/TokenService.java 24 additions, 0 deletions...ava/com/adaapa/identityservice/services/TokenService.java
- TugasBesar2_2017/IdentityService/src/main/java/com/adaapa/identityservice/servlets/LoginServlet.java 50 additions, 0 deletions...ava/com/adaapa/identityservice/servlets/LoginServlet.java
- TugasBesar2_2017/IdentityService/src/main/java/com/adaapa/identityservice/servlets/LogoutServlet.java 31 additions, 0 deletions...va/com/adaapa/identityservice/servlets/LogoutServlet.java
- TugasBesar2_2017/IdentityService/src/main/java/com/adaapa/identityservice/servlets/RegisterServlet.java 49 additions, 0 deletions.../com/adaapa/identityservice/servlets/RegisterServlet.java
- TugasBesar2_2017/IdentityService/src/main/java/com/adaapa/identityservice/servlets/TokenVerifier.java 31 additions, 0 deletions...va/com/adaapa/identityservice/servlets/TokenVerifier.java
- TugasBesar2_2017/IdentityService/src/main/resources/config/db.properties.example 4 additions, 0 deletions...tyService/src/main/resources/config/db.properties.example
- TugasBesar2_2017/IdentityService/src/main/webapp/WEB-INF/sun-jaxws.xml 10 additions, 0 deletions...017/IdentityService/src/main/webapp/WEB-INF/sun-jaxws.xml
- TugasBesar2_2017/IdentityService/src/main/webapp/WEB-INF/web.xml 49 additions, 0 deletions...sar2_2017/IdentityService/src/main/webapp/WEB-INF/web.xml
- TugasBesar2_2017/SharedLibrary/build.gradle 13 additions, 0 deletionsTugasBesar2_2017/SharedLibrary/build.gradle
- TugasBesar2_2017/SharedLibrary/src/main/java/com/adaapa/bean/DriverBean.java 61 additions, 0 deletions...aredLibrary/src/main/java/com/adaapa/bean/DriverBean.java
- TugasBesar2_2017/SharedLibrary/src/main/java/com/adaapa/bean/LoginRequestBean.java 29 additions, 0 deletions...brary/src/main/java/com/adaapa/bean/LoginRequestBean.java
.DS_Store
deleted
100644 → 0
File deleted
.eslintrc
0 → 100644
.gitignore
0 → 100644
TugasBesar2_2017/.gitattributes
0 → 100644
TugasBesar2_2017/.gitignore
0 → 100644
TugasBesar2_2017/IdentityService/.gitignore
0 → 100644
TugasBesar2_2017/SharedLibrary/build.gradle
0 → 100644