Commit graph

671 commits

Author SHA1 Message Date
Jan Böhmer
6b7e5f7ba3 [Eventlog] Color the rows based on their level. 2020-01-25 20:41:56 +01:00
Jan Böhmer
b0ccb95a17 Added link to user info page in user field. 2020-01-25 20:28:00 +01:00
Jan Böhmer
bc89ff7a68 Added translations for log table. 2020-01-25 20:20:46 +01:00
Jan Böhmer
0e74ac8653 Merge branch 'master' into log_system 2020-01-24 23:00:39 +01:00
Jan Böhmer
1e3b7daf3c Updated yarn dependencies. 2020-01-24 23:00:29 +01:00
Jan Böhmer
22c42acb18 Updated symfony to 4.4.3. 2020-01-24 22:59:22 +01:00
Jan Böhmer
d0b3750594 Added an basic table to show log entries. 2020-01-24 22:57:04 +01:00
Jan Böhmer
da6b785105 Update Crowdin configuration file 2020-01-20 20:36:36 +01:00
Jan Böhmer
3f8cd6473a Merge branch 'master' into log_system 2020-01-18 20:42:41 +01:00
Jan Böhmer
c54ce023c6 Updated composer and yarn dependencies. 2020-01-18 20:42:26 +01:00
Jan Böhmer
72e2c0cd6e Put FetchJoin Adapter logic into its own class. 2020-01-17 21:38:36 +01:00
Jan Böhmer
ece3a464ce
Merge pull request #11 from Part-DB/dependabot/npm_and_yarn/typescript-3.7.5
Bump typescript from 3.7.4 to 3.7.5
2020-01-17 09:08:45 +01:00
Jan Böhmer
563c7c52e6
Merge pull request #13 from Part-DB/dependabot/npm_and_yarn/core-js-3.6.4
Bump core-js from 3.6.3 to 3.6.4
2020-01-17 09:08:20 +01:00
dependabot-preview[bot]
ee9cbc8c02
Bump core-js from 3.6.3 to 3.6.4
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.3...v3.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 07:20:55 +00:00
dependabot-preview[bot]
cea1bb009e
Bump typescript from 3.7.4 to 3.7.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v3.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 07:20:32 +00:00
Jan Böhmer
b73725bd9a Use Doctrine paginator in table adapter.
This fixes the problem that the pagination were wrong (only one element on a page and other things like that).
2020-01-16 21:42:29 +01:00
Jan Böhmer
559e1bc6a6 Updated composer dependencies. 2020-01-16 20:38:39 +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
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
935b8ade31 [Travis] Fixed command for non code coverage test. 2020-01-09 14:27:57 +01:00
Jan Böhmer
bf8b0a4b31 [Travis] Fixed typo in .travis.yml 2020-01-09 14:24:33 +01:00
Jan Böhmer
47c08e050b [Travis] Generate code coverage only for PHP 7.2. 2020-01-09 14:23:17 +01:00
Jan Böhmer
aee6224082 Removed failing GitHub Action 2020-01-08 20:59:20 +01:00
Jan Böhmer
fcd9291f7f Enforce a meaningful username format. 2020-01-08 20:57:46 +01:00
Jan Böhmer
fc8ab93752 Fixed missing invalidation of user tree views. 2020-01-08 20:50:37 +01:00
Jan Böhmer
3a081b6413 Fixed strict_types exception in PermissionEmbed. 2020-01-08 20:34:35 +01:00
Jan Böhmer
24c33a3bbf Show number of elements in part infos tab.
This allows a quick view if there are elements in this tab.
2020-01-08 20:10:11 +01:00
Jan Böhmer
b835b1531b Added a hint about docker to README. 2020-01-08 19:45:35 +01:00
Jan Böhmer
074f0286dc Fixed strict types exception in attachments list. 2020-01-07 19:38:11 +01:00
Jan Böhmer
f5ceb9c20a Preload styles and javascripts directly via Webpack-Encore.
Webpack-encore offers this feature so it is not needed to implment this on our own.
2020-01-07 19:35:53 +01:00
Jan Böhmer
f0fb4a3deb We only need one user provider. 2020-01-07 19:31:19 +01:00
Jan Böhmer
95415dc880 Dont enforce a specific PHPunit version. 2020-01-07 19:27:05 +01:00
Jan Böhmer
649bfc36c4 Updated recipes of security-bundle 2020-01-07 19:25:19 +01:00
Jan Böhmer
508f70e7d6 Updated yarn dependencies after recipes change of webpack-encore. 2020-01-07 19:18:25 +01:00
Jan Böhmer
4e4b10ffbd Updated recipes of webpack-encore. 2020-01-07 19:16:39 +01:00
Jan Böhmer
5d86ba776a Updated recipes for routing and twig. 2020-01-07 19:12:10 +01:00
Jan Böhmer
56bc99e5a1 Updated recipes for symfony/doctrine-bundle. 2020-01-07 19:08:16 +01:00
Jan Böhmer
5d98e87e20 Updated recipes for symfony/framework-bundle. 2020-01-07 19:06:08 +01:00
Jan Böhmer
36f2420cf5 Updated recipes of console + Validator 2020-01-07 19:00:11 +01:00
Jan Böhmer
64cf8097bc Updated doctrine recipes. 2020-01-07 18:48:34 +01:00
Jan Böhmer
6388c92afc Merge remote-tracking branch 'origin/master' 2020-01-07 18:37:02 +01:00
Jan Böhmer
0c21d64f54
Update php.yml 2020-01-05 22:56:03 +01:00
Jan Böhmer
d4e072f968
Create php.yml 2020-01-05 22:54:49 +01:00
Jan Böhmer
388e847b17 Applied symplify rules to codebase. 2020-01-05 22:49:00 +01:00
Jan Böhmer
2f20d90041 Fixed code to be analysable by Symplfiy Code style set. 2020-01-05 22:32:19 +01:00
Jan Böhmer
97f8afbc40 Fixed strict type exception occuring in UpdateExchangeRatesCommand. 2020-01-05 22:10:52 +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
67a0dc8131 Fixed exceptions occuring cause of strict_types. 2020-01-05 21:09:19 +01:00