Clemente Raposo
ac7f1e49b1
Fix #230 - Not able to access native auth with saml
...
- Add missing /auth path to csrf token generation
2023-09-26 09:02:15 +01:00
Clemente Raposo
dc5fb91dd7
Revert "Add DefaultExtension namespace entry"
...
This reverts commit 66440bc895
.
2023-08-23 11:05:45 +01:00
Clemente Raposo
1c2ee9c6ab
Add all env file extensions to upgrade ignore config
2023-07-25 10:48:52 +01:00
yunusyerli1
cef3edd56e
Remove new button from detail view via actions.yaml
2023-07-20 16:33:10 +01:00
yunusyerli1
e08ad5ca36
Fix hard coded cancel button
2023-07-20 14:30:18 +00:00
yunusyerli1
664804aabb
Fix navigation bugs
...
- Add arrow on menu items submenu esp recently viewed and favorites
- Fix "add favorite" when edit mode
- Fix hover style create button and notification button on firefox
- Fix clock icon for non-round edge
2023-07-20 14:36:36 +01:00
Clemente Raposo
da44dc12df
Add quick actions config file
...
- By default it takes the quick actions for the order of the navigation modules
2023-07-20 14:36:35 +01:00
Clemente Raposo
05b3736faa
New navbar styling adjustments
2023-07-20 14:36:35 +01:00
Clemente Raposo
66440bc895
Add DefaultExtension namespace entry
...
- Workaround "default" being a reserved word and possible to use in the namespace
2023-07-03 10:09:03 +01:00
Jack Anderson
1f949f1ac2
SuiteCRM 8.3.0 Release
2023-05-15 13:23:12 +01:00
Clemente Raposo
6c2db35ff8
Remove unused admin-panel-definitions from system configs
2023-04-27 13:12:36 +01:00
yunusyerli1
4697fcebe6
[Legacy] Return admin navbar menu on Navbar Handler
2023-04-27 13:12:11 +01:00
yunusyerli1
d80e47964d
[Legacy] Create Admin Panel Schema
2023-04-25 09:59:12 +01:00
Clemente Raposo
f335b5dd2d
Trigger frontend cache reset after saving system settings
2023-04-24 11:55:46 +01:00
Clemente Raposo
4dc453b48a
Fix notification load more page size
...
- Load more wasn't loading any records
2023-04-24 11:55:46 +01:00
Jack Anderson
c70fd502bd
Fix Activities buttons
...
- pass module to use mod strings
- remove duplicate labels
2023-04-24 11:54:10 +01:00
Jack Anderson
749af57399
Fix top buttons format
2023-04-24 11:54:10 +01:00
Jack Anderson
09a8d0520a
Add clear filter action
2023-04-24 11:54:09 +01:00
Jack Anderson
8af38a98e5
Add show filter action
...
- add search filter function
2023-04-24 11:54:09 +01:00
Clemente Raposo
fb2ad55797
Add random deviation to auto-refresh frequency
...
- try to minimize performance impact of notification pooling
2023-04-24 11:54:09 +01:00
Clemente Raposo
297271140c
Add migration to set alert snooze time as the date_entered
...
- Add snooze time as date_entered for existing alert records
2023-04-24 11:54:09 +01:00
Clemente Raposo
c62c3577b8
Make inline confirmation loading delay configurable
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
bce1ecdd27
Allow setting page size in record-thread configuration
2023-04-24 11:54:09 +01:00
Clemente Raposo
03e8a59a82
Add inline confirmation to notifications
2023-04-24 11:54:09 +01:00
Clemente Raposo
dbd0d738ff
Update notification refresh to trigger on the clock minute
...
- Trigger on the clock minute based on the configuration
- Update configuration to trigger every minute
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
eb1f85065b
Adjust notifications configuration
2023-04-24 11:54:09 +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
6330f2bb8f
Add notification configuration to the configs
2023-04-24 11:54:08 +01:00
Jack Anderson
f7cfdf8f89
Add configuration for snooze alert timer
2023-04-24 11:54:08 +01:00
Jack Anderson
d222ecceab
Update max height or listview
2023-04-24 11:54:07 +01:00
Jack Anderson
2bc7cdff87
Add max height configuration for table config
2023-04-24 11:54:07 +01:00
Jack Anderson
06c43ba707
Add record modal load more configuration
2023-04-24 11:54:07 +01:00
Jack Anderson
18e5f7044d
Add max listview configuration for record modal
2023-04-24 11:54:07 +01:00
Jack Anderson
ccbf58c7d9
Listview pagination configuration
2023-04-24 11:54:07 +01:00
Jack Anderson
dc97087b7b
Add user preferences for subpanel load more
2023-04-24 11:54:07 +01:00
Jack Anderson
57fb6fc8d1
Add Subpanel Load More
...
- add load-more and combined
- add system config option for pagination type
2023-04-24 11:54:07 +01:00
Clemente Raposo
20de647d5f
Fix #180 - Adjust XSRF token handling
...
- Do not generate a new token on api requests. Use an existing one
-- this was causing problems, as sometimes a new token was being generated, causing the next request to fail
- Add configuration to specify in which requests the new token cookie should be added
2023-01-24 10:10:05 +00:00
Clemente Raposo
f44fae20bd
Configure bulk-actions for ExternalOAuthProvider
2022-12-21 19:25:23 +00:00
Clemente Raposo
8d2657b8e7
Configure bulk-actions for ExternalOAuthConnection
2022-12-21 19:25:23 +00:00
Clemente Raposo
ea0b9a5d7c
Configure bulk-actions for OutboundEmailAccounts
2022-12-21 19:25:23 +00:00
Clemente Raposo
66d64793a8
Configure bulk-actions for InboundEmails
2022-12-21 19:25:23 +00:00
Clemente Raposo
cdfe29646c
Declare icons for new OutboundEmailAccounts menu entries
2022-12-21 17:26:30 +00:00
Clemente Raposo
5a38700dfb
Declare icons for new ExternalOAuthConnection menu entries
2022-12-21 17:26:30 +00:00
Clemente Raposo
db8e6bd059
Declare icons for new ExternalOAuthProvider menu entries
2022-12-21 17:26:30 +00:00
Clemente Raposo
c1147f4674
Declare icons for new InboundEmail menu entries
2022-12-21 17:26:30 +00:00