0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-04 17:20:23 +00:00
Commit graph

84 commits

Author SHA1 Message Date
Kevin Papst
f2a8cf0930
Release 1.19.2 () 2022-04-05 00:59:13 +02:00
Kevin Papst
b08c156552
1.18.1 - fix description pattern in title ()
* bump version
* add comment to customer/project/activity entity and collections api 
* improve title pattern usage
2022-02-28 16:32:41 +01:00
Kevin Papst
f1f60042d8
bugfixes ()
* allow storage of multiple .env without git
* clarify requirements
* fail safe statistic queries
* remove unused translations
* reduce customer statistic calls by 50%
2021-07-23 15:15:54 +02:00
Kevin Papst
2583fdf20e
small bugfixes ()
* improve report visibility
* fix timesheet duration, which breaks validation
* added contributing section in README
* do not allow to change project for existing activities - fixes 
* bump theme version to fix FOSUserBundle dependency
* use entity color instead of inherited one - fixes 
2021-07-10 00:37:03 +02:00
Kevin Papst
f81f9ba492
added API route to fetch infos about installed plugins () 2021-05-12 14:03:46 +02:00
Kevin Papst
dad1b8b772
version 1.14.1 ()
* no back links in modal pages
* remove unused service links to bountysource and gitter
* add validation for budget and time-budget fields
* display time budget if set
* remove console log
* sanitize DDE payloads
* do not show status and name in version string
2021-04-29 18:29:03 +02:00
Kevin Papst
7ddcde62dd
fix sunday being first day of week () 2021-04-19 18:32:21 +02:00
Kevin Papst
af9dea9226
prepare release 1.14 ()
* removed un-maintained docker file
* update all packages
* fix deprecations
* only show one line descriptions for customer, projects and activities
* allow to show export column in timesheet listing
2021-04-08 18:07:57 +02:00
Kevin Papst
30ac5e4c24
Drop SQLite support () 2021-03-08 16:06:22 +01:00
Kevin Papst
ecea92942c
prepare release 1.10 () 2020-07-21 17:07:40 +02:00
Kevin Papst
fbdc668a22
show short summary under export table () 2020-03-12 17:05:51 +01:00
Kevin Papst
52c7437076
added user-specific rates () 2020-02-10 20:29:43 +01:00
Kevin Papst
d6798eed1e
added project start and end date ()
* added sortable js library
* activity in invoice is optional
* added javascript widget for paginated boxes
* fix activity dropdown for globals only
* added timesheet service to reduce code duplication
* use repository to query for teams in dropdowns
* added project validator
* validate project start and end against timesheet
* include begin and end in dynamic form requests for projects
* added timezone and language option to import flag, improve timesheet import speed
* deactivate cross-timezone filter
* add virtual fields to field order list
* composer update
* added param to ignore dates
* position loader icon fixed - fixes 
* permission problem when creating a new project - fixes 
* remove dev dependencies webserver and thanks bundle
* stop information leak (begin and end date) in duration mode - fixes 
* unify timesheet edit dialog for user and admins
* fix security issue, own rates exposed to unauthorized users in multi-update dialog
2020-01-05 02:49:01 +01:00
Kevin Papst
bd3d82d224
fix daterange filter for multi-timezone setups () 2019-12-16 16:23:03 +01:00
Kevin Papst
984c852ab6
Release 1.6.2 ()
* include user teams in user entity
* prevent unauthorized access via API
* improve teamlead permission handling in team timesheets
* add team data to user entity
* add security tests
* highlight menu for invoice template copy
* unified handling of invoice data across all templates
* access to the current users data in invoice templates
* permission improvement in invoice form
* allow to skip record rows
* allow to add new invoice locations without overwriting the global ones
* allow to order user preferences
* change permission for normal users with access to view_other_timesheets
* properly validate invoice template field length
* allow to replace multiple variables in cell values text
* upgraded office invoice template
* doctrine deprecation fix
* upgrade phpoffice/phpword
* fix future begin check for default rounding rules
* dashboard widget counter: respect visibility and teams - fixes 
* fix future begin check for default rounding rules
* added new events for pre and post invoice rendering
* fix permission issue for users without team seeing all records
* prevent error in spreadsheet renderer for empty invoices
2019-12-02 10:57:03 +01:00
Kevin Papst
32aa209b75
prepare release 1.4 () 2019-10-04 07:36:59 +02:00
Kevin Papst
561ec3b1e9
added team permissions () 2019-08-16 01:22:33 +02:00
Kevin Papst
baa2fca7ca
Release 1.0 () 2019-07-02 02:36:46 +02:00
Kevin Papst
d8621f0b7a
support custom fields for timesheets, customers, projects and activities () 2019-06-26 00:39:05 +02:00
Kevin Papst
3311f17bbb
users weekly stats as bar-chart in dashboard () 2019-06-13 18:38:49 +02:00
Kevin Papst
0c0e9c2f71
LDAP authentication support () 2019-06-07 22:48:39 +02:00
Kevin Papst
19636582ab
use codecov for code coverage () 2019-06-01 11:53:27 +02:00
Kevin Papst
393abe9e62
phpstan level 3, fixed deprecations, code cleanup () 2019-05-28 12:24:21 +02:00
heddi.nabbisen
5f4a5364b0 add japanese translation () 2019-05-11 22:37:36 +02:00
Kevin Papst
1b0b45649d
added swedish () 2019-04-28 23:55:27 +02:00
Kevin Papst
56fe14c451
UI updates - new user menu, updated about and profile screen and more () 2019-04-25 17:50:28 +02:00
Kevin Papst
460391136f
API: changed date-format, camelCase instead of snake_case, null values, update and create for customer and project () 2019-04-24 18:13:33 +02:00
Kevin Papst
46655ad462
support subdirectories and subdomains for assets () 2019-03-12 01:02:42 +01:00
Kevin Papst
0f6334314e
removed inline documentation () 2019-03-11 15:10:51 +01:00
Kevin Papst
03aa4c9ddc
Plugins support () 2019-02-24 15:54:38 +01:00
Kevin Papst
ef33233624
fix timezone problems in timesheet forms () 2019-02-13 21:37:54 +01:00
Kevin Papst
816866549c
added export module () 2019-02-05 21:37:33 +01:00
Kevin Papst
7fa3b67cc4
updated README and installation docu () 2018-12-05 23:47:59 +01:00
Matheus
54d06462fc added portuguese translations () 2018-11-28 18:22:05 +01:00
Lukas
33029b2a11 fixed docu: issues- & milestone links () 2018-11-07 00:45:58 +01:00
Kevin Papst
db7de3aac1
added global activities () 2018-11-06 23:10:34 +01:00
infeeeee
86f40083ef Added Hungarian translation () 2018-11-02 23:38:12 +01:00
Kevin Papst
f45fbbce60
improved docs and cross-linked docker () 2018-11-02 16:11:40 +01:00
srdco
c648866cb4 Update installation instructions for non-server () 2018-11-01 12:28:39 +01:00
Kevin Papst
56ac642446
arabic translations and locale support in datepicker () 2018-10-07 18:29:12 +02:00
Kevin Papst
a32614fff8
updated required dependencies () 2018-10-07 16:43:54 +02:00
Kevin Papst
71aa899f77
added invoice voter () 2018-09-22 22:38:51 +02:00
Kevin Papst
53f82a808b
improved invoices with new renderer ()
* added docx renderer and demo template
* added csv renderer and demo template
* added xlsx renderer and demo template
* added ods renderer and demo template
* added user calculator
* added invoice documentation
2018-09-21 01:27:56 +02:00
Kevin Papst
8cae5e8b3f
added fixed-rate and hourly-rate for customer, project and activity () 2018-09-06 23:37:25 +02:00
Kevin Papst
142369d651 activated spanish, french and italian 2018-08-18 23:39:40 +02:00
Ingo Ebel
7804ef83ce fixing migration_v1.md url () 2018-08-13 10:15:34 +02:00
Kevin Papst
a8a8424ced
Added delete user feature () 2018-07-31 13:16:40 +02:00
Kevin Papst
e6f8bc8ae2
Added timesheet-calendar view () 2018-07-27 20:19:56 +02:00
Kevin Papst
20a2d94996
prepare release 0.3 () 2018-07-23 00:43:30 +02:00
Kevin Papst
75246e9db2
Integrated FOSUserBundle () 2018-07-21 22:36:36 +02:00