Commit Graph

12 Commits

Author SHA1 Message Date
Ramesh Mane
97e59b1829 fix: Import CSV/Excel/JSON bug in non selected base (#8895)
* fix(nc-gui): use base from props baseId instead of current base in quickImport

* fix(nc-gui): import issue

* fix(nc-gui): external data sources are not visible in data source tab if selected base is not active base

* revet(nc-gui): base audit related changes
2024-07-01 17:31:47 +05:30
Pranav C
76ff5594d1 fix: pass source reference where it's missing 2024-06-18 19:06:17 +00:00
Pranav C
308ee8ddf8 refactor: exception handling and missing permissions 2024-06-18 19:06:17 +00:00
Pranav C
e82ea344bd refactor: overwrite the default shared useRoles with a wrapped composable which injects currentSource from the component context 2024-06-18 19:06:17 +00:00
Pranav C
5d8b1fc55a feat: restrict data/meta operations in gui 2024-06-18 19:06:17 +00:00
Mert E
89f0895de3 fix: experimental frontend optimizations (#8427)
* fix: get rid of barrel files

* chore: get rid of explicit imports

* fix: use explicit import for classes and enums

* fix: use explicit import for enum & class & aliases

* fix: build issues
2024-05-08 15:55:09 +05:30
Pranav C
0ab5e2de26 refactor: add rel tag when opening links in new tab using _blank 2023-11-08 09:52:16 +00:00
mertmit
81ddbe92e2 fix: pass base id to at import modal 2023-10-05 06:46:43 +00:00
Pranav C
e790abdbaf refactor: rename project and base
- Rename `Project`  => `Base`
- Rename `Base` => `Source`
- Remove `db` from data/meta api endpoints
- Add backward compatibility for old apis
- Migrations for renaming table and columns

Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-10-02 23:52:18 +05:30
mertmit
b2eadae74f fix: refactor isUIAllowed and move to useRoles composable 2023-09-19 12:12:36 +00:00
mertmit
a930f7d242 fix: revise frontend acl 2023-09-19 12:12:35 +00:00
mertmit
8ab47b1109 fix: various stuff
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-09-06 09:51:17 +03:00