Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
83b5438
rearranged files and created initial file structure
TheNumberOne Feb 4, 2020
9edb3aa
reimplemented apriori algorithm
TheNumberOne Feb 4, 2020
d9e737d
fixed .gitignores to be better
TheNumberOne Feb 4, 2020
9a086d1
Added Spring Boot to project.
Feb 7, 2020
e4c594a
Rearranged files
Feb 7, 2020
ec6e66a
removed unneeded .gitignore
Feb 7, 2020
c50c2f6
updated version info in gradle
Feb 7, 2020
db0f76a
added android project (in kotlin)
Feb 7, 2020
a21a6ff
Converted android project to use java instead of kotlin (internal scr…
Feb 8, 2020
c332835
Updated packages and class names to match folder.
Feb 8, 2020
9069218
Added project structure to backend.
Feb 17, 2020
120f403
Added basic web security configuration.
Feb 17, 2020
ca28eb3
Added Hibernate, OAuth client, and Data JPA. Added Authentication suc…
Feb 17, 2020
7168795
Added basic UserDetailsImpl configuration.
Feb 17, 2020
805b38b
Added Roles class. Implemented all basic features for UserDetailsImpl…
Feb 17, 2020
94e430e
Added User Repository.
Feb 17, 2020
0714fa4
Removed duplicated method, configure, in AuthenticationSuccessHandler.
Feb 17, 2020
8fbdbee
Added task to build everything
TheNumberOne Feb 17, 2020
c99889d
Merge branch 'master' of https://github.com/capstone-project-cs-info-…
TheNumberOne Feb 17, 2020
3c37c57
removed useless files
TheNumberOne Feb 17, 2020
1478a27
removed extra build.gradle file
TheNumberOne Feb 17, 2020
fc42ae9
removed extra .idea folder
TheNumberOne Feb 17, 2020
56987f3
Initial UI config
nutttyle Feb 26, 2020
2af02ac
Login activity created
nutttyle Feb 28, 2020
797159f
Added Book and basic Author class.
Feb 29, 2020
cd8d51f
Added bookshelf class and appropriate database relationships for book…
Feb 29, 2020
54d2702
Added Book repository class.
Feb 29, 2020
3f6fb7b
got linter to let things compile
TheNumberOne Mar 2, 2020
663e73b
Enabled H2 console.
Mar 3, 2020
a13c210
Added controllers for User class and Main controller for testing.
Mar 4, 2020
a9271ae
Removed activity_main
nutttyle Mar 4, 2020
a677559
Merge branch 'master' of https://github.com/capstone-project-cs-info-…
nutttyle Mar 4, 2020
3619ef8
Refactored all entities to use a common base class. Refactored UserCo…
Mar 4, 2020
72af4d2
refactored all repositories to CrudService. Added Book Service Implem…
Mar 4, 2020
b7fe422
Added BookRepository, BookShelfRepository, UserDetailsRepository. Add…
Mar 4, 2020
9425de7
Configured User and BookShelf entities to use a composite entity rath…
Mar 4, 2020
9061f38
added source compatibility to android project so that it works on com…
Mar 4, 2020
e2d9e74
Merge remote-tracking branch 'origin/master'
Mar 4, 2020
e00cd7d
Added userDetailsfield contraints. Configured AuthenticationManagerBu…
Mar 5, 2020
c37ee2a
Refactored UserDetailsImpl to use Lombok getters/setters.
Mar 5, 2020
105e06b
Fixed bug HttpSecurity configurer was not using form login.
Mar 5, 2020
3043a08
Added UserDetailsServiceImpl, findUserByUsername query to UserReposit…
Mar 5, 2020
6257880
Fixed a bug where getter for UserDetailsImpl had the code swapped. Fi…
Mar 6, 2020
615dc00
Created Library Page
nutttyle Mar 6, 2020
d19f8e0
Added Recommendations Page
nutttyle Mar 6, 2020
33bb81f
Fixed an issue where user roles were lazily fetched by switching to a…
Mar 8, 2020
6a4a33c
Enabled password hashing.
Mar 9, 2020
a86fc5d
Trying again
bailcait Mar 10, 2020
40a50e3
Recreating our app...
bailcait Mar 10, 2020
2571da1
Designed the home fragment.
bailcait Mar 10, 2020
4f5dd94
fixed android image loading
TheNumberOne Mar 10, 2020
0d60f20
fixed borken imports
TheNumberOne Mar 10, 2020
c5393fe
removed data-layer dependency that was messing up the build.
TheNumberOne Mar 18, 2020
7f9344b
Added dynamic image loading to HomeFragment.
nutttyle Mar 18, 2020
1b713ad
removed data-layer dependency that was messing up the build completely
TheNumberOne Mar 21, 2020
2714b74
Merge remote-tracking branch 'origin/master'
TheNumberOne Mar 21, 2020
d5f66fd
Reworked the entire backend system to more accurately reflect goodrea…
Mar 25, 2020
5de06df
Fixed an issue with EqualsAndHashCode method causing StackOverFlow Ex…
Mar 25, 2020
67a6377
Added book, bookshelf, and author services, repositories, and appropr…
Mar 25, 2020
5b49ece
Fixed an issue where the wrong field was stored in Author instead of …
Mar 25, 2020
91d9be9
Tempooraily removed the @Temporal annotation from LocalDateTime field…
Mar 25, 2020
136272c
Added goodreads API key and secret to goodreads.properties file.
Mar 25, 2020
e590b19
Added published entity. Added multiple fields to classes based on API…
Mar 25, 2020
67717a9
Added missing annotations to entities (Data, NoArgsConstructor).
Mar 25, 2020
e0d0403
Added controller methods based on goodreads API endpoints.
Mar 25, 2020
7c7d3ba
Added optional check on loadUserByUsername method
Mar 25, 2020
03f6a12
Added remaining service classes
Mar 26, 2020
ef03f28
Switched to SEQEUNCE primary key generation over identity due to batc…
Mar 27, 2020
44a8bbe
removed data-layer dependency that was messing up the build completely
TheNumberOne Mar 27, 2020
c77c6bd
Merge remote-tracking branch 'origin/master'
TheNumberOne Mar 27, 2020
5f158c1
added book recommender controller
TheNumberOne Mar 27, 2020
1994da3
Setup all One-To-One and Many-To-One relationships including inverse …
Mar 27, 2020
3a35c1b
Changed Bottom Nav Icons and Text
stecvict Mar 27, 2020
1ccb9ed
Added the rest of the shelves
bailcait Mar 28, 2020
b9487a8
Implemented Library fragment. Used a gridview filled with imageviews …
nutttyle Mar 28, 2020
e430648
Recreated the Library Page for Recommendations
stecvict Mar 28, 2020
88378ce
added the BookView activity
bailcait Mar 28, 2020
8c52f31
added click events to each image in the recomendations and library to…
bailcait Mar 28, 2020
82a1596
Merge remote-tracking branch 'origin/master'
bailcait Mar 28, 2020
6191e6e
Colors and Fonts
stecvict Mar 29, 2020
2b8ab8b
Added in BookRecommender class and stub method for recommendBook
Mar 30, 2020
e6d4858
Files not showing as commited from previous commit.
Mar 30, 2020
be28a76
Turned BookRecommeder into a Spring managed component.
Mar 30, 2020
e0d45bf
Pushed quickfix so John can work on getting front and backend connected.
Mar 30, 2020
f44e33e
Temporarily commented out all code related to BookRecommender in the …
Mar 30, 2020
ba110c0
Adding back in broken changes
Mar 30, 2020
4de1c45
trainingData wasn't in the resources directory
TheNumberOne Mar 30, 2020
21bd448
Enabled logging
Mar 30, 2020
6e355de
Made Book Recommender's error message more helpful and throw an excep…
TheNumberOne Mar 30, 2020
acc5537
Merge remote-tracking branch 'origin/master'
TheNumberOne Mar 30, 2020
b01e08d
Made the book recommender use application.properties to know where to…
TheNumberOne Mar 30, 2020
578ccb5
Created a singleton class for handling networked connections, copied …
MotJoh Apr 10, 2020
0c1e6b8
Created potential system to load logged in users from the backend.
MotJoh Apr 10, 2020
8a19dd2
Changed userFetcher to accept a function to call on the fetched user.…
MotJoh Apr 14, 2020
56f336f
Merge pull request #1 from capstone-project-cs-info-4488/Frontend_Con…
Apr 14, 2020
7b22571
Added model for the Book and added a shelf and recommendations to the…
bailcait Apr 15, 2020
eaa707f
Added button clicks to Library and Recommendations pages.
nutttyle Apr 15, 2020
585b38a
Added button clicks to Library and Recommendations pages.
nutttyle Apr 15, 2020
4983e59
Added an empty Book constructor that will be used to take a Book's pr…
nutttyle Apr 15, 2020
c271412
whatever
Apr 17, 2020
5ee6a29
?
Apr 17, 2020
9958284
removed quote around key and secret
TheNumberOne Apr 17, 2020
63696c0
Added URL API calls
Apr 17, 2020
a4b6bcc
Added api calls
Apr 17, 2020
1f10f33
Modified fetchers to inherit an abstract class with common code. Impl…
MotJoh Apr 18, 2020
025b5ba
Implemented Basic Dependency Injection
TheNumberOne Apr 19, 2020
2fdcc1f
Integrated changes to backend calling volley
TheNumberOne Apr 19, 2020
e52c5a8
Merge remote-tracking branch 'origin/master' into dependency-injection
TheNumberOne Apr 19, 2020
66b0af5
reverted accidental deletion of files
TheNumberOne Apr 19, 2020
4fa60a5
Converted BookActivity.java into BookFragment.java.
TheNumberOne Apr 19, 2020
6230155
Added DI docs
TheNumberOne Apr 20, 2020
fa50111
Merge pull request #2 from capstone-project-cs-info-4488/dependency-i…
Apr 23, 2020
0eae619
Added basics of attaching to goodreads.
TheNumberOne Apr 23, 2020
979bde2
Merge pull request #3 from capstone-project-cs-info-4488/dependency-i…
Apr 23, 2020
f625f5e
Added to the Goodreads client
bailcait Apr 24, 2020
6d0ab1d
Added an interceptor to include the developer api in all requests. No…
MotJoh Apr 29, 2020
529f02b
Merge branch 'master' of https://github.com/capstone-project-cs-info-…
MotJoh Apr 29, 2020
c6f8c29
Updated interceptor code to account for functional design. Updated Re…
MotJoh Apr 29, 2020
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
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
107 changes: 0 additions & 107 deletions Main.java

This file was deleted.

224 changes: 0 additions & 224 deletions Node.java

This file was deleted.

47 changes: 0 additions & 47 deletions Parser.java

This file was deleted.

Loading