Jan Böhmer
|
70abc47ae0
|
Improved event log console output.
|
2020-03-07 22:22:23 +01:00 |
|
Jan Böhmer
|
a05b1684e6
|
Improved log extra column.
|
2020-03-07 22:12:32 +01:00 |
|
Jan Böhmer
|
84d268aba3
|
Fixed Travis errors.
|
2020-03-07 21:36:33 +01:00 |
|
Jan Böhmer
|
8a61b465d0
|
Check permissions for time travel and element undo.
|
2020-03-07 20:49:52 +01:00 |
|
Jan Böhmer
|
254d4e6c69
|
Show log level in popover of icon.
|
2020-03-07 17:20:01 +01:00 |
|
Jan Böhmer
|
41074f70ed
|
Show last activity to elements on homepage.
|
2020-03-07 17:15:16 +01:00 |
|
Jan Böhmer
|
31290c070a
|
Allow timetraveling on data structures admin pages.
|
2020-03-04 21:54:03 +01:00 |
|
Jan Böhmer
|
f9bb2d57e9
|
Added history tab to admin pages.
|
2020-03-04 21:09:01 +01:00 |
|
Jan Böhmer
|
654c5bd59f
|
Added button to revert part to a given timestamp.
|
2020-03-01 20:30:23 +01:00 |
|
Jan Böhmer
|
5a5d7b24be
|
Allow to undo a change from event log.
|
2020-03-01 19:46:48 +01:00 |
|
Jan Böhmer
|
15d25cf2b2
|
Fixed PHPStan errors.
|
2020-02-29 22:57:25 +01:00 |
|
Jan Böhmer
|
f604022e49
|
Allow to show collection elements that were deleted before by timetravel
|
2020-02-29 22:53:53 +01:00 |
|
Jan Böhmer
|
b5bc096972
|
Allow to to disable the saving of changed or deleted data.
Also it is possible to only save the information which fields were changed, not the data in it.
|
2020-02-23 21:04:16 +01:00 |
|
Jan Böhmer
|
2bc6a2be3c
|
Show in log which fields were changed in a ElementEditedLogEntry.
|
2020-02-23 20:16:28 +01:00 |
|
Jan Böhmer
|
181e0f72ed
|
Fixed entity export.
|
2020-02-23 19:45:06 +01:00 |
|
Jan Böhmer
|
b6f95ebe48
|
Allow to add a comment when editing/creating/deleting an element.
|
2020-02-23 00:44:52 +01:00 |
|
Jan Böhmer
|
c14d6d91ff
|
Show element history on part info page in history tab.
|
2020-02-22 20:04:43 +01:00 |
|
Jan Böhmer
|
fff1864a68
|
Merge branch 'master' into time_machine
|
2020-02-22 18:16:58 +01:00 |
|
Jan Böhmer
|
9e8771a4ee
|
Changed license to AGPL3+
|
2020-02-22 18:14:36 +01:00 |
|
Jan Böhmer
|
464a487a17
|
Added some simple time travel mechanism for part view.
In the moment it is not possible to show elements that were deleted.
|
2020-02-16 23:48:57 +01:00 |
|
Jan Böhmer
|
b27079e421
|
Fixed an exception in log page.
|
2020-02-13 23:06:39 +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
|
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
|
96d7e4c9f4
|
Fixed inspection issues.
|
2020-02-02 14:05:36 +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
|
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
|
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
|
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
|
c8375bfa8b
|
Add log entries on user login or logout.
|
2020-01-26 13:59:30 +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 |
|
Jan Böhmer
|
f7d0524f57
|
[Eventlog] Show icon describing the level in event table.
|
2020-01-25 20:55:30 +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
|
d0b3750594
|
Added an basic table to show log entries.
|
2020-01-24 22:57:04 +01:00 |
|
Jan Böhmer
|
72e2c0cd6e
|
Put FetchJoin Adapter logic into its own class.
|
2020-01-17 21:38:36 +01:00 |
|