Andrew Kingston
|
ca6fa1334a
|
Add lots more work on refactoring builder to use core API
|
2022-01-21 15:09:27 +00:00 |
Andrew Kingston
|
bf46b41890
|
Automatically refresh data as needed when rows or columns are updated
|
2021-09-29 12:07:35 +01:00 |
mike12345567
|
f886044338
|
Fix for #1710 - don't allow setting setting info from within apps and making the user portal a bit more clear about builders being global admins.
|
2021-06-14 15:23:24 +01:00 |
Andrew Kingston
|
da0bfd8b47
|
Prevent creating, deleting or editing global fields for user in the backend UI of the builder
|
2021-05-19 18:46:15 +01:00 |
mike12345567
|
8c68f1c134
|
Fixing issues with the user table within the apps.
|
2021-05-19 15:55:00 +01:00 |
Andrew Kingston
|
10c8c569f8
|
Add user first name and last name to backend table UI
|
2021-05-19 10:40:05 +01:00 |
Andrew Kingston
|
556236ebce
|
Add explicit prettier options
|
2021-05-04 11:32:22 +01:00 |
Andrew Kingston
|
1c3d477523
|
Fix prettier and fix crash when using certain views as data sources
|
2021-05-04 11:04:42 +01:00 |
Andrew Kingston
|
b83148a0c8
|
Update some builder components to use new forms
|
2021-04-15 19:42:58 +01:00 |
Keviin Åberg Kultalahti
|
b68d677e27
|
moves NotificationDisplay to bbui and converts it to spectrum
|
2021-04-09 12:02:53 +02:00 |
Andrew Kingston
|
46745a757a
|
Update to support new stores
|
2021-04-01 10:29:47 +01:00 |
Keviin Åberg Kultalahti
|
a14d991e81
|
moves backend stores to "stores" in the root src directory
|
2021-03-26 09:50:37 +01:00 |
Keviin Åberg Kultalahti
|
8f0324bd53
|
move rows to it's separate store
|
2021-03-23 13:27:45 +01:00 |
Keviin Åberg Kultalahti
|
54b99d6d4b
|
move tables to separate store
|
2021-03-23 11:54:03 +01:00 |
Keviin Åberg Kultalahti
|
1d64f2149a
|
moves roles in backendstore to a separate store
|
2021-03-22 10:55:23 +01:00 |
Martin McKeaveney
|
0cfbe2357b
|
bugfixes
|
2021-02-25 16:21:41 +00:00 |
Andrew Kingston
|
8379900a08
|
Remove front end validation on password when editing users
|
2021-02-25 09:11:56 +00:00 |
Andrew Kingston
|
009bf37556
|
Show error when trying to create user with a duplicate email address
|
2021-02-23 10:33:26 +00:00 |
mike12345567
|
0913cd3cf8
|
Formatting.
|
2021-02-22 12:30:07 +00:00 |
mike12345567
|
267f1fd87d
|
Switching user activity state to an options field rather than boolean (more extensible).
|
2021-02-22 12:29:49 +00:00 |
mike12345567
|
632bfec1e5
|
Adding the ability to set whether a user is active or not rather than deleting them, stops them from being able to log in to the system.
|
2021-02-22 11:39:58 +00:00 |
Andrew Kingston
|
4dd0d5b016
|
Cache roles in store and add role selector for screens
|
2020-12-09 15:35:57 +00:00 |
mike12345567
|
2928a379b0
|
Updating builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned).
|
2020-12-08 17:33:08 +00:00 |
Andrew Kingston
|
d0f2d4c2cd
|
Update user editing to support new email field
|
2020-12-08 11:43:37 +00:00 |
Andrew Kingston
|
e7c929ed84
|
Add custom modal for creating and editing users
|
2020-12-07 19:05:39 +00:00 |