Commit graph

76 commits

Author SHA1 Message Date
Clemente Raposo
9b7a70ffa3 Add LinkedRecordsProvider handler 2024-11-27 15:10:46 +00:00
Clemente Raposo
7e4507d341 Add delete to RecordDeletionHandler 2024-11-27 15:10:45 +00:00
Clemente Raposo
e643532269 Add support for field and fieldType RecordSaveHandlers 2024-11-27 15:10:44 +00:00
Clemente Raposo
e75cfc852e Add support for field and fieldType RecordSaveHandlers 2024-11-27 15:10:42 +00:00
Clemente Raposo
cc3bbd8e08 Add support for default mappers in RecordMapperRunner 2024-11-27 15:10:42 +00:00
Clemente Raposo
ca7479fff1 Add ApiRecordMapperRunner and EntityRecordMapperRunner 2024-11-27 15:10:38 +00:00
Clemente Raposo
74b477dbcf Add api mappers support to RecordListStateProvider 2024-11-27 15:07:36 +00:00
Clemente Raposo
473c3a9826 Add entity mappers support to RecordListHandler 2024-11-27 15:07:35 +00:00
Clemente Raposo
a83d7fc95f Add modes to record mappers 2024-11-27 15:07:35 +00:00
Clemente Raposo
9e199987e2 Rename mappers inbound and outbound usage to internal and external 2024-11-27 15:07:34 +00:00
Clemente Raposo
29cc7ec0d3 Rename mappers inbound and outbound to internal and external 2024-11-27 15:07:32 +00:00
Clemente Raposo
b54c153f23 Call record save handlers on RecordHandler 2024-11-27 15:07:30 +00:00
Clemente Raposo
965459b985 Add base save handlers structure 2024-11-27 15:07:26 +00:00
Clemente Raposo
10b86876d0 Call api entity mapper on RecordHandler 2024-11-27 15:07:25 +00:00
Clemente Raposo
9094e9b9e9 Call api record mapper on RecordProcessor and RecordStateProvider 2024-11-27 15:07:24 +00:00
Clemente Raposo
17db450964 Add entity record mapper interfaces 2024-11-27 15:07:22 +00:00
Clemente Raposo
9e3783347d Add Api record mapper interfaces 2024-11-27 15:07:21 +00:00
Clemente Raposo
55e275793b Add base record mapper structure 2024-11-27 15:07:21 +00:00
Jack Anderson
ff4ba2bdd2 Two Factor 2024-11-27 14:56:14 +00:00
y.yerli
e32540739c Fix Show Fullnames as admin aspect 2024-09-20 15:30:55 +03:00
Clemente Raposo
1c5649c620 Symfony 6.4 - Update prepared statement handler
- Uppate to cope with the new doctrine version
2024-08-21 18:06:15 +01:00
Clemente Raposo
9c13f6fba8 Symfony 6.4 - Add null checks to entity field access 2024-08-21 18:06:15 +01:00
Clemente Raposo
ffbad9b821 Symfony 6.4 - Update Record entity definition 2024-08-21 18:06:15 +01:00
Clemente Raposo
638eea4dea Symfony 6.4 - Fix deprecation 2024-08-21 18:06:15 +01:00
Clemente Raposo
8c57b1589a Symfony 6.4 - Add State providers and processors to entities 2024-08-21 18:06:14 +01:00
Clemente Raposo
fedf06af7e Symfony 6.4 - Update graphql resolvers with new interfaces 2024-08-21 18:06:14 +01:00
Clemente Raposo
9b0aaf6be0 Symfony 6.4 - Refactor DataPersister into new StateProcessor 2024-08-21 18:06:14 +01:00
Clemente Raposo
03fc4ed9d1 Symfony 6.4 - Refactor DataProviders into new StateProvider 2024-08-21 18:06:14 +01:00
Clemente Raposo
5e2a39c089 Symfony 6.4 - Update ApiResource Entity classes
- Update imports
- replace annotations with attributes
2024-08-21 18:06:14 +01:00
Jack Anderson
5a03eeaf38 Symfony 5.3 - Swap deprecated SessionInterface with RequestStack 2024-08-21 18:06:13 +01:00
Jack Anderson
7db9630eaa Fix #471 - accented characters not displayed correctly 2024-07-23 14:52:07 +01:00
Jack Anderson
5f8ccb86fe Add updated fields function to record handler 2024-06-10 12:12:49 +01:00
Jack Anderson
c8af23038d Fix #489 - Add check for id name 2024-05-22 15:02:35 +01:00
Jack Anderson
df50e1bcb7 Fix #215 - Cant create records from custom modules 2023-07-18 14:00:25 +01:00
Clemente Raposo
ea243a48a5 Fix newly created alerts now showing on notification refresh 2023-04-24 11:55:46 +01:00
Jack Anderson
41f7d91033 [Legacy] Add filter mapper to subpanel data handler 2023-04-24 11:54:09 +01:00
Clemente Raposo
d580c04694 Add notification reload module actions
- Reload notifications upon some module actions on the front end. Like save or create.
2023-04-24 11:54:09 +01:00
Clemente Raposo
e65d9956d5 Fix notification sorting 2023-04-24 11:54:09 +01:00
Clemente Raposo
452c52ec95 Add dismiss alert process actions and handlers
- Add handler for dismissing an alert
- Add handler for dismissing all alerts
- Mark reminder popup_view flag as true when dismissing an alert
2023-04-24 11:54:09 +01:00
Clemente Raposo
3023a9effc Generate scheduled alerts before retrieving the list of current alerts
- Using the same strategy that was used on legacy where the alerts are generated on the call to get them
2023-04-24 11:54:09 +01:00
yunusyerli1
314bbf1d65 [Legacy] Apply code formatter 2023-04-24 11:54:08 +01:00
yunusyerli1
0f6e972c87 [Legacy] Change total number from string 2023-04-24 11:54:08 +01:00
yunusyerli1
7ab8aa12e1 [Legacy] Refactor string vars to bool and int
- Add dynamic language variable
2023-04-24 11:54:08 +01:00
yunusyerli1
d7956a6af2 [Legacy] Add unreadCount 2023-04-24 11:54:08 +01:00
yunusyerli1
d6d523cc82 [Legacy] Add unreadCount 2023-04-24 11:54:08 +01:00
Clemente Raposo
ec9bdff596 Fix notifications MarkAsRead process handler 2023-04-24 11:54:08 +01:00
Jack Anderson
5df53265dd Add Mark as Read Record Handler 2023-04-24 11:54:08 +01:00
Jack Anderson
c3551ac7c7 Add Snooze Record Handler
- Add Snooze Service
- Add Snooze Action
2023-04-24 11:54:08 +01:00
Jack Anderson
7f2d21b8a2 Add AlertsDataHandler 2023-04-24 11:54:08 +01:00
Owen Smith
952b22475a Fix #195 - Initialize bean in app controller 2023-04-14 17:04:04 +01:00