0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-03 04:55:25 +00:00
Commit graph

59 commits

Author SHA1 Message Date
Kevin Papst
c063aed867
fixes for 1.15 () 2021-08-08 12:38:19 +02:00
Kevin Papst
9ddb87a6fd
added project detail report ()
- avatars via css only
- random colors for entities
- improves print view
- added colors for teams
- added color to tag
2021-07-06 22:01:20 +02:00
Kevin Papst
7f20cb045c
Refactor authentication system ()
Make auth configuration available via UI, remove FOSUserBundle and SAML-Bundle dependency
2021-06-10 15:34:13 +02:00
Kevin Papst
4859ac8ecb
Support for PHP 8 ()
painful 66 commits later: required PHP version bumped to 7.3, plugin updates using migrations necessary!
2021-05-31 14:53:22 +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
Maxim Butakov
5a90b36734
fix unreadable notice for delete modals () 2021-02-28 15:20:05 +01:00
Kevin Papst
9eb25c412e
prevent duplicate if overlapping records are disabled () 2021-02-06 17:31:14 +01:00
Kevin Papst
26c2d5aa81
prepare release 1.12 ()
* updated dependencies ()
* display application name and version in console ()
2020-12-10 16:25:14 +01:00
Kevin Papst
8a8f5cb6ce
Fix Composer 2 compatibility () 2020-10-24 19:33:49 +02:00
Kevin Papst
e566305426
updated composer dependencies () 2020-06-28 15:43:38 +02:00
Kevin Papst
c89750fe94
ensure user attributes are truncated () 2020-03-21 00:21:06 +01:00
Kevin Papst
7b13ea860a
switch to kimai specific user-bundle fork () 2020-03-17 21:24:51 +01:00
Kevin Papst
137dcbf7e1
update to latest composer libs () 2020-03-12 19:33:11 +01:00
Kevin Papst
057c824e9f
replaced mailer library, added email templates () 2020-02-12 16:05:13 +01:00
Kevin Papst
465d7166d4
remove pagerfanta bundle () 2020-02-10 16:38:26 +01:00
Kevin Papst
986d922855
invoices: choose language and duration format () 2020-02-04 20:27:36 +01:00
Kevin Papst
75dcae6fbe
update to Symfony 4.4 () 2020-02-04 15:29:26 +01:00
Kevin Papst
6a533579b7
added support for saml login () 2020-01-31 19:47:34 +01:00
Kevin Papst
6a44dbfe83
detail pages for customers and projects () 2020-01-16 16:25:28 +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
hmr-it-jr
50383673ca added api endpoint to return instance specific timesheet config () 2020-01-04 01:44:11 +01:00
Kevin Papst
817a43b178
added csv importer for timesheet and project data () 2019-11-23 22:02:55 +01:00
Kevin Papst
b0f83291ee
upgraded to phpunit 8 () 2019-10-24 17:35:05 +02:00
Kevin Papst
e8c25d8ac5
added avatars, show user teams in list, new team dashboard widgets () 2019-10-03 13:44:16 +02:00
Kevin Papst
35c65ba890
composer update () 2019-09-13 17:16:53 +02:00
Kevin Papst
e11a2a6089
upgraded FosUserBundle and Symfony 4.3 () 2019-08-02 16:52:30 +02:00
Toby Batch
b833e1ce27 pre-populate tags for new timesheet records via request params () 2019-07-09 16:32:40 +02:00
Kevin Papst
833968a87d
fix LDAP install for systems without ldap extension () 2019-06-11 01:25:49 +02:00
Kevin Papst
0c0e9c2f71
LDAP authentication support () 2019-06-07 22:48:39 +02:00
Kevin Papst
97feed0be6
updated frontend stack to latest versions () 2019-06-03 01:43:49 +02:00
Kevin Papst
393abe9e62
phpstan level 3, fixed deprecations, code cleanup () 2019-05-28 12:24:21 +02:00
Kevin Papst
8873947a1b
added phpstan for code analyzes () 2019-05-24 01:11:03 +02:00
Kevin Papst
455d772095
moved shared entity fields and functions to trait () 2019-05-02 18:03:40 +02:00
Kevin Papst
e49bd05ae6
updated authorization screen styles () 2019-04-27 19:58:32 +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
f9c8028ea1
updated to Symfony 4.2 () 2019-04-21 01:41:08 +02:00
Kevin Papst
3a4aa5a001
added plugin screen () 2019-04-08 18:38:56 +02:00
Kevin Papst
38ae013e03
added cors bundle to allow external api access () 2019-03-23 11:04:55 +01:00
Kevin Papst
3ac72a5c89
enhanced plugin support ()
- refactored admin controller and templates
- plugin support for entity actions
- changed column mail to email in customer table
- refactored theme events
2019-03-11 14:46:30 +01:00
Kevin Papst
742e6eb3a3
updated composer packages () 2019-02-11 20:38:40 +01:00
Kevin Papst
816866549c
added export module () 2019-02-05 21:37:33 +01:00
Kevin Papst
93c500fbf2
fix segmentation fault - rollback composer dependencies () 2018-12-05 00:01:48 +01:00
Kevin Papst
43b488f21f
moved some packages to dev requirements () 2018-12-01 19:53:44 +01:00
Kevin Papst
ad171e7706
removed deprecated symfony/lts and updated all other packages () 2018-10-12 17:51:38 +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
2f84f3751a
Added basic API endpoints () 2018-08-08 23:10:45 +02:00
Kevin Papst
e549a0824f
Hotfix for Symfony Flex incompatibility with latest composer changes () 2018-08-07 20:17:56 +02:00
Kevin Papst
e6f8bc8ae2
Added timesheet-calendar view () 2018-07-27 20:19:56 +02:00
Kevin Papst
5ccc1c991b
Improved data fixtures with Faker () 2018-07-24 19:24:58 +02:00
Kevin Papst
75246e9db2
Integrated FOSUserBundle () 2018-07-21 22:36:36 +02:00