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
- Fixed the Export Bookmarks Bug by @crypto-a in #290
- Added File type and Size Validation to Import Bookmarks by @crypto-a in #292
- feat/frontend: Added delete functionality whenever user right clicks … by @amkarn258 in #297
- Fix bug with url length by @R-Sandor in #303
- Fix cross platform cp issues for dev. by @R-Sandor in #307
- Frontend cp fix #300 by @R-Sandor in #308
- Issue#301 + Issue#300 by @kinci24 in #305
- Create HTTP.GET Bookmarks pagination endpoint #294 by @SczSca in #311
- Typesense by @R-Sandor in #312
- Replace createServerKeys.sh by @PoloSpark in #314
- Fix fulltext search - broken host parameters by @R-Sandor in #318
- -- Added topics schema #299 by @deepPublicGit in #315
- [Backend] - Fix disabled tests #322 by @zockicookie in #328
- keygeneratortestfileadded by @eshant742 in #331
- Bump vitest from 2.1.8 to 2.1.9 in /frontend in the npm_and_yarn group across 1 directory by @dependabot[bot] in #332
- implemented tooltips in navbar, fixed issue #333 by @giant-nova in #335
- bookmarkcard.tsx and test.tsx file changed by @eshant742 in #336
- fix: issue #288 - created a responsive view React Hook by @ramirocruz07 in #342
- Issue 289 fix by @ramirocruz07 in #343
- Playwright & testcontainers by @R-Sandor in #366
- Delete DisableTenantFilter #371 by @reetikg in #373
- Chronjob error by @R-Sandor in #377
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #382
- Oauth2 by @R-Sandor in #385
- Upgrade JJWT to 0.12.6 and update JwtService for compatibility by @reetikg in #384
- Bump brace-expansion from 1.1.11 to 1.1.12 in /frontend in the npm_and_yarn group across 1 directory by @dependabot[bot] in #386
- Fixes: #302 by @tanish-7869 in #389
- fix issues build.gradle profiles by @R-Sandor in #390
- Bump the npm_and_yarn group across 1 directory with 5 updates by @dependabot[bot] in #388
- Bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 in /.github/workflows in the github_actions group across 1 directory by @dependabot[bot] in #391
- [Frontend] - Create unit tests for /pages/api/screenshot/[screenshots].ts by @aviralgarg05 in #393
- Bump vite from 7.1.7 to 7.1.11 in /frontend in the npm_and_yarn group across 1 directory by @dependabot[bot] in #392
- fix(frontend): correct modal import and resolve type issues by @Sahithi-0506 in #394
- Update README.md by @tzallll in #397
- [Server] Add support for highlight text preview by @jessica-ortiz-c in #399
- Bump js-yaml from 3.14.1 to 3.14.2 in /frontend in the npm_and_yarn group across 1 directory by @dependabot[bot] in #400
- Bump next from 15.5.6 to 15.5.7 in /frontend in the npm_and_yarn group across 1 directory by @dependabot[bot] in #401
- feat: scrap for each Oauth2 providers favicon by @amosalb in #403
New Contributors
- @crypto-a made their first contribution in #290
- @amkarn258 made their first contribution in #297
- @kinci24 made their first contribution in #305
- @SczSca made their first contribution in #311
- @PoloSpark made their first contribution in #314
- @deepPublicGit made their first contribution in #315
- @zockicookie made their first contribution in #328
- @eshant742 made their first contribution in #331
- @giant-nova made their first contribution in #335
- @ramirocruz07 made their first contribution in #342
- @reetikg made their first contribution in #373
- @tanish-7869 made their first contribution in #389
- @aviralgarg05 made their first contribution in #393
- @Sahithi-0506 made their first contribution in #394
- @tzallll made their first contribution in #397
- @jessica-ortiz-c made their first contribution in #399
- @amosalb made their first contribution in #403
Full Changelog: 1.0.0...1.1.0