Jan Böhmer
|
85f3ba6aaa
|
Merge branch 'master' into api
|
2023-08-26 22:15:12 +02:00 |
|
Jan Böhmer
|
73346fcdaf
|
Upgraded dependencies
|
2023-08-20 12:51:50 +02:00 |
|
Jan Böhmer
|
6d3b0261b3
|
Added first API endpoint
|
2023-08-06 00:42:34 +02:00 |
|
Jan Böhmer
|
1a3e5ec705
|
Updated dependencies
The commit order changes were merged into doctrines main branch, so we can now use the official release instead of the development branch again.
|
2023-08-01 15:34:37 +02:00 |
|
Jan Böhmer
|
c203de082e
|
Added proper OAuth authentication for digikey and other providers
|
2023-07-16 03:07:53 +02:00 |
|
Jan Böhmer
|
701212239d
|
Use an experimental doctrine/orm version to fix some issues persisting attachments while simutanously creating a new attachment type
The circular reference between attachmentTypeAttachment and attachmentType seems to confuse doctrine. This is fixed in the experimental version
|
2023-07-15 21:17:10 +02:00 |
|
Jan Böhmer
|
8eb0c997ed
|
Updated dependencies
|
2023-07-11 22:01:32 +02:00 |
|
Jan Böhmer
|
2b67c1c631
|
Use development version of dompdf, so we can use character level fallback fonts for dompdf
This is useful, so mixed character text is always shown and you not need to explicitly select unifont as font
|
2023-07-02 03:36:42 +02:00 |
|
Jan Böhmer
|
956ed9e8ae
|
Added GNU unifont as fallback font for labels with CJK characters
|
2023-07-02 03:26:56 +02:00 |
|
Jan Böhmer
|
ce064a0b37
|
Use symfony/ux-translator to translate password_strength_estimator badges
|
2023-06-28 16:00:11 +02:00 |
|
Jan Böhmer
|
50708c6942
|
Use level 5 of phpstan analysis for CI static analysis
|
2023-06-18 16:02:50 +02:00 |
|
Jan Böhmer
|
2f46fbfc7a
|
Added stricter phpstan checks
|
2023-06-14 23:14:49 +02:00 |
|
Jan Böhmer
|
8f424f3273
|
Removed sensio/framework-extra-bundle as it was abandoned and is not needed anymore
|
2023-06-11 19:52:43 +02:00 |
|
Jan Böhmer
|
bea90a7d94
|
Updated dependencies
|
2023-06-11 18:27:49 +02:00 |
|
Jan Böhmer
|
8d4b8b02b8
|
Upgraded to symfony 6.3
|
2023-06-11 13:46:24 +02:00 |
|
Jan Böhmer
|
b7573a40d7
|
Fixed webauthn two factor authentication
|
2023-06-11 13:14:45 +02:00 |
|
Jan Böhmer
|
88ea920dfb
|
Add rector for automated refactoring
|
2023-05-28 01:16:12 +02:00 |
|
Jan Böhmer
|
55641a234c
|
Require PHP 8.1 in composer.json
|
2023-05-27 20:40:30 +02:00 |
|
Jan Böhmer
|
9f52d364c9
|
Use newer nbgrp/onelogin-saml-bundle bundle for handling SAML
|
2023-05-27 20:38:32 +02:00 |
|
Jan Böhmer
|
edce70bc12
|
Updated symfony to 6.2, updated scheb/2fa bundle and removed obsolete hslavich/oneloginsaml-bundle
|
2023-05-27 20:35:36 +02:00 |
|
Jan Böhmer
|
b8a7f81f55
|
Bumped dependencies (dont work yet)
|
2023-05-27 20:25:51 +02:00 |
|
Jan Böhmer
|
ef9b2aefe5
|
Set platform in composer.json to PHP 8.1.0 and updated dependencies
|
2023-05-27 20:10:18 +02:00 |
|
Jan Böhmer
|
b62fd602f2
|
Show the diff of element edited log entries on detail pages
|
2023-05-14 23:08:14 +02:00 |
|
Jan Böhmer
|
d598bfc35b
|
Updated dependencies.
|
2023-05-06 22:25:56 +02:00 |
|
Jan Böhmer
|
4a6a3b9269
|
Moved doctrine/data-fixtures to prod requirement
We use it for database purging in partkeepr import command. This fixes issue #285
|
2023-05-01 23:09:59 +02:00 |
|
Jan Böhmer
|
fce32e70b9
|
Started to work on an import possibility for Partkeepr databases
|
2023-03-23 01:16:12 +01:00 |
|
Jan Böhmer
|
bd2559c37b
|
Added the basic possibility to import KiCAD BOMs into projects
|
2023-03-16 00:05:46 +01:00 |
|
Jan Böhmer
|
c0b74d83a5
|
Started to work on interfacing with keycloak
|
2023-02-20 22:10:24 +01:00 |
|
Jan Böhmer
|
7569bffa1d
|
Upgraded psalm
|
2023-02-11 22:37:27 +01:00 |
|
Jan Böhmer
|
5cc726e045
|
Upgraded dependencies.
|
2023-02-11 22:19:56 +01:00 |
|
Jan Böhmer
|
03e52bf598
|
Added login rate throttling
|
2023-02-11 21:55:24 +01:00 |
|
Jan Böhmer
|
2c03a6e683
|
Added an command to backup the data of Part-DB easily
This fixes issue #86.
|
2023-01-29 00:47:03 +01:00 |
|
Jan Böhmer
|
74d345acfe
|
Updated doctrine/dbal to 3.5.1
The bug which prevented the use of 3.5.0 should now be fixed.
|
2022-11-27 23:18:44 +01:00 |
|
Jan Böhmer
|
86a51fc7b9
|
Do not use doctrine/dbal 3.5 (yet), as it has a bug with mariadb
It will always show the "sync-metadata-storage" issue.
|
2022-10-22 21:51:02 +02:00 |
|
Jan Böhmer
|
12f7cd9a8c
|
Removed unnecessary git repo reference
|
2022-10-22 21:35:06 +02:00 |
|
Jan Böhmer
|
9e837b6c80
|
Use jbtronics/2fa-webauthn package from packagegist
|
2022-10-04 00:35:05 +02:00 |
|
Jan Böhmer
|
ac978abe1d
|
Allow to register Webauthn Keys
|
2022-10-04 00:08:58 +02:00 |
|
Jan Böhmer
|
068daeda75
|
Use jbtronics/2fa-webauthn for u2f two factor authentication
|
2022-10-03 23:09:50 +02:00 |
|
Jan Böhmer
|
548ec2ea50
|
Bumped dependencies
|
2022-09-18 18:27:36 +02:00 |
|
Jan Böhmer
|
751eff3ef5
|
Require PHP 7.4 as minimum version. Drop 7.3 support
|
2022-09-18 18:19:47 +02:00 |
|
Jan Böhmer
|
8e6bc25d2e
|
Fixed some inspection issues.
|
2022-08-14 19:39:07 +02:00 |
|
Jan Böhmer
|
754926d4c8
|
Reenable r/u2f-two-factor-bundle
|
2022-08-14 00:36:00 +02:00 |
|
Jan Böhmer
|
600119276c
|
Use the newer scheb/2fa bundle instead of scheb/two_factor_bundle
Currently the U2F auth is broken, as there is no plugin supporting it in the new system
|
2022-08-13 23:33:05 +02:00 |
|
Jan Böhmer
|
a33e93826a
|
Removed non-existing ckeditor script from composer autorun.
|
2022-07-26 23:17:21 +02:00 |
|
Jan Böhmer
|
fdcfb95ac7
|
Remove FOS CKEditor bundle as we dont use it anymore
We now use our self-written elements with CKEDITOR5
|
2022-07-26 21:26:30 +02:00 |
|
Jan Böhmer
|
79a1715290
|
Merge branch 'master' into turbo
|
2022-07-24 01:26:22 +02:00 |
|
Jan Böhmer
|
a8bd8942f3
|
Explicitly mark in composer.json that PHP 8 is allowed
|
2022-07-24 00:30:32 +02:00 |
|
Jan Böhmer
|
7a14fb60d3
|
Updated EasyCodingStandard
|
2022-07-17 22:29:42 +02:00 |
|
Jan Böhmer
|
497a5576be
|
Updated dama/doctrine-test-bundle
|
2022-07-17 22:28:48 +02:00 |
|
dependabot[bot]
|
1eb66158c9
|
Bump dompdf/dompdf from 1.2.0 to 2.0.0
Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/dompdf/dompdf/releases)
- [Commits](https://github.com/dompdf/dompdf/compare/v1.2.0...v2.0.0)
---
updated-dependencies:
- dependency-name: dompdf/dompdf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-06 00:23:24 +00:00 |
|