Commit graph

3475 commits

Author SHA1 Message Date
Jan Böhmer
07ad2d4317 New translations messages.en.xlf (Japanese) 2020-05-16 17:14:07 +02:00
Jan Böhmer
d9fd69d69a New translations messages.en.xlf (Japanese) 2020-05-16 16:44:37 +02:00
Jan Böhmer
cc0a20ef14
Update README.md 2020-05-14 09:52:02 +02:00
Jan Böhmer
350f1bb979 Use a modern nodejs version on travis. On the default version the build process broke due to missing node version. 2020-05-13 21:40:35 +02:00
Jan Böhmer
8b6fe757a0 Removed unnecessary getIDString() function in AbstractDBElement. 2020-05-13 21:19:23 +02:00
Jan Böhmer
a3af55d4e2 Clone parameters if part is cloned.
Fixed issue #46
2020-05-13 21:08:09 +02:00
Jan Böhmer
c0b4172f22 Ensure that attachments are not used in preview when deleting, so we do not encounter integrity violations.
This fixes issue #50.
2020-05-13 20:46:13 +02:00
Jan Böhmer
7b108f8d4b Format last modified and creation date label placeholders using the correct timezone.
Fixes issue #54
2020-05-13 20:12:51 +02:00
Jan Böhmer
5302087eba Use server side library to generate QR-Code for Google authenticator.
This saves us 50KB in javascript assets...
2020-05-13 19:58:12 +02:00
Jan Böhmer
c9752802e0 Updated dependencies. 2020-05-13 19:35:14 +02:00
Jan Böhmer
17abade26a New translations messages.en.xlf (English) 2020-05-13 19:23:10 +02:00
Jan Böhmer
cdddd49b78 New translations messages.en.xlf (German) 2020-05-13 19:23:06 +02:00
Jan Böhmer
f2a1671c1c Merge remote-tracking branch 'origin/l10n_master' 2020-05-13 19:19:49 +02:00
Jan Böhmer
6db3f454e3 Fixed missing parameter in CurrencyAdminForm 2020-05-13 08:40:53 +02:00
Jan Böhmer
71727e1828 Fixed typo in README.md 2020-05-12 23:42:55 +02:00
Jan Böhmer
b6e719893a Updated README.md and UPGRADE.md
Also closes pull request #47.
2020-05-12 23:42:03 +02:00
Jan Böhmer
e836a9d036 Improved structure of services.yaml 2020-05-12 23:05:59 +02:00
Jan Böhmer
decc4e90fc Organized parameters better.
Parameters can now be found in their own file config/parameters.yaml. They are prefixed with partdb. and structured into different sections.
2020-05-12 22:53:42 +02:00
Jan Böhmer
ffdb721e38 Increase memory limit of PHPunit. 2020-05-12 22:52:45 +02:00
Jan Böhmer
db38082bcd New translations messages.en.xlf (English) 2020-05-12 01:05:01 +02:00
Jan Böhmer
f4b087fc21 New translations messages.en.xlf (German) 2020-05-12 01:04:59 +02:00
Jan Böhmer
5d850e9622 New translations messages.en.xlf (Greek) 2020-05-12 00:34:56 +02:00
Jan Böhmer
73ac4f1641 Added missing translations.
Fixes issue #56.
2020-05-12 00:27:48 +02:00
Jan Böhmer
4ff6618029 New translations messages.en.xlf (English) 2020-05-11 23:34:58 +02:00
Jan Böhmer
35979d84ce New translations messages.en.xlf (German) 2020-05-11 23:34:54 +02:00
Jan Böhmer
01c19ab634 Dont create a new history entry if tab is changed.
This made back navigation really difficult. Now URL is replaced via replaceState.
2020-05-11 23:34:48 +02:00
Jan Böhmer
059bb99f87 Only do asset compression im production mode.
This improves speed in watch mode.
2020-05-11 23:27:54 +02:00
Jan Böhmer
5ea8372865 New translations messages.en.xlf (English) 2020-05-11 23:05:24 +02:00
Jan Böhmer
c19942afc1 New translations messages.en.xlf (Russian) 2020-05-11 23:05:22 +02:00
Jan Böhmer
695f58a362 New translations messages.en.xlf (Japanese) 2020-05-11 23:05:20 +02:00
Jan Böhmer
fed8b3c936 New translations messages.en.xlf (German) 2020-05-11 23:05:17 +02:00
Jan Böhmer
8186aa8dff New translations messages.en.xlf (French) 2020-05-11 23:05:15 +02:00
Jan Böhmer
47702d6131 Added quick link to parts list to the admin pages.
Fixes issue #55.
2020-05-11 22:59:25 +02:00
Jan Böhmer
d2b19aa6d5 Use correct encoding header for gzip.
Fixes issue #53.
2020-05-11 08:48:53 +02:00
Jan Böhmer
d4e16a8b70 Merge branch 'l10n_master' 2020-05-10 22:13:18 +02:00
Jan Böhmer
1f32cbd613 Serve gzip and brotli compressed assets. 2020-05-10 22:12:56 +02:00
Jan Böhmer
e5e4aa4c6d New translations messages.en.xlf (English) 2020-05-10 21:53:57 +02:00
Jan Böhmer
7186ff715d New translations messages.en.xlf (German) 2020-05-10 21:53:53 +02:00
Jan Böhmer
000623ee01 Merge branch 'l10n_master' 2020-05-10 21:46:14 +02:00
Jan Böhmer
e93620fff1 Use PHPUnit 8.5 2020-05-10 21:44:12 +02:00
Jan Böhmer
f5d685dfd4 Fixed coding style. 2020-05-10 21:39:31 +02:00
Jan Böhmer
e9493e52ec updated security recipe. 2020-05-10 20:24:53 +02:00
Jan Böhmer
c9acd618ca Fixed U2F support. 2020-05-10 19:49:35 +02:00
Jan Böhmer
95e0ae3953 Fixed PHPstan container info path. 2020-05-10 17:20:41 +02:00
Jan Böhmer
0af84f93e7 Updated recipe for twig-bundle. 2020-05-10 17:18:00 +02:00
Jan Böhmer
a12802c1ae Updated phpunit-bridge recipe. 2020-05-10 17:11:21 +02:00
Jan Böhmer
680297320b Updated recipe for monolog/bundle. 2020-05-10 17:08:14 +02:00
Jan Böhmer
fbc1c32463 Updated recipe for framework-bundle. 2020-05-10 17:06:32 +02:00
Jan Böhmer
7c10b647a3 Updated some recipes. 2020-05-10 17:02:09 +02:00
Jan Böhmer
6a40f04243 Fixed exception from wrong 'disable' parameter. 2020-05-10 16:58:53 +02:00