Rory Powell
|
0980be9377
|
Merge branch 'develop' into feature/day-pass-pricing
|
2022-09-15 10:56:50 +01:00 |
Rory Powell
|
193a262705
|
Merge branch 'develop' into feature/day-pass-pricing
|
2022-09-15 08:55:33 +01:00 |
Martin McKeaveney
|
0605486965
|
Merge pull request #7591 from Budibase/fix/platform-email-casing
Fix/platform email casing
|
2022-09-14 16:09:52 +01:00 |
Martin McKeaveney
|
c4f424cb80
|
fix circular dependency issues
|
2022-09-13 17:29:31 +01:00 |
Martin McKeaveney
|
d7737b90c7
|
remove references to module exports
|
2022-09-13 12:35:17 +01:00 |
Martin McKeaveney
|
f9ade3685b
|
convert views to typescript
|
2022-09-13 12:22:03 +01:00 |
mike12345567
|
dcada36111
|
Fix for #7431 - reboot didn't work at all previously which is why apps couldn't be published with it enabled, this is now a self host only feature, I've removed the ability to enable a reboot cron in the Cloud and it will not run the lookup/execution.
|
2022-09-07 17:05:17 +01:00 |
mike12345567
|
45349845f5
|
Adding compaction before each replication to try to reduce size of database, as well as removing the possibility of app metadata being in conflict as per issue #7494.
|
2022-09-06 18:07:18 +01:00 |
Martin McKeaveney
|
493706d9e3
|
revert back to circular dep
|
2022-09-02 18:44:03 +01:00 |
Martin McKeaveney
|
395a846328
|
fixing circular dep issue
|
2022-09-02 16:55:55 +01:00 |
Martin McKeaveney
|
2de507bffc
|
remove unnecessary files
|
2022-09-02 16:07:30 +01:00 |
Martin McKeaveney
|
9c54a87ada
|
platform view casing
|
2022-09-02 15:42:20 +01:00 |
Martin McKeaveney
|
f42b2d0087
|
platform user casing view
|
2022-09-02 09:12:03 +01:00 |
Rory Powell
|
a0e79bf9d5
|
Merge branch 'develop' into feature/day-pass-pricing
|
2022-09-01 15:26:16 +01:00 |
Rory Powell
|
6077814823
|
Merge branch 'develop' into user-fixes
|
2022-08-31 11:39:41 +01:00 |
Rory Powell
|
a519eb0cdc
|
update bulk create and bulk delete backend
|
2022-08-25 19:41:47 +01:00 |
Rory Powell
|
c29f3768fa
|
User fixes wip
|
2022-08-23 09:37:13 +01:00 |
Rory Powell
|
cb03d26980
|
Merge branch 'develop' into feature/day-pass-pricing
|
2022-08-19 14:08:03 +01:00 |
mike12345567
|
2fbf39947a
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-08-11 16:28:46 +01:00 |
mike12345567
|
b920f8cb05
|
Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes.
|
2022-08-11 13:50:05 +01:00 |
Martin McKeaveney
|
865ae93f7c
|
simplify if
|
2022-08-11 11:31:16 +01:00 |
Martin McKeaveney
|
eb0086e532
|
skip empty dbs in test
|
2022-08-11 09:30:29 +01:00 |
Martin McKeaveney
|
bf16ffd8a5
|
dont get app db name if undefined
|
2022-08-10 18:39:41 +01:00 |
Peter Clement
|
9bb32f610c
|
some more pr comments
|
2022-07-25 18:57:10 +01:00 |
Peter Clement
|
9e4e005dcb
|
move bulk update / delete functionality out of controller
|
2022-07-25 16:58:30 +01:00 |
Peter Clement
|
c5b9be60c7
|
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
|
2022-07-19 11:23:31 +01:00 |
Rory Powell
|
617ec1fe02
|
Write users and activity to dynamo
|
2022-07-18 16:11:52 -04:00 |
mike12345567
|
5dd754f314
|
Removing console log.
|
2022-07-18 14:18:15 +01:00 |
mike12345567
|
ff12b4fbe9
|
Merge branch 'develop' of github.com:Budibase/budibase into labday/backups
|
2022-07-18 13:59:46 +01:00 |
Peter Clement
|
b5ffd995f4
|
split out id parsing into pro repo
|
2022-07-15 11:29:20 +01:00 |
mike12345567
|
c692a656de
|
PR comments.
|
2022-07-14 19:02:00 +01:00 |
mike12345567
|
c0b3ad155e
|
Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak
|
2022-07-14 18:53:58 +01:00 |
mike12345567
|
8deab4be06
|
Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak
|
2022-07-14 16:40:23 +01:00 |
mike12345567
|
4c9b82c9ed
|
Fixing some issues highlighted by test cases, as well as refactoring context a bit to make it easier to edit.
|
2022-07-14 16:02:05 +01:00 |
Peter Clement
|
71179b0f1e
|
overview card updates
|
2022-07-14 08:39:39 +01:00 |
Michael Drury
|
fedcc2dfd9
|
Adding a mechanism to deprecate a view and replace it with a new one.
|
2022-07-13 21:50:19 +01:00 |
mike12345567
|
c62805853a
|
Updating user search endpoint to allow searching by app ID with a new view, as well as updating user page to have a search input again.
|
2022-07-06 16:09:05 +01:00 |
Peter Clement
|
c9d86230d4
|
fixing users api references
|
2022-07-06 08:45:22 +01:00 |
mike12345567
|
245dca2c2a
|
Merge branch 'develop' of github.com:Budibase/budibase into labday/backups
|
2022-07-05 17:47:22 +01:00 |
Peter Clement
|
daafba8ec8
|
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
|
2022-07-05 16:04:01 +01:00 |
Dean
|
f14b1c008c
|
Merge remote-tracking branch 'origin/develop' into sso-rest-requests
|
2022-07-05 09:07:33 +01:00 |
Dean
|
4ecae7fa5b
|
Code review updates
|
2022-07-04 12:54:26 +01:00 |
mike12345567
|
f6fc63f1a8
|
Main body of PR comments - still need to move a bit to pro.
|
2022-07-04 11:12:08 +01:00 |
Dean
|
6a79e467ba
|
Merge remote-tracking branch 'origin/develop' into sso-rest-requests
|
2022-07-03 09:55:05 +01:00 |
mike12345567
|
686cf6e1c4
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
|
2022-07-01 15:14:12 +01:00 |
mike12345567
|
c633c643e2
|
Adding main functionality for exporting CouchDB to disk, just need to add MinIO export.
|
2022-06-30 19:20:50 +01:00 |
mike12345567
|
2733f48492
|
Updating user page to search through the backend and building a basic pagination store that can be used for it.
|
2022-06-30 15:39:26 +01:00 |
mike12345567
|
e7ff299c63
|
Adding user pagination, removing usages of the global user list from builder and replacing with direct user lookups where possible, still need to apply filtering to username/email serverside.
|
2022-06-29 19:11:00 +01:00 |
mike12345567
|
da2303803c
|
Moving get of logs to pro.
|
2022-06-27 18:00:48 +01:00 |
Dean
|
fce3a7b0a4
|
Merge remote-tracking branch 'origin/develop' into sso-rest-requests
|
2022-06-24 09:21:07 +01:00 |