Commit graph

722 commits

Author SHA1 Message Date
Jan Böhmer
9e8771a4ee Changed license to AGPL3+ 2020-02-22 18:14:36 +01:00
Jan Böhmer
c75d4d6f6b Updated yarn dependencies. 2020-02-22 17:56:17 +01:00
Jan Böhmer
9b0c82385f Updated composer dependencies. 2020-02-22 17:49:33 +01:00
Jan Böhmer
0b1d299dfb Updated Russian translation. 2020-02-22 17:41:31 +01:00
Jan Böhmer
448d5b6313
Merge pull request #22 from coeka/patch-1
Updated Readme
2020-02-14 22:13:54 +01:00
coeka
d201291cc5
Updated Readme 2020-02-14 21:57:32 +01:00
Jan Böhmer
b27079e421 Fixed an exception in log page. 2020-02-13 23:06:39 +01:00
Jan Böhmer
246a96668b Updated composer dependencies. 2020-02-13 22:04:40 +01:00
Jan Böhmer
890e9fcad0 Added an experimental french translation. 2020-02-10 23:50:14 +01:00
Jan Böhmer
ab4149779b Escape settings for datatables to prevent issues, if some translations contain '. 2020-02-10 23:49:31 +01:00
Jan Böhmer
f79975832a Added an menu to show some simple statistics. 2020-02-10 23:26:45 +01:00
Jan Böhmer
15957203af Fixed an exception when moving an attachment to private folder. 2020-02-10 22:46:05 +01:00
Jan Böhmer
ab777bc264 Add some fixtures for parts to test part pages. 2020-02-09 22:10:29 +01:00
Jan Böhmer
d26004cfec Updated composer dependencies. 2020-02-09 21:25:03 +01:00
Jan Böhmer
01cfb4d12a Merge pull request #21 from coeka/master
Update UPGRADE.md and README.md
2020-02-08 22:28:41 +01:00
coeka
4f4b5a45fb
Merge pull request #1 from coeka/patch-2
Update UPGRADE.md and Readme.md
2020-02-08 22:04:45 +01:00
coeka
36eb451724 Update UPGRADE.md 2020-02-08 22:03:43 +01:00
Jan Böhmer
6cb34edfe9 Use popovers to show a bigger picture of the part image. 2020-02-06 19:41:15 +01:00
Jan Böhmer
743423432e Mark usernames with @. 2020-02-06 19:27:24 +01:00
Jan Böhmer
73c2aa232d Show the creating or last editing user in part or structure info. 2020-02-06 19:22:01 +01:00
Jan Böhmer
8a7b90d0ea Fixed exception in system log. 2020-02-06 14:03:25 +01:00
Jan Böhmer
46772c4ef3 Fixed exception during data fixtures loading. 2020-02-03 13:33:15 +01:00
Jan Böhmer
eb071b1780 Log when elements are created, edited or removed. 2020-02-02 21:24:29 +01:00
Jan Böhmer
9f5a4ddf95 Fixed exception on log view. Added availability test for log view. 2020-02-02 19:58:55 +01:00
Jan Böhmer
fe0738a074 [TravisCI] Generate Kernel for phpstan analysis. 2020-02-02 16:53:34 +01:00
Jan Böhmer
946f1d0983 Fixed PHPstan analysis during Travis build. 2020-02-02 14:06:10 +01:00
Jan Böhmer
96d7e4c9f4 Fixed inspection issues. 2020-02-02 14:05:36 +01:00
Jan Böhmer
16497b76c5 Updated yarn dependencies. 2020-02-02 13:28:13 +01:00
Jan Böhmer
5a670f71f6 Fixed exception on table. 2020-02-02 13:11:17 +01:00
Jan Böhmer
6369ee2e61 Extracted some entity methods into contract interfaces. 2020-02-02 13:03:45 +01:00
Jan Böhmer
594c694ee0 Renamed the base DBElement classes to AbstractDBElement to comply with symfony recommendations. 2020-02-01 19:48:07 +01:00
Jan Böhmer
da72f5b3ec Fixed PHPstan issues for level 5. 2020-02-01 19:42:28 +01:00
Jan Böhmer
a9293b7ceb Run PHPstan during travis. 2020-02-01 18:56:31 +01:00
Jan Böhmer
dd1f806c4e Fixed some issues detected by PHPstan. 2020-02-01 17:00:03 +01:00
Jan Böhmer
f2ff77a8b3 Fixed coding style. 2020-02-01 16:17:20 +01:00
Jan Böhmer
0a94689d98 Updated Symfony components to 4.4.4. 2020-02-01 16:02:43 +01:00
Jan Böhmer
c0ff851e9b Reload whole page on user login/logout to show new entries in tools tree 2020-01-28 16:47:30 +01:00
Jan Böhmer
62b3b638ca Revert "Dont fetch join part informations to improve performance."
This reverts commit afa09306df.
2020-01-26 22:00:34 +01:00
Jan Böhmer
afa09306df Dont fetch join part informations to improve performance. 2020-01-26 21:54:21 +01:00
Jan Böhmer
c594c98292 Merge branch 'log_system' 2020-01-26 21:31:54 +01:00
Jan Böhmer
bfa43e68a9 Add an entry to log, if the database is updated. 2020-01-26 21:31:48 +01:00
Jan Böhmer
d5f018a738 Added an database migration to improve the log schema. 2020-01-26 20:27:37 +01:00
Jan Böhmer
3178dcbb6c Added a console command to view the event log. 2020-01-26 20:12:08 +01:00
Jan Böhmer
4ddc9251d1 Merge branch 'master' into log_system 2020-01-26 16:21:36 +01:00
Jan Böhmer
3f23ea851a Added russian to language selector. 2020-01-26 16:21:08 +01:00
Jan Böhmer
c8375bfa8b Add log entries on user login or logout. 2020-01-26 13:59:30 +01:00
Jan Böhmer
d6c6b973bf Merge branch 'master' into log_system 2020-01-26 12:09:45 +01:00
Jan Böhmer
62f8001d68 Fixed deprecation of controller loading from global directory. 2020-01-25 23:22:24 +01:00
Jan Böhmer
b0dacbf570 [EventLog] Added permission checking and link in tools tree. 2020-01-25 23:17:06 +01:00
Jan Böhmer
8b1eccc48d [Eventlog] Show extra data in log table. 2020-01-25 22:52:34 +01:00