-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daspro2 - 13513026 - William Sentosa #18
Open
williamsentosa
wants to merge
58
commits into
if-itb:master
Choose a base branch
from
Daspro2:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
check servlet in identity services
Conflicts: Identity Service/nbproject/private/private.xml
check dummy username and dummy password in database, then generate token based on the username
implement json praser with dummy json data consisting of username and password
fix class name delete GenerateToken.java add JSON output from servlet consisting of token value
add Auth.java in webservices which connect servlet to web services add index.jsp (dummy form) in Identity Services which passes username and password to Token Generator Add Identity Checker server Move lifetime attribute from Token.java to IdentityChecker.java
using authentication in answer web service by sending token to identity services
add method getUserID and pass the id to client server using response redirect
add question_vote table and answer_vote table which have foreign key referenced to question table and answer table respectively
Added vote mechanism which will prevent same user voted same question/answer
maaf guys laptop gw kobam
show name in index jsp only show edit and delete if user matches with the question's owner (asker) fix minor appearance
…t question.jsp add several component (classes) in mainstyle.css fix link reference in index.jsp fix link reference in login.jsp and style reference add question.jsp output and major fix in appearance
add several classes to vote answer and question add create answer jsp add logout in index.jsp
# Conflicts: # IdentityServices/nbproject/private/private.xml # StackExchange Client/nbproject/private/private.xml # StackExchange/nbproject/private/private.xml
fix SQL query and minor change to question.jsp
add user id parameter in authentication (IdentityChecker and Token)
fix css fix front-end in several jsp file add redirect to error page if token is invalid or timeout
# Conflicts: # StackExchange Client/web/question.jsp
fix <hr> add hr.border class
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
13513026 - William Sentosa
13513036 - Kevin Yauris
13513056 - Octavianus Marcel Harjono