Denny Verbeeck
Denny Verbeeck
As far as i can tell, only one sequence generator is used. However it is used by all persistent entities which explains the gaps in ids, however the jump from...
We can definitely have something like `GET /api/sources?id=id1,id2,id3` if that is needed. Looking at the `SourceDTO`, it has a `MinimalProjectDetailsDTO` field, but also a 'full' `SourceTypeDTO` field. I think regardless...
Hmm, IMO it's odd behavior to have to log in again in an application where i'm still active. I would understand the logout after a period of inactivity. But currently...
Sounds good @afolarin, i'll get on it
The `Remember me` button is supposed to be used to remember the user between sessions ([docs](https://docs.spring.io/spring-security/site/docs/3.0.x/reference/remember-me.html)). I think the token should be refreshed when the user is active, regardless of...