sci2zero / TeslaRIS-backend

GNU General Public License v3.0
0 stars 1 forks source link

Feature/cors and misc methods #70

Closed ivanmrsulja closed 7 months ago

ivanmrsulja commented 8 months ago

Description

Added CORS configuration and some miscelaneous missing methods that we needed for our frontend app. Fixed a lot of bugs regarding creation, deletion and indexing. Refactored PublicationSeries service hierarchy. Added separate index for BookSeries entity. Added password policy. Added employee registration. Completed forgot password email format with parametrized client URL.

How should this be tested?

Nothing changed drastically, you can test these functionalities through frontend app or just by running all tests.

Checklist