Marketing Hub: RBAC, i18n (AR/EN), tasks overhaul, team/user merge, tutorial
Features: - Full RBAC with 3 roles (superadmin/manager/contributor) - Ownership tracking on posts, tasks, campaigns, projects - Task system: assign to anyone, filter combobox, visibility scoping - Team members merged into users table (single source of truth) - Post thumbnails on kanban cards from attachments - Publication link validation before publishing - Interactive onboarding tutorial with Settings restart - Full Arabic/English i18n with RTL layout support - Language toggle in sidebar, IBM Plex Sans Arabic font - Brand-based visibility filtering for non-superadmins - Manager can only create contributors - Profile completion flow for new users - Cookie-based sessions (express-session + SQLite)
This commit is contained in:
15
server/node_modules/better-sqlite3/deps/patches/1208.patch
generated
vendored
Normal file
15
server/node_modules/better-sqlite3/deps/patches/1208.patch
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
diff --git a/deps/sqlite3/sqlite3.c b/deps/sqlite3/sqlite3.c
|
||||
index b1a807f..38bd1e6 100644
|
||||
--- a/deps/sqlite3/sqlite3.c
|
||||
+++ b/deps/sqlite3/sqlite3.c
|
||||
@@ -24887,8 +24887,8 @@ static const struct {
|
||||
/* 1 */ { 6, "minute", 7.7379e+12, 60.0 },
|
||||
/* 2 */ { 4, "hour", 1.2897e+11, 3600.0 },
|
||||
/* 3 */ { 3, "day", 5373485.0, 86400.0 },
|
||||
- /* 4 */ { 5, "month", 176546.0, 30.0*86400.0 },
|
||||
- /* 5 */ { 4, "year", 14713.0, 365.0*86400.0 },
|
||||
+ /* 4 */ { 5, "month", 176546.0, 2592000.0 },
|
||||
+ /* 5 */ { 4, "year", 14713.0, 31536000.0 },
|
||||
};
|
||||
|
||||
/*
|
||||
Reference in New Issue
Block a user