@vitnode/core 1.2.0-canary.75 → 1.2.0-canary.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.mjs +2 -0
- package/dist/scripts/build.d.ts +2 -0
- package/dist/scripts/build.d.ts.map +1 -0
- package/dist/scripts/dev.d.ts +4 -0
- package/dist/scripts/dev.d.ts.map +1 -0
- package/dist/scripts/get-config.d.ts +7 -2
- package/dist/scripts/get-config.d.ts.map +1 -1
- package/dist/scripts/i18n-check.d.ts +2 -0
- package/dist/scripts/i18n-check.d.ts.map +1 -0
- package/dist/scripts/plugin.d.ts.map +1 -1
- package/dist/scripts/prepare-database.d.ts.map +1 -1
- package/dist/scripts/prepare-plugins-files.d.ts.map +1 -1
- package/dist/scripts/scripts.js +4 -2
- package/dist/scripts/shared/file-utils.d.ts +1 -0
- package/dist/scripts/shared/file-utils.d.ts.map +1 -1
- package/dist/src/api/adapters/events/local.d.ts +3 -0
- package/dist/src/api/adapters/events/local.d.ts.map +1 -0
- package/dist/src/api/adapters/events/local.js +1 -0
- package/dist/src/api/adapters/search/postgres.d.ts +3 -0
- package/dist/src/api/adapters/search/postgres.d.ts.map +1 -0
- package/dist/src/api/adapters/search/postgres.js +1 -0
- package/dist/src/api/adapters/storage/local.d.ts +6 -0
- package/dist/src/api/adapters/storage/local.d.ts.map +1 -0
- package/dist/src/api/adapters/storage/local.js +1 -0
- package/dist/src/api/config.d.ts.map +1 -1
- package/dist/src/api/config.js +1 -1
- package/dist/src/api/lib/check-staff-permission.d.ts.map +1 -1
- package/dist/src/api/lib/check-staff-permission.js +1 -1
- package/dist/src/api/lib/cron.d.ts +2 -0
- package/dist/src/api/lib/cron.d.ts.map +1 -1
- package/dist/src/api/lib/cron.js +1 -1
- package/dist/src/api/lib/events.d.ts +15 -0
- package/dist/src/api/lib/events.d.ts.map +1 -0
- package/dist/src/api/lib/events.js +1 -0
- package/dist/src/api/lib/module.d.ts +4 -1
- package/dist/src/api/lib/module.d.ts.map +1 -1
- package/dist/src/api/lib/module.js +1 -1
- package/dist/src/api/lib/permission-staff.d.ts +0 -4
- package/dist/src/api/lib/permission-staff.d.ts.map +1 -1
- package/dist/src/api/lib/plugin.d.ts +9 -1
- package/dist/src/api/lib/plugin.d.ts.map +1 -1
- package/dist/src/api/lib/plugin.js +1 -1
- package/dist/src/api/lib/route.d.ts +1 -1
- package/dist/src/api/lib/route.d.ts.map +1 -1
- package/dist/src/api/lib/route.js +1 -1
- package/dist/src/api/lib/save-language-words.d.ts +11 -0
- package/dist/src/api/lib/save-language-words.d.ts.map +1 -0
- package/dist/src/api/lib/save-language-words.js +1 -0
- package/dist/src/api/middlewares/global.middleware.d.ts +29 -5
- package/dist/src/api/middlewares/global.middleware.d.ts.map +1 -1
- package/dist/src/api/middlewares/global.middleware.js +1 -1
- package/dist/src/api/middlewares/plugin.middleware.d.ts +3 -0
- package/dist/src/api/middlewares/plugin.middleware.d.ts.map +1 -0
- package/dist/src/api/middlewares/plugin.middleware.js +1 -0
- package/dist/src/api/middlewares/rate-limiter.middleware.d.ts +4 -1
- package/dist/src/api/middlewares/rate-limiter.middleware.d.ts.map +1 -1
- package/dist/src/api/middlewares/rate-limiter.middleware.js +1 -1
- package/dist/src/api/models/device.d.ts.map +1 -1
- package/dist/src/api/models/device.js +1 -1
- package/dist/src/api/models/email.d.ts.map +1 -1
- package/dist/src/api/models/email.js +1 -1
- package/dist/src/api/models/events.d.ts +66 -0
- package/dist/src/api/models/events.d.ts.map +1 -0
- package/dist/src/api/models/events.js +1 -0
- package/dist/src/api/models/i18n.d.ts +15 -0
- package/dist/src/api/models/i18n.d.ts.map +1 -0
- package/dist/src/api/models/i18n.js +1 -0
- package/dist/src/api/models/search.d.ts +102 -0
- package/dist/src/api/models/search.d.ts.map +1 -0
- package/dist/src/api/models/search.js +1 -0
- package/dist/src/api/models/storage.d.ts +40 -0
- package/dist/src/api/models/storage.d.ts.map +1 -0
- package/dist/src/api/models/storage.js +1 -0
- package/dist/src/api/models/user/sign-up.d.ts +1 -1
- package/dist/src/api/models/user/sign-up.d.ts.map +1 -1
- package/dist/src/api/models/user/sign-up.js +1 -1
- package/dist/src/api/models/user.d.ts +1 -1
- package/dist/src/api/modules/admin/admin.module.d.ts +376 -2
- package/dist/src/api/modules/admin/admin.module.d.ts.map +1 -1
- package/dist/src/api/modules/admin/admin.module.js +1 -1
- package/dist/src/api/modules/admin/advanced/advanced.admin.module.d.ts +1 -1
- package/dist/src/api/modules/admin/advanced/cron/routes/get.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/advanced/cron/routes/get.route.js +1 -1
- package/dist/src/api/modules/admin/advanced/cron/routes/run.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/advanced/cron/routes/run.route.js +1 -1
- package/dist/src/api/modules/admin/advanced/queue/queue.admin.module.d.ts +1 -1
- package/dist/src/api/modules/admin/advanced/queue/routes/get.route.d.ts +1 -1
- package/dist/src/api/modules/admin/debug/debug.admin.module.d.ts +100 -1
- package/dist/src/api/modules/admin/debug/debug.admin.module.d.ts.map +1 -1
- package/dist/src/api/modules/admin/debug/debug.admin.module.js +1 -1
- package/dist/src/api/modules/admin/debug/routes/integrations.route.d.ts +6 -0
- package/dist/src/api/modules/admin/debug/routes/integrations.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/debug/routes/integrations.route.js +1 -1
- package/dist/src/api/modules/admin/debug/routes/logs.route.d.ts +1 -1
- package/dist/src/api/modules/admin/debug/routes/rebuild-search.route.d.ts +36 -0
- package/dist/src/api/modules/admin/debug/routes/rebuild-search.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/debug/routes/rebuild-search.route.js +1 -0
- package/dist/src/api/modules/admin/debug/routes/search-status.route.d.ts +32 -0
- package/dist/src/api/modules/admin/debug/routes/search-status.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/debug/routes/search-status.route.js +1 -0
- package/dist/src/api/modules/admin/debug/routes/test-storage-upload.route.d.ts +37 -0
- package/dist/src/api/modules/admin/debug/routes/test-storage-upload.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/debug/routes/test-storage-upload.route.js +1 -0
- package/dist/src/api/modules/admin/files/files.admin.module.d.ts +128 -0
- package/dist/src/api/modules/admin/files/files.admin.module.d.ts.map +1 -0
- package/dist/src/api/modules/admin/files/files.admin.module.js +1 -0
- package/dist/src/api/modules/admin/files/routes/delete.route.d.ts +29 -0
- package/dist/src/api/modules/admin/files/routes/delete.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/files/routes/delete.route.js +1 -0
- package/dist/src/api/modules/admin/files/routes/download.route.d.ts +34 -0
- package/dist/src/api/modules/admin/files/routes/download.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/files/routes/download.route.js +1 -0
- package/dist/src/api/modules/admin/files/routes/list.route.d.ts +72 -0
- package/dist/src/api/modules/admin/files/routes/list.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/files/routes/list.route.js +1 -0
- package/dist/src/api/modules/admin/roles/lib/assert-manage-admin-role.d.ts +6 -0
- package/dist/src/api/modules/admin/roles/lib/assert-manage-admin-role.d.ts.map +1 -0
- package/dist/src/api/modules/admin/roles/lib/assert-manage-admin-role.js +1 -0
- package/dist/src/api/modules/admin/roles/roles.admin.module.d.ts +149 -0
- package/dist/src/api/modules/admin/roles/roles.admin.module.d.ts.map +1 -1
- package/dist/src/api/modules/admin/roles/roles.admin.module.js +1 -1
- package/dist/src/api/modules/admin/roles/routes/create.route.d.ts +58 -0
- package/dist/src/api/modules/admin/roles/routes/create.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/roles/routes/create.route.js +1 -0
- package/dist/src/api/modules/admin/roles/routes/delete.route.d.ts +52 -0
- package/dist/src/api/modules/admin/roles/routes/delete.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/roles/routes/delete.route.js +1 -0
- package/dist/src/api/modules/admin/roles/routes/list.route.d.ts +4 -0
- package/dist/src/api/modules/admin/roles/routes/list.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/roles/routes/list.route.js +1 -1
- package/dist/src/api/modules/admin/roles/routes/show.route.d.ts +3 -0
- package/dist/src/api/modules/admin/roles/routes/show.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/roles/routes/show.route.js +1 -1
- package/dist/src/api/modules/admin/roles/routes/update.route.d.ts +66 -0
- package/dist/src/api/modules/admin/roles/routes/update.route.d.ts.map +1 -0
- package/dist/src/api/modules/admin/roles/routes/update.route.js +1 -0
- package/dist/src/api/modules/admin/staff/lib/resolve-staff-edges.d.ts +1 -3
- package/dist/src/api/modules/admin/staff/lib/resolve-staff-edges.d.ts.map +1 -1
- package/dist/src/api/modules/admin/staff/lib/resolve-staff-edges.js +1 -1
- package/dist/src/api/modules/admin/staff/routes/admins.route.js +1 -1
- package/dist/src/api/modules/admin/staff/routes/create.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/staff/routes/create.route.js +1 -1
- package/dist/src/api/modules/admin/staff/routes/moderators.route.js +1 -1
- package/dist/src/api/modules/admin/staff/routes/show-permissions.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/staff/routes/show-permissions.route.js +1 -1
- package/dist/src/api/modules/admin/staff/routes/update-permissions.route.js +1 -1
- package/dist/src/api/modules/admin/users/routes/update.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/users/routes/update.route.js +1 -1
- package/dist/src/api/modules/admin/users/routes/users.route.d.ts +1 -1
- package/dist/src/api/modules/cron/helpers/register-cron-jobs.d.ts +4 -0
- package/dist/src/api/modules/cron/helpers/register-cron-jobs.d.ts.map +1 -0
- package/dist/src/api/modules/cron/helpers/register-cron-jobs.js +1 -0
- package/dist/src/api/modules/search/routes/search.route.d.ts +91 -0
- package/dist/src/api/modules/search/routes/search.route.d.ts.map +1 -0
- package/dist/src/api/modules/search/routes/search.route.js +1 -0
- package/dist/src/api/modules/search/search.module.d.ts +68 -0
- package/dist/src/api/modules/search/search.module.d.ts.map +1 -0
- package/dist/src/api/modules/search/search.module.js +1 -0
- package/dist/src/api/modules/search/tasks/rebuild-index.task.d.ts +2 -0
- package/dist/src/api/modules/search/tasks/rebuild-index.task.d.ts.map +1 -0
- package/dist/src/api/modules/search/tasks/rebuild-index.task.js +1 -0
- package/dist/src/api/modules/users/files/files.module.d.ts +124 -0
- package/dist/src/api/modules/users/files/files.module.d.ts.map +1 -0
- package/dist/src/api/modules/users/files/files.module.js +1 -0
- package/dist/src/api/modules/users/files/routes/delete.route.d.ts +32 -0
- package/dist/src/api/modules/users/files/routes/delete.route.d.ts.map +1 -0
- package/dist/src/api/modules/users/files/routes/delete.route.js +1 -0
- package/dist/src/api/modules/users/files/routes/download.route.d.ts +37 -0
- package/dist/src/api/modules/users/files/routes/download.route.d.ts.map +1 -0
- package/dist/src/api/modules/users/files/routes/download.route.js +1 -0
- package/dist/src/api/modules/users/files/routes/list.route.d.ts +62 -0
- package/dist/src/api/modules/users/files/routes/list.route.d.ts.map +1 -0
- package/dist/src/api/modules/users/files/routes/list.route.js +1 -0
- package/dist/src/api/modules/users/routes/devices.route.d.ts +34 -0
- package/dist/src/api/modules/users/routes/devices.route.d.ts.map +1 -0
- package/dist/src/api/modules/users/routes/devices.route.js +1 -0
- package/dist/src/api/modules/users/routes/revoke-device.route.d.ts +42 -0
- package/dist/src/api/modules/users/routes/revoke-device.route.d.ts.map +1 -0
- package/dist/src/api/modules/users/routes/revoke-device.route.js +1 -0
- package/dist/src/api/modules/users/users.module.d.ts +194 -2
- package/dist/src/api/modules/users/users.module.d.ts.map +1 -1
- package/dist/src/api/modules/users/users.module.js +1 -1
- package/dist/src/api/plugin.d.ts.map +1 -1
- package/dist/src/api/plugin.js +1 -1
- package/dist/src/components/files/file-preview.d.ts +7 -0
- package/dist/src/components/files/file-preview.d.ts.map +1 -0
- package/dist/src/components/files/file-preview.js +1 -0
- package/dist/src/components/files/metadata-cell.d.ts +6 -0
- package/dist/src/components/files/metadata-cell.d.ts.map +1 -0
- package/dist/src/components/files/metadata-cell.js +1 -0
- package/dist/src/components/form/auto-form.d.ts +12 -3
- package/dist/src/components/form/auto-form.d.ts.map +1 -1
- package/dist/src/components/form/auto-form.js +1 -1
- package/dist/src/components/form/fields/color.d.ts +5 -0
- package/dist/src/components/form/fields/color.d.ts.map +1 -0
- package/dist/src/components/form/fields/color.js +1 -0
- package/dist/src/components/form/fields/editor.d.ts +9 -0
- package/dist/src/components/form/fields/editor.d.ts.map +1 -0
- package/dist/src/components/form/fields/editor.js +1 -0
- package/dist/src/components/form/fields/input.d.ts +5 -1
- package/dist/src/components/form/fields/input.d.ts.map +1 -1
- package/dist/src/components/form/fields/input.js +1 -1
- package/dist/src/components/form/fields/multi-lang.d.ts +18 -0
- package/dist/src/components/form/fields/multi-lang.d.ts.map +1 -0
- package/dist/src/components/form/fields/multi-lang.js +1 -0
- package/dist/src/components/form/fields/nullable-number.d.ts +11 -0
- package/dist/src/components/form/fields/nullable-number.d.ts.map +1 -0
- package/dist/src/components/form/fields/nullable-number.js +1 -0
- package/dist/src/components/form/fields/radio-group.js +1 -1
- package/dist/src/components/form/fields/select.js +1 -1
- package/dist/src/components/languages-provider.d.ts +8 -0
- package/dist/src/components/languages-provider.d.ts.map +1 -0
- package/dist/src/components/languages-provider.js +1 -0
- package/dist/src/components/table/content.d.ts.map +1 -1
- package/dist/src/components/table/content.js +1 -1
- package/dist/src/components/table/data-table.d.ts +21 -9
- package/dist/src/components/table/data-table.d.ts.map +1 -1
- package/dist/src/components/table/filters.d.ts.map +1 -1
- package/dist/src/components/table/filters.js +1 -1
- package/dist/src/components/table/order-table-head.d.ts +1 -1
- package/dist/src/components/table/order-table-head.d.ts.map +1 -1
- package/dist/src/components/ui/alert.d.ts +1 -1
- package/dist/src/components/ui/alert.d.ts.map +1 -1
- package/dist/src/components/ui/alert.js +1 -1
- package/dist/src/components/ui/attachment.d.ts +24 -0
- package/dist/src/components/ui/attachment.d.ts.map +1 -0
- package/dist/src/components/ui/attachment.js +1 -0
- package/dist/src/components/ui/carousel.d.ts.map +1 -1
- package/dist/src/components/ui/carousel.js +1 -1
- package/dist/src/components/ui/chart.d.ts +2 -1
- package/dist/src/components/ui/chart.d.ts.map +1 -1
- package/dist/src/components/ui/color-picker.d.ts +8 -0
- package/dist/src/components/ui/color-picker.d.ts.map +1 -0
- package/dist/src/components/ui/color-picker.js +1 -0
- package/dist/src/components/ui/dialog.js +1 -1
- package/dist/src/components/ui/editor.d.ts +4 -3
- package/dist/src/components/ui/editor.d.ts.map +1 -1
- package/dist/src/components/ui/editor.js +1 -1
- package/dist/src/components/user-format.d.ts +0 -1
- package/dist/src/components/user-format.d.ts.map +1 -1
- package/dist/src/config.js +1 -1
- package/dist/src/database/admins.d.ts +22 -5
- package/dist/src/database/admins.d.ts.map +1 -1
- package/dist/src/database/admins.js +1 -1
- package/dist/src/database/files.d.ts +193 -0
- package/dist/src/database/files.d.ts.map +1 -0
- package/dist/src/database/files.js +1 -0
- package/dist/src/database/moderators.d.ts +22 -5
- package/dist/src/database/moderators.d.ts.map +1 -1
- package/dist/src/database/moderators.js +1 -1
- package/dist/src/database/roles.d.ts +52 -1
- package/dist/src/database/roles.d.ts.map +1 -1
- package/dist/src/database/roles.js +1 -1
- package/dist/src/database/search.d.ts +314 -0
- package/dist/src/database/search.d.ts.map +1 -0
- package/dist/src/database/search.js +1 -0
- package/dist/src/globals.css +45 -0
- package/dist/src/lib/api/get-devices-api.d.ts +14 -0
- package/dist/src/lib/api/get-devices-api.d.ts.map +1 -0
- package/dist/src/lib/api/get-devices-api.js +1 -0
- package/dist/src/lib/api/get-queue-status.d.ts +11 -0
- package/dist/src/lib/api/get-queue-status.d.ts.map +1 -0
- package/dist/src/lib/api/get-queue-status.js +1 -0
- package/dist/src/lib/api/get-session-api.d.ts.map +1 -1
- package/dist/src/lib/api/get-session-api.js +1 -1
- package/dist/src/lib/api/is-cron-stale.d.ts +3 -0
- package/dist/src/lib/api/is-cron-stale.d.ts.map +1 -0
- package/dist/src/lib/api/is-cron-stale.js +1 -0
- package/dist/src/lib/api/parse-user-agent.d.ts +8 -0
- package/dist/src/lib/api/parse-user-agent.d.ts.map +1 -0
- package/dist/src/lib/api/parse-user-agent.js +1 -0
- package/dist/src/lib/api/upload.d.ts +15 -0
- package/dist/src/lib/api/upload.d.ts.map +1 -0
- package/dist/src/lib/api/upload.js +1 -0
- package/dist/src/lib/config.d.ts +4 -4
- package/dist/src/lib/config.d.ts.map +1 -1
- package/dist/src/lib/config.js +1 -1
- package/dist/src/lib/fetcher/core.d.ts +2 -1
- package/dist/src/lib/fetcher/core.d.ts.map +1 -1
- package/dist/src/lib/fetcher/core.js +1 -1
- package/dist/src/lib/fetcher/rate-limit.d.ts +10 -0
- package/dist/src/lib/fetcher/rate-limit.d.ts.map +1 -0
- package/dist/src/lib/fetcher/rate-limit.js +1 -0
- package/dist/src/lib/fetcher-client.d.ts +3 -1
- package/dist/src/lib/fetcher-client.d.ts.map +1 -1
- package/dist/src/lib/fetcher-client.js +1 -1
- package/dist/src/lib/format-bytes.d.ts +2 -0
- package/dist/src/lib/format-bytes.d.ts.map +1 -0
- package/dist/src/lib/format-bytes.js +1 -0
- package/dist/src/lib/helpers/multi-lang.d.ts +21 -0
- package/dist/src/lib/helpers/multi-lang.d.ts.map +1 -0
- package/dist/src/lib/helpers/multi-lang.js +1 -0
- package/dist/src/lib/i18n/deep-merge.d.ts +4 -0
- package/dist/src/lib/i18n/deep-merge.d.ts.map +1 -0
- package/dist/src/lib/i18n/deep-merge.js +1 -0
- package/dist/src/lib/i18n/load-messages.d.ts +9 -0
- package/dist/src/lib/i18n/load-messages.d.ts.map +1 -0
- package/dist/src/lib/i18n/load-messages.js +1 -0
- package/dist/src/lib/i18n/negotiate-locale.d.ts +2 -0
- package/dist/src/lib/i18n/negotiate-locale.d.ts.map +1 -0
- package/dist/src/lib/i18n/negotiate-locale.js +1 -0
- package/dist/src/lib/i18n/sources.d.ts +9 -0
- package/dist/src/lib/i18n/sources.d.ts.map +1 -0
- package/dist/src/lib/i18n/sources.js +1 -0
- package/dist/src/lib/i18n/types.d.ts +24 -0
- package/dist/src/lib/i18n/types.d.ts.map +1 -0
- package/dist/src/lib/i18n/types.js +1 -0
- package/dist/src/lib/motion.d.ts +8 -0
- package/dist/src/lib/motion.d.ts.map +1 -0
- package/dist/src/lib/motion.js +1 -0
- package/dist/src/lib/plugin.d.ts +2 -0
- package/dist/src/lib/plugin.d.ts.map +1 -1
- package/dist/src/lib/strip-html.d.ts +2 -0
- package/dist/src/lib/strip-html.d.ts.map +1 -0
- package/dist/src/lib/strip-html.js +1 -0
- package/dist/src/locales/en.json +897 -0
- package/dist/src/locales/index.d.ts +4 -0
- package/dist/src/locales/index.d.ts.map +1 -0
- package/dist/src/locales/index.js +1 -0
- package/dist/src/routes/admin/core/advanced/cron/page.d.ts.map +1 -1
- package/dist/src/routes/admin/core/advanced/cron/page.js +1 -1
- package/dist/src/routes/admin/core/advanced/search/page.d.ts +11 -0
- package/dist/src/routes/admin/core/advanced/search/page.d.ts.map +1 -0
- package/dist/src/routes/admin/core/advanced/search/page.js +1 -0
- package/dist/src/routes/admin/core/system/files/page.d.ts +11 -0
- package/dist/src/routes/admin/core/system/files/page.d.ts.map +1 -0
- package/dist/src/routes/admin/core/system/files/page.js +1 -0
- package/dist/src/routes/admin/core/users/[id]/page.js +1 -1
- package/dist/src/routes/admin/core/users/roles/page.d.ts.map +1 -1
- package/dist/src/routes/admin/core/users/roles/page.js +1 -1
- package/dist/src/routes/blank/test/page.js +1 -1
- package/dist/src/routes/breadcrumb/admin/core/advanced/cron/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/admin/core/advanced/cron/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/core/advanced/cron/page.js +1 -0
- package/dist/src/routes/breadcrumb/admin/core/advanced/queue/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/admin/core/advanced/queue/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/core/advanced/queue/page.js +1 -0
- package/dist/src/routes/breadcrumb/admin/core/advanced/search/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/admin/core/advanced/search/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/core/advanced/search/page.js +1 -0
- package/dist/src/routes/breadcrumb/admin/core/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/admin/core/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/core/page.js +1 -0
- package/dist/src/routes/breadcrumb/admin/core/system/files/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/admin/core/system/files/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/core/system/files/page.js +1 -0
- package/dist/src/routes/breadcrumb/admin/core/system/integrations/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/admin/core/system/integrations/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/core/system/integrations/page.js +1 -0
- package/dist/src/routes/breadcrumb/admin/core/users/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/admin/core/users/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/core/users/page.js +1 -0
- package/dist/src/routes/breadcrumb/admin/core/users/roles/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/admin/core/users/roles/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/admin/core/users/roles/page.js +1 -0
- package/dist/src/routes/breadcrumb/main/discover/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/main/discover/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/main/discover/page.js +1 -0
- package/dist/src/routes/breadcrumb/main/search/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/main/search/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/main/search/page.js +1 -0
- package/dist/src/routes/breadcrumb/main/settings/devices/page.d.ts +2 -0
- package/dist/src/routes/breadcrumb/main/settings/devices/page.d.ts.map +1 -0
- package/dist/src/routes/breadcrumb/main/settings/devices/page.js +1 -0
- package/dist/src/routes/main/discover/page.d.ts +11 -0
- package/dist/src/routes/main/discover/page.d.ts.map +1 -0
- package/dist/src/routes/main/discover/page.js +1 -0
- package/dist/src/routes/main/files/page.d.ts +15 -0
- package/dist/src/routes/main/files/page.d.ts.map +1 -0
- package/dist/src/routes/main/files/page.js +1 -0
- package/dist/src/routes/main/search/page.d.ts +15 -0
- package/dist/src/routes/main/search/page.d.ts.map +1 -0
- package/dist/src/routes/main/search/page.js +1 -0
- package/dist/src/routes/main/settings/devices/page.d.ts +5 -0
- package/dist/src/routes/main/settings/devices/page.d.ts.map +1 -0
- package/dist/src/routes/main/settings/devices/page.js +1 -0
- package/dist/src/tiptap.css +28 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-advanced-search.d.ts +5 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-advanced-search.d.ts.map +1 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-advanced-search.js +1 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-roles-admin.d.ts +5 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-roles-admin.d.ts.map +1 -0
- package/dist/src/views/admin/layouts/breadcrumb/breadcrumb-roles-admin.js +1 -0
- package/dist/src/views/admin/layouts/sidebar/nav/get-admin-nav.d.ts.map +1 -1
- package/dist/src/views/admin/layouts/sidebar/nav/get-admin-nav.js +1 -1
- package/dist/src/views/admin/layouts/sidebar/sign-out.js +1 -1
- package/dist/src/views/admin/layouts/user-bar/client.js +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/cron-table-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/cron-table-view.js +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/run-action/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/run-action/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/advanced/cron/run-action/run-action.d.ts +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/run-action/run-action.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/run-action/run-action.js +1 -1
- package/dist/src/views/admin/views/core/advanced/queue/queue-table-view.js +1 -1
- package/dist/src/views/admin/views/core/advanced/search/collection-status.d.ts +11 -0
- package/dist/src/views/admin/views/core/advanced/search/collection-status.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/advanced/search/collection-status.js +1 -0
- package/dist/src/views/admin/views/core/advanced/search/collections-table.d.ts +6 -0
- package/dist/src/views/admin/views/core/advanced/search/collections-table.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/advanced/search/collections-table.js +1 -0
- package/dist/src/views/admin/views/core/advanced/search/cron-warning.d.ts +3 -0
- package/dist/src/views/admin/views/core/advanced/search/cron-warning.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/advanced/search/cron-warning.js +1 -0
- package/dist/src/views/admin/views/core/advanced/search/mutation-api.server.d.ts +10 -0
- package/dist/src/views/admin/views/core/advanced/search/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/advanced/search/mutation-api.server.js +1 -0
- package/dist/src/views/admin/views/core/advanced/search/reindex-action.d.ts +6 -0
- package/dist/src/views/admin/views/core/advanced/search/reindex-action.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/advanced/search/reindex-action.js +1 -0
- package/dist/src/views/admin/views/core/advanced/search/search-header-actions.d.ts +3 -0
- package/dist/src/views/admin/views/core/advanced/search/search-header-actions.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/advanced/search/search-header-actions.js +1 -0
- package/dist/src/views/admin/views/core/advanced/search/search-view.d.ts +7 -0
- package/dist/src/views/admin/views/core/advanced/search/search-view.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/advanced/search/search-view.js +1 -0
- package/dist/src/views/admin/views/core/dashboard/send-notification/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/dashboard/send-notification/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/dashboard/send-notification/send-notification.js +1 -1
- package/dist/src/views/admin/views/core/debug/actions/clear-cache/clear-cache.js +1 -1
- package/dist/src/views/admin/views/core/debug/actions/clear-cache/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/debug/actions/clear-cache/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/debug/system-logs/system-logs-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/system-logs-view.js +1 -1
- package/dist/src/views/admin/views/core/staff/create/form.js +1 -1
- package/dist/src/views/admin/views/core/staff/create/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/staff/create/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/staff/create/{search.action.d.ts → search.action.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/staff/create/search.action.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/staff/edit/form.js +1 -1
- package/dist/src/views/admin/views/core/staff/edit/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/staff/edit/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/staff/table/actions/{delete-action.d.ts → delete-action.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/staff/table/actions/delete-action.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/staff/table/actions/staff-row-actions.js +1 -1
- package/dist/src/views/admin/views/core/staff/table/staff-table.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/staff/table/staff-table.js +1 -1
- package/dist/src/views/admin/views/core/system/files/actions/delete-action.server.d.ts +9 -0
- package/dist/src/views/admin/views/core/system/files/actions/delete-action.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/system/files/actions/delete-action.server.js +1 -0
- package/dist/src/views/admin/views/core/system/files/actions/file-row-actions.d.ts +8 -0
- package/dist/src/views/admin/views/core/system/files/actions/file-row-actions.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/system/files/actions/file-row-actions.js +1 -0
- package/dist/src/views/admin/views/core/system/files/files-table-view.d.ts +5 -0
- package/dist/src/views/admin/views/core/system/files/files-table-view.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/system/files/files-table-view.js +1 -0
- package/dist/src/views/admin/views/core/system/integrations/integration-card.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/system/integrations/integration-card.js +1 -1
- package/dist/src/views/admin/views/core/system/integrations/integrations-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/system/integrations/integrations-view.js +1 -1
- package/dist/src/views/admin/views/core/system/integrations/send-test-email/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/system/integrations/send-test-email/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/system/integrations/send-test-email/use-form.js +1 -1
- package/dist/src/views/admin/views/core/system/integrations/test-storage/content.d.ts +3 -0
- package/dist/src/views/admin/views/core/system/integrations/test-storage/content.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/system/integrations/test-storage/content.js +1 -0
- package/dist/src/views/admin/views/core/system/integrations/test-storage/test-storage.d.ts +3 -0
- package/dist/src/views/admin/views/core/system/integrations/test-storage/test-storage.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/system/integrations/test-storage/test-storage.js +1 -0
- package/dist/src/views/admin/views/core/test.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/test.js +1 -1
- package/dist/src/views/admin/views/core/users/actions/create/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/users/actions/create/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/actions/create/use-form.js +1 -1
- package/dist/src/views/admin/views/core/users/actions/verify-email/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/users/actions/verify-email/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/actions/verify-email/verify-email.js +1 -1
- package/dist/src/views/admin/views/core/users/roles/actions/actions.d.ts +3 -0
- package/dist/src/views/admin/views/core/users/roles/actions/actions.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/roles/actions/actions.js +1 -0
- package/dist/src/views/admin/views/core/users/roles/actions/create-edit/create-edit.d.ts +15 -0
- package/dist/src/views/admin/views/core/users/roles/actions/create-edit/create-edit.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/roles/actions/create-edit/create-edit.js +1 -0
- package/dist/src/views/admin/views/core/users/roles/actions/create-edit/mutation-api.server.d.ts +11 -0
- package/dist/src/views/admin/views/core/users/roles/actions/create-edit/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/roles/actions/create-edit/mutation-api.server.js +1 -0
- package/dist/src/views/admin/views/core/users/roles/roles-admin-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/users/roles/roles-admin-view.js +1 -1
- package/dist/src/views/admin/views/core/users/roles/table/actions/delete-action.d.ts +13 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/delete-action.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/delete-action.js +1 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/delete-role.action.server.d.ts +9 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/delete-role.action.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/delete-role.action.server.js +1 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/edit-action.d.ts +7 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/edit-action.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/edit-action.js +1 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/row-actions.d.ts +22 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/row-actions.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/row-actions.js +1 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/search-roles.action.server.d.ts +10 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/search-roles.action.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/roles/table/actions/search-roles.action.server.js +1 -0
- package/dist/src/views/admin/views/core/users/{search-roles.action.d.ts → search-roles.action.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/users/search-roles.action.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/show/edit-field.js +1 -1
- package/dist/src/views/admin/views/core/users/show/edit-name-code.js +1 -1
- package/dist/src/views/admin/views/core/users/show/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/users/show/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/show/roles/edit-roles.d.ts +1 -1
- package/dist/src/views/admin/views/core/users/show/roles/edit-roles.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/users/show/roles/edit-roles.js +1 -1
- package/dist/src/views/admin/views/core/users/show/roles/roles.d.ts +1 -1
- package/dist/src/views/admin/views/core/users/show/roles/roles.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/users/show/roles/{search-roles.action.d.ts → search-roles.action.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/users/show/roles/search-roles.action.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/show/roles/{update-roles.action.d.ts → update-roles.action.server.d.ts} +1 -1
- package/dist/src/views/admin/views/core/users/show/roles/update-roles.action.server.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/show/show-user-admin-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/users/show/show-user-admin-view.js +1 -1
- package/dist/src/views/admin/views/core/users/show/tabs.d.ts +5 -0
- package/dist/src/views/admin/views/core/users/show/tabs.d.ts.map +1 -0
- package/dist/src/views/admin/views/core/users/show/tabs.js +1 -0
- package/dist/src/views/admin/views/core/users/users-admin-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/users/users-admin-view.js +1 -1
- package/dist/src/views/auth/password-reset/change-password-form/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/auth/password-reset/change-password-form/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/auth/password-reset/change-password-form/use-form.js +1 -1
- package/dist/src/views/auth/password-reset/form/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/auth/password-reset/form/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/auth/password-reset/form/use-form.js +1 -1
- package/dist/src/views/auth/settings/devices/device-item.d.ts +5 -0
- package/dist/src/views/auth/settings/devices/device-item.d.ts.map +1 -0
- package/dist/src/views/auth/settings/devices/device-item.js +1 -0
- package/dist/src/views/auth/settings/devices/devices.d.ts +2 -0
- package/dist/src/views/auth/settings/devices/devices.d.ts.map +1 -0
- package/dist/src/views/auth/settings/devices/devices.js +1 -0
- package/dist/src/views/auth/settings/devices/revoke-action.server.d.ts +9 -0
- package/dist/src/views/auth/settings/devices/revoke-action.server.d.ts.map +1 -0
- package/dist/src/views/auth/settings/devices/revoke-action.server.js +1 -0
- package/dist/src/views/auth/settings/devices/revoke-device-button.d.ts +5 -0
- package/dist/src/views/auth/settings/devices/revoke-device-button.d.ts.map +1 -0
- package/dist/src/views/auth/settings/devices/revoke-device-button.js +1 -0
- package/dist/src/views/auth/settings/nav.d.ts.map +1 -1
- package/dist/src/views/auth/settings/nav.js +1 -1
- package/dist/src/views/auth/settings/shell.d.ts.map +1 -1
- package/dist/src/views/auth/settings/shell.js +1 -1
- package/dist/src/views/auth/sign-in/form/form.d.ts.map +1 -1
- package/dist/src/views/auth/sign-in/form/form.js +1 -1
- package/dist/src/views/auth/sign-in/form/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/auth/sign-in/form/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/auth/sign-in/form/use-form.js +1 -1
- package/dist/src/views/auth/sign-up/form/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/auth/sign-up/form/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/auth/sign-up/form/use-form.d.ts +2 -2
- package/dist/src/views/auth/sign-up/form/use-form.d.ts.map +1 -1
- package/dist/src/views/auth/sign-up/form/use-form.js +1 -1
- package/dist/src/views/auth/sso/buttons/client.js +1 -1
- package/dist/src/views/auth/sso/buttons/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/auth/sso/buttons/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/auth/sso/callback/client/client.js +1 -1
- package/dist/src/views/auth/sso/callback/client/{mutation-api.d.ts → mutation-api.server.d.ts} +1 -1
- package/dist/src/views/auth/sso/callback/client/mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/error/error-view.d.ts +1 -1
- package/dist/src/views/error/error-view.d.ts.map +1 -1
- package/dist/src/views/files/actions/delete-action.server.d.ts +9 -0
- package/dist/src/views/files/actions/delete-action.server.d.ts.map +1 -0
- package/dist/src/views/files/actions/delete-action.server.js +1 -0
- package/dist/src/views/files/actions/file-row-actions.d.ts +6 -0
- package/dist/src/views/files/actions/file-row-actions.d.ts.map +1 -0
- package/dist/src/views/files/actions/file-row-actions.js +1 -0
- package/dist/src/views/files/my-files-table-view.d.ts +5 -0
- package/dist/src/views/files/my-files-table-view.d.ts.map +1 -0
- package/dist/src/views/files/my-files-table-view.js +1 -0
- package/dist/src/views/layouts/provider.d.ts +6 -2
- package/dist/src/views/layouts/provider.d.ts.map +1 -1
- package/dist/src/views/layouts/provider.js +1 -1
- package/dist/src/views/layouts/rate-limit-listener.d.ts +2 -0
- package/dist/src/views/layouts/rate-limit-listener.d.ts.map +1 -0
- package/dist/src/views/layouts/rate-limit-listener.js +1 -0
- package/dist/src/views/layouts/root-layout.d.ts.map +1 -1
- package/dist/src/views/layouts/root-layout.js +1 -1
- package/dist/src/views/layouts/theme/header/header.d.ts +1 -1
- package/dist/src/views/layouts/theme/header/header.d.ts.map +1 -1
- package/dist/src/views/layouts/theme/header/header.js +1 -1
- package/dist/src/views/layouts/theme/header/user/auth/client.d.ts.map +1 -1
- package/dist/src/views/layouts/theme/header/user/auth/client.js +1 -1
- package/dist/src/views/layouts/theme/header/user/auth/{log-out-mutation-api.d.ts → log-out-mutation-api.server.d.ts} +1 -1
- package/dist/src/views/layouts/theme/header/user/auth/log-out-mutation-api.server.d.ts.map +1 -0
- package/dist/src/views/search/discover-view.d.ts +2 -0
- package/dist/src/views/search/discover-view.d.ts.map +1 -0
- package/dist/src/views/search/discover-view.js +1 -0
- package/dist/src/views/search/registry.d.ts +9 -0
- package/dist/src/views/search/registry.d.ts.map +1 -0
- package/dist/src/views/search/registry.js +1 -0
- package/dist/src/views/search/search-controls.d.ts +8 -0
- package/dist/src/views/search/search-controls.d.ts.map +1 -0
- package/dist/src/views/search/search-controls.js +1 -0
- package/dist/src/views/search/search-feed.d.ts +17 -0
- package/dist/src/views/search/search-feed.d.ts.map +1 -0
- package/dist/src/views/search/search-feed.js +1 -0
- package/dist/src/views/search/search-view.d.ts +4 -0
- package/dist/src/views/search/search-view.d.ts.map +1 -0
- package/dist/src/views/search/search-view.js +1 -0
- package/dist/src/views/search/types.d.ts +34 -0
- package/dist/src/views/search/types.d.ts.map +1 -0
- package/dist/src/views/search/types.js +1 -0
- package/dist/src/vitnode.config.d.ts +22 -18
- package/dist/src/vitnode.config.d.ts.map +1 -1
- package/dist/src/vitnode.config.js +1 -1
- package/dist/src/ws/manager.d.ts.map +1 -1
- package/dist/src/ws/manager.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/package.json +42 -40
- package/src/locales/en.json +258 -8
- package/src/locales/index.ts +15 -0
- package/src/routes/admin/core/advanced/cron/page.tsx +10 -1
- package/src/routes/admin/core/advanced/search/page.tsx +50 -0
- package/src/routes/admin/core/system/files/page.tsx +51 -0
- package/src/routes/admin/core/users/[id]/page.tsx +1 -1
- package/src/routes/admin/core/users/roles/page.tsx +13 -2
- package/src/routes/blank/test/page.tsx +1 -1
- package/src/routes/breadcrumb/admin/core/advanced/cron/page.tsx +5 -0
- package/src/routes/breadcrumb/admin/core/advanced/queue/page.tsx +5 -0
- package/src/routes/breadcrumb/admin/core/advanced/search/page.tsx +5 -0
- package/src/routes/breadcrumb/admin/core/page.tsx +5 -0
- package/src/routes/breadcrumb/admin/core/system/files/page.tsx +5 -0
- package/src/routes/breadcrumb/admin/core/system/integrations/page.tsx +5 -0
- package/src/routes/breadcrumb/admin/core/users/page.tsx +5 -0
- package/src/routes/breadcrumb/admin/core/users/roles/page.tsx +5 -0
- package/src/routes/breadcrumb/main/discover/page.tsx +14 -0
- package/src/routes/breadcrumb/main/page.tsx +1 -1
- package/src/routes/breadcrumb/main/search/page.tsx +11 -0
- package/src/routes/breadcrumb/main/settings/devices/page.tsx +17 -0
- package/src/routes/main/discover/page.tsx +41 -0
- package/src/routes/main/files/page.tsx +50 -0
- package/src/routes/main/search/page.tsx +43 -0
- package/src/routes/main/settings/devices/page.tsx +15 -0
- package/tsconfig.build.json +5 -0
- package/dist/scripts/shared/file-utils.test.d.ts +0 -2
- package/dist/scripts/shared/file-utils.test.d.ts.map +0 -1
- package/dist/src/api/lib/cache.test.d.ts +0 -2
- package/dist/src/api/lib/cache.test.d.ts.map +0 -1
- package/dist/src/api/lib/cache.test.js +0 -1
- package/dist/src/api/models/email.test.d.ts +0 -2
- package/dist/src/api/models/email.test.d.ts.map +0 -1
- package/dist/src/api/models/email.test.js +0 -1
- package/dist/src/api/models/queue.test.d.ts +0 -2
- package/dist/src/api/models/queue.test.d.ts.map +0 -1
- package/dist/src/api/models/queue.test.js +0 -1
- package/dist/src/components/form/fields/combobox.test.d.ts +0 -2
- package/dist/src/components/form/fields/combobox.test.d.ts.map +0 -1
- package/dist/src/components/form/fields/combobox.test.js +0 -1
- package/dist/src/lib/api/get-next-cron-run-date.test.d.ts +0 -2
- package/dist/src/lib/api/get-next-cron-run-date.test.d.ts.map +0 -1
- package/dist/src/lib/api/get-next-cron-run-date.test.js +0 -1
- package/dist/src/lib/api/get-queue-backoff-date.test.d.ts +0 -2
- package/dist/src/lib/api/get-queue-backoff-date.test.d.ts.map +0 -1
- package/dist/src/lib/api/get-queue-backoff-date.test.js +0 -1
- package/dist/src/lib/api/resolve-queue-task-outcome.test.d.ts +0 -2
- package/dist/src/lib/api/resolve-queue-task-outcome.test.d.ts.map +0 -1
- package/dist/src/lib/api/resolve-queue-task-outcome.test.js +0 -1
- package/dist/src/lib/api/should-cron-job-run.test.d.ts +0 -2
- package/dist/src/lib/api/should-cron-job-run.test.d.ts.map +0 -1
- package/dist/src/lib/api/should-cron-job-run.test.js +0 -1
- package/dist/src/lib/api/validate-cron-schedule.test.d.ts +0 -2
- package/dist/src/lib/api/validate-cron-schedule.test.d.ts.map +0 -1
- package/dist/src/lib/api/validate-cron-schedule.test.js +0 -1
- package/dist/src/lib/colors.test.d.ts +0 -2
- package/dist/src/lib/colors.test.d.ts.map +0 -1
- package/dist/src/lib/colors.test.js +0 -1
- package/dist/src/lib/fetcher/cookie-from-string-to-object.test.d.ts +0 -2
- package/dist/src/lib/fetcher/cookie-from-string-to-object.test.d.ts.map +0 -1
- package/dist/src/lib/fetcher/cookie-from-string-to-object.test.js +0 -1
- package/dist/src/lib/fetcher/helpers.test.d.ts +0 -2
- package/dist/src/lib/fetcher/helpers.test.d.ts.map +0 -1
- package/dist/src/lib/fetcher/helpers.test.js +0 -1
- package/dist/src/lib/helpers/auto-form.test.d.ts +0 -2
- package/dist/src/lib/helpers/auto-form.test.d.ts.map +0 -1
- package/dist/src/lib/helpers/auto-form.test.js +0 -1
- package/dist/src/lib/special-characters.test.d.ts +0 -2
- package/dist/src/lib/special-characters.test.d.ts.map +0 -1
- package/dist/src/lib/special-characters.test.js +0 -1
- package/dist/src/views/admin/views/core/advanced/cron/run-action/mutation-api.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/dashboard/send-notification/mutation-api.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/debug/actions/clear-cache/mutation-api.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/staff/create/mutation-api.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/staff/create/search.action.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/staff/edit/mutation-api.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/staff/table/actions/delete-action.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/system/integrations/send-test-email/mutation-api.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/users/actions/create/mutation-api.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/users/actions/verify-email/mutation-api.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/users/search-roles.action.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/users/show/mutation-api.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/users/show/roles/search-roles.action.d.ts.map +0 -1
- package/dist/src/views/admin/views/core/users/show/roles/update-roles.action.d.ts.map +0 -1
- package/dist/src/views/auth/password-reset/change-password-form/mutation-api.d.ts.map +0 -1
- package/dist/src/views/auth/password-reset/form/mutation-api.d.ts.map +0 -1
- package/dist/src/views/auth/sign-in/form/mutation-api.d.ts.map +0 -1
- package/dist/src/views/auth/sign-up/form/mutation-api.d.ts.map +0 -1
- package/dist/src/views/auth/sso/buttons/mutation-api.d.ts.map +0 -1
- package/dist/src/views/auth/sso/callback/client/mutation-api.d.ts.map +0 -1
- package/dist/src/views/layouts/theme/header/user/auth/log-out-mutation-api.d.ts.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
- /package/dist/src/views/admin/views/core/advanced/cron/run-action/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/admin/views/core/dashboard/send-notification/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/admin/views/core/debug/actions/clear-cache/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/admin/views/core/staff/create/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/admin/views/core/staff/create/{search.action.js → search.action.server.js} +0 -0
- /package/dist/src/views/admin/views/core/staff/edit/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/admin/views/core/staff/table/actions/{delete-action.js → delete-action.server.js} +0 -0
- /package/dist/src/views/admin/views/core/system/integrations/send-test-email/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/admin/views/core/users/actions/create/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/admin/views/core/users/actions/verify-email/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/admin/views/core/users/{search-roles.action.js → search-roles.action.server.js} +0 -0
- /package/dist/src/views/admin/views/core/users/show/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/admin/views/core/users/show/roles/{search-roles.action.js → search-roles.action.server.js} +0 -0
- /package/dist/src/views/admin/views/core/users/show/roles/{update-roles.action.js → update-roles.action.server.js} +0 -0
- /package/dist/src/views/auth/password-reset/change-password-form/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/auth/password-reset/form/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/auth/sign-in/form/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/auth/sign-up/form/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/auth/sso/buttons/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/auth/sso/callback/client/{mutation-api.js → mutation-api.server.js} +0 -0
- /package/dist/src/views/layouts/theme/header/user/auth/{log-out-mutation-api.js → log-out-mutation-api.server.js} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitnode/core",
|
|
3
|
-
"version": "1.2.0-canary.
|
|
3
|
+
"version": "1.2.0-canary.77",
|
|
4
4
|
"description": "Core package for VitNode, providing essential functionalities and configurations.",
|
|
5
5
|
"author": "VitNode Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
],
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@hono/zod-openapi": "^1.0.x",
|
|
23
|
-
"@swc/cli": "0.7.
|
|
24
|
-
"@swc/core": "1.
|
|
23
|
+
"@swc/cli": "^0.7.0 || ^0.8.0",
|
|
24
|
+
"@swc/core": "^1.15.0",
|
|
25
25
|
"@types/react": "^19.1.x",
|
|
26
26
|
"@types/react-dom": "^19.1.x",
|
|
27
27
|
"drizzle-kit": "^0.31.x",
|
|
@@ -33,52 +33,52 @@
|
|
|
33
33
|
"react": "^19.2.x",
|
|
34
34
|
"react-dom": "^19.2.x",
|
|
35
35
|
"react-hook-form": "^7.x.x",
|
|
36
|
-
"typescript": "^
|
|
36
|
+
"typescript": "^6.x.x",
|
|
37
37
|
"zod": "^4.x.x"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@hono/zod-openapi": "^1.
|
|
41
|
-
"@hono/zod-validator": "^0.
|
|
40
|
+
"@hono/zod-openapi": "^1.5.1",
|
|
41
|
+
"@hono/zod-validator": "^0.9.0",
|
|
42
42
|
"@hookform/resolvers": "^5.4.0",
|
|
43
|
-
"@react-email/ui": "^6.
|
|
43
|
+
"@react-email/ui": "^6.9.0",
|
|
44
44
|
"@swc/cli": "^0.8.1",
|
|
45
|
-
"@swc/core": "^1.15.
|
|
45
|
+
"@swc/core": "^1.15.46",
|
|
46
46
|
"@testing-library/dom": "^10.4.1",
|
|
47
47
|
"@testing-library/react": "^16.3.2",
|
|
48
|
-
"@types/node": "^26.
|
|
48
|
+
"@types/node": "^26.1.1",
|
|
49
49
|
"@types/react": "^19.2.17",
|
|
50
50
|
"@types/react-dom": "^19.2.3",
|
|
51
|
-
"@vitejs/plugin-react": "^6.0.
|
|
52
|
-
"@vitest/coverage-v8": "^4.1.
|
|
51
|
+
"@vitejs/plugin-react": "^6.0.4",
|
|
52
|
+
"@vitest/coverage-v8": "^4.1.10",
|
|
53
53
|
"chokidar": "^5.0.0",
|
|
54
54
|
"concurrently": "^10.0.3",
|
|
55
55
|
"drizzle-kit": "^0.31.10",
|
|
56
56
|
"drizzle-orm": "^0.45.2",
|
|
57
|
-
"eslint": "^10.
|
|
58
|
-
"hono": "^4.12.
|
|
57
|
+
"eslint": "^10.7.0",
|
|
58
|
+
"hono": "^4.12.31",
|
|
59
59
|
"jiti": "^2.7.0",
|
|
60
60
|
"jsdom": "^29.1.1",
|
|
61
|
-
"lucide-react": "^1.
|
|
62
|
-
"next": "16.3.0-preview.
|
|
63
|
-
"next-intl": "^4.13.
|
|
64
|
-
"react": "^19.2.
|
|
65
|
-
"react-dom": "^19.2.
|
|
66
|
-
"react-email": "^6.
|
|
67
|
-
"react-hook-form": "^7.
|
|
61
|
+
"lucide-react": "^1.25.0",
|
|
62
|
+
"next": "16.3.0-preview.9",
|
|
63
|
+
"next-intl": "^4.13.3",
|
|
64
|
+
"react": "^19.2.8",
|
|
65
|
+
"react-dom": "^19.2.8",
|
|
66
|
+
"react-email": "^6.9.0",
|
|
67
|
+
"react-hook-form": "^7.82.0",
|
|
68
68
|
"sonner": "^2.0.7",
|
|
69
|
-
"tailwindcss": "^4.3.
|
|
70
|
-
"tsc-alias": "^1.
|
|
69
|
+
"tailwindcss": "^4.3.3",
|
|
70
|
+
"tsc-alias": "^1.9.1",
|
|
71
71
|
"tsup": "^8.5.1",
|
|
72
|
-
"tsx": "^4.
|
|
72
|
+
"tsx": "^4.23.1",
|
|
73
73
|
"tw-animate-css": "^1.4.0",
|
|
74
74
|
"typescript": "^6.0.3",
|
|
75
|
-
"vite": "^8.1.
|
|
76
|
-
"vitest": "^4.1.
|
|
75
|
+
"vite": "^8.1.5",
|
|
76
|
+
"vitest": "^4.1.10",
|
|
77
77
|
"zod": "^4.4.3",
|
|
78
|
-
"@vitnode/config": "1.2.0-canary.
|
|
78
|
+
"@vitnode/config": "1.2.0-canary.77"
|
|
79
79
|
},
|
|
80
80
|
"bin": {
|
|
81
|
-
"vitnode": "./
|
|
81
|
+
"vitnode": "./cli.mjs"
|
|
82
82
|
},
|
|
83
83
|
"exports": {
|
|
84
84
|
"./api/config": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"default": "./dist/src/*.js"
|
|
93
93
|
},
|
|
94
94
|
"./config/next.config": "./config/next.config.ts",
|
|
95
|
-
"./locales
|
|
95
|
+
"./locales/*.json": "./src/locales/*.json",
|
|
96
96
|
"./styles/tiptap.css": "./src/tiptap.css"
|
|
97
97
|
},
|
|
98
98
|
"type": "module",
|
|
@@ -101,30 +101,32 @@
|
|
|
101
101
|
"@bprogress/next": "^3.2.12",
|
|
102
102
|
"@dnd-kit/core": "^6.3.1",
|
|
103
103
|
"@hono/swagger-ui": "^0.6.1",
|
|
104
|
-
"@tanstack/react-query": "^5.101.
|
|
105
|
-
"@tiptap/extension-text-align": "^3.
|
|
106
|
-
"@tiptap/pm": "^3.
|
|
107
|
-
"@tiptap/react": "^3.
|
|
108
|
-
"@tiptap/starter-kit": "^3.
|
|
104
|
+
"@tanstack/react-query": "^5.101.4",
|
|
105
|
+
"@tiptap/extension-text-align": "^3.28.0",
|
|
106
|
+
"@tiptap/pm": "^3.28.0",
|
|
107
|
+
"@tiptap/react": "^3.28.0",
|
|
108
|
+
"@tiptap/starter-kit": "^3.28.0",
|
|
109
109
|
"class-variance-authority": "^0.7.1",
|
|
110
110
|
"clsx": "^2.1.1",
|
|
111
111
|
"cmdk": "^1.1.1",
|
|
112
|
-
"cron-parser": "^5.6.
|
|
112
|
+
"cron-parser": "^5.6.2",
|
|
113
113
|
"date-fns": "^4.4.0",
|
|
114
114
|
"dotenv": "^17.4.2",
|
|
115
115
|
"embla-carousel-react": "^8.6.0",
|
|
116
116
|
"input-otp": "^1.4.2",
|
|
117
117
|
"ioredis": "^5.11.1",
|
|
118
|
-
"motion": "^12.
|
|
118
|
+
"motion": "^12.42.2",
|
|
119
119
|
"next-themes": "^0.4.6",
|
|
120
120
|
"postgres": "^3.4.9",
|
|
121
121
|
"rate-limiter-flexible": "^11.2.0",
|
|
122
|
+
"react-colorful": "^5.8.0",
|
|
122
123
|
"react-day-picker": "^10.0.1",
|
|
123
|
-
"react-resizable-panels": "^4.
|
|
124
|
+
"react-resizable-panels": "^4.12.2",
|
|
124
125
|
"react-scan": "^0.5.7",
|
|
125
|
-
"recharts": "3.
|
|
126
|
+
"recharts": "^3.10.0",
|
|
126
127
|
"server-only": "^0.0.1",
|
|
127
|
-
"shadcn": "^4.
|
|
128
|
+
"shadcn": "^4.14.0",
|
|
129
|
+
"sharp": "^0.35.3",
|
|
128
130
|
"tailwind-merge": "^3.6.0",
|
|
129
131
|
"use-debounce": "^10.1.1",
|
|
130
132
|
"vaul": "^1.1.2"
|
|
@@ -132,8 +134,8 @@
|
|
|
132
134
|
"scripts": {
|
|
133
135
|
"build:scripts": "tsup",
|
|
134
136
|
"start:scripts": "node dist/scripts/scripts.js init",
|
|
135
|
-
"build:plugins": "tsc && swc src -d dist --config-file .swcrc && tsc-alias -p tsconfig.json",
|
|
136
|
-
"dev": "concurrently \"tsc -w --preserveWatchOutput\" \"swc src -d dist --config-file .swcrc -w\" \"tsc-alias -w\" \"node dist/scripts/scripts.js plugin --w\"",
|
|
137
|
+
"build:plugins": "tsc -p tsconfig.build.json && swc src -d dist --config-file .swcrc --copy-files && tsc-alias -p tsconfig.build.json",
|
|
138
|
+
"dev": "concurrently \"tsc -w -p tsconfig.build.json --preserveWatchOutput\" \"swc src -d dist --config-file .swcrc --copy-files -w\" \"tsc-alias -w -p tsconfig.build.json\" \"node dist/scripts/scripts.js plugin --w\"",
|
|
137
139
|
"dev:email": "email dev --dir src/emails",
|
|
138
140
|
"test": "vitest run",
|
|
139
141
|
"test:watch": "vitest",
|
package/src/locales/en.json
CHANGED
|
@@ -8,15 +8,28 @@
|
|
|
8
8
|
"@vitnode/core:users:can_edit": "Edit users",
|
|
9
9
|
"@vitnode/core:users:can_edit_admin": "Edit users with administrator permission",
|
|
10
10
|
"@vitnode/core:roles": "Roles",
|
|
11
|
-
"@vitnode/core:roles:
|
|
11
|
+
"@vitnode/core:roles:can_view": "View roles list",
|
|
12
|
+
"@vitnode/core:roles:can_create": "Create roles",
|
|
13
|
+
"@vitnode/core:roles:can_edit": "Edit roles",
|
|
14
|
+
"@vitnode/core:roles:can_edit_admin": "Edit roles with administrator permission",
|
|
15
|
+
"@vitnode/core:roles:can_delete": "Delete roles",
|
|
16
|
+
"@vitnode/core:roles:can_delete_admin": "Delete roles with administrator permission",
|
|
12
17
|
"@vitnode/core:debug": "Debug Panel",
|
|
13
18
|
"@vitnode/core:debug:can_view": "View debug panel",
|
|
14
19
|
"@vitnode/core:debug:can_clear_cache": "Clear cache",
|
|
15
20
|
"@vitnode/core:system": "System",
|
|
16
21
|
"@vitnode/core:system:can_view": "View integrations",
|
|
17
22
|
"@vitnode/core:system:can_send_test_email": "Send test email",
|
|
23
|
+
"@vitnode/core:system:can_test_storage": "Test storage",
|
|
24
|
+
"@vitnode/core:files": "Files",
|
|
25
|
+
"@vitnode/core:files:can_view": "View uploaded files",
|
|
26
|
+
"@vitnode/core:files:can_download": "Download files",
|
|
27
|
+
"@vitnode/core:files:can_delete": "Delete files",
|
|
18
28
|
"@vitnode/core:queue": "Queue Tasks",
|
|
19
29
|
"@vitnode/core:queue:can_view": "View queue tasks",
|
|
30
|
+
"@vitnode/core:cron": "Cron Jobs",
|
|
31
|
+
"@vitnode/core:cron:can_view": "View cron jobs",
|
|
32
|
+
"@vitnode/core:cron:can_run": "Run cron jobs",
|
|
20
33
|
"@vitnode/core:staff_moderators": "Staff: Moderators",
|
|
21
34
|
"@vitnode/core:staff_moderators:can_view": "View moderators list",
|
|
22
35
|
"@vitnode/core:staff_moderators:can_create": "Create moderators",
|
|
@@ -28,6 +41,81 @@
|
|
|
28
41
|
"@vitnode/core:staff_admins:can_edit": "Edit administrator permissions",
|
|
29
42
|
"@vitnode/core:staff_admins:can_delete": "Remove administrators",
|
|
30
43
|
"core": {
|
|
44
|
+
"search": {
|
|
45
|
+
"title": "Search",
|
|
46
|
+
"desc": "Search across everything in the community.",
|
|
47
|
+
"discoverTitle": "Discover",
|
|
48
|
+
"discoverDesc": "See the latest activity across the community.",
|
|
49
|
+
"nav": {
|
|
50
|
+
"search": "Search",
|
|
51
|
+
"discover": "Discover"
|
|
52
|
+
},
|
|
53
|
+
"placeholder": "Search…",
|
|
54
|
+
"empty": "Nothing found yet.",
|
|
55
|
+
"loadMore": "Load more",
|
|
56
|
+
"loading": "Loading…",
|
|
57
|
+
"sort": {
|
|
58
|
+
"relevance": "Relevance",
|
|
59
|
+
"newest": "Newest",
|
|
60
|
+
"oldest": "Oldest"
|
|
61
|
+
},
|
|
62
|
+
"types": {
|
|
63
|
+
"blog_post": "Post",
|
|
64
|
+
"unknown": "Content"
|
|
65
|
+
},
|
|
66
|
+
"userTab": {
|
|
67
|
+
"overview": "Overview",
|
|
68
|
+
"timeline": "Timeline"
|
|
69
|
+
},
|
|
70
|
+
"admin": {
|
|
71
|
+
"title": "Search",
|
|
72
|
+
"desc": "Content discovery engine and index status.",
|
|
73
|
+
"healthy": "Healthy",
|
|
74
|
+
"unhealthy": "Unavailable",
|
|
75
|
+
"never": "Never",
|
|
76
|
+
"rebuild": "Rebuild index",
|
|
77
|
+
"rebuilding": "Queuing…",
|
|
78
|
+
"rebuildQueued": "Search index rebuild queued.",
|
|
79
|
+
"rebuildError": "Could not queue the rebuild.",
|
|
80
|
+
"reindex": "Reindex",
|
|
81
|
+
"reindexQueued": "Reindex queued for {collection}.",
|
|
82
|
+
"cron": {
|
|
83
|
+
"title": "Background jobs require a configured cron adapter",
|
|
84
|
+
"desc": "A rebuild won't run until cron is active. Configure an adapter in Integrations to enable scheduled reindexing.",
|
|
85
|
+
"dismiss": "Dismiss"
|
|
86
|
+
},
|
|
87
|
+
"stats": {
|
|
88
|
+
"status": "Status",
|
|
89
|
+
"statusHealthy": "All systems operational",
|
|
90
|
+
"statusUnhealthy": "Search engine unavailable",
|
|
91
|
+
"engine": "Engine",
|
|
92
|
+
"engineDesc": "Full-text search adapter",
|
|
93
|
+
"indexed": "Indexed items",
|
|
94
|
+
"indexedDesc": "Across {count, plural, =0 {no collections} one {# collection} other {# collections}}",
|
|
95
|
+
"lastIndexed": "Last indexed",
|
|
96
|
+
"lastIndexedNever": "No content indexed yet"
|
|
97
|
+
},
|
|
98
|
+
"collections": {
|
|
99
|
+
"title": "Indexed collections",
|
|
100
|
+
"desc": "Coverage and freshness per content type. Filter to preview what your users find.",
|
|
101
|
+
"count": "{shown} of {total}",
|
|
102
|
+
"searchPlaceholder": "Search collections…",
|
|
103
|
+
"columns": {
|
|
104
|
+
"collection": "Collection",
|
|
105
|
+
"items": "Items",
|
|
106
|
+
"coverage": "Coverage",
|
|
107
|
+
"lastIndexed": "Last indexed"
|
|
108
|
+
},
|
|
109
|
+
"status": {
|
|
110
|
+
"indexed": "Indexed",
|
|
111
|
+
"stale": "Stale",
|
|
112
|
+
"empty": "Not indexed"
|
|
113
|
+
},
|
|
114
|
+
"empty": "No collections found",
|
|
115
|
+
"emptyDesc": "No collection matches your search. Try a different term."
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
31
119
|
"global": {
|
|
32
120
|
"close": "Close",
|
|
33
121
|
"confirm": "Confirm",
|
|
@@ -97,6 +185,8 @@
|
|
|
97
185
|
"go_back": "Go back",
|
|
98
186
|
"select_option": "Select an option",
|
|
99
187
|
"select_options": "Select options",
|
|
188
|
+
"select_language": "Select language",
|
|
189
|
+
"pick_color": "Pick a color",
|
|
100
190
|
"go_to_prev_page": "Go to previous page",
|
|
101
191
|
"go_to_next_page": "Go to next page",
|
|
102
192
|
"errors": {
|
|
@@ -124,6 +214,11 @@
|
|
|
124
214
|
"409": {
|
|
125
215
|
"title": "Conflict",
|
|
126
216
|
"desc": "The request could not be completed due to a conflict with the current state of the resource."
|
|
217
|
+
},
|
|
218
|
+
"429": {
|
|
219
|
+
"title": "Too many requests",
|
|
220
|
+
"desc": "You're doing that too fast. Please slow down and try again in a moment.",
|
|
221
|
+
"retry": "You're doing that too fast. Please try again in {seconds} seconds."
|
|
127
222
|
}
|
|
128
223
|
},
|
|
129
224
|
"user_bar": {
|
|
@@ -131,7 +226,42 @@
|
|
|
131
226
|
"log_out": "Log out",
|
|
132
227
|
"mod_cp": "Moderator CP",
|
|
133
228
|
"admin_cp": "Admin CP",
|
|
134
|
-
"settings": "Settings"
|
|
229
|
+
"settings": "Settings",
|
|
230
|
+
"files": "My Files"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"files": {
|
|
234
|
+
"title": "My Files",
|
|
235
|
+
"desc": "Files you've uploaded to your account.",
|
|
236
|
+
"list": {
|
|
237
|
+
"preview": "Preview",
|
|
238
|
+
"name": "Name",
|
|
239
|
+
"folder": "Folder",
|
|
240
|
+
"size": "Size",
|
|
241
|
+
"dimensions": "Dimensions",
|
|
242
|
+
"metadata": "Metadata",
|
|
243
|
+
"createdAt": "Uploaded"
|
|
244
|
+
},
|
|
245
|
+
"metadata": {
|
|
246
|
+
"title": "Metadata",
|
|
247
|
+
"empty": "—"
|
|
248
|
+
},
|
|
249
|
+
"actions": {
|
|
250
|
+
"download": "Download",
|
|
251
|
+
"delete": "Delete"
|
|
252
|
+
},
|
|
253
|
+
"download": {
|
|
254
|
+
"error": "Failed to download the file."
|
|
255
|
+
},
|
|
256
|
+
"delete": {
|
|
257
|
+
"title": "Delete file",
|
|
258
|
+
"desc": "Are you sure you want to delete this file? This permanently removes it and cannot be undone.",
|
|
259
|
+
"confirm": "Delete",
|
|
260
|
+
"success": "File deleted."
|
|
261
|
+
},
|
|
262
|
+
"noResults": {
|
|
263
|
+
"title": "No files yet",
|
|
264
|
+
"description": "Files you upload will appear here."
|
|
135
265
|
}
|
|
136
266
|
},
|
|
137
267
|
"auth": {
|
|
@@ -241,7 +371,25 @@
|
|
|
241
371
|
"desc": "Manage your profile, security, and account preferences.",
|
|
242
372
|
"nav": {
|
|
243
373
|
"overview": "Overview",
|
|
374
|
+
"devices": "Devices",
|
|
244
375
|
"security": "Security"
|
|
376
|
+
},
|
|
377
|
+
"devices": {
|
|
378
|
+
"title": "Devices",
|
|
379
|
+
"desc": "Manage your devices where you are logged in.",
|
|
380
|
+
"current_device": "Current Device",
|
|
381
|
+
"last_active": "Last Active",
|
|
382
|
+
"browser": "Browser",
|
|
383
|
+
"ip_address": "IP Address",
|
|
384
|
+
"session_expires": "Session Expires",
|
|
385
|
+
"empty": "No active devices.",
|
|
386
|
+
"revoke": {
|
|
387
|
+
"action": "Sign out device",
|
|
388
|
+
"title": "Sign out this device?",
|
|
389
|
+
"desc": "You will be signed out of {os}. That device will need to sign in again.",
|
|
390
|
+
"confirm": "Sign out",
|
|
391
|
+
"success": "Device signed out successfully."
|
|
392
|
+
}
|
|
245
393
|
}
|
|
246
394
|
}
|
|
247
395
|
}
|
|
@@ -272,12 +420,14 @@
|
|
|
272
420
|
},
|
|
273
421
|
"system": {
|
|
274
422
|
"title": "System",
|
|
275
|
-
"integrations": "Integrations"
|
|
423
|
+
"integrations": "Integrations",
|
|
424
|
+
"files": "Files"
|
|
276
425
|
},
|
|
277
426
|
"advanced": {
|
|
278
427
|
"title": "Advanced",
|
|
279
428
|
"cron": "Cron Jobs",
|
|
280
|
-
"queue": "Queue Tasks"
|
|
429
|
+
"queue": "Queue Tasks",
|
|
430
|
+
"search": "Search"
|
|
281
431
|
}
|
|
282
432
|
}
|
|
283
433
|
},
|
|
@@ -414,6 +564,46 @@
|
|
|
414
564
|
"title": "No roles found",
|
|
415
565
|
"description": "Try adjusting your search criteria."
|
|
416
566
|
}
|
|
567
|
+
},
|
|
568
|
+
"create": {
|
|
569
|
+
"title": "Create role",
|
|
570
|
+
"desc": "Add a new role to your application.",
|
|
571
|
+
"submit": "Create",
|
|
572
|
+
"success": "Role created"
|
|
573
|
+
},
|
|
574
|
+
"edit": {
|
|
575
|
+
"title": "Edit role",
|
|
576
|
+
"submit": "Save changes",
|
|
577
|
+
"success": "Role updated"
|
|
578
|
+
},
|
|
579
|
+
"delete": {
|
|
580
|
+
"title": "Delete role",
|
|
581
|
+
"desc": "Are you sure you want to delete the role \"{name}\"? This action cannot be undone.",
|
|
582
|
+
"descWithUsers": "The role \"{name}\" is assigned to {count, plural, one {# user} other {# users}}. Choose another role to move them into before deleting. This action cannot be undone.",
|
|
583
|
+
"moveToLabel": "Move users to",
|
|
584
|
+
"selectRole": "Select a role...",
|
|
585
|
+
"confirm": "Delete role",
|
|
586
|
+
"cancel": "Cancel",
|
|
587
|
+
"success": "Role deleted",
|
|
588
|
+
"successDesc": "The role has been permanently deleted.",
|
|
589
|
+
"successDescMoved": "{count, plural, one {# user was} other {# users were}} moved to \"{name}\" and the role was permanently deleted."
|
|
590
|
+
},
|
|
591
|
+
"tabs": {
|
|
592
|
+
"general": "General",
|
|
593
|
+
"content": "Content"
|
|
594
|
+
},
|
|
595
|
+
"form": {
|
|
596
|
+
"name": "Name",
|
|
597
|
+
"color": "Color",
|
|
598
|
+
"upload": {
|
|
599
|
+
"allow": "Allow upload files",
|
|
600
|
+
"total_max_storage": "Total Max Storage",
|
|
601
|
+
"max_storage_for_submit": "Max Storage for Submit",
|
|
602
|
+
"max_storage_for_submit_desc": "If you set 1000, user can upload only 1 file with size 1000kB or 2 files with size 500kB for each submit.",
|
|
603
|
+
"in_unit": "in kB",
|
|
604
|
+
"or": "or",
|
|
605
|
+
"unlimited": "Unlimited"
|
|
606
|
+
}
|
|
417
607
|
}
|
|
418
608
|
},
|
|
419
609
|
"staff": {
|
|
@@ -524,7 +714,7 @@
|
|
|
524
714
|
"redis": {
|
|
525
715
|
"title": "Redis",
|
|
526
716
|
"desc": "Shared cache and rate-limiter storage. Falls back to in-memory when off.",
|
|
527
|
-
"down": "Configured but unreachable
|
|
717
|
+
"down": "Configured but unreachable - check your Redis connection."
|
|
528
718
|
},
|
|
529
719
|
"email": {
|
|
530
720
|
"title": "Email",
|
|
@@ -553,6 +743,27 @@
|
|
|
553
743
|
"success": "Test email sent. Check the recipient's inbox to confirm your configuration."
|
|
554
744
|
}
|
|
555
745
|
},
|
|
746
|
+
"storage": {
|
|
747
|
+
"title": "Storage",
|
|
748
|
+
"desc": "File uploads such as avatars and attachments, stored via your storage adapter.",
|
|
749
|
+
"test": {
|
|
750
|
+
"label": "Test storage",
|
|
751
|
+
"title": "Test file storage",
|
|
752
|
+
"desc": "Upload a file and run a round-trip check to confirm your storage adapter is working.",
|
|
753
|
+
"info": {
|
|
754
|
+
"title": "How to verify your configuration",
|
|
755
|
+
"desc": "Upload a test image. If it succeeds, your storage adapter is configured correctly. If it fails, double-check your adapter settings and the system logs."
|
|
756
|
+
},
|
|
757
|
+
"upload": {
|
|
758
|
+
"label": "Upload a test image",
|
|
759
|
+
"desc": "Click to choose an image",
|
|
760
|
+
"pending": "Uploading…",
|
|
761
|
+
"done": "Uploaded",
|
|
762
|
+
"error": "Upload failed - try again",
|
|
763
|
+
"success": "Image uploaded - it's stored in your adapter."
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
556
767
|
"captcha": {
|
|
557
768
|
"title": "Captcha",
|
|
558
769
|
"desc": "Bot protection on public forms like sign-up and password reset.",
|
|
@@ -564,15 +775,54 @@
|
|
|
564
775
|
"cron": {
|
|
565
776
|
"title": "Cron Jobs",
|
|
566
777
|
"desc": "Scheduled background tasks such as clearing expired sessions and tokens.",
|
|
567
|
-
"insecure": "Using the default CRON_SECRET
|
|
568
|
-
"not_configured": "No cron adapter configured
|
|
778
|
+
"insecure": "Using the default CRON_SECRET - set a secure one in production.",
|
|
779
|
+
"not_configured": "No cron adapter configured - jobs won't run automatically.",
|
|
780
|
+
"stale": "No job has run in over 6 hours - cron may be misconfigured or stopped. Check your cron setup.",
|
|
569
781
|
"jobs": "{count, plural, =0 {No jobs scheduled} one {# job scheduled} other {# jobs scheduled}}"
|
|
570
782
|
},
|
|
571
783
|
"queue": {
|
|
572
784
|
"title": "Queue Tasks",
|
|
573
785
|
"desc": "Background jobs enqueued in the database and drained by the cron worker.",
|
|
574
786
|
"tasks": "{count, plural, =0 {No tasks registered} one {# task registered} other {# tasks registered}}",
|
|
575
|
-
"queued": "{pending} pending · {processing} running"
|
|
787
|
+
"queued": "{pending} pending · {processing} running",
|
|
788
|
+
"cron_stale": "Offline - the cron worker that drains the queue isn't running. Fix cron jobs to resume processing."
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"files": {
|
|
792
|
+
"title": "Files",
|
|
793
|
+
"desc": "Browse, download, and delete files uploaded to this instance.",
|
|
794
|
+
"list": {
|
|
795
|
+
"preview": "Preview",
|
|
796
|
+
"name": "Name",
|
|
797
|
+
"folder": "Folder",
|
|
798
|
+
"size": "Size",
|
|
799
|
+
"dimensions": "Dimensions",
|
|
800
|
+
"uploadedBy": "Uploaded by",
|
|
801
|
+
"metadata": "Metadata",
|
|
802
|
+
"createdAt": "Uploaded",
|
|
803
|
+
"no_preview": "No preview"
|
|
804
|
+
},
|
|
805
|
+
"anonymous": "—",
|
|
806
|
+
"metadata": {
|
|
807
|
+
"empty": "—",
|
|
808
|
+
"title": "Metadata"
|
|
809
|
+
},
|
|
810
|
+
"actions": {
|
|
811
|
+
"download": "Download",
|
|
812
|
+
"delete": "Delete"
|
|
813
|
+
},
|
|
814
|
+
"download": {
|
|
815
|
+
"error": "Failed to download the file."
|
|
816
|
+
},
|
|
817
|
+
"delete": {
|
|
818
|
+
"title": "Delete file",
|
|
819
|
+
"desc": "Are you sure you want to delete this file? This permanently removes it from storage and cannot be undone.",
|
|
820
|
+
"confirm": "Delete",
|
|
821
|
+
"success": "File deleted."
|
|
822
|
+
},
|
|
823
|
+
"noResults": {
|
|
824
|
+
"title": "No files uploaded",
|
|
825
|
+
"description": "Files uploaded across the site will appear here."
|
|
576
826
|
}
|
|
577
827
|
}
|
|
578
828
|
},
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { LocaleMessagesMap } from "@/lib/i18n/types";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Every language `@vitnode/core` ships. Add a file next to this one and a line
|
|
5
|
+
* here to add another; apps pick it up with no copy step.
|
|
6
|
+
*
|
|
7
|
+
* The annotation is deliberate - inferring it would inline the whole message
|
|
8
|
+
* tree into the emitted `.d.ts`. Key-level types come from the `next-intl`
|
|
9
|
+
* augmentation in `global.d.ts`.
|
|
10
|
+
*/
|
|
11
|
+
const messages: LocaleMessagesMap = {
|
|
12
|
+
en: async () => await import("./en.json", { with: { type: "json" } }),
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export default messages;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { getTranslations } from "next-intl/server";
|
|
2
2
|
import dynamic from "next/dynamic";
|
|
3
|
+
import { notFound } from "next/navigation";
|
|
3
4
|
import React from "react";
|
|
4
5
|
|
|
5
6
|
import { I18nProvider } from "@/components/i18n-provider";
|
|
6
7
|
import { DataTableSkeleton } from "@/components/table/data-table";
|
|
7
8
|
import { HeaderContent } from "@/components/ui/header-content";
|
|
9
|
+
import { checkAdminPermissionApi } from "@/lib/api/get-session-admin-api";
|
|
8
10
|
|
|
9
11
|
const CronTableView = dynamic(async () =>
|
|
10
12
|
import("@/views/admin/views/core/advanced/cron/cron-table-view").then(
|
|
@@ -26,7 +28,14 @@ export const generateMetadata = async () => {
|
|
|
26
28
|
export default async function Page(
|
|
27
29
|
props: React.ComponentProps<typeof CronTableView>,
|
|
28
30
|
) {
|
|
29
|
-
const t = await
|
|
31
|
+
const [t, canView] = await Promise.all([
|
|
32
|
+
getTranslations("admin.advanced.cron"),
|
|
33
|
+
checkAdminPermissionApi({ module: "cron", permission: "can_view" }),
|
|
34
|
+
]);
|
|
35
|
+
|
|
36
|
+
if (!canView) {
|
|
37
|
+
notFound();
|
|
38
|
+
}
|
|
30
39
|
|
|
31
40
|
return (
|
|
32
41
|
<I18nProvider namespaces={["admin.advanced.cron"]}>
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { getTranslations } from "next-intl/server";
|
|
2
|
+
import { notFound } from "next/navigation";
|
|
3
|
+
import React from "react";
|
|
4
|
+
|
|
5
|
+
import { I18nProvider } from "@/components/i18n-provider";
|
|
6
|
+
import { HeaderContent } from "@/components/ui/header-content";
|
|
7
|
+
import { checkAdminPermissionApi } from "@/lib/api/get-session-admin-api";
|
|
8
|
+
import { SearchHeaderActions } from "@/views/admin/views/core/advanced/search/search-header-actions";
|
|
9
|
+
import {
|
|
10
|
+
SearchAdminView,
|
|
11
|
+
SearchAdminViewSkeleton,
|
|
12
|
+
} from "@/views/admin/views/core/advanced/search/search-view";
|
|
13
|
+
|
|
14
|
+
export const generateMetadata = async () => {
|
|
15
|
+
const t = await getTranslations("core.search");
|
|
16
|
+
|
|
17
|
+
return {
|
|
18
|
+
title: t("admin.title"),
|
|
19
|
+
description: t("admin.desc"),
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export default async function Page({
|
|
24
|
+
searchParams,
|
|
25
|
+
}: {
|
|
26
|
+
searchParams: Promise<{ search?: string }>;
|
|
27
|
+
}) {
|
|
28
|
+
const [t, canView] = await Promise.all([
|
|
29
|
+
getTranslations("core.search"),
|
|
30
|
+
checkAdminPermissionApi({ module: "system", permission: "can_view" }),
|
|
31
|
+
]);
|
|
32
|
+
|
|
33
|
+
if (!canView) {
|
|
34
|
+
notFound();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
return (
|
|
38
|
+
<I18nProvider namespaces="core.search">
|
|
39
|
+
<div className="p-4">
|
|
40
|
+
<HeaderContent desc={t("admin.desc")} h1={t("admin.title")}>
|
|
41
|
+
<SearchHeaderActions />
|
|
42
|
+
</HeaderContent>
|
|
43
|
+
|
|
44
|
+
<React.Suspense fallback={<SearchAdminViewSkeleton />}>
|
|
45
|
+
<SearchAdminView searchParams={searchParams} />
|
|
46
|
+
</React.Suspense>
|
|
47
|
+
</div>
|
|
48
|
+
</I18nProvider>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { getTranslations } from "next-intl/server";
|
|
2
|
+
import dynamic from "next/dynamic";
|
|
3
|
+
import { notFound } from "next/navigation";
|
|
4
|
+
import React from "react";
|
|
5
|
+
|
|
6
|
+
import { I18nProvider } from "@/components/i18n-provider";
|
|
7
|
+
import { DataTableSkeleton } from "@/components/table/data-table";
|
|
8
|
+
import { HeaderContent } from "@/components/ui/header-content";
|
|
9
|
+
import { checkAdminPermissionApi } from "@/lib/api/get-session-admin-api";
|
|
10
|
+
|
|
11
|
+
const FilesTableView = dynamic(async () =>
|
|
12
|
+
import("@/views/admin/views/core/system/files/files-table-view").then(
|
|
13
|
+
module => ({
|
|
14
|
+
default: module.FilesTableView,
|
|
15
|
+
}),
|
|
16
|
+
),
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export const generateMetadata = async () => {
|
|
20
|
+
const t = await getTranslations("admin.system.files");
|
|
21
|
+
|
|
22
|
+
return {
|
|
23
|
+
title: t("title"),
|
|
24
|
+
description: t("desc"),
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export default async function Page(
|
|
29
|
+
props: React.ComponentProps<typeof FilesTableView>,
|
|
30
|
+
) {
|
|
31
|
+
const [t, canView] = await Promise.all([
|
|
32
|
+
getTranslations("admin.system.files"),
|
|
33
|
+
checkAdminPermissionApi({ module: "files", permission: "can_view" }),
|
|
34
|
+
]);
|
|
35
|
+
|
|
36
|
+
if (!canView) {
|
|
37
|
+
notFound();
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
return (
|
|
41
|
+
<I18nProvider namespaces={["admin.system.files"]}>
|
|
42
|
+
<div className="p-4">
|
|
43
|
+
<HeaderContent desc={t("desc")} h1={t("title")} />
|
|
44
|
+
|
|
45
|
+
<React.Suspense fallback={<DataTableSkeleton columns={8} />}>
|
|
46
|
+
<FilesTableView {...props} />
|
|
47
|
+
</React.Suspense>
|
|
48
|
+
</div>
|
|
49
|
+
</I18nProvider>
|
|
50
|
+
);
|
|
51
|
+
}
|