Commit graph

58 commits

Author SHA1 Message Date
Jan Böhmer
2cad7a67ea Updated requirements in README file and mention PostgreSQL support in features 2024-06-21 10:39:44 +02:00
Jan Böhmer
0d6ab793ce Fixed typos in README.md 2024-02-23 14:59:28 +01:00
Jan Böhmer
b37ae97673 Added chinese to navbar language picker 2024-02-06 21:50:07 +01:00
Jan Böhmer
3294ba5964 Mention czech and danish translation in README 2024-02-02 23:44:06 +01:00
Jan Böhmer
11cdc282d2 Mention KiCad integration in README 2023-12-06 14:00:15 +01:00
Jan Böhmer
323c70393d Use demo.part-db.de in links to demo as this now has TLS encryption too. 2023-11-03 23:07:51 +01:00
Jan Böhmer
3ac82cf76a The frontend dependencies can now detect their path automatically.
Therefore it does not need to be configured in the webpack.config.js before compilation. This should help to make things like issue #426 easier to resolve.
2023-11-03 23:01:23 +01:00
Jan Böhmer
0a06467f79 Fixed visual issues in README.md and wrong coverage badge 2023-10-15 15:49:09 +02:00
Jan Böhmer
71765558fc Mention API feature in README and docs index.md 2023-10-15 13:28:40 +02:00
Jan Böhmer
5d3b1a7bcd Fiixed typos in README.md 2023-10-15 13:27:20 +02:00
Jan Böhmer
0a983513ea Added documentation for the octopart provider. 2023-07-31 22:43:14 +02:00
Jan Böhmer
2be76a488f Added documentation for part provider system 2023-07-17 23:14:35 +02:00
Jan Böhmer
54c74bac6e Show in README that we now require PHP 8.1 2023-06-29 23:35:06 +02:00
Jan Böhmer
7d6c04e3cf Improved documentation 2023-03-18 21:41:00 +01:00
Jan Böhmer
20caad24ed Improved documentation 2023-03-04 17:15:17 +01:00
Jan Böhmer
c4757fcba7 Added link to demo and docker image to README header 2023-02-12 23:55:23 +01:00
Jan Böhmer
54292dacbd
Added screenshots to README.md 2023-02-12 23:52:38 +01:00
Jan Böhmer
b8171f99ba Improved README and docs 2023-02-12 23:37:09 +01:00
Jan Böhmer
5f6671a5aa Link to docs.part-db.de 2023-02-09 00:14:36 +01:00
Jan Böhmer
f9dfb37273
Update README.md 2023-01-23 13:37:52 +01:00
Jan Böhmer
c3f1825e63
Update README.md 2023-01-23 13:35:29 +01:00
Jan Böhmer
ff89b6aace
Update README.md 2023-01-23 13:31:32 +01:00
Jan Böhmer
414c417b69 Added link to announcement where you can get more infos about upgrading permission system. 2022-11-27 23:10:15 +01:00
Jan Böhmer
79877c787e Change row format of tables before creating indices
This is nee
2022-09-25 19:29:03 +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
2486bc5d7b Added an check-requirements console command 2022-08-04 22:44:14 +02:00
Jan Böhmer
21ca1ffead Moved all console comands to the partdb: namespace 2022-08-04 21:49:16 +02:00
Jan Böhmer
1117954cde Show a crowdin badge in README.md 2022-07-22 00:18:04 +02:00
Jan Böhmer
13742a9809 Added an guide on how to install Part-DB on Debian systems directly.
Related to issue #95.
2022-07-18 23:51:54 +02:00
Jan Böhmer
2de99bca30 Added some documentation on how to use reverse proxies.
Relates to issue #145, #96 and others.
2022-07-17 22:59:38 +02:00
Jan Böhmer
f163b8d223 Updated dependencies. We now require at least PHP 7.3 now 2022-03-04 12:22:51 +01:00
coeka
13173b175f
Update README.md 2021-04-05 21:08:25 +02:00
Jan Böhmer
7bdf4536a9 Link to docker guide from README. 2021-03-14 23:46:34 +01:00
Jan Böhmer
4c46b983a8 Updated README to use the github actions badge for docker build. 2021-03-14 19:42:12 +01:00
Pyromane
9f542a8061
Update README.md
Link to Docker Hub set correctly
2020-12-29 04:30:08 +01:00
Jan Böhmer
a65303ce55 Generate a random password for inital admin user during database migration.
This improves the security of an unconfigured instance, as there are no global default credentials.
2020-06-14 22:29:15 +02:00
Jan Böhmer
74e4c4d0d1 Added support for SQLite. 2020-06-13 23:58:59 +02:00
Jan Böhmer
6ecc32b228 Use github actions badges on README 2020-05-26 18:45:22 +02:00
Jan Böhmer
cc0a20ef14
Update README.md 2020-05-14 09:52:02 +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
ec0d02305a Added japanese to supported languages. 2020-05-07 21:47:22 +02:00
Jan Böhmer
64964f3b4d Specify minimum MariaDB/MySQL DB versions in README.
Fixes issue #8
2020-04-08 16:30:42 +02:00
Jan Böhmer
9e8771a4ee Changed license to AGPL3+ 2020-02-22 18:14:36 +01:00
coeka
d201291cc5
Updated Readme 2020-02-14 21:57:32 +01:00
Jan Böhmer
15463a13c8
Fixed numbering of installation steps in README. 2020-01-13 20:05:07 +01:00
Jan Böhmer
334a82b0e4 Added an hint about installing Part-DB to a subdirectory. 2020-01-13 19:57:53 +01:00
Jan Böhmer
b835b1531b Added a hint about docker to README. 2020-01-08 19:45:35 +01:00
Jan Böhmer
bce9061c62 Added instructions how to upgrade from legacy Part-DB and list some feautures. 2020-01-05 22:04:19 +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