Ole Bittner
Ole Bittner
This PR implements #565 and has the goal to prevent angels from overworking themselfs by limiting consecutive work to configured hours before requiring a rest. - [ ] Basic Implementation...
This PR adds the ability to mark work logs as night shifts to apply the night bonus multiplier, implementing #710. - added db column "night_shift" to worklogs table - added...
This PR allows to trigger the mail based password reset flow from the admin_user.php edit page: I moved the existing logic used in the "I forgot my password" flow into...
This PR replaces user state 'force_active' with 'force_active_by' and 'force_food' with 'force_food_by'. And shows the user who applied the state on the user_view: - [x] replace ``force_active`` - [ ]...
This PR formats the durations on the /user page as duration strings, resolves #1552 I used CarbonIntervals to format the time, this allows adjusting the format by patching the translations....