Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
RMNorbert
/
InquireNet
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 20, 2023
Update README.md (#50)
RMNorbert
authored
bb88cb0
View commit details
Copy full SHA for bb88cb0
Browse repository at this point
Docker update (#49)
Show description for eec4111
RMNorbert
authored
eec4111
View commit details
Copy full SHA for eec4111
Browse repository at this point
Commits on Nov 9, 2023
Merge pull request #48 from RMNorbert/RMNorbert-patch-1
Show description for d369571
RMNorbert
authored
d369571
View commit details
Copy full SHA for d369571
Browse repository at this point
Update README.md
RMNorbert
authored
07700fd
View commit details
Copy full SHA for 07700fd
Browse repository at this point
Commits on Nov 2, 2023
Merge pull request #47 from RMNorbert/RMNorbert-patch-1
Show description for d1a0d8c
RMNorbert
authored
d1a0d8c
View commit details
Copy full SHA for d1a0d8c
Browse repository at this point
Update README.md
RMNorbert
authored
ce66146
View commit details
Copy full SHA for ce66146
Browse repository at this point
Merge pull request #46 from RMNorbert/RMNorbert-patch-2
Show description for ec472b9
RMNorbert
authored
ec472b9
View commit details
Copy full SHA for ec472b9
Browse repository at this point
Update README.md
RMNorbert
authored
e97da71
View commit details
Copy full SHA for e97da71
Browse repository at this point
Merge pull request #45 from RMNorbert/loginhistory
Show description for e7c9d7e
RMNorbert
authored
e7c9d7e
View commit details
Copy full SHA for e7c9d7e
Browse repository at this point
Chore: update requestmatchers in SecurityConfiguration
RMNorbert
committed
598dbc8
View commit details
Copy full SHA for 598dbc8
Browse repository at this point
Chore: remove unused dependencies according to changed flyway migration logic and remove selenium test related dependencies
RMNorbert
committed
7c68d87
View commit details
Copy full SHA for 7c68d87
Browse repository at this point
Chore: update package of JwtAuthenticationFilter
RMNorbert
committed
7a70b75
View commit details
Copy full SHA for 7a70b75
Browse repository at this point
Feat: Implement LoginHistoryService for recording login attempts
RMNorbert
committed
b40807d
View commit details
Copy full SHA for b40807d
Browse repository at this point
Feat: Add LoginHistoryRowMapper for mapping database rows to LoginHistory objects
RMNorbert
committed
3e5df88
View commit details
Copy full SHA for 3e5df88
Browse repository at this point
Feat: Add LoginHistoryDTO to transferring data between backend and frontend
RMNorbert
committed
adad2d6
View commit details
Copy full SHA for adad2d6
Browse repository at this point
Feat: Add LoginHistoryDaoJdbc that implements the LoginHistoryDAO interface to interact with database to perform CRUD operations on LoginHistory entities
RMNorbert
committed
fa29e60
View commit details
Copy full SHA for fa29e60
Browse repository at this point
Feat: Add LoginHistoryDAO interface to
Show description for 6e5772a
RMNorbert
committed
6e5772a
View commit details
Copy full SHA for 6e5772a
Browse repository at this point
Feat: Add LoginHistory record class
Show description for fa08c66
RMNorbert
committed
fa08c66
View commit details
Copy full SHA for fa08c66
Browse repository at this point
Feat: Add UserAgentSanitizer to remove potentially harmful characters from stored user agent
RMNorbert
committed
4905911
View commit details
Copy full SHA for 4905911
Browse repository at this point
Feat: Add reputation calculator for ranking current reputation of the user
RMNorbert
committed
73f7415
View commit details
Copy full SHA for 73f7415
Browse repository at this point
Feat: Add shell script for running Flyway migration
Show description for 5f840da
RMNorbert
committed
5f840da
View commit details
Copy full SHA for 5f840da
Browse repository at this point
Feat: add LoginHistory table initializer sql file
RMNorbert
committed
c36025c
View commit details
Copy full SHA for c36025c
Browse repository at this point
Chore: add ON CONFLICT DO NOTHING keyword to sql files
RMNorbert
committed
539d576
View commit details
Copy full SHA for 539d576
Browse repository at this point
Chore: add IF NOT EXIST keyword to table initializer sql files
RMNorbert
committed
2ac464c
View commit details
Copy full SHA for 2ac464c
Browse repository at this point
Feat: add ip address validator for LoginHistory
RMNorbert
committed
4693fd6
View commit details
Copy full SHA for 4693fd6
Browse repository at this point
Chore: Skipping the running of tests during docker image creation by adding -DskipTests for Dockerfile
RMNorbert
committed
44f5193
View commit details
Copy full SHA for 44f5193
Browse repository at this point
Feat: Add flyway service to docker-compose.yml and add health check for db service
RMNorbert
committed
f24b517
View commit details
Copy full SHA for f24b517
Browse repository at this point
Chore: Reorganize project structure
Show description for ba34c51
RMNorbert
committed
ba34c51
View commit details
Copy full SHA for ba34c51
Browse repository at this point
Merge pull request #44 from RMNorbert/RMNorbert-patch-3
Show description for a8764f6
RMNorbert
authored
a8764f6
View commit details
Copy full SHA for a8764f6
Browse repository at this point
Update README.md
RMNorbert
authored
1307d0a
View commit details
Copy full SHA for 1307d0a
Browse repository at this point
Commits on Oct 29, 2023
Merge pull request #43 from RMNorbert/RMNorbert-patch-2
Show description for 73fc522
RMNorbert
authored
73fc522
View commit details
Copy full SHA for 73fc522
Browse repository at this point
Update README.md
RMNorbert
authored
af1c6ba
View commit details
Copy full SHA for af1c6ba
Browse repository at this point
Commits on Oct 26, 2023
Merge pull request #42 from RMNorbert/cucumber-test
Show description for 46dea4d
RMNorbert
authored
46dea4d
View commit details
Copy full SHA for 46dea4d
Browse repository at this point
chore: update project directory structure and add names to components for locating elements during selenium
RMNorbert
committed
fa45aa3
View commit details
Copy full SHA for fa45aa3
Browse repository at this point
Commits on Oct 11, 2023
Merge pull request #41 from RMNorbert/RMNorbert-patch-1
Show description for 0a82860
RMNorbert
authored
0a82860
View commit details
Copy full SHA for 0a82860
Browse repository at this point
Previous
Next
You can’t perform that action at this time.