Jan Böhmer
85b47ae6ef
Updated dependencies.
2020-03-04 20:48:09 +01:00
Jan Böhmer
9b2f7a9eca
Updated dependencies.
2020-02-29 23:20:38 +01:00
Jan Böhmer
9b0c82385f
Updated composer dependencies.
2020-02-22 17:49:33 +01:00
Jan Böhmer
246a96668b
Updated composer dependencies.
2020-02-13 22:04:40 +01:00
Jan Böhmer
d26004cfec
Updated composer dependencies.
2020-02-09 21:25:03 +01:00
Jan Böhmer
dd1f806c4e
Fixed some issues detected by PHPstan.
2020-02-01 17:00:03 +01:00
Jan Böhmer
0a94689d98
Updated Symfony components to 4.4.4.
2020-02-01 16:02:43 +01:00
Jan Böhmer
22c42acb18
Updated symfony to 4.4.3.
2020-01-24 22:59:22 +01:00
Jan Böhmer
c54ce023c6
Updated composer and yarn dependencies.
2020-01-18 20:42:26 +01:00
Jan Böhmer
559e1bc6a6
Updated composer dependencies.
2020-01-16 20:38:39 +01:00
Jan Böhmer
5a86af8552
Updated dependencies.
2020-01-11 22:24:02 +01:00
Jan Böhmer
9870c97224
Updated dependencies.
2020-01-09 19:37:04 +01:00
Jan Böhmer
700c049d26
Use Easy-Coding-Standard for Coding Style check and fix.
2020-01-05 14:29:19 +01:00
Jan Böhmer
fcbf9239a1
Updated doctrine-bundle to version 2.0
2020-01-01 18:02:53 +01:00
Jan Böhmer
722975afd8
Updated some packages to latest version.
2020-01-01 17:39:28 +01:00
Jan Böhmer
be34a0f734
Require PHP 7.2 as minimum version
...
This allows us to upgrade many libs (including Symfony itself) and should not has a large impact as the most linux distros ships either PHP 7.0 or PHP 7.2.
2020-01-01 15:57:34 +01:00
Jan Böhmer
1016f0d4ee
Merge branch '2fa' into master
2020-01-01 15:49:42 +01:00
Jan Böhmer
069293a843
Added 2FA with U2F keys.
2019-12-29 13:35:30 +01:00
Jan Böhmer
23587fe3e6
Updated Doctrine Test Bundle.
2019-12-27 15:38:56 +01:00
Jan Böhmer
ac0928426b
Merge branch 'master' into 2fa
2019-12-26 15:07:32 +01:00
Jan Böhmer
e7b920c4fe
Use php-translation symfony bundle.
...
This gives us some advanced translation extractors (from form labels, flashes, etc.) and provide some more debug tools.
2019-12-26 13:16:27 +01:00
Jan Böhmer
24672a30b9
Merge branch 'master' into 2fa
2019-12-23 13:51:32 +01:00
Jan Böhmer
2fded2b880
Updated to symfony 4.4.2
2019-12-23 13:51:16 +01:00
Jan Böhmer
2fa0963374
Prepared DB and models for Two Factor authentication
2019-12-14 16:35:19 +01:00
Jan Böhmer
235baf32d5
Removed dependencies on Guzzle. We use Symfony HTTP-Client now.
2019-12-11 20:47:00 +01:00
Jan Böhmer
93e5ae18d6
Update composer dependencies.
2019-12-11 20:12:42 +01:00
Jan Böhmer
87cfb50285
Upgraded symfony to 4.4.1
2019-12-01 15:18:44 +01:00
Jan Böhmer
9cdf31492a
Added german translations for password reset dialogs and email
2019-12-01 13:50:43 +01:00
Jan Böhmer
4f70d8b1da
Use dev HTTP-Kernel so we can generate code coverage again.
...
An error with the test container will be coming to 4.4.1 (which is not released yet). When it is available we should revert the changes to composer.json.
2019-11-30 22:53:45 +01:00
Jan Böhmer
6882f91ef2
Use HTTP2 preload for always used CSS and JS files.
2019-11-30 16:46:03 +01:00
Jan Böhmer
9567c15648
Updated composer packages.
2019-11-30 15:43:30 +01:00
Jan Böhmer
6a0d027675
Added an mechanism to reset passwords via mail.
2019-11-24 22:49:22 +01:00
Jan Böhmer
cd5f099965
Use format_datetime filters from twig core instead of deprecated twig/extensions
2019-11-23 14:48:21 +01:00
Jan Böhmer
26fe946de3
Run some linters on TravisCI to ensure basic integrity of files.
2019-11-21 22:27:17 +01:00
Jan Böhmer
50a173d57c
Updated symfony to 4.4
2019-11-21 22:16:30 +01:00
Jan Böhmer
ca33dfc7b7
Updated composer dependencies.
2019-11-21 21:52:41 +01:00
Jan Böhmer
01b790a8d0
Updated symfony to 4.3.8, which fixes some security bugs.
2019-11-16 17:59:32 +01:00
Jan Böhmer
3438f15274
Added some more tests.
2019-11-09 16:14:57 +01:00
Jan Böhmer
56dbc96607
Updated composer dependencies.
2019-11-08 20:25:47 +01:00
Jan Böhmer
719611b6d6
Updated composer dependencies.
...
Bumped Symfony to 4.3.6
2019-11-01 13:58:02 +01:00
Jan Böhmer
45a624d768
Added tests for RedirectController
2019-10-20 14:35:19 +02:00
Jan Böhmer
27a001b1d2
Added an option to download a attachment via URL. Implemented secure attachments, which can not be accessed by URL and requires authentication.
2019-10-19 18:42:06 +02:00
Jan Böhmer
1f7c122ba2
Updated composer dependencies.
2019-10-19 15:39:14 +02:00
Jan Böhmer
8cfaee5c62
Added an console command to convert the old BBCode comments to markdown
2019-10-13 00:32:09 +02:00
Jan Böhmer
7ec406d4a1
Show markdown on pages.
2019-10-11 23:53:12 +02:00
Jan Böhmer
a545e04554
Include php-gd requirement in composer.lock
2019-10-05 21:01:24 +02:00
Jan Böhmer
4fe10b6169
Uploaded (non secure) attachments live now in public/
...
That way the attachment files can now be loaded much quicker (without invoking a controller). Also added thumbnailing for pictures in tables.
2019-10-05 20:30:27 +02:00
Jan Böhmer
2f0dc600e2
Updated composer dependencies
2019-10-03 18:14:45 +02:00
Jan Böhmer
5061c29872
Added psalm to dev dependencies.
2019-09-23 13:29:51 +02:00
Jan Böhmer
2441a25daa
Enforce packages with compatibility with the minimum supported PHP version.
2019-09-18 16:06:51 +02:00