Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
f2b599b
minor changes
Apr 13, 2025
ef7ebde
setting new branch to our chatbot API and configuration
Apr 13, 2025
2e4758d
fix conflicting files
Apr 13, 2025
24eecc8
fix minor bugs lol
Apr 13, 2025
1f0708c
temporary fix
Apr 13, 2025
a45bc35
logic implementation to UserStatistics
Apr 13, 2025
28f7baf
feat: creating TokenService.java to create and validate JWT tokens
gustanol Apr 13, 2025
b36138f
perf: modifying SecurityConfig.java: CSFR disabled; Creating two bean…
gustanol Apr 13, 2025
9ea417f
feat: adding TokenFilter.java that will verify the authentication tok…
gustanol Apr 13, 2025
dbce31f
feat: adding login method for common users. Now, after the user be au…
gustanol Apr 13, 2025
a983c70
Merge branch 'api'
gustanol Apr 13, 2025
e52e14f
fix: fixing some bugs
gustanol Apr 13, 2025
1f6d79e
fix: changing Java version
gustanol Apr 13, 2025
0f1ece1
Merge branch 'api' of https://github.com/Kuarion/site into chatbot
Apr 14, 2025
546a8d6
fix: changing SecurityConfig constructor access modifier from private…
gustanol Apr 14, 2025
3b2cb7d
fixing some bugs before merging with main
Apr 14, 2025
a5b54b1
Merge branch 'main' of https://github.com/Kuarion/site into chatbot
Apr 14, 2025
1039595
fix: removing '**/authentication/**' and adding '/authentication/**' …
gustanol Apr 14, 2025
e19455e
bug fix
Apr 14, 2025
be35cbe
Merge branch 'main' of https://github.com/Kuarion/site into chatbot
Apr 14, 2025
e288ccf
fix: changing all User attibutes to 'nullable = false'
gustanol Apr 15, 2025
321ee17
create basic logic to GeminiService
Apr 15, 2025
afc0853
creating records to later configure get endpoints
Apr 15, 2025
29cd672
implemented logic to get endpoints and chatbot message history
Apr 15, 2025
b41131e
updated security config to allow the new endpoints
Apr 15, 2025
9c7ca7a
creating entities to user survey mechanism
Apr 15, 2025
bad0b57
creating service and repositories to interact with survey data
Apr 15, 2025
2b323b3
created endpoints on survey controller, bug fix on every Entity
Apr 15, 2025
3edb9b5
feat: started the front-end and defined some routes for testing in th…
PedroTH07 Apr 15, 2025
3fa527f
provisory endpoint configuration
Apr 15, 2025
68db5cc
implemented User Survey
Apr 15, 2025
5f6c35b
implemented GET endpoint to specific question statistics
Apr 15, 2025
fb7b5e1
adding react
N-The-K-3403 Apr 15, 2025
09314c4
websocket implementation to allow real time chatbot history interacti…
Apr 15, 2025
7f7056e
add logger to gemini controller
Apr 16, 2025
495c4e6
implemented manual InMemoryChatMemory instead of using Web Socket
Apr 16, 2025
d2294c5
predefined a set of answers to each question
Apr 18, 2025
b085035
bug fix
Apr 18, 2025
061c408
add react base and forum
N-The-K-3403 Apr 18, 2025
9fdf6d9
feat: adding Enterprise entity with no lombok to represents enterprises
gustanol Apr 18, 2025
3151ed8
fix: removing lombok annotations from User entity
gustanol Apr 18, 2025
e5cbb2f
feat: modifying 'loadUserByUsername' method to find enterprises as well
gustanol Apr 18, 2025
49294cf
feat: creating EnterpriseService to create new enterprises
gustanol Apr 18, 2025
4edf525
feat: adding authentication (login and signup) for enterprises
gustanol Apr 18, 2025
645a8d8
fix: correcting some bugs
gustanol Apr 18, 2025
6655156
feat: quick fix on answer ecosystem, set standard url to every survey…
Apr 18, 2025
0ff69a1
feat: adding GlobalExceptionHandlerController to catch errors in all …
gustanol Apr 18, 2025
363191e
feat: basic logic to implement enterprise survey
Apr 18, 2025
2a714fe
feat: implemented Enterprise Survey
Apr 18, 2025
dcac116
added communities back-end and front-end
N-The-K-3403 Apr 18, 2025
588f835
merge fix
Apr 19, 2025
52f2165
merge fix
Apr 19, 2025
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ build/

# Arquivos de configuração local
src/main/resources/application-local.properties
src/main/resources/application-dev.properties
*.secret.*
/secrets/
97 changes: 97 additions & 0 deletions node_modules/.package-lock.json

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

24 changes: 24 additions & 0 deletions node_modules/cookie/LICENSE

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

248 changes: 248 additions & 0 deletions node_modules/cookie/README.md

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

Loading