Commit graph

204 commits

Author SHA1 Message Date
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
Jan Böhmer
1ac5995729 Updated composer dependencies. 2019-09-07 16:54:07 +02:00
Jan Böhmer
16139d1afd Updated datatable bundle. 2019-09-06 15:51:13 +02:00
Jan Böhmer
4391be448d Use bcmath to calculate correct prices. 2019-09-01 13:56:14 +02:00
Jan Böhmer
1b44e72eed Updated symfony to 4.3.4 2019-08-27 13:34:33 +02:00
Jan Böhmer
7608d5dbda Updated dependencies. 2019-08-20 18:44:43 +02:00
Jan Böhmer
d7ffdcc291 Removed php-translation bundle as it is not compatible with symfony > 4.2 2019-08-14 18:56:41 +02:00
Jan Böhmer
568367b59e Added an console command for updating currency exchange rates. 2019-08-13 13:04:31 +02:00
Jan Böhmer
2468409212 Added an admin page for currencies. 2019-08-12 23:45:21 +02:00
Jan Böhmer
c2b4d100f0 Show shopping informations in part details 2019-08-02 12:17:56 +02:00
Jan Böhmer
855eace81d Updated symfony to 4.3.3 2019-08-01 11:44:17 +02:00
Jan Böhmer
1b8a370635 Updated docker dependencies. 2019-07-12 21:00:29 +02:00
Jan Böhmer
51763db070 Updated markdown parser 2019-06-16 12:50:40 +02:00
gfd
c46e6ff94c Upgraded to symfony 4.3 2019-06-16 12:36:17 +02:00
Jan Böhmer
996f430134 Updated dependencies 2019-05-25 21:57:00 +02:00
Jan Böhmer
c11d78e52f Updated dependencies. 2019-04-26 18:20:45 +02:00
Jan Böhmer
d5017583e5 Update dependencies. 2019-04-20 19:05:06 +02:00
Jan Böhmer
01e48323b4 updated dependencies. 2019-04-14 13:43:34 +02:00
Jan Böhmer
33ab9e5344 Use ext-intl for heroku. 2019-04-06 13:31:23 +02:00
Jan Böhmer
928b574d8c Updated Symfony to 4.2.5 2019-04-05 13:14:05 +02:00
Jan Böhmer
d2237a2598 Use ocramius/proxy-manager version 2.1 so PHP7.1 is also supported. 2019-03-27 19:38:02 +01:00
Jan Böhmer
7af51ef5ce Updated composer.lock 2019-03-27 19:19:50 +01:00
Jan Böhmer
943d235b8b Added some unit tests. 2019-03-26 23:34:40 +01:00
Jan Böhmer
007250db0e Updated composer lock. 2019-03-25 18:14:14 +01:00
Jan Böhmer
3b496d8070 Added an .htaccess file. 2019-03-25 16:42:50 +01:00
Jan Böhmer
ab21656e7a Updated dependencies. 2019-03-24 15:28:01 +01:00
Jan Böhmer
47fe76b22e Added a possibility to restrict the access to certain entity columns. 2019-03-20 19:11:34 +01:00
Jan Böhmer
a429ead421 Updated composer dependencies. 2019-03-19 15:16:10 +01:00
Jan Böhmer
c935d9d525 Make translation bundle a normal requirement (not only dev like before. 2019-03-19 15:06:14 +01:00
Jan Böhmer
6d7150e202 Added symfony translation bundle, and updated german translations. 2019-03-14 13:32:41 +01:00
Jan Böhmer
3da6b03b23 Render Comment and description as BBCode. 2019-03-13 20:14:19 +01:00
Jan Böhmer
daad7ec60a Added CKEditor field to edit bbcode WYSIWYG style. 2019-03-13 19:36:46 +01:00
Jan Böhmer
95cd56f0bd Show the version number of Part-DB on homepage. 2019-03-12 13:34:33 +01:00
Jan Böhmer
b1c6414ea9 Updated composer dependencies. 2019-03-12 12:40:35 +01:00
Jan Böhmer
ba33399b20 Added a basic show category parts page with datatable 2019-03-05 23:52:45 +01:00