Kevin Papst
38e37f1c2e
Release 2.1.0 ( #4321 )
...
* fix deprecations
* remove unused config
* replace invalid annotation type with attribute
* use AsDoctrineListener to fix deprecation
* new ModifiedSubscriber to support custom logic and fix deprecation
* removed inheritdoc comment
* new ModifiedSubscriber to support custom logic and fix deprecation
* cleanup event dispatcher interface
* re-order annotation params
* one more doctrine based deprecation
* fix query to count active timesheets
* link to "all times" to identify active timesheets
* link icon instead of text
* fix "skin" translation in wizard
* use duration filter to show duration
* added login link command and controller
* bump tabler theme to 1.0
* added wizard to force password reset by user
* allow to configure that new accounts need to reset their password
* prevent uploading twig templates by default
* bump composer packages
* enable sandbox and basic security measures for custom twig templates for invoice and export
* bump to symfony 6.3.5
* allow to export single user reports to excel
* removed broken method to reload twig cache
* added api parameter to fetch user collection fully serialized
* allow to replace or append description via timesheet batch update
* show api username above form
2023-10-19 11:21:50 +02:00
Kevin Papst
43bd7bf1ab
added API for handling work contract times ( #4016 )
2023-05-13 01:24:15 +02:00
Kevin Papst
90a0fd8a22
Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... ( #2902 )
2022-12-31 21:19:55 +01:00
Alexander Pankow
a04b72e866
use custom fonts in mpdf via twig template ( #3509 )
2022-09-04 00:58:54 +02:00
Kevin Papst
9e2a295182
Release 1.19.8 ( #3296 )
...
* unify extension check
* fix updating one config section redirects to all sections
* weekly times: configure number of weeks for recent activities
* weekly times: configure minimum number of rows
* added explicit formats for en_GB and pt
2022-05-17 11:52:45 +02:00
Weblate (bot)
2ad7629c2a
Translations update from Hosted Weblate ( #3177 )
...
* fix broken files containing keys from messages namespace
* pre-fill missing translations with english
* new command to pre-fill empty translations
* fix locale in filename
* activate locales fa and nb_NO
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com >
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com >
Co-authored-by: Kevin Papst <kpapst@gmx.net >
2022-02-28 16:02:40 +01:00
pkaltenboeck
dce0578a2b
new ProjectConstraint to add dynamic project validation ( #2747 )
2021-11-14 16:56:52 +01:00
Kevin Papst
40061e43bb
simplify building theme independent plugins ( #2888 )
2021-10-30 14:48:05 +02:00
Kevin Papst
9ab098af86
weekly quick-entry form ( #2793 )
2021-10-18 11:12:46 +02:00
Kevin Papst
b7cf9cd776
added croatian language ( #2817 )
2021-10-06 13:41:05 +02:00
Kevin Papst
3a7dba437c
move supported languages logic to service ( #2701 )
2021-08-07 01:11:42 +02:00
Kevin Papst
6d196879b4
refactor configurations ( #2626 )
...
* composition instead of inheritance
* refactored some twig extensions to runtime extensions
2021-06-26 13:03:54 +02:00
Kevin Papst
3d1fba650b
improve color chooser and name validation ( #2622 )
2021-06-25 16:35:16 +02:00
Kevin Papst
7f20cb045c
Refactor authentication system ( #2602 )
...
Make auth configuration available via UI, remove FOSUserBundle and SAML-Bundle dependency
2021-06-10 15:34:13 +02:00
Kevin Papst
c1eb5ba90a
lint container, workflows and composer update ( #2591 )
2021-06-01 19:20:12 +02:00
dkstiler
a9da5f8476
added greek language ( #2568 )
2021-05-14 18:04:46 +02:00
Weblate (bot)
67d23ec6b2
Translations update from Weblate ( #2474 )
...
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: phlostically <phlostically@mailinator.com >
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com >
Co-authored-by: Bogi Napoleon Wennerstrøm <bogi.wennerstrom@gmail.com >
Co-authored-by: Martin Didriksen <martindidriksen@hotmail.com >
Co-authored-by: Christian Eichert <c@zp1.net >
Co-authored-by: Gontzal Manuel Pujana Onaindia <thadahdenyse@gmail.com >
Co-authored-by: DJScias <djscias@gmail.com >
Co-authored-by: Bruno Oliveira Rosa <brunokauaoliveira@gmail.com >
Co-authored-by: Mohammad Firuzabadi <mohmmad.fi@gmail.com >
Co-authored-by: Kevin Papst <kpapst@gmx.net >
2021-04-22 01:22:39 +02:00
Kevin Papst
87d07ffaaf
save default search options ( #2445 )
...
* set default times for daterange objects
* allow to show order and order by fields
* move search to modal
* more options for page size
* save export visibility in cookie
2021-03-20 01:10:45 +01:00
Kevin Papst
16e8e8a5e5
fix deprecations (move same controller) ( #2440 )
2021-03-16 14:06:15 +01:00
Kevin Papst
3e9371bd6a
Timesheet validator: prevent overbooking budgets ( #2422 )
2021-03-13 14:41:29 +01:00
Kevin Papst
30ac5e4c24
Drop SQLite support ( #2405 )
2021-03-08 16:06:22 +01:00
Kevin Papst
a034b3519e
added de_AT and pt as languages ( #2292 )
2021-01-23 00:00:30 +01:00
Kevin Papst
88b4d3842f
improve API validation error messages ( #2278 )
2021-01-20 18:57:16 +01:00
Kevin Papst
8d72d114c7
improved duration and minute selector ( #2264 )
...
* do not close modal if form is dirty
* deprecated TimesheetConfiguration
* inject timezone in form types
* cleanup usage of UserDateTimeFactory
* allow to configure increment steps for minutes
* use 15 minutes step for datetimepicker in project edit form
* use rounding rules for increments in minute select for begin and end
* allow duration in multi user and admin timesheet forms
* make dropdown values configurable
2021-01-17 14:04:13 +01:00
vilu85
b9b7bf845c
Finnish translations ( #2046 )
2020-10-26 00:27:10 +01:00
Kevin Papst
46bf01d93e
lifecycle events for projects ( #2013 )
2020-10-07 19:44:55 +02:00
Kevin Papst
476e6ca150
remove usage of getenv from codebase ( #1861 )
2020-08-02 01:02:04 +02:00
Kevin Papst
f57b314466
Preparations for coming features ( #1818 )
...
* removed unused convert_tz code
* added timestampable listener to support automatic updates of change columns
* added modified_at, billable and category timesheet fields
* new timesheet API query parameter modified_after
2020-07-13 23:35:06 +02:00
Honza Kopecký
091740f407
timesheet lockdown with grace period ( #1644 )
2020-07-02 18:54:17 +02:00
Kevin Papst
ea4e930cbb
Store sessions in database ( #1736 )
2020-06-11 16:54:51 +02:00
Kevin Papst
da5563960b
Added Vietnamese translations ( #1758 )
2020-06-04 16:21:12 +02:00
Kevin Papst
91736e89cc
added hebrew translations ( #1724 )
...
first day of week in datepicker is locale specific now
2020-05-24 13:58:13 +02:00
Kevin Papst
e2a4998341
added romanian translations ( #1722 )
2020-05-23 12:07:57 +02:00
KuboF Hromoslav
82c713031e
Esperanto translations ( #1607 )
2020-04-07 22:19:52 +02:00
Kevin Papst
e6e6a1eeea
added invoice archive & configurable invoice numbers ( #1541 )
2020-03-14 01:16:58 +01:00
Kevin Papst
52c7437076
added user-specific rates ( #1455 )
2020-02-10 20:29:43 +01:00
MikKrz
733aa58de8
added Polish translations ( #1426 )
2020-02-10 00:23:37 +01:00
Kevin Papst
6a533579b7
added support for saml login ( #1408 )
2020-01-31 19:47:34 +01:00
ikusimakusi
ed8f024e42
added Basque translations ( #1382 )
2020-01-17 15:28:12 +01:00
Kevin Papst
261b4646e4
added chinese translations ( #1310 )
2019-12-09 12:56:38 +01:00
Badgie
47414cfd0e
Danish translations ( #1296 )
2019-12-02 00:25:28 +01:00
Aptevo
04dd6b900f
added de_CH language ( #1272 )
2019-11-23 11:29:29 +01:00
1willem
641dcdff85
Dutch translation files ( #1226 )
2019-11-18 21:48:16 +01:00
Kevin Papst
af0f89774e
User roles and permission management via Admin UI ( #1231 )
2019-11-10 18:53:56 +01:00
Kevin Papst
c6c4098759
rounding rules via admin screen, round begin when starting record ( #1229 )
2019-11-10 13:57:05 +01:00
Kevin Papst
fa1c79e15c
support different formats in user timesheet exports ( #1222 )
2019-11-08 16:10:38 +01:00
Ahmed Şeref
4ad290d4bd
added turkish translations ( #1160 )
2019-10-24 17:30:34 +02:00
Kevin Papst
13f5e76015
added czech translations ( #1075 )
2019-09-16 23:19:46 +02:00
Kevin Papst
7f1a206a52
support installation specific translations ( #1099 )
2019-09-11 23:18:35 +02:00
Kevin Papst
8fb0b1445a
added korean translations ( #1039 )
2019-08-26 15:00:59 +02:00