Skip to content

Releases: FindFirst-Development/FindFirst-core

Oauth2 authentication

17 Dec 10:47
929e677

Choose a tag to compare

Oauth2 Providers

In this release FindFirst added the ability to automatically deploy Oauth2 provider by setting the spring security properties:
spring.security.oauth2.client.registration.github.client-secret=
spring.security.oauth2.client.registration.github.client-id=

Added support on the frontend to display these new options. Added testing (unit/integration), quality of life improvement such as scrapping for the icons.

Security and Quality

  • The project patch deployment version of docker containers, secure key generation for missing keys.
  • All SonarQube findings for the server.

Special Thanks

To all the new contributors mentioned below.

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

Bookmark Manager

26 Dec 12:06

Choose a tag to compare

This release is our first fully functional bookmark manager. That entails being able to search bookmarks by title, tag, and with site previews.

This is our first fully functional release with all known bugs having been fixed, SonarQube findings resolved, and >80% coverage in testing.

What's Changed

  • Configured global exception handler with RestControllerAdvice by @pisal-shubham in #282
  • Bump nanoid from 3.3.7 to 3.3.8 in /frontend in the npm_and_yarn group across 1 directory by @dependabot in #285
  • Bump next from 14.2.10 to 14.2.15 in /frontend in the npm_and_yarn group across 1 directory by @dependabot in #286

Full Changelog: 0.0.1...1.0.0

0.0.1 - Bookmark Previews

18 Nov 11:28

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/R-Sandor/FindFirst/commits/v0.0.1

What's Changed

Read more