0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-17 06:22:38 +00:00
Commit graph

12 commits

Author SHA1 Message Date
Kevin Papst
537c120ad9
Release 2.22.0 () 2024-09-20 14:30:11 +02:00
Kevin Papst
b1903ba183
Release 2.21.0 () 2024-08-28 17:16:37 +02:00
Kevin Papst
46739795ff
Release 2.10 () 2024-01-19 12:05:07 +01:00
Kevin Papst
5f4b6d3cfa
Release 2.6.0 ()
- Added: calendar entry title combination for customer, project and activity
- Added: show not_invoiced and not_exported data in detail screens
- Added: force logout if user is disabled
- Added: reduced amount of database queries on several screens
- Fixed: open-close status on work-contract screen for users without configuration
- Fixed: failsafe order/orderBy in query if manually manipulated to be null
- Fixed: unify statistic calculation (not_invoiced and not_exported) across screens
- Tech: bump packages
- Tech: Symfony 6.4
2023-12-17 16:19:50 +01:00
Kevin Papst
02bcd45116
Release 2.5.0 ()
- added command to list users
- corrected wrong german translation
- work contract validations
- prevent error with missing params
- use collapsible, minor UI improvement
- added classes to target menu buttons in custom rules
- disable webpack notifier, incompatible with mac arm
- use explicit menu service to generate menu
- bump to fontawesome 6 and replace restart icon
- change repeat icon for recent activities
- moved user bookmarks (favorites) to top nav
- fix totp seconds window (leeway)
- new migration to fix remaining user preferences with dots in name
- remove duplicate named column in user screen
- unify and added translations
- added missing filter and tags to InvoiceSecurity
2023-12-01 11:38:17 +01:00
Bruno Paré-Simard
452de88e18
change isWeekend() handling to use work-hour configuration () 2023-08-31 13:38:58 +02:00
Kevin Papst
a392f61d61
Release 2.0.31 ()
* replace strings by class references
* allow 64 chars for username
* fix time can be optional and null
* fix timezone is not respected
* bump version
* fix br in attribute
* support different visible duration from booked duration
* fix image URL
2023-08-21 20:24:24 +02:00
Kevin Papst
385753fbc3
Release 2.0.28 ()
See https://github.com/kimai/kimai/pull/4172
2023-07-09 15:27:27 +02:00
Kevin Papst
651f812da8
Release 2.0.27 () 2023-07-04 17:01:29 +02:00
Kevin Papst
0663995d06
Release 2.0.25 ()
* added support for hourly rate column in detail table
* allow to register icon in extension
* allow to show QR code secret
* new translations
* bump theme and packages
* fix validation for invoice-document-filenames with uppercase character
* max upload size 1MB
* fix last month in daterange-picker in certain situations, more years in quick-select
* remove unused package-versions-deprecated
* link preferences from contract warning message
* added page_setup page layout
* prevent DROP TABLE in addSQL() and replace drop table with schema call
* added azuyalabs/yasumi
2023-06-06 23:05:20 +02:00
Kevin Papst
9bd5965ecd
Release 2.0.21 ()
* increase padding in wizard
* fix theme chooser in wizard
* improve dynamic export columns in PDFs
* added label for total column
* bump theme bundle
* improve avatar list spacing
* be more flexible parsing times - fixes 
2023-05-17 15:02:10 +02:00
Kevin Papst
43bd7bf1ab
added API for handling work contract times () 2023-05-13 01:24:15 +02:00