v7.13
- You can now set different types of worktimes. You can specify your own ones in the
app/v1/inc/config/worktime_types.json
file. If none is set, like when using the easymode, mode0
will be used. AddedWtype
parameter toWorktimeAdded
event. - Toil API release
1.12
: added Bearer token authentication, fixed an issue with theaddOwnWorktime
andaddWorktime
endpoints. - Fixed an issue allowing normal users to reset all PINs for the CodeClock plugin
- Fixed some typos in some of the error messages
- Reworked the way status messages are displayed and used. Implemented a new
StatusMessage
class to handle status messages which can also be used by plugins.
Please run vendor/bin/phinx migrate
to apply the data base changes for this update.
What's Changed
- TT-175: Implement Bearer Token Authentication for API access by @Ente in #97
- TT-187: Support multiple worktime types by @Ente in #98
- TT-191: Fix allowing normal users to reset all PINs for CodeClock plugin by @Ente in #99
- TT-192: Added Wtype for WorktimeAdded event by @Ente in #100
- Fix parameter order when adding worktime via Toil API by @Ente in #101
- Improve PIN generation to prevent duplicates for CodeClock Plugin by @Ente in #102
- TT-194: Reworked status messages by @Ente in #103
Full Changelog: v7.12.1...v7.13