0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-19 07:03:19 +00:00

Commit graph

  • c3a4ad4bcb Merge branch 'master' into invoice-renderer Kevin Papst 2020-03-20 13:15:14 +0100
  • b8c5323ece
    added command to create invoices via bash (#1574) Kevin Papst 2020-03-20 13:14:05 +0100
  • 6ede0baec3 stabilize tests Kevin Papst 2020-03-20 13:07:19 +0100
  • 94c0583d7d added json, xml and txt invoice renderer for application usage Kevin Papst 2020-03-20 02:46:59 +0100
  • 5aabf2fcb7 more tests Kevin Papst 2020-03-20 00:06:14 +0100
  • cf1bd58580 more tests Kevin Papst 2020-03-19 23:30:56 +0100
  • 008b61a481 make test fail safe Kevin Papst 2020-03-19 22:07:35 +0100
  • 10ae7774d7 added test for new comand Kevin Papst 2020-03-19 21:11:48 +0100
  • 83983f1409 added new fields to tests Kevin Papst 2020-03-19 19:00:08 +0100
  • ca54a2f834 added command to create invoices via bash Kevin Papst 2020-03-19 18:53:54 +0100
  • 59e7c672b0 moving methods from invoice controller to invoice service Kevin Papst 2020-03-19 18:52:56 +0100
  • 01610c6910 allow cloning of invoice template Kevin Papst 2020-03-19 18:52:23 +0100
  • 650dd3d11a do not rely on string cast for label Kevin Papst 2020-03-19 18:46:35 +0100
  • 135e75bb8c more customer fields during invoice hydration Kevin Papst 2020-03-19 18:46:05 +0100
  • e3ba3a8a2f use symfony filesystem internally Kevin Papst 2020-03-19 18:43:48 +0100
  • 675c66b901 cache invoice number in invoice-model for uniqueness and multiple invoices per request Kevin Papst 2020-03-19 18:43:19 +0100
  • 77037d415f new event for created invoices Kevin Papst 2020-03-19 18:38:55 +0100
  • cddad7a0d9 removed comment Kevin Papst 2020-03-19 18:35:49 +0100
  • 81f5ea375b
    fixed bad static width, instead using $maxWidth Adrian Rudnik 2020-03-19 17:22:13 +0100
  • e82579b571
    compiled assets Adrian Rudnik 2020-03-19 16:37:37 +0100
  • 29cef6a7fa
    fixed paths for favicons in generated manifest files Adrian Rudnik 2020-03-19 16:20:41 +0100
  • 14032edad5
    added required headers that the sw.js must deliver or the service worker scope will fail Adrian Rudnik 2020-03-19 16:20:26 +0100
  • 59f924f859
    excluded localized manifests from firewall Adrian Rudnik 2020-03-19 16:19:57 +0100
  • 8c23500ca6
    fixed webpack warning about bad public path Adrian Rudnik 2020-03-19 16:19:42 +0100
  • e7114d22c2
    compiled assets Adrian Rudnik 2020-03-19 15:46:14 +0100
  • e0203176eb
    fixed header link to the pwa manifest to be related to the requested locale Adrian Rudnik 2020-03-19 15:34:56 +0100
  • f527b2eaa0
    added pwa controller to handle manifest requests Adrian Rudnik 2020-03-19 15:34:38 +0100
  • b4cb61981f
    added service worker registration to main script Adrian Rudnik 2020-03-19 15:34:01 +0100
  • 89fa32868e
    added workbox webpack plugin Adrian Rudnik 2020-03-19 15:31:11 +0100
  • 6bd6f25802
    moved column specific formatting for the excel exporter to the abstract spreadsheet renderer and introduced non-invasive options to configure max-width and wrap-text for the description column (#1512) Adrian Rudnik 2020-03-19 14:23:42 +0100
  • af8e6e9469
    increased timesheet entry description length a considerable amount to simulate wrap text in excel exports correctly (#1512) Adrian Rudnik 2020-03-19 14:18:48 +0100
  • 7b13ea860a
    switch to kimai specific user-bundle fork (#1568) Kevin Papst 2020-03-17 21:24:51 +0100
  • 582e387534 remove templating component, add composer validation Kevin Papst 2020-03-17 21:02:35 +0100
  • e38764d10d using own tagged user bundle with deprecation fixes Kevin Papst 2020-03-17 20:49:54 +0100
  • 4b1cfa5840
    added multi-select for customer, project and activity (#1557) Kevin Papst 2020-03-16 14:06:26 +0100
  • 6eeb01ad48
    validate v1 data before import (#1552) Kevin Papst 2020-03-15 23:34:14 +0100
  • 31cb2520d9 added tests Kevin Papst 2020-03-15 20:57:15 +0100
  • f078d770c9 added tests Kevin Papst 2020-03-15 16:16:57 +0100
  • 8cce71bfc7 fix tests Kevin Papst 2020-03-15 14:22:46 +0100
  • a9f910afee allow to filter for user in team view Kevin Papst 2020-03-15 13:59:01 +0100
  • e1b53ef583 support multi-select in activity view Kevin Papst 2020-03-15 13:04:35 +0100
  • f080634efe support multi-select in project view Kevin Papst 2020-03-15 13:04:30 +0100
  • d2df226395 support multi-select in timesheet views Kevin Papst 2020-03-15 13:04:23 +0100
  • 28cfea56d8 support multi-select in export Kevin Papst 2020-03-15 12:56:28 +0100
  • a5558964ad support empty activity select in multi-select environment Kevin Papst 2020-03-15 12:56:13 +0100
  • ac0204048c support multi-filter in timesheet API Kevin Papst 2020-03-15 12:38:03 +0100
  • 8547573b69 invoice adjustments for multi-select Kevin Papst 2020-03-15 12:37:45 +0100
  • d543b8365d added tests Kevin Papst 2020-03-15 03:19:30 +0100
  • ebab919794 fix assignment Kevin Papst 2020-03-15 03:01:24 +0100
  • ed5ec27e09 replace deprecated method call Kevin Papst 2020-03-15 02:51:34 +0100
  • 0039ff25aa activate multiselect in invoice search form Kevin Papst 2020-03-15 02:50:13 +0100
  • 0c534e303c fixed deprecations in tests Kevin Papst 2020-03-15 02:21:59 +0100
  • e37daa622e support multi selects Kevin Papst 2020-03-15 02:17:46 +0100
  • 7fbae6b2d1 code cleanup Kevin Papst 2020-03-14 22:57:01 +0100
  • 3f91a49882 allow array values in selects Kevin Papst 2020-03-14 18:31:44 +0100
  • 4c0599f77b validate v1 data before import Kevin Papst 2020-03-14 01:31:57 +0100
  • 2b95c22a21 validate v1 data before import Kevin Papst 2020-03-14 01:30:34 +0100
  • e6e6a1eeea
    added invoice archive & configurable invoice numbers (#1541) Kevin Papst 2020-03-14 01:16:58 +0100
  • b11f1dadab
    Bump acorn from 6.4.0 to 6.4.1 dependabot[bot] 2020-03-13 23:35:25 +0000
  • dd64eb98f9
    support more columns in listings (#1548) Kevin Papst 2020-03-13 18:21:16 +0100
  • 9cd111bae5
    fix timesheet permissions for non-admins (#1542) Kevin Papst 2020-03-13 18:02:35 +0100
  • 791c8d21b6 fix duplicate avatar generation Kevin Papst 2020-03-13 12:01:59 +0100
  • ac383cf98f support more columns, hidden by default Kevin Papst 2020-03-13 01:50:52 +0100
  • b11c388af0 support more columns, hidden by default Kevin Papst 2020-03-13 01:40:12 +0100
  • d9889627bc Merge branch 'master' into invoice-archive Kevin Papst 2020-03-12 19:36:14 +0100
  • 137dcbf7e1
    update to latest composer libs (#1545) Kevin Papst 2020-03-12 19:33:11 +0100
  • 0ca14cd7ec fix broken test due to bug in symfony Kevin Papst 2020-03-12 19:20:08 +0100
  • f186b29012 Merge branch 'invoices' into invoice-archive Kevin Papst 2020-03-12 17:07:04 +0100
  • fbdc668a22
    show short summary under export table (#1547) Kevin Papst 2020-03-12 17:05:51 +0100
  • f6ea121ab7 fixed test Kevin Papst 2020-03-12 16:59:31 +0100
  • 9eb3d9e032 added ext-xsl requirement Kevin Papst 2020-03-12 16:53:24 +0100
  • 50769ebb0e revert composer change Kevin Papst 2020-03-12 16:52:12 +0100
  • 7f931cbfd3
    highlight overlapping times (#1534) Kevin Papst 2020-03-12 16:35:25 +0100
  • 657e8ed559 remove vat_id from archive Kevin Papst 2020-03-12 16:04:09 +0100
  • afff589182 added permission check Kevin Papst 2020-03-12 15:43:16 +0100
  • 1629da2862 more tests Kevin Papst 2020-03-12 15:20:37 +0100
  • 31a1083153 more tests Kevin Papst 2020-03-12 15:13:25 +0100
  • 8e4a3bd5cf more tests Kevin Papst 2020-03-12 15:10:06 +0100
  • e33efc3f61 fix test Kevin Papst 2020-03-12 12:50:02 +0100
  • 8bed0aabfa added tests, changed default invoice number format Kevin Papst 2020-03-12 12:45:59 +0100
  • c33cfa1799 added tests Kevin Papst 2020-03-12 12:14:23 +0100
  • 3c29b0db2b adjust test Kevin Papst 2020-03-12 11:10:56 +0100
  • 9f6d41a125 adjust test Kevin Papst 2020-03-12 02:04:43 +0100
  • bd9aef278f adjust test Kevin Papst 2020-03-12 02:02:36 +0100
  • ea6d69bec9 Merge branch 'master' into invoice-archive Kevin Papst 2020-03-12 01:17:17 +0100
  • 7013513a4d update to latest libs Kevin Papst 2020-03-12 00:56:10 +0100
  • 7b7a962e04
    fix deprecations in migrations (#1544) Kevin Papst 2020-03-12 00:42:47 +0100
  • e4610af235
    migrate from zend-ldap to laminas-ldap (#1530) Sebastian Schreiber 2020-03-12 00:34:23 +0100
  • 7eda3b40dc fix deprecations in older migrations cleanup by using schema tool Kevin Papst 2020-03-12 00:24:36 +0100
  • e7458e76e1
    improve kimai v1 importer for projects without customer (#1543) Kevin Papst 2020-03-12 00:20:22 +0100
  • 2a884ab6e3 Italian translations update (#1538) Luca Buoncristiani 2020-03-11 16:38:28 +0100
  • d81e3b274d Import groups from Kimai v1 (#1532) Honza Kopecký 2020-03-08 12:34:17 +0100
  • 268a81b460 improve kimai v2 importer for projects without customer Kevin Papst 2020-03-12 00:04:19 +0100
  • ca9112cf5c fix timesheet permissions for non-admins Kevin Papst 2020-03-11 23:45:37 +0100
  • 7d4db5d63a added invoice archive Kevin Papst 2020-03-11 20:39:30 +0100
  • 1f1d82a33e new invoice translations Kevin Papst 2020-03-11 19:03:52 +0100
  • 0b232f4c30 renamed translations for number generator Kevin Papst 2020-03-11 19:03:13 +0100
  • fde4a53b2b fix activity invoice calculator for items without activity (eg. expenses) Kevin Papst 2020-03-11 18:53:32 +0100
  • 77979fa160 added invoice number generator with configurable format Kevin Papst 2020-03-11 18:52:55 +0100
  • 29458a3e46 added content-type header Kevin Papst 2020-03-11 18:52:01 +0100