Skip to content
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

New frontend look, bugfixes & code cleanup #2

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
e775797
Moved content centering to CSS
rafaelklaessen Apr 30, 2017
c07f13a
Moved JS to its own file
rafaelklaessen Apr 30, 2017
394ab6f
Updated HTML
rafaelklaessen May 1, 2017
f54846f
Restyled login form
rafaelklaessen May 1, 2017
7fb8089
Changed form shadow
rafaelklaessen May 1, 2017
fdcdfef
Updated ResetPassword& Login2.html to new style
rafaelklaessen May 1, 2017
5f2513e
Changed ResetPassword.html title
rafaelklaessen May 1, 2017
f761e6b
Added asm jar
rafaelklaessen May 1, 2017
d3f4d97
Updated account page look
rafaelklaessen May 1, 2017
ca13092
Updated ResetPassword look
rafaelklaessen May 1, 2017
0514799
Reorganized directory structure
rafaelklaessen May 1, 2017
7e39f2b
Removed .DS_Store
rafaelklaessen May 1, 2017
aaf4fec
Removed test code
rafaelklaessen May 1, 2017
1a570e4
Updated MailDelegator
rafaelklaessen May 1, 2017
b4fb63a
Fixed NullPointerException in ResourceQueryEndPoint
rafaelklaessen May 1, 2017
a40d1e3
Updated Account.jsp
rafaelklaessen May 2, 2017
11d4ae9
Moved email validation to Account.jsp
rafaelklaessen May 2, 2017
24be097
Removed duplicate code in authenticateFw
rafaelklaessen May 2, 2017
fcf3f4a
Fixed indentation
rafaelklaessen May 2, 2017
9329c5e
Removed test code
rafaelklaessen May 2, 2017
dda1e10
Added validation to access token exchanging via GET requests
rafaelklaessen May 3, 2017
5998661
Updated authoriza method
rafaelklaessen May 3, 2017
005d470
Updated gitignore
rafaelklaessen May 4, 2017
0ad8c59
Updated gitignore
rafaelklaessen May 4, 2017
c0ecc88
Delete workspace.xml
rafaelklaessen May 4, 2017
3713334
Removed authenticate.html & /oauth/auth/password
rafaelklaessen May 4, 2017
f09a704
Reused methods in AccountService
rafaelklaessen May 4, 2017
44fe0c1
Added getTokenFromCookies method to Utils
rafaelklaessen May 4, 2017
4850688
Added DbUtils
rafaelklaessen May 4, 2017
3fad587
Removed unused imports
rafaelklaessen May 4, 2017
be15cd4
Created & implemented Endpoint interface
rafaelklaessen May 4, 2017
074d289
Added SuccessJson and ErrorJson for JSON success and error responses
rafaelklaessen May 4, 2017
b5d5e53
Improved error responses
rafaelklaessen May 5, 2017
b5a0714
Added email verification to /createAccount
rafaelklaessen May 5, 2017
989468a
Improved error responses
rafaelklaessen May 5, 2017
7b61c45
Shortened success and error responses
rafaelklaessen May 5, 2017
583bda8
Fixed /createApplication not checking if application already exists
rafaelklaessen May 5, 2017
b751e60
Optimized imports
rafaelklaessen May 5, 2017
be2c155
Added final keywords
rafaelklaessen May 5, 2017
70269ff
Removed grantType parameter from TokenEndpoint
rafaelklaessen May 5, 2017
d58545e
Added URI validator to AuthEndpoint
rafaelklaessen May 6, 2017
0bd9828
Fixed AuthEndpoint response type
rafaelklaessen May 6, 2017
291c5c6
Fixed bugs and used MediaType rather than hardcoded strings
rafaelklaessen May 6, 2017
fee5293
Improved mobile pages
rafaelklaessen May 6, 2017
e5fea2b
Updated license year & contributors
rafaelklaessen May 7, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ out/*
Oauth2ServerProvider.iml
src/net/wespot/auth2/provider/SchoolService.java
src/net/wespot/oauth2/provider/UploadUsers.java
web/uploadCSV.html
web/uploadCSV.html
.DS_Store
/.idea/workspace.xml
17 changes: 17 additions & 0 deletions .idea/artifacts/wespot_authorization_war_exploded.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/artifacts/wespot_inquiry_authentication_war_exploded.xml

This file was deleted.

11 changes: 11 additions & 0 deletions .idea/libraries/gwt_user.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions .idea/libraries/lib.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed lib/.DS_Store
Binary file not shown.
Binary file added lib/appengine-api-1.0-sdk-1.9.51.jar
Binary file not shown.
Binary file added lib/asm-3.3.1.jar
Binary file not shown.
Binary file added lib/jersey-bundle-1.17.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/net/wespot/db/AccessToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* ****************************************************************************
* Copyright (C) 2013 Open Universiteit Nederland
* Copyright (C) 2013-2017 Open Universiteit Nederland
* <p/>
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/net/wespot/db/Account.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* ****************************************************************************
* Copyright (C) 2013 Open Universiteit Nederland
* Copyright (C) 2013-2017 Open Universiteit Nederland
* <p/>
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/net/wespot/db/AccountReset.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* ****************************************************************************
* Copyright (C) 2013 Open Universiteit Nederland
* Copyright (C) 2013-2017 Open Universiteit Nederland
* <p/>
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/net/wespot/db/ApplicationRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* ****************************************************************************
* Copyright (C) 2013 Open Universiteit Nederland
* Copyright (C) 2013-2017 Open Universiteit Nederland
* <p/>
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/net/wespot/db/CodeToAccount.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* ****************************************************************************
* Copyright (C) 2013 Open Universiteit Nederland
* Copyright (C) 2013-2017 Open Universiteit Nederland
* <p/>
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/net/wespot/db/School.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* ****************************************************************************
* Copyright (C) 2013 Open Universiteit Nederland
* Copyright (C) 2013-2017 Open Universiteit Nederland
* <p/>
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
Binary file removed src/net/wespot/gwt/client/.DS_Store
Binary file not shown.
Loading