@sync-in/server 1.10.1 → 2.0.0
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/CHANGELOG.md +47 -0
- package/LICENSE +1 -1
- package/README.md +3 -11
- package/environment/environment.dist.min.yaml +1 -1
- package/environment/environment.dist.yaml +173 -28
- package/package.json +18 -17
- package/server/app.bootstrap.js +1 -5
- package/server/app.bootstrap.js.map +1 -1
- package/server/app.constants.js +1 -5
- package/server/app.constants.js.map +1 -1
- package/server/app.e2e-spec.js +1 -5
- package/server/app.e2e-spec.js.map +1 -1
- package/server/app.functions.js +1 -5
- package/server/app.functions.js.map +1 -1
- package/server/app.module.js +1 -5
- package/server/app.module.js.map +1 -1
- package/server/app.service.js +1 -5
- package/server/app.service.js.map +1 -1
- package/server/app.service.spec.js +2 -6
- package/server/app.service.spec.js.map +1 -1
- package/server/applications/admin/admin.module.js +1 -5
- package/server/applications/admin/admin.module.js.map +1 -1
- package/server/applications/admin/constants/routes.js +1 -5
- package/server/applications/admin/constants/routes.js.map +1 -1
- package/server/applications/admin/interfaces/check-update.interfaces.js +1 -5
- package/server/applications/admin/interfaces/check-update.interfaces.js.map +1 -1
- package/server/applications/admin/services/admin-scheduler.service.js +1 -5
- package/server/applications/admin/services/admin-scheduler.service.js.map +1 -1
- package/server/applications/admin/services/admin.service.js +13 -8
- package/server/applications/admin/services/admin.service.js.map +1 -1
- package/server/applications/admin/services/admin.service.spec.js +1 -5
- package/server/applications/admin/services/admin.service.spec.js.map +1 -1
- package/server/applications/admin/utils/check-update.js +1 -5
- package/server/applications/admin/utils/check-update.js.map +1 -1
- package/server/applications/applications.config.js +1 -5
- package/server/applications/applications.config.js.map +1 -1
- package/server/applications/applications.constants.js +5 -5
- package/server/applications/applications.constants.js.map +1 -1
- package/server/applications/applications.module.js +1 -5
- package/server/applications/applications.module.js.map +1 -1
- package/server/applications/comments/comments.controller.js +1 -5
- package/server/applications/comments/comments.controller.js.map +1 -1
- package/server/applications/comments/comments.controller.spec.js +1 -5
- package/server/applications/comments/comments.controller.spec.js.map +1 -1
- package/server/applications/comments/comments.module.js +1 -5
- package/server/applications/comments/comments.module.js.map +1 -1
- package/server/applications/comments/constants/routes.js +1 -5
- package/server/applications/comments/constants/routes.js.map +1 -1
- package/server/applications/comments/dto/comment.dto.js +1 -5
- package/server/applications/comments/dto/comment.dto.js.map +1 -1
- package/server/applications/comments/interfaces/comment-recent.interface.js +1 -5
- package/server/applications/comments/interfaces/comment-recent.interface.js.map +1 -1
- package/server/applications/comments/schemas/comment.interface.js +1 -5
- package/server/applications/comments/schemas/comment.interface.js.map +1 -1
- package/server/applications/comments/schemas/comments.schema.js +1 -5
- package/server/applications/comments/schemas/comments.schema.js.map +1 -1
- package/server/applications/comments/services/comments-manager.service.js +9 -7
- package/server/applications/comments/services/comments-manager.service.js.map +1 -1
- package/server/applications/comments/services/comments-manager.service.spec.js +10 -8
- package/server/applications/comments/services/comments-manager.service.spec.js.map +1 -1
- package/server/applications/comments/services/comments-queries.service.js +1 -5
- package/server/applications/comments/services/comments-queries.service.js.map +1 -1
- package/server/applications/files/adapters/files-indexer-mysql.service.js +29 -12
- package/server/applications/files/adapters/files-indexer-mysql.service.js.map +1 -1
- package/server/applications/files/adapters/files-indexer-mysql.service.spec.js +1 -5
- package/server/applications/files/adapters/files-indexer-mysql.service.spec.js.map +1 -1
- package/server/applications/files/constants/cache.js +1 -5
- package/server/applications/files/constants/cache.js.map +1 -1
- package/server/applications/files/constants/compress.js +1 -5
- package/server/applications/files/constants/compress.js.map +1 -1
- package/server/applications/files/constants/files.js +1 -5
- package/server/applications/files/constants/files.js.map +1 -1
- package/server/applications/files/constants/indexing.js +1 -5
- package/server/applications/files/constants/indexing.js.map +1 -1
- package/server/applications/files/constants/operations.js +1 -5
- package/server/applications/files/constants/operations.js.map +1 -1
- package/server/applications/files/constants/routes.js +1 -5
- package/server/applications/files/constants/routes.js.map +1 -1
- package/server/applications/files/constants/samples.js +1 -5
- package/server/applications/files/constants/samples.js.map +1 -1
- package/server/applications/files/dto/file-operations.dto.js +1 -5
- package/server/applications/files/dto/file-operations.dto.js.map +1 -1
- package/server/applications/files/events/file-task-event.js +1 -5
- package/server/applications/files/events/file-task-event.js.map +1 -1
- package/server/applications/files/files-tasks.controller.js +1 -5
- package/server/applications/files/files-tasks.controller.js.map +1 -1
- package/server/applications/files/files-tasks.controller.spec.js +1 -5
- package/server/applications/files/files-tasks.controller.spec.js.map +1 -1
- package/server/applications/files/files.config.js +1 -5
- package/server/applications/files/files.config.js.map +1 -1
- package/server/applications/files/files.controller.js +1 -5
- package/server/applications/files/files.controller.js.map +1 -1
- package/server/applications/files/files.controller.spec.js +1 -5
- package/server/applications/files/files.controller.spec.js.map +1 -1
- package/server/applications/files/files.module.js +1 -5
- package/server/applications/files/files.module.js.map +1 -1
- package/server/applications/files/interfaces/file-db-props.interface.js +1 -5
- package/server/applications/files/interfaces/file-db-props.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-lock.interface.js +1 -5
- package/server/applications/files/interfaces/file-lock.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-parse-index.js +1 -5
- package/server/applications/files/interfaces/file-parse-index.js.map +1 -1
- package/server/applications/files/interfaces/file-props.interface.js +1 -5
- package/server/applications/files/interfaces/file-props.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-recent-location.interface.js +1 -5
- package/server/applications/files/interfaces/file-recent-location.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-space.interface.js +1 -5
- package/server/applications/files/interfaces/file-space.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-tree.interface.js +1 -5
- package/server/applications/files/interfaces/file-tree.interface.js.map +1 -1
- package/server/applications/files/models/file-error.js +1 -5
- package/server/applications/files/models/file-error.js.map +1 -1
- package/server/applications/files/models/file-lock-error.js +1 -5
- package/server/applications/files/models/file-lock-error.js.map +1 -1
- package/server/applications/files/models/file-task.js +1 -5
- package/server/applications/files/models/file-task.js.map +1 -1
- package/server/applications/files/models/files-indexer.js +1 -5
- package/server/applications/files/models/files-indexer.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online-environment.decorator.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online-environment.decorator.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online-manager.service.js +21 -10
- package/server/applications/files/modules/collabora-online/collabora-online-manager.service.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online-manager.service.spec.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online-manager.service.spec.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.config.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.config.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.constants.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.constants.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.controller.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.controller.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.controller.spec.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.controller.spec.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.dtos.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.dtos.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.guard.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.guard.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.guard.spec.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.guard.spec.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.interface.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.interface.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.module.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.module.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.routes.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.routes.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.strategy.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.strategy.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.utils.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.utils.js.map +1 -1
- package/server/applications/files/modules/file-editor-providers.interface.js +6 -0
- package/server/applications/files/modules/file-editor-providers.interface.js.map +1 -0
- package/server/applications/files/modules/only-office/only-office-environment.decorator.js +1 -5
- package/server/applications/files/modules/only-office/only-office-environment.decorator.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office-manager.service.js +57 -19
- package/server/applications/files/modules/only-office/only-office-manager.service.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office-manager.service.spec.js +1 -5
- package/server/applications/files/modules/only-office/only-office-manager.service.spec.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.config.js +1 -5
- package/server/applications/files/modules/only-office/only-office.config.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.constants.js +1 -5
- package/server/applications/files/modules/only-office/only-office.constants.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.controller.js +1 -5
- package/server/applications/files/modules/only-office/only-office.controller.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.controller.spec.js +1 -5
- package/server/applications/files/modules/only-office/only-office.controller.spec.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.dtos.js +1 -5
- package/server/applications/files/modules/only-office/only-office.dtos.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.guard.js +1 -5
- package/server/applications/files/modules/only-office/only-office.guard.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.guard.spec.js +1 -5
- package/server/applications/files/modules/only-office/only-office.guard.spec.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.interface.js +1 -5
- package/server/applications/files/modules/only-office/only-office.interface.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.module.js +1 -5
- package/server/applications/files/modules/only-office/only-office.module.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.routes.js +1 -5
- package/server/applications/files/modules/only-office/only-office.routes.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.strategy.js +1 -5
- package/server/applications/files/modules/only-office/only-office.strategy.js.map +1 -1
- package/server/applications/files/schemas/file-content.interface.js +1 -5
- package/server/applications/files/schemas/file-content.interface.js.map +1 -1
- package/server/applications/files/schemas/file-recent.interface.js +1 -5
- package/server/applications/files/schemas/file-recent.interface.js.map +1 -1
- package/server/applications/files/schemas/file.interface.js +1 -5
- package/server/applications/files/schemas/file.interface.js.map +1 -1
- package/server/applications/files/schemas/files-content.schema.js +1 -5
- package/server/applications/files/schemas/files-content.schema.js.map +1 -1
- package/server/applications/files/schemas/files-recents.schema.js +1 -5
- package/server/applications/files/schemas/files-recents.schema.js.map +1 -1
- package/server/applications/files/schemas/files.schema.js +1 -5
- package/server/applications/files/schemas/files.schema.js.map +1 -1
- package/server/applications/files/services/files-content-manager.service.js +45 -16
- package/server/applications/files/services/files-content-manager.service.js.map +1 -1
- package/server/applications/files/services/files-lock-manager.service.js +53 -18
- package/server/applications/files/services/files-lock-manager.service.js.map +1 -1
- package/server/applications/files/services/files-lock-manager.service.spec.js +1 -5
- package/server/applications/files/services/files-lock-manager.service.spec.js.map +1 -1
- package/server/applications/files/services/files-manager.service.js +77 -24
- package/server/applications/files/services/files-manager.service.js.map +1 -1
- package/server/applications/files/services/files-manager.service.spec.js +1 -5
- package/server/applications/files/services/files-manager.service.spec.js.map +1 -1
- package/server/applications/files/services/files-methods.service.js +5 -6
- package/server/applications/files/services/files-methods.service.js.map +1 -1
- package/server/applications/files/services/files-methods.service.spec.js +1 -5
- package/server/applications/files/services/files-methods.service.spec.js.map +1 -1
- package/server/applications/files/services/files-parser.service.js +13 -8
- package/server/applications/files/services/files-parser.service.js.map +1 -1
- package/server/applications/files/services/files-parser.service.spec.js +1 -5
- package/server/applications/files/services/files-parser.service.spec.js.map +1 -1
- package/server/applications/files/services/files-queries.service.js +29 -12
- package/server/applications/files/services/files-queries.service.js.map +1 -1
- package/server/applications/files/services/files-recents.service.js +1 -5
- package/server/applications/files/services/files-recents.service.js.map +1 -1
- package/server/applications/files/services/files-recents.service.spec.js +1 -5
- package/server/applications/files/services/files-recents.service.spec.js.map +1 -1
- package/server/applications/files/services/files-scheduler.service.js +77 -24
- package/server/applications/files/services/files-scheduler.service.js.map +1 -1
- package/server/applications/files/services/files-search-manager.service.js +9 -7
- package/server/applications/files/services/files-search-manager.service.js.map +1 -1
- package/server/applications/files/services/files-search-manager.service.spec.js +1 -5
- package/server/applications/files/services/files-search-manager.service.spec.js.map +1 -1
- package/server/applications/files/services/files-tasks-manager.service.js +77 -24
- package/server/applications/files/services/files-tasks-manager.service.js.map +1 -1
- package/server/applications/files/services/files-tasks-manager.service.spec.js +1 -5
- package/server/applications/files/services/files-tasks-manager.service.spec.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/excel.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/excel.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/html.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/html.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/open-office.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/open-office.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/pdf.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/pdf.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/power-point.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/power-point.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/text.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/text.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/word.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/word.js.map +1 -1
- package/server/applications/files/utils/doc-textify/doc-textify.js +1 -5
- package/server/applications/files/utils/doc-textify/doc-textify.js.map +1 -1
- package/server/applications/files/utils/doc-textify/interfaces/doc-textify.interfaces.js +1 -5
- package/server/applications/files/utils/doc-textify/interfaces/doc-textify.interfaces.js.map +1 -1
- package/server/applications/files/utils/doc-textify/utils/clean.js +1 -5
- package/server/applications/files/utils/doc-textify/utils/clean.js.map +1 -1
- package/server/applications/files/utils/files-search.js +1 -5
- package/server/applications/files/utils/files-search.js.map +1 -1
- package/server/applications/files/utils/files-tree.js +1 -5
- package/server/applications/files/utils/files-tree.js.map +1 -1
- package/server/applications/files/utils/files.js +1 -5
- package/server/applications/files/utils/files.js.map +1 -1
- package/server/applications/files/utils/send-file.js +1 -5
- package/server/applications/files/utils/send-file.js.map +1 -1
- package/server/applications/files/utils/unzip-file.js +1 -5
- package/server/applications/files/utils/unzip-file.js.map +1 -1
- package/server/applications/files/utils/url-file.js +1 -5
- package/server/applications/files/utils/url-file.js.map +1 -1
- package/server/applications/links/constants/cache.js +1 -5
- package/server/applications/links/constants/cache.js.map +1 -1
- package/server/applications/links/constants/links.js +1 -5
- package/server/applications/links/constants/links.js.map +1 -1
- package/server/applications/links/constants/routes.js +1 -5
- package/server/applications/links/constants/routes.js.map +1 -1
- package/server/applications/links/dto/create-or-update-link.dto.js +1 -5
- package/server/applications/links/dto/create-or-update-link.dto.js.map +1 -1
- package/server/applications/links/interfaces/link-guest.interface.js +1 -5
- package/server/applications/links/interfaces/link-guest.interface.js.map +1 -1
- package/server/applications/links/interfaces/link-space.interface.js +1 -5
- package/server/applications/links/interfaces/link-space.interface.js.map +1 -1
- package/server/applications/links/links.controller.js +1 -5
- package/server/applications/links/links.controller.js.map +1 -1
- package/server/applications/links/links.controller.spec.js +1 -5
- package/server/applications/links/links.controller.spec.js.map +1 -1
- package/server/applications/links/schemas/link.interface.js +1 -5
- package/server/applications/links/schemas/link.interface.js.map +1 -1
- package/server/applications/links/schemas/links.schema.js +1 -5
- package/server/applications/links/schemas/links.schema.js.map +1 -1
- package/server/applications/links/services/links-manager.service.js +55 -20
- package/server/applications/links/services/links-manager.service.js.map +1 -1
- package/server/applications/links/services/links-manager.service.spec.js +3 -7
- package/server/applications/links/services/links-manager.service.spec.js.map +1 -1
- package/server/applications/links/services/links-queries.service.js +1 -5
- package/server/applications/links/services/links-queries.service.js.map +1 -1
- package/server/applications/notifications/constants/notifications.js +1 -5
- package/server/applications/notifications/constants/notifications.js.map +1 -1
- package/server/applications/notifications/constants/routes.js +1 -5
- package/server/applications/notifications/constants/routes.js.map +1 -1
- package/server/applications/notifications/constants/websocket.js +1 -5
- package/server/applications/notifications/constants/websocket.js.map +1 -1
- package/server/applications/notifications/i18n/de.js +1 -9
- package/server/applications/notifications/i18n/de.js.map +1 -1
- package/server/applications/notifications/i18n/es.js +1 -5
- package/server/applications/notifications/i18n/es.js.map +1 -1
- package/server/applications/notifications/i18n/fr.js +1 -5
- package/server/applications/notifications/i18n/fr.js.map +1 -1
- package/server/applications/notifications/i18n/hi.js +1 -5
- package/server/applications/notifications/i18n/hi.js.map +1 -1
- package/server/applications/notifications/i18n/index.js +1 -5
- package/server/applications/notifications/i18n/index.js.map +1 -1
- package/server/applications/notifications/i18n/it.js +1 -5
- package/server/applications/notifications/i18n/it.js.map +1 -1
- package/server/applications/notifications/i18n/ja.js +1 -5
- package/server/applications/notifications/i18n/ja.js.map +1 -1
- package/server/applications/notifications/i18n/ko.js +1 -5
- package/server/applications/notifications/i18n/ko.js.map +1 -1
- package/server/applications/notifications/i18n/pl.js +1 -5
- package/server/applications/notifications/i18n/pl.js.map +1 -1
- package/server/applications/notifications/i18n/pt.js +1 -5
- package/server/applications/notifications/i18n/pt.js.map +1 -1
- package/server/applications/notifications/i18n/pt_br.js +1 -5
- package/server/applications/notifications/i18n/pt_br.js.map +1 -1
- package/server/applications/notifications/i18n/ru.js +1 -5
- package/server/applications/notifications/i18n/ru.js.map +1 -1
- package/server/applications/notifications/i18n/tr.js +1 -5
- package/server/applications/notifications/i18n/tr.js.map +1 -1
- package/server/applications/notifications/i18n/zh.js +1 -5
- package/server/applications/notifications/i18n/zh.js.map +1 -1
- package/server/applications/notifications/interfaces/notification-properties.interface.js +1 -5
- package/server/applications/notifications/interfaces/notification-properties.interface.js.map +1 -1
- package/server/applications/notifications/interfaces/user-mail-notification.interface.js +1 -5
- package/server/applications/notifications/interfaces/user-mail-notification.interface.js.map +1 -1
- package/server/applications/notifications/mails/models.js +1 -5
- package/server/applications/notifications/mails/models.js.map +1 -1
- package/server/applications/notifications/mails/templates.js +1 -5
- package/server/applications/notifications/mails/templates.js.map +1 -1
- package/server/applications/notifications/mails/urls.js +1 -5
- package/server/applications/notifications/mails/urls.js.map +1 -1
- package/server/applications/notifications/notifications.controller.js +1 -5
- package/server/applications/notifications/notifications.controller.js.map +1 -1
- package/server/applications/notifications/notifications.controller.spec.js +1 -5
- package/server/applications/notifications/notifications.controller.spec.js.map +1 -1
- package/server/applications/notifications/notifications.gateway.js +1 -5
- package/server/applications/notifications/notifications.gateway.js.map +1 -1
- package/server/applications/notifications/notifications.module.js +1 -5
- package/server/applications/notifications/notifications.module.js.map +1 -1
- package/server/applications/notifications/schemas/notification.interface.js +1 -5
- package/server/applications/notifications/schemas/notification.interface.js.map +1 -1
- package/server/applications/notifications/schemas/notifications.schema.js +1 -5
- package/server/applications/notifications/schemas/notifications.schema.js.map +1 -1
- package/server/applications/notifications/services/notifications-manager.service.js +25 -11
- package/server/applications/notifications/services/notifications-manager.service.js.map +1 -1
- package/server/applications/notifications/services/notifications-manager.service.spec.js +20 -11
- package/server/applications/notifications/services/notifications-manager.service.spec.js.map +1 -1
- package/server/applications/notifications/services/notifications-queries.service.js +1 -5
- package/server/applications/notifications/services/notifications-queries.service.js.map +1 -1
- package/server/applications/shares/constants/routes.js +1 -5
- package/server/applications/shares/constants/routes.js.map +1 -1
- package/server/applications/shares/constants/shares.js +1 -5
- package/server/applications/shares/constants/shares.js.map +1 -1
- package/server/applications/shares/dto/create-or-update-share.dto.js +1 -5
- package/server/applications/shares/dto/create-or-update-share.dto.js.map +1 -1
- package/server/applications/shares/interfaces/share-child.interface.js +1 -5
- package/server/applications/shares/interfaces/share-child.interface.js.map +1 -1
- package/server/applications/shares/interfaces/share-env.interface.js +1 -5
- package/server/applications/shares/interfaces/share-env.interface.js.map +1 -1
- package/server/applications/shares/interfaces/share-file.interface.js +1 -5
- package/server/applications/shares/interfaces/share-file.interface.js.map +1 -1
- package/server/applications/shares/interfaces/share-link.interface.js +1 -5
- package/server/applications/shares/interfaces/share-link.interface.js.map +1 -1
- package/server/applications/shares/interfaces/share-props.interface.js +1 -5
- package/server/applications/shares/interfaces/share-props.interface.js.map +1 -1
- package/server/applications/shares/models/share-child.model.js +1 -5
- package/server/applications/shares/models/share-child.model.js.map +1 -1
- package/server/applications/shares/schemas/share-members.interface.js +1 -5
- package/server/applications/shares/schemas/share-members.interface.js.map +1 -1
- package/server/applications/shares/schemas/share.interface.js +1 -5
- package/server/applications/shares/schemas/share.interface.js.map +1 -1
- package/server/applications/shares/schemas/shares-members.schema.js +1 -5
- package/server/applications/shares/schemas/shares-members.schema.js.map +1 -1
- package/server/applications/shares/schemas/shares.schema.js +1 -5
- package/server/applications/shares/schemas/shares.schema.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.js +214 -68
- package/server/applications/shares/services/shares-manager.service.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.spec.js +1 -5
- package/server/applications/shares/services/shares-manager.service.spec.js.map +1 -1
- package/server/applications/shares/services/shares-queries.service.js +49 -17
- package/server/applications/shares/services/shares-queries.service.js.map +1 -1
- package/server/applications/shares/shares.controller.js +1 -5
- package/server/applications/shares/shares.controller.js.map +1 -1
- package/server/applications/shares/shares.controller.spec.js +1 -5
- package/server/applications/shares/shares.controller.spec.js.map +1 -1
- package/server/applications/shares/shares.module.js +1 -5
- package/server/applications/shares/shares.module.js.map +1 -1
- package/server/applications/spaces/constants/cache.js +1 -5
- package/server/applications/spaces/constants/cache.js.map +1 -1
- package/server/applications/spaces/constants/routes.js +1 -5
- package/server/applications/spaces/constants/routes.js.map +1 -1
- package/server/applications/spaces/constants/spaces.js +1 -5
- package/server/applications/spaces/constants/spaces.js.map +1 -1
- package/server/applications/spaces/decorators/space-override-permission.decorator.js +1 -5
- package/server/applications/spaces/decorators/space-override-permission.decorator.js.map +1 -1
- package/server/applications/spaces/decorators/space-skip-guard.decorator.js +1 -5
- package/server/applications/spaces/decorators/space-skip-guard.decorator.js.map +1 -1
- package/server/applications/spaces/decorators/space-skip-permissions.decorator.js +1 -5
- package/server/applications/spaces/decorators/space-skip-permissions.decorator.js.map +1 -1
- package/server/applications/spaces/decorators/space.decorator.js +1 -5
- package/server/applications/spaces/decorators/space.decorator.js.map +1 -1
- package/server/applications/spaces/dto/create-or-update-space.dto.js +1 -5
- package/server/applications/spaces/dto/create-or-update-space.dto.js.map +1 -1
- package/server/applications/spaces/dto/delete-space.dto.js +1 -5
- package/server/applications/spaces/dto/delete-space.dto.js.map +1 -1
- package/server/applications/spaces/dto/search-space.dto.js +1 -5
- package/server/applications/spaces/dto/search-space.dto.js.map +1 -1
- package/server/applications/spaces/dto/space-roots.dto.js +1 -5
- package/server/applications/spaces/dto/space-roots.dto.js.map +1 -1
- package/server/applications/spaces/guards/space.guard.js +17 -9
- package/server/applications/spaces/guards/space.guard.js.map +1 -1
- package/server/applications/spaces/guards/space.guard.spec.js +1 -5
- package/server/applications/spaces/guards/space.guard.spec.js.map +1 -1
- package/server/applications/spaces/interfaces/space-diff.interface.js +1 -5
- package/server/applications/spaces/interfaces/space-diff.interface.js.map +1 -1
- package/server/applications/spaces/interfaces/space-files.interface.js +1 -5
- package/server/applications/spaces/interfaces/space-files.interface.js.map +1 -1
- package/server/applications/spaces/interfaces/space-request.interface.js +1 -5
- package/server/applications/spaces/interfaces/space-request.interface.js.map +1 -1
- package/server/applications/spaces/interfaces/space-trash.interface.js +1 -5
- package/server/applications/spaces/interfaces/space-trash.interface.js.map +1 -1
- package/server/applications/spaces/models/space-env.model.js +1 -5
- package/server/applications/spaces/models/space-env.model.js.map +1 -1
- package/server/applications/spaces/models/space-props.model.js +1 -5
- package/server/applications/spaces/models/space-props.model.js.map +1 -1
- package/server/applications/spaces/models/space-root-props.model.js +1 -5
- package/server/applications/spaces/models/space-root-props.model.js.map +1 -1
- package/server/applications/spaces/models/space.model.js +1 -5
- package/server/applications/spaces/models/space.model.js.map +1 -1
- package/server/applications/spaces/schemas/space-members.interface.js +1 -5
- package/server/applications/spaces/schemas/space-members.interface.js.map +1 -1
- package/server/applications/spaces/schemas/space-root.interface.js +1 -5
- package/server/applications/spaces/schemas/space-root.interface.js.map +1 -1
- package/server/applications/spaces/schemas/space.interface.js +1 -5
- package/server/applications/spaces/schemas/space.interface.js.map +1 -1
- package/server/applications/spaces/schemas/spaces-members.schema.js +1 -5
- package/server/applications/spaces/schemas/spaces-members.schema.js.map +1 -1
- package/server/applications/spaces/schemas/spaces-roots.schema.js +1 -5
- package/server/applications/spaces/schemas/spaces-roots.schema.js.map +1 -1
- package/server/applications/spaces/schemas/spaces.schema.js +1 -5
- package/server/applications/spaces/schemas/spaces.schema.js.map +1 -1
- package/server/applications/spaces/services/spaces-browser.service.js +77 -24
- package/server/applications/spaces/services/spaces-browser.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-browser.service.spec.js +1 -5
- package/server/applications/spaces/services/spaces-browser.service.spec.js.map +1 -1
- package/server/applications/spaces/services/spaces-manager.service.js +193 -53
- package/server/applications/spaces/services/spaces-manager.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-manager.service.spec.js +1 -5
- package/server/applications/spaces/services/spaces-manager.service.spec.js.map +1 -1
- package/server/applications/spaces/services/spaces-queries.service.js +65 -21
- package/server/applications/spaces/services/spaces-queries.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-scheduler.service.js +49 -17
- package/server/applications/spaces/services/spaces-scheduler.service.js.map +1 -1
- package/server/applications/spaces/spaces.controller.js +1 -5
- package/server/applications/spaces/spaces.controller.js.map +1 -1
- package/server/applications/spaces/spaces.controller.spec.js +1 -5
- package/server/applications/spaces/spaces.controller.spec.js.map +1 -1
- package/server/applications/spaces/spaces.module.js +1 -5
- package/server/applications/spaces/spaces.module.js.map +1 -1
- package/server/applications/spaces/utils/paths.js +1 -5
- package/server/applications/spaces/utils/paths.js.map +1 -1
- package/server/applications/spaces/utils/permissions.js +1 -5
- package/server/applications/spaces/utils/permissions.js.map +1 -1
- package/server/applications/spaces/utils/routes.js +1 -5
- package/server/applications/spaces/utils/routes.js.map +1 -1
- package/server/applications/sync/constants/auth.js +1 -5
- package/server/applications/sync/constants/auth.js.map +1 -1
- package/server/applications/sync/constants/routes.js +6 -5
- package/server/applications/sync/constants/routes.js.map +1 -1
- package/server/applications/sync/constants/store.js +1 -9
- package/server/applications/sync/constants/store.js.map +1 -1
- package/server/applications/sync/constants/sync.js +2 -6
- package/server/applications/sync/constants/sync.js.map +1 -1
- package/server/applications/sync/decorators/sync-context.decorator.js +1 -5
- package/server/applications/sync/decorators/sync-context.decorator.js.map +1 -1
- package/server/applications/sync/decorators/sync-environment.decorator.js +1 -5
- package/server/applications/sync/decorators/sync-environment.decorator.js.map +1 -1
- package/server/applications/sync/dtos/sync-client-auth.dto.js +12 -8
- package/server/applications/sync/dtos/sync-client-auth.dto.js.map +1 -1
- package/server/applications/sync/dtos/sync-client-info.dto.js +49 -0
- package/server/applications/sync/dtos/sync-client-info.dto.js.map +1 -0
- package/server/applications/sync/dtos/sync-client-registration.dto.js +34 -11
- package/server/applications/sync/dtos/sync-client-registration.dto.js.map +1 -1
- package/server/applications/sync/dtos/sync-operations.dto.js +1 -5
- package/server/applications/sync/dtos/sync-operations.dto.js.map +1 -1
- package/server/applications/sync/dtos/sync-path.dto.js +1 -5
- package/server/applications/sync/dtos/sync-path.dto.js.map +1 -1
- package/server/applications/sync/dtos/sync-upload.dto.js +1 -5
- package/server/applications/sync/dtos/sync-upload.dto.js.map +1 -1
- package/server/applications/sync/interceptors/sync-diff-gzip-body.interceptor.js +1 -5
- package/server/applications/sync/interceptors/sync-diff-gzip-body.interceptor.js.map +1 -1
- package/server/applications/sync/interceptors/sync-diff-gzip-body.interceptor.spec.js +1 -5
- package/server/applications/sync/interceptors/sync-diff-gzip-body.interceptor.spec.js.map +1 -1
- package/server/applications/sync/interfaces/store-manifest.interface.js +1 -5
- package/server/applications/sync/interfaces/store-manifest.interface.js.map +1 -1
- package/server/applications/sync/interfaces/sync-client-auth.interface.js +1 -25
- package/server/applications/sync/interfaces/sync-client-auth.interface.js.map +1 -1
- package/server/applications/sync/interfaces/sync-client-paths.interface.js +1 -5
- package/server/applications/sync/interfaces/sync-client-paths.interface.js.map +1 -1
- package/server/applications/sync/interfaces/sync-client.interface.js +1 -5
- package/server/applications/sync/interfaces/sync-client.interface.js.map +1 -1
- package/server/applications/sync/interfaces/sync-diff.interface.js +1 -5
- package/server/applications/sync/interfaces/sync-diff.interface.js.map +1 -1
- package/server/applications/sync/interfaces/sync-path.interface.js +1 -5
- package/server/applications/sync/interfaces/sync-path.interface.js.map +1 -1
- package/server/applications/sync/schemas/sync-client.interface.js +1 -5
- package/server/applications/sync/schemas/sync-client.interface.js.map +1 -1
- package/server/applications/sync/schemas/sync-clients.schema.js +1 -5
- package/server/applications/sync/schemas/sync-clients.schema.js.map +1 -1
- package/server/applications/sync/schemas/sync-path.interface.js +1 -5
- package/server/applications/sync/schemas/sync-path.interface.js.map +1 -1
- package/server/applications/sync/schemas/sync-paths.schema.js +1 -5
- package/server/applications/sync/schemas/sync-paths.schema.js.map +1 -1
- package/server/applications/sync/services/sync-clients-manager.service.js +108 -44
- package/server/applications/sync/services/sync-clients-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-clients-manager.service.spec.js +14 -17
- package/server/applications/sync/services/sync-clients-manager.service.spec.js.map +1 -1
- package/server/applications/sync/services/sync-manager.service.js +29 -12
- package/server/applications/sync/services/sync-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-manager.service.spec.js +1 -5
- package/server/applications/sync/services/sync-manager.service.spec.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.js +27 -17
- package/server/applications/sync/services/sync-paths-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.spec.js +11 -15
- package/server/applications/sync/services/sync-paths-manager.service.spec.js.map +1 -1
- package/server/applications/sync/services/sync-queries.service.js +1 -5
- package/server/applications/sync/services/sync-queries.service.js.map +1 -1
- package/server/applications/sync/sync.config.js +1 -5
- package/server/applications/sync/sync.config.js.map +1 -1
- package/server/applications/sync/sync.controller.js +21 -6
- package/server/applications/sync/sync.controller.js.map +1 -1
- package/server/applications/sync/sync.controller.spec.js +1 -5
- package/server/applications/sync/sync.controller.spec.js.map +1 -1
- package/server/applications/sync/sync.module.js +1 -5
- package/server/applications/sync/sync.module.js.map +1 -1
- package/server/applications/sync/utils/functions.js +1 -5
- package/server/applications/sync/utils/functions.js.map +1 -1
- package/server/applications/sync/utils/normalizedMap.js +1 -5
- package/server/applications/sync/utils/normalizedMap.js.map +1 -1
- package/server/applications/sync/utils/routes.js +1 -5
- package/server/applications/sync/utils/routes.js.map +1 -1
- package/server/applications/users/admin-users.controller.js +2 -6
- package/server/applications/users/admin-users.controller.js.map +1 -1
- package/server/applications/users/admin-users.controller.spec.js +6 -10
- package/server/applications/users/admin-users.controller.spec.js.map +1 -1
- package/server/applications/users/constants/group.js +1 -5
- package/server/applications/users/constants/group.js.map +1 -1
- package/server/applications/users/constants/member.js +1 -5
- package/server/applications/users/constants/member.js.map +1 -1
- package/server/applications/users/constants/routes.js +1 -5
- package/server/applications/users/constants/routes.js.map +1 -1
- package/server/applications/users/constants/user.js +1 -5
- package/server/applications/users/constants/user.js.map +1 -1
- package/server/applications/users/constants/websocket.js +1 -5
- package/server/applications/users/constants/websocket.js.map +1 -1
- package/server/applications/users/decorators/permissions.decorator.js +1 -5
- package/server/applications/users/decorators/permissions.decorator.js.map +1 -1
- package/server/applications/users/decorators/roles.decorator.js +1 -5
- package/server/applications/users/decorators/roles.decorator.js.map +1 -1
- package/server/applications/users/decorators/user.decorator.js +1 -5
- package/server/applications/users/decorators/user.decorator.js.map +1 -1
- package/server/applications/users/dto/create-or-update-group.dto.js +1 -5
- package/server/applications/users/dto/create-or-update-group.dto.js.map +1 -1
- package/server/applications/users/dto/create-or-update-user.dto.js +1 -5
- package/server/applications/users/dto/create-or-update-user.dto.js.map +1 -1
- package/server/applications/users/dto/delete-user.dto.js +1 -5
- package/server/applications/users/dto/delete-user.dto.js.map +1 -1
- package/server/applications/users/dto/search-members.dto.js +1 -5
- package/server/applications/users/dto/search-members.dto.js.map +1 -1
- package/server/applications/users/dto/user-properties.dto.js +1 -5
- package/server/applications/users/dto/user-properties.dto.js.map +1 -1
- package/server/applications/users/guards/permissions.guard.js +1 -5
- package/server/applications/users/guards/permissions.guard.js.map +1 -1
- package/server/applications/users/guards/permissions.guard.spec.js +1 -5
- package/server/applications/users/guards/permissions.guard.spec.js.map +1 -1
- package/server/applications/users/guards/roles.guard.js +1 -5
- package/server/applications/users/guards/roles.guard.js.map +1 -1
- package/server/applications/users/guards/roles.guard.spec.js +1 -5
- package/server/applications/users/guards/roles.guard.spec.js.map +1 -1
- package/server/applications/users/interfaces/admin-group.interface.js +1 -5
- package/server/applications/users/interfaces/admin-group.interface.js.map +1 -1
- package/server/applications/users/interfaces/admin-user.interface.js +1 -5
- package/server/applications/users/interfaces/admin-user.interface.js.map +1 -1
- package/server/applications/users/interfaces/group-browse.interface.js +1 -5
- package/server/applications/users/interfaces/group-browse.interface.js.map +1 -1
- package/server/applications/users/interfaces/group-member.js +1 -5
- package/server/applications/users/interfaces/group-member.js.map +1 -1
- package/server/applications/users/interfaces/guest-user.interface.js +1 -5
- package/server/applications/users/interfaces/guest-user.interface.js.map +1 -1
- package/server/applications/users/interfaces/member.interface.js +1 -5
- package/server/applications/users/interfaces/member.interface.js.map +1 -1
- package/server/applications/users/interfaces/owner.interface.js +1 -5
- package/server/applications/users/interfaces/owner.interface.js.map +1 -1
- package/server/applications/users/interfaces/user-secrets.interface.js +1 -5
- package/server/applications/users/interfaces/user-secrets.interface.js.map +1 -1
- package/server/applications/users/interfaces/websocket.interface.js +1 -5
- package/server/applications/users/interfaces/websocket.interface.js.map +1 -1
- package/server/applications/users/models/user.model.js +1 -5
- package/server/applications/users/models/user.model.js.map +1 -1
- package/server/applications/users/schemas/group.interface.js +1 -5
- package/server/applications/users/schemas/group.interface.js.map +1 -1
- package/server/applications/users/schemas/groups.schema.js +1 -5
- package/server/applications/users/schemas/groups.schema.js.map +1 -1
- package/server/applications/users/schemas/user-group.interface.js +1 -5
- package/server/applications/users/schemas/user-group.interface.js.map +1 -1
- package/server/applications/users/schemas/user.interface.js +1 -5
- package/server/applications/users/schemas/user.interface.js.map +1 -1
- package/server/applications/users/schemas/users-groups.schema.js +1 -5
- package/server/applications/users/schemas/users-groups.schema.js.map +1 -1
- package/server/applications/users/schemas/users-guests.schema.js +1 -5
- package/server/applications/users/schemas/users-guests.schema.js.map +1 -1
- package/server/applications/users/schemas/users.schema.js +1 -5
- package/server/applications/users/schemas/users.schema.js.map +1 -1
- package/server/applications/users/services/admin-users-manager.service.js +67 -23
- package/server/applications/users/services/admin-users-manager.service.js.map +1 -1
- package/server/applications/users/services/admin-users-manager.service.spec.js +3 -7
- package/server/applications/users/services/admin-users-manager.service.spec.js.map +1 -1
- package/server/applications/users/services/admin-users-queries.service.js +65 -21
- package/server/applications/users/services/admin-users-queries.service.js.map +1 -1
- package/server/applications/users/services/users-manager.service.js +81 -25
- package/server/applications/users/services/users-manager.service.js.map +1 -1
- package/server/applications/users/services/users-manager.service.spec.js +14 -12
- package/server/applications/users/services/users-manager.service.spec.js.map +1 -1
- package/server/applications/users/services/users-queries.service.js +49 -17
- package/server/applications/users/services/users-queries.service.js.map +1 -1
- package/server/applications/users/users.controller.js +2 -6
- package/server/applications/users/users.controller.js.map +1 -1
- package/server/applications/users/users.controller.spec.js +5 -9
- package/server/applications/users/users.controller.spec.js.map +1 -1
- package/server/applications/users/users.e2e-spec.js +3 -7
- package/server/applications/users/users.e2e-spec.js.map +1 -1
- package/server/applications/users/users.gateway.js +29 -12
- package/server/applications/users/users.gateway.js.map +1 -1
- package/server/applications/users/users.gateway.spec.js +1 -5
- package/server/applications/users/users.gateway.spec.js.map +1 -1
- package/server/applications/users/users.module.js +1 -5
- package/server/applications/users/users.module.js.map +1 -1
- package/server/applications/users/utils/avatar.js +1 -5
- package/server/applications/users/utils/avatar.js.map +1 -1
- package/server/applications/users/utils/test.js +1 -5
- package/server/applications/users/utils/test.js.map +1 -1
- package/server/applications/webdav/constants/routes.js +1 -5
- package/server/applications/webdav/constants/routes.js.map +1 -1
- package/server/applications/webdav/constants/webdav.js +1 -5
- package/server/applications/webdav/constants/webdav.js.map +1 -1
- package/server/applications/webdav/decorators/if-header.decorator.js +1 -5
- package/server/applications/webdav/decorators/if-header.decorator.js.map +1 -1
- package/server/applications/webdav/decorators/webdav-context.decorator.js +1 -5
- package/server/applications/webdav/decorators/webdav-context.decorator.js.map +1 -1
- package/server/applications/webdav/filters/webdav.filter.js +1 -5
- package/server/applications/webdav/filters/webdav.filter.js.map +1 -1
- package/server/applications/webdav/filters/webdav.filter.spec.js +1 -5
- package/server/applications/webdav/filters/webdav.filter.spec.js.map +1 -1
- package/server/applications/webdav/guards/webdav-protocol.guard.js +54 -20
- package/server/applications/webdav/guards/webdav-protocol.guard.js.map +1 -1
- package/server/applications/webdav/guards/webdav-protocol.guard.spec.js +54 -0
- package/server/applications/webdav/guards/webdav-protocol.guard.spec.js.map +1 -1
- package/server/applications/webdav/interfaces/if-header.interface.js +1 -5
- package/server/applications/webdav/interfaces/if-header.interface.js.map +1 -1
- package/server/applications/webdav/interfaces/webdav.interface.js +1 -5
- package/server/applications/webdav/interfaces/webdav.interface.js.map +1 -1
- package/server/applications/webdav/models/webdav-file.model.js +1 -5
- package/server/applications/webdav/models/webdav-file.model.js.map +1 -1
- package/server/applications/webdav/services/webdav-methods.service.js +74 -26
- package/server/applications/webdav/services/webdav-methods.service.js.map +1 -1
- package/server/applications/webdav/services/webdav-methods.service.spec.js +15 -18
- package/server/applications/webdav/services/webdav-methods.service.spec.js.map +1 -1
- package/server/applications/webdav/services/webdav-spaces.service.js +17 -9
- package/server/applications/webdav/services/webdav-spaces.service.js.map +1 -1
- package/server/applications/webdav/services/webdav-spaces.service.spec.js +1 -5
- package/server/applications/webdav/services/webdav-spaces.service.spec.js.map +1 -1
- package/server/applications/webdav/utils/bootstrap.js +1 -5
- package/server/applications/webdav/utils/bootstrap.js.map +1 -1
- package/server/applications/webdav/utils/if-header.js +1 -5
- package/server/applications/webdav/utils/if-header.js.map +1 -1
- package/server/applications/webdav/utils/routes.js +1 -5
- package/server/applications/webdav/utils/routes.js.map +1 -1
- package/server/applications/webdav/utils/webdav.js +1 -5
- package/server/applications/webdav/utils/webdav.js.map +1 -1
- package/server/applications/webdav/utils/xml.js +1 -5
- package/server/applications/webdav/utils/xml.js.map +1 -1
- package/server/applications/webdav/webdav.controller.js +1 -5
- package/server/applications/webdav/webdav.controller.js.map +1 -1
- package/server/applications/webdav/webdav.controller.spec.js +1 -5
- package/server/applications/webdav/webdav.controller.spec.js.map +1 -1
- package/server/applications/webdav/webdav.e2e-spec.js +1 -5
- package/server/applications/webdav/webdav.e2e-spec.js.map +1 -1
- package/server/applications/webdav/webdav.module.js +1 -5
- package/server/applications/webdav/webdav.module.js.map +1 -1
- package/server/authentication/auth.config.js +23 -123
- package/server/authentication/auth.config.js.map +1 -1
- package/server/authentication/auth.controller.js +27 -21
- package/server/authentication/auth.controller.js.map +1 -1
- package/server/authentication/auth.controller.spec.js +6 -10
- package/server/authentication/auth.controller.spec.js.map +1 -1
- package/server/authentication/auth.e2e-spec.js +1 -5
- package/server/authentication/auth.e2e-spec.js.map +1 -1
- package/server/authentication/auth.module.js +17 -20
- package/server/authentication/auth.module.js.map +1 -1
- package/server/authentication/{services/auth-manager.service.js → auth.service.js} +41 -18
- package/server/authentication/auth.service.js.map +1 -0
- package/server/authentication/{services/auth-manager.service.spec.js → auth.service.spec.js} +6 -10
- package/server/authentication/auth.service.spec.js.map +1 -0
- package/server/authentication/constants/auth.js +1 -5
- package/server/authentication/constants/auth.js.map +1 -1
- package/server/authentication/constants/routes.js +41 -30
- package/server/authentication/constants/routes.js.map +1 -1
- package/server/authentication/constants/scope.js +2 -5
- package/server/authentication/constants/scope.js.map +1 -1
- package/server/authentication/decorators/auth-token-optional.decorator.js +1 -5
- package/server/authentication/decorators/auth-token-optional.decorator.js.map +1 -1
- package/server/authentication/decorators/auth-token-skip.decorator.js +1 -5
- package/server/authentication/decorators/auth-token-skip.decorator.js.map +1 -1
- package/server/authentication/dto/login-response.dto.js +1 -10
- package/server/authentication/dto/login-response.dto.js.map +1 -1
- package/server/authentication/dto/token-response.dto.js +1 -5
- package/server/authentication/dto/token-response.dto.js.map +1 -1
- package/server/authentication/guards/auth-anonymous.guard.js +1 -5
- package/server/authentication/guards/auth-anonymous.guard.js.map +1 -1
- package/server/authentication/guards/auth-anonymous.guard.spec.js +1 -5
- package/server/authentication/guards/auth-anonymous.guard.spec.js.map +1 -1
- package/server/authentication/guards/auth-anonymous.strategy.js +1 -5
- package/server/authentication/guards/auth-anonymous.strategy.js.map +1 -1
- package/server/authentication/guards/auth-basic.guard.js +1 -5
- package/server/authentication/guards/auth-basic.guard.js.map +1 -1
- package/server/authentication/guards/auth-basic.guard.spec.js +13 -14
- package/server/authentication/guards/auth-basic.guard.spec.js.map +1 -1
- package/server/authentication/guards/auth-basic.strategy.js +10 -11
- package/server/authentication/guards/auth-basic.strategy.js.map +1 -1
- package/server/authentication/guards/auth-digest.guard.js +1 -5
- package/server/authentication/guards/auth-digest.guard.js.map +1 -1
- package/server/authentication/guards/auth-digest.strategy.js +1 -5
- package/server/authentication/guards/auth-digest.strategy.js.map +1 -1
- package/server/authentication/guards/auth-local.guard.js +1 -5
- package/server/authentication/guards/auth-local.guard.js.map +1 -1
- package/server/authentication/guards/auth-local.guard.spec.js +9 -13
- package/server/authentication/guards/auth-local.guard.spec.js.map +1 -1
- package/server/authentication/guards/auth-local.strategy.js +6 -10
- package/server/authentication/guards/auth-local.strategy.js.map +1 -1
- package/server/authentication/guards/auth-token-access.guard.js +1 -5
- package/server/authentication/guards/auth-token-access.guard.js.map +1 -1
- package/server/authentication/guards/auth-token-access.guard.spec.js +3 -7
- package/server/authentication/guards/auth-token-access.guard.spec.js.map +1 -1
- package/server/authentication/guards/auth-token-access.strategy.js +3 -7
- package/server/authentication/guards/auth-token-access.strategy.js.map +1 -1
- package/server/authentication/guards/auth-token-refresh.guard.js +1 -5
- package/server/authentication/guards/auth-token-refresh.guard.js.map +1 -1
- package/server/authentication/guards/auth-token-refresh.guard.spec.js +3 -7
- package/server/authentication/guards/auth-token-refresh.guard.spec.js.map +1 -1
- package/server/authentication/guards/auth-token-refresh.strategy.js +3 -7
- package/server/authentication/guards/auth-token-refresh.strategy.js.map +1 -1
- package/server/authentication/guards/implementations/http-basic.strategy.js +1 -5
- package/server/authentication/guards/implementations/http-basic.strategy.js.map +1 -1
- package/server/authentication/guards/implementations/http-digest.strategy.js +1 -5
- package/server/authentication/guards/implementations/http-digest.strategy.js.map +1 -1
- package/server/authentication/interfaces/auth-request.interface.js +1 -5
- package/server/authentication/interfaces/auth-request.interface.js.map +1 -1
- package/server/authentication/interfaces/jwt-payload.interface.js +1 -5
- package/server/authentication/interfaces/jwt-payload.interface.js.map +1 -1
- package/server/authentication/interfaces/token.interface.js +1 -5
- package/server/authentication/interfaces/token.interface.js.map +1 -1
- package/server/authentication/providers/auth-providers.constants.js +18 -0
- package/server/authentication/providers/auth-providers.constants.js.map +1 -0
- package/server/authentication/providers/auth-providers.models.js +14 -0
- package/server/authentication/providers/auth-providers.models.js.map +1 -0
- package/server/authentication/providers/auth-providers.utils.js +42 -0
- package/server/authentication/providers/auth-providers.utils.js.map +1 -0
- package/server/authentication/providers/ldap/auth-ldap.config.js +143 -0
- package/server/authentication/providers/ldap/auth-ldap.config.js.map +1 -0
- package/server/authentication/{constants/auth-ldap.js → providers/ldap/auth-ldap.constants.js} +12 -6
- package/server/authentication/providers/ldap/auth-ldap.constants.js.map +1 -0
- package/server/authentication/providers/ldap/auth-provider-ldap.service.js +506 -0
- package/server/authentication/providers/ldap/auth-provider-ldap.service.js.map +1 -0
- package/server/authentication/providers/ldap/auth-provider-ldap.service.spec.js +674 -0
- package/server/authentication/providers/ldap/auth-provider-ldap.service.spec.js.map +1 -0
- package/server/authentication/{services/auth-methods/auth-method-database.service.js → providers/mysql/auth-provider-mysql.service.js} +16 -14
- package/server/authentication/providers/mysql/auth-provider-mysql.service.js.map +1 -0
- package/server/authentication/{services/auth-methods/auth-method-database.service.spec.js → providers/mysql/auth-provider-mysql.service.spec.js} +15 -19
- package/server/authentication/providers/mysql/auth-provider-mysql.service.spec.js.map +1 -0
- package/server/authentication/providers/oidc/auth-oidc-desktop.constants.js +30 -0
- package/server/authentication/providers/oidc/auth-oidc-desktop.constants.js.map +1 -0
- package/server/authentication/providers/oidc/auth-oidc.config.js +149 -0
- package/server/authentication/providers/oidc/auth-oidc.config.js.map +1 -0
- package/server/authentication/providers/oidc/auth-oidc.constants.js +39 -0
- package/server/authentication/providers/oidc/auth-oidc.constants.js.map +1 -0
- package/server/authentication/providers/oidc/auth-oidc.controller.js +83 -0
- package/server/authentication/providers/oidc/auth-oidc.controller.js.map +1 -0
- package/server/authentication/providers/oidc/auth-oidc.interfaces.js +6 -0
- package/server/authentication/providers/oidc/auth-oidc.interfaces.js.map +1 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.module.js +36 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.module.js.map +1 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.service.js +373 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.service.js.map +1 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.service.spec.js +270 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.service.spec.js.map +1 -0
- package/server/authentication/{services/auth-methods/auth-method-two-fa.service.js → providers/two-fa/auth-provider-two-fa.service.js} +56 -38
- package/server/authentication/providers/two-fa/auth-provider-two-fa.service.js.map +1 -0
- package/server/authentication/{services/auth-methods/auth-method-two-fa.service.spec.js → providers/two-fa/auth-provider-two-fa.service.spec.js} +6 -10
- package/server/authentication/providers/two-fa/auth-provider-two-fa.service.spec.js.map +1 -0
- package/server/authentication/{guards → providers/two-fa}/auth-two-fa-guard.js +10 -14
- package/server/authentication/providers/two-fa/auth-two-fa-guard.js.map +1 -0
- package/server/authentication/providers/two-fa/auth-two-fa.config.js +57 -0
- package/server/authentication/providers/two-fa/auth-two-fa.config.js.map +1 -0
- package/server/authentication/{dto/two-fa-verify.dto.js → providers/two-fa/auth-two-fa.dtos.js} +8 -6
- package/server/authentication/providers/two-fa/auth-two-fa.dtos.js.map +1 -0
- package/server/authentication/providers/two-fa/auth-two-fa.interfaces.js +6 -0
- package/server/authentication/providers/two-fa/auth-two-fa.interfaces.js.map +1 -0
- package/server/authentication/utils/crypt-secret.js +1 -5
- package/server/authentication/utils/crypt-secret.js.map +1 -1
- package/server/common/constants.js +1 -5
- package/server/common/constants.js.map +1 -1
- package/server/common/decorators.js +1 -5
- package/server/common/decorators.js.map +1 -1
- package/server/common/functions.js +25 -9
- package/server/common/functions.js.map +1 -1
- package/server/common/i18n.js +1 -5
- package/server/common/i18n.js.map +1 -1
- package/server/common/image.js +1 -5
- package/server/common/image.js.map +1 -1
- package/server/common/interfaces.js +1 -5
- package/server/common/interfaces.js.map +1 -1
- package/server/common/qrcode.js +1 -5
- package/server/common/qrcode.js.map +1 -1
- package/server/common/shared.js +6 -6
- package/server/common/shared.js.map +1 -1
- package/server/configuration/config.constants.js +1 -5
- package/server/configuration/config.constants.js.map +1 -1
- package/server/configuration/config.environment.js +2 -6
- package/server/configuration/config.environment.js.map +1 -1
- package/server/configuration/config.interfaces.js +1 -5
- package/server/configuration/config.interfaces.js.map +1 -1
- package/server/configuration/config.loader.js +1 -5
- package/server/configuration/config.loader.js.map +1 -1
- package/server/configuration/config.logger.js +4 -8
- package/server/configuration/config.logger.js.map +1 -1
- package/server/configuration/config.validation.js +7 -5
- package/server/configuration/config.validation.js.map +1 -1
- package/server/infrastructure/cache/adapters/mysql-cache.adapter.js +9 -7
- package/server/infrastructure/cache/adapters/mysql-cache.adapter.js.map +1 -1
- package/server/infrastructure/cache/adapters/redis-cache.adapter.js +1 -5
- package/server/infrastructure/cache/adapters/redis-cache.adapter.js.map +1 -1
- package/server/infrastructure/cache/cache.config.js +1 -5
- package/server/infrastructure/cache/cache.config.js.map +1 -1
- package/server/infrastructure/cache/cache.decorator.js +9 -7
- package/server/infrastructure/cache/cache.decorator.js.map +1 -1
- package/server/infrastructure/cache/cache.e2e-spec.js +1 -5
- package/server/infrastructure/cache/cache.e2e-spec.js.map +1 -1
- package/server/infrastructure/cache/cache.module.js +1 -5
- package/server/infrastructure/cache/cache.module.js.map +1 -1
- package/server/infrastructure/cache/schemas/mysql-cache.interface.js +1 -5
- package/server/infrastructure/cache/schemas/mysql-cache.interface.js.map +1 -1
- package/server/infrastructure/cache/schemas/mysql-cache.schema.js +1 -5
- package/server/infrastructure/cache/schemas/mysql-cache.schema.js.map +1 -1
- package/server/infrastructure/cache/services/cache.service.js +1 -5
- package/server/infrastructure/cache/services/cache.service.js.map +1 -1
- package/server/infrastructure/context/context.module.js +1 -5
- package/server/infrastructure/context/context.module.js.map +1 -1
- package/server/infrastructure/context/interceptors/context.interceptor.js +1 -5
- package/server/infrastructure/context/interceptors/context.interceptor.js.map +1 -1
- package/server/infrastructure/context/interceptors/context.interceptor.spec.js +2 -6
- package/server/infrastructure/context/interceptors/context.interceptor.spec.js.map +1 -1
- package/server/infrastructure/context/interfaces/context-store.interface.js +1 -5
- package/server/infrastructure/context/interfaces/context-store.interface.js.map +1 -1
- package/server/infrastructure/context/services/context-manager.service.js +1 -5
- package/server/infrastructure/context/services/context-manager.service.js.map +1 -1
- package/server/infrastructure/context/services/context-manager.service.spec.js +1 -5
- package/server/infrastructure/context/services/context-manager.service.spec.js.map +1 -1
- package/server/infrastructure/database/columns.js +1 -5
- package/server/infrastructure/database/columns.js.map +1 -1
- package/server/infrastructure/database/configuration.js +1 -5
- package/server/infrastructure/database/configuration.js.map +1 -1
- package/server/infrastructure/database/constants.js +2 -6
- package/server/infrastructure/database/constants.js.map +1 -1
- package/server/infrastructure/database/database.config.js +1 -5
- package/server/infrastructure/database/database.config.js.map +1 -1
- package/server/infrastructure/database/database.logger.js +1 -5
- package/server/infrastructure/database/database.logger.js.map +1 -1
- package/server/infrastructure/database/database.module.js +1 -5
- package/server/infrastructure/database/database.module.js.map +1 -1
- package/server/infrastructure/database/interfaces/database.interface.js +1 -5
- package/server/infrastructure/database/interfaces/database.interface.js.map +1 -1
- package/server/infrastructure/database/schema.js +1 -5
- package/server/infrastructure/database/schema.js.map +1 -1
- package/server/infrastructure/database/scripts/create-user.js +1 -5
- package/server/infrastructure/database/scripts/create-user.js.map +1 -1
- package/server/infrastructure/database/scripts/db.js +1 -5
- package/server/infrastructure/database/scripts/db.js.map +1 -1
- package/server/infrastructure/database/scripts/seed/main.js +1 -5
- package/server/infrastructure/database/scripts/seed/main.js.map +1 -1
- package/server/infrastructure/database/scripts/seed/usersgroups.js +1 -5
- package/server/infrastructure/database/scripts/seed/usersgroups.js.map +1 -1
- package/server/infrastructure/database/utils.js +1 -5
- package/server/infrastructure/database/utils.js.map +1 -1
- package/server/infrastructure/mailer/interfaces/mail.interface.js +1 -5
- package/server/infrastructure/mailer/interfaces/mail.interface.js.map +1 -1
- package/server/infrastructure/mailer/mailer.config.js +1 -5
- package/server/infrastructure/mailer/mailer.config.js.map +1 -1
- package/server/infrastructure/mailer/mailer.module.js +1 -5
- package/server/infrastructure/mailer/mailer.module.js.map +1 -1
- package/server/infrastructure/mailer/mailer.service.js +1 -5
- package/server/infrastructure/mailer/mailer.service.js.map +1 -1
- package/server/infrastructure/mailer/mailer.service.spec.js +2 -6
- package/server/infrastructure/mailer/mailer.service.spec.js.map +1 -1
- package/server/infrastructure/scheduler/scheduler.constants.js +1 -5
- package/server/infrastructure/scheduler/scheduler.constants.js.map +1 -1
- package/server/infrastructure/scheduler/scheduler.module.js +1 -5
- package/server/infrastructure/scheduler/scheduler.module.js.map +1 -1
- package/server/infrastructure/websocket/adapters/cluster.adapter.js +1 -5
- package/server/infrastructure/websocket/adapters/cluster.adapter.js.map +1 -1
- package/server/infrastructure/websocket/adapters/redis.adapter.js +1 -5
- package/server/infrastructure/websocket/adapters/redis.adapter.js.map +1 -1
- package/server/infrastructure/websocket/adapters/web-socket.adapter.js +1 -5
- package/server/infrastructure/websocket/adapters/web-socket.adapter.js.map +1 -1
- package/server/infrastructure/websocket/decorators/web-socket-user.decorator.js +1 -5
- package/server/infrastructure/websocket/decorators/web-socket-user.decorator.js.map +1 -1
- package/server/infrastructure/websocket/interfaces/auth-socket-io.interface.js +1 -5
- package/server/infrastructure/websocket/interfaces/auth-socket-io.interface.js.map +1 -1
- package/server/infrastructure/websocket/utils.js +1 -5
- package/server/infrastructure/websocket/utils.js.map +1 -1
- package/server/infrastructure/websocket/web-socket.config.js +1 -5
- package/server/infrastructure/websocket/web-socket.config.js.map +1 -1
- package/server/main.js +5 -0
- package/server/main.js.map +1 -1
- package/static/assets/pdfjs/build/pdf.mjs +724 -745
- package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.sandbox.mjs +2 -2
- package/static/assets/pdfjs/build/pdf.worker.mjs +706 -193
- package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
- package/static/assets/pdfjs/version +1 -1
- package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +5 -5
- package/static/assets/pdfjs/web/locale/en-US/viewer.ftl +1 -0
- package/static/assets/pdfjs/web/locale/fur/viewer.ftl +5 -0
- package/static/assets/pdfjs/web/locale/kk/viewer.ftl +28 -0
- package/static/assets/pdfjs/web/locale/ml/viewer.ftl +4 -0
- package/static/assets/pdfjs/web/locale/ru/viewer.ftl +3 -3
- package/static/assets/pdfjs/web/viewer.css +207 -65
- package/static/assets/pdfjs/web/viewer.html +11 -10
- package/static/assets/pdfjs/web/viewer.mjs +850 -270
- package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
- package/static/assets/pdfjs/web/wasm/LICENSE_JBIG2 +196 -0
- package/static/assets/pdfjs/web/wasm/LICENSE_PDFJS_JBIG2 +13 -0
- package/static/assets/pdfjs/web/wasm/jbig2.wasm +0 -0
- package/static/chunk-22TZP6HW.js +1 -0
- package/static/{chunk-U5E5H2DD.js → chunk-27ATUHBH.js} +1 -1
- package/static/{chunk-HZAB6F4Q.js → chunk-2CKLZ3FM.js} +1 -1
- package/static/{chunk-XZHWESIY.js → chunk-2QZPX7LO.js} +1 -1
- package/static/{chunk-UOK3LKSX.js → chunk-2R6IBBPZ.js} +1 -1
- package/static/{chunk-DVCN3P7Q.js → chunk-4FIGEBNL.js} +1 -1
- package/static/chunk-4P3JABAP.js +13 -0
- package/static/chunk-5CZOSAMZ.js +1 -0
- package/static/{chunk-RBTLSPYJ.js → chunk-677WUBCT.js} +1 -1
- package/static/{chunk-KEZNIIFH.js → chunk-74CAHBFM.js} +1 -1
- package/static/{chunk-WRK2FTKU.js → chunk-7GWW6MJO.js} +1 -1
- package/static/{chunk-EKWB5W72.js → chunk-7WOPGQXB.js} +1 -1
- package/static/{chunk-IMFO2MI7.js → chunk-A4UGPSWX.js} +1 -1
- package/static/{chunk-KDUAB76O.js → chunk-AHO37FKW.js} +1 -1
- package/static/chunk-AQCXMKP3.js +1 -0
- package/static/chunk-B6PDYCRO.js +3 -0
- package/static/{chunk-PPJCVBJH.js → chunk-CU76ATCF.js} +1 -1
- package/static/{chunk-ARS47O5X.js → chunk-CWYHOPOP.js} +1 -1
- package/static/{chunk-CSVPAZHK.js → chunk-E5WI5725.js} +1 -1
- package/static/{chunk-XX3JPJUM.js → chunk-FC5HTKVM.js} +1 -1
- package/static/{chunk-QGHNJVJ6.js → chunk-FOSM7EYI.js} +1 -1
- package/static/{chunk-JAJ7VXMB.js → chunk-GAZO25PI.js} +1 -1
- package/static/{chunk-IHS5LSJJ.js → chunk-GB7ABR5N.js} +1 -1
- package/static/{chunk-27V66YJV.js → chunk-GEHFKZQ5.js} +2 -2
- package/static/{chunk-3QTROEHV.js → chunk-GQFMWVFD.js} +1 -1
- package/static/{chunk-FWQJ4ZCD.js → chunk-GVNTC564.js} +1 -1
- package/static/{chunk-4NIYCYRS.js → chunk-HGL3NYP2.js} +2 -2
- package/static/chunk-HLIWPWRA.js +1 -0
- package/static/{chunk-3VRUIWQG.js → chunk-HNYB3M4S.js} +1 -1
- package/static/{chunk-7HJFIMNF.js → chunk-HUXAUQMN.js} +1 -1
- package/static/chunk-I2XA6PPK.js +1 -0
- package/static/{chunk-RJULB733.js → chunk-ISV3BO6R.js} +1 -1
- package/static/{chunk-R4VYKZVJ.js → chunk-IWWBV6EM.js} +1 -1
- package/static/{chunk-TTWMFWEC.js → chunk-JV3AGU5B.js} +1 -1
- package/static/{chunk-X7NHX5C7.js → chunk-K25E7YGG.js} +1 -1
- package/static/chunk-K46PUTZB.js +1 -0
- package/static/{chunk-D2MLAO5N.js → chunk-KERFLJ56.js} +1 -7
- package/static/{chunk-LZUHREOF.js → chunk-KJD3KFF3.js} +1 -1
- package/static/chunk-KPKSI23S.js +1 -0
- package/static/{chunk-CMNMPG6Z.js → chunk-KZS7CTNR.js} +1 -1
- package/static/{chunk-RNVPQQKT.js → chunk-L5IHUVXL.js} +1 -1
- package/static/{chunk-2GXOVGTD.js → chunk-L7RRX2M3.js} +1 -1
- package/static/{chunk-WFMEUST4.js → chunk-LGWJ2WKU.js} +1 -1
- package/static/{chunk-ZOMRIN3G.js → chunk-MLC7JK2H.js} +2 -2
- package/static/{chunk-76REYAEA.js → chunk-MOHNYW2A.js} +1 -1
- package/static/{chunk-ZHUBWKA2.js → chunk-MTRXBVWZ.js} +1 -1
- package/static/{chunk-QJ22N76V.js → chunk-MZQK6LNV.js} +1 -1
- package/static/{chunk-SDJNZULP.js → chunk-NCDUOVMW.js} +1 -1
- package/static/chunk-NGUAJIGI.js +1 -0
- package/static/chunk-NIPP6JDI.js +1 -0
- package/static/{chunk-VD5JHSDS.js → chunk-NMTBMHUL.js} +1 -1
- package/static/chunk-O4XXMZFX.js +4 -0
- package/static/{chunk-WZPF4LS2.js → chunk-OANZITPM.js} +1 -1
- package/static/{chunk-JNTNMIUH.js → chunk-OGE4SAHU.js} +1 -1
- package/static/{chunk-S6H2ELRY.js → chunk-OI3ME22C.js} +1 -1
- package/static/{chunk-7KAYOR3A.js → chunk-Q3EGCMF5.js} +1 -1
- package/static/chunk-QF2NSHZA.js +1 -0
- package/static/{chunk-3ZBAQTHJ.js → chunk-QIGUDEZF.js} +1 -1
- package/static/{chunk-76M3BMK6.js → chunk-QJVC3SRJ.js} +11 -11
- package/static/{chunk-VBTZDHZ3.js → chunk-QKN6LAAA.js} +1 -1
- package/static/{chunk-JRXG43AA.js → chunk-QRFESU5O.js} +2 -2
- package/static/chunk-QVRVFYJH.js +1 -0
- package/static/{chunk-BCN4T5DO.js → chunk-RFJIPIOK.js} +2 -2
- package/static/{chunk-2RWLNKZH.js → chunk-RLL634K4.js} +1 -1
- package/static/{chunk-D5FQ72R4.js → chunk-RS2OFKWP.js} +1 -1
- package/static/{chunk-CN5YVRFT.js → chunk-RWAAC3A4.js} +1 -1
- package/static/{chunk-LWSCODLD.js → chunk-RWCNTCU5.js} +1 -1
- package/static/{chunk-FTFEQDWH.js → chunk-S5Y64DDS.js} +1 -1
- package/static/{chunk-J7474P3L.js → chunk-SLG5KDU6.js} +1 -1
- package/static/chunk-TJ4CVFEL.js +1 -0
- package/static/{chunk-KAUCN24H.js → chunk-TWCGKSYE.js} +1 -1
- package/static/{chunk-PDG7DOEF.js → chunk-UMDRE4S7.js} +1 -1
- package/static/chunk-VRIOLRYR.js +5 -0
- package/static/chunk-VS4O2XDP.js +1 -0
- package/static/{chunk-ZEJLIGAY.js → chunk-VSBFNFOM.js} +1 -1
- package/static/{chunk-XSURUW7C.js → chunk-WN4WXCVK.js} +1 -1
- package/static/{chunk-S44QIK3G.js → chunk-WX7RXW7K.js} +1 -1
- package/static/{chunk-3ZLBVUCX.js → chunk-XC4POKR3.js} +2 -2
- package/static/{chunk-TNCKNU6I.js → chunk-Y4AUYQTG.js} +1 -1
- package/static/{chunk-3MVPXC3U.js → chunk-Y67J3BOL.js} +1 -1
- package/static/{chunk-QTPIEEZW.js → chunk-YMIXHRJQ.js} +1 -7
- package/static/{chunk-VZFZUI6D.js → chunk-ZUNKFAKP.js} +1 -1
- package/static/index.html +3 -3
- package/static/main-QN4UCOC5.js +5 -0
- package/static/{styles-XLLEY5Y3.css → styles-46GLIE7Y.css} +1 -1
- package/server/authentication/constants/auth-ldap.js.map +0 -1
- package/server/authentication/dto/two-fa-verify.dto.js.map +0 -1
- package/server/authentication/guards/auth-two-fa-guard.js.map +0 -1
- package/server/authentication/interfaces/two-fa-setup.interface.js +0 -10
- package/server/authentication/interfaces/two-fa-setup.interface.js.map +0 -1
- package/server/authentication/models/auth-method.js +0 -18
- package/server/authentication/models/auth-method.js.map +0 -1
- package/server/authentication/services/auth-manager.service.js.map +0 -1
- package/server/authentication/services/auth-manager.service.spec.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-database.service.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-database.service.spec.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-ldap.service.js +0 -326
- package/server/authentication/services/auth-methods/auth-method-ldap.service.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-ldap.service.spec.js +0 -534
- package/server/authentication/services/auth-methods/auth-method-ldap.service.spec.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-two-fa.service.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-two-fa.service.spec.js.map +0 -1
- package/static/chunk-2YQ4SX3A.js +0 -13
- package/static/chunk-46TJLPJY.js +0 -1
- package/static/chunk-6OEOADR6.js +0 -1
- package/static/chunk-AALPWGPB.js +0 -3
- package/static/chunk-CVXLHSO5.js +0 -1
- package/static/chunk-G7RZN7HN.js +0 -1
- package/static/chunk-LTJNLOX2.js +0 -1
- package/static/chunk-NIKNG2FX.js +0 -1
- package/static/chunk-NNZWSNAW.js +0 -1
- package/static/chunk-NWKBB7J4.js +0 -1
- package/static/chunk-PVYVY3GD.js +0 -1
- package/static/chunk-Q5X5TPAG.js +0 -1
- package/static/chunk-R4VMWCM5.js +0 -1
- package/static/chunk-SNOOCDJD.js +0 -1
- package/static/chunk-SPQH3ATC.js +0 -5
- package/static/chunk-ZCSHU3D7.js +0 -1
- package/static/chunk-ZU5MQTFN.js +0 -4
- package/static/main-5O3KLGIR.js +0 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/constants/notifications.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/constants/notifications.ts"],"sourcesContent":["import { ACTION } from '../../../common/constants'\n\nexport enum NOTIFICATION_APP {\n COMMENTS = 'comments',\n SPACES = 'spaces',\n SPACE_ROOTS = 'spaces_roots',\n SHARES = 'shares',\n LINKS = 'links',\n SYNC = 'sync',\n AUTH_LOCKED = 'auth_locked',\n AUTH_2FA = 'auth_2fa',\n UNLOCK_REQUEST = 'unlock_request',\n UPDATE_AVAILABLE = 'server_update_available'\n}\n\nexport const NOTIFICATION_APP_EVENT = {\n COMMENTS: 'commented',\n SPACES: {\n [ACTION.ADD]: 'You now have access to the space',\n [ACTION.DELETE]: 'You no longer have access to the space',\n [ACTION.DELETE_PERMANENTLY]: 'This space has been permanently deleted'\n },\n SPACE_ROOTS: {\n [ACTION.ADD]: 'anchored',\n [ACTION.DELETE]: 'unanchored'\n },\n SHARES: {\n [ACTION.ADD]: 'shared with you',\n [ACTION.DELETE]: 'no longer share with you'\n },\n SHARES_WITHOUT_OWNER: {\n [ACTION.ADD]: 'You now have access to the share',\n [ACTION.DELETE]: 'You no longer have access to the share',\n [ACTION.DELETE_PERMANENTLY]: 'You are no longer a member of the parent share, your child share has been deleted'\n },\n LINKS: {\n [ACTION.ADD]: 'shared with you',\n [ACTION.UPDATE]: 'You now have access to the space'\n },\n SYNC: {\n [ACTION.DELETE]: 'You are no longer synchronizing'\n },\n AUTH_2FA: {\n [ACTION.ADD]: 'Two-factor authentication (2FA) on your account has been enabled',\n [ACTION.DELETE]: 'Two-factor authentication (2FA) on your account has been disabled'\n },\n AUTH_LOCKED: {\n [ACTION.DELETE]: 'Your account has been locked after several unsuccessful authentication attempts'\n },\n UNLOCK_REQUEST: 'sends you a request to unlock the file',\n UPDATE_AVAILABLE: 'A new update is available'\n}\n"],"names":["NOTIFICATION_APP","NOTIFICATION_APP_EVENT","COMMENTS","SPACES","ACTION","ADD","DELETE","DELETE_PERMANENTLY","SPACE_ROOTS","SHARES","SHARES_WITHOUT_OWNER","LINKS","UPDATE","SYNC","AUTH_2FA","AUTH_LOCKED","UNLOCK_REQUEST","UPDATE_AVAILABLE"],"mappings":";;;;;;;;;;;QAEYA;eAAAA;;QAaCC;eAAAA;;;2BAfU;AAEhB,IAAA,AAAKD,0CAAAA;;;;;;;;;;;WAAAA;;AAaL,MAAMC,yBAAyB;IACpCC,UAAU;IACVC,QAAQ;QACN,CAACC,iBAAM,CAACC,GAAG,CAAC,EAAE;QACd,CAACD,iBAAM,CAACE,MAAM,CAAC,EAAE;QACjB,CAACF,iBAAM,CAACG,kBAAkB,CAAC,EAAE;IAC/B;IACAC,aAAa;QACX,CAACJ,iBAAM,CAACC,GAAG,CAAC,EAAE;QACd,CAACD,iBAAM,CAACE,MAAM,CAAC,EAAE;IACnB;IACAG,QAAQ;QACN,CAACL,iBAAM,CAACC,GAAG,CAAC,EAAE;QACd,CAACD,iBAAM,CAACE,MAAM,CAAC,EAAE;IACnB;IACAI,sBAAsB;QACpB,CAACN,iBAAM,CAACC,GAAG,CAAC,EAAE;QACd,CAACD,iBAAM,CAACE,MAAM,CAAC,EAAE;QACjB,CAACF,iBAAM,CAACG,kBAAkB,CAAC,EAAE;IAC/B;IACAI,OAAO;QACL,CAACP,iBAAM,CAACC,GAAG,CAAC,EAAE;QACd,CAACD,iBAAM,CAACQ,MAAM,CAAC,EAAE;IACnB;IACAC,MAAM;QACJ,CAACT,iBAAM,CAACE,MAAM,CAAC,EAAE;IACnB;IACAQ,UAAU;QACR,CAACV,iBAAM,CAACC,GAAG,CAAC,EAAE;QACd,CAACD,iBAAM,CAACE,MAAM,CAAC,EAAE;IACnB;IACAS,aAAa;QACX,CAACX,iBAAM,CAACE,MAAM,CAAC,EAAE;IACnB;IACAU,gBAAgB;IAChBC,kBAAkB;AACpB"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/constants/routes.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/constants/routes.ts"],"sourcesContent":["import { APP_BASE_ROUTE } from '../../applications.constants'\n\nexport const NOTIFICATIONS_ROUTE = {\n BASE: `${APP_BASE_ROUTE}/notifications`,\n UNREAD: 'unread'\n} as const\n\nexport const API_NOTIFICATIONS = NOTIFICATIONS_ROUTE.BASE\n"],"names":["API_NOTIFICATIONS","NOTIFICATIONS_ROUTE","BASE","APP_BASE_ROUTE","UNREAD"],"mappings":";;;;;;;;;;;QAOaA;eAAAA;;QALAC;eAAAA;;;uCAFkB;AAExB,MAAMA,sBAAsB;IACjCC,MAAM,GAAGC,qCAAc,CAAC,cAAc,CAAC;IACvCC,QAAQ;AACV;AAEO,MAAMJ,oBAAoBC,oBAAoBC,IAAI"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/constants/websocket.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/constants/websocket.ts"],"sourcesContent":["export const NOTIFICATIONS_WS = {\n NAME_SPACE: '/',\n EVENTS: { NOTIFICATION: 'notification' }\n} as const\n"],"names":["NOTIFICATIONS_WS","NAME_SPACE","EVENTS","NOTIFICATION"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,mBAAmB;IAC9BC,YAAY;IACZC,QAAQ;QAAEC,cAAc;IAAe;AACzC"}
|
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ /*
|
|
6
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
7
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
8
|
-
* See the LICENSE file for licensing details
|
|
9
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
10
2
|
Object.defineProperty(exports, "__esModule", {
|
|
11
3
|
value: true
|
|
12
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/de.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/de.ts"],"sourcesContent":["export const de = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n 'Wenn Sie keine Benachrichtigungen mehr erhalten möchten, ändern Sie Ihre Einstellungen direkt in Ihrem Benutzerbereich.',\n 'Access it from': 'Öffnen Sie es über',\n Comment: 'Kommentar',\n commented: 'hat kommentiert',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Sie erhalten diese Benachrichtigung, wenn Sie der Eigentümer der Datei sind oder wenn Sie diese Datei ebenfalls kommentiert haben',\n Space: 'Bereich',\n 'from the space': 'aus dem Bereich',\n 'to the space': 'zum Bereich',\n 'Access your spaces from': 'Öffnen Sie Ihre Bereiche über',\n 'Access this space from': 'Öffnen Sie diesen Bereich über',\n 'You now have access to the space': 'Sie haben jetzt Zugriff auf den Bereich',\n 'You no longer have access to the space': 'Sie haben keinen Zugriff mehr auf den Bereich',\n 'This space has been permanently deleted': 'Dieser Bereich wurde dauerhaft gelöscht',\n anchored: 'hat angeheftet',\n unanchored: 'hat gelöst',\n Share: 'Freigabe',\n 'shared with you': 'hat mit Ihnen geteilt',\n 'no longer share with you': 'teilt nicht mehr mit Ihnen',\n 'You now have access to the share': 'Sie haben jetzt Zugriff auf die Freigabe',\n 'You no longer have access to the share': 'Sie haben keinen Zugriff mehr auf die Freigabe',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Sie sind kein Mitglied der übergeordneten Freigabe mehr, Ihre untergeordnete Freigabe wurde gelöscht',\n 'Access your shares from': 'Öffnen Sie Ihre Freigaben über',\n 'Access password': 'Zugriffspasswort',\n Sync: 'Synchronisierung',\n 'Access your syncs from': 'Öffnen Sie Ihre Synchronisierungen über',\n 'You are no longer synchronizing': 'Sie synchronisieren nicht mehr',\n 'Unlock Request': 'Entsperranfrage',\n 'You receive this notification because you have a lock on this file.':\n 'Sie erhalten diese Benachrichtigung, weil Sie eine Sperre auf dieser Datei haben.',\n 'sends you a request to unlock the file': 'sendet Ihnen eine Anfrage zum Entsperren der Datei',\n 'Security notification': 'Sicherheitsbenachrichtigung',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Ihr Konto wurde nach mehreren fehlgeschlagenen Anmeldeversuchen gesperrt',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'Diese Sicherheitsbenachrichtigung betrifft Ihr Sync-in-Konto. Bitte wenden Sie sich an einen Administrator, damit er die Analyse durchführt und Ihr Konto entsperrt.',\n 'Two-factor authentication (2FA) on your account has been disabled': 'Die Zwei-Faktor-Authentifizierung (2FA) für Ihr Konto wurde deaktiviert',\n 'Two-factor authentication (2FA) on your account has been enabled': 'Die Zwei-Faktor-Authentifizierung (2FA) für Ihr Konto wurde aktiviert',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Sie erhalten diese Benachrichtigung, weil sich die Sicherheit Ihres Sync-in-Kontos geändert hat. Wenn Sie der Meinung sind, dass dies ein Fehler war, überprüfen Sie bitte Ihre Sicherheitseinstellungen oder kontaktieren Sie Ihren Administrator.',\n 'Address IP': 'IP-Adresse',\n Browser: 'Browser',\n 'New Version Available': 'Neue Version verfügbar',\n 'You receive this notification because you are the administrator of this server.':\n 'Sie erhalten diese Benachrichtigung, weil Sie der Administrator dieses Servers sind.',\n 'A new update is available': 'Ein neues Update ist verfügbar'\n} as const\n"],"names":["de","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEACE;IACF,0CAA0C;IAC1C,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFACE;IACF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/es.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/es.ts"],"sourcesContent":["export const es = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n 'Si ya no desea recibir notificaciones, cambie sus preferencias directamente desde su espacio de usuario.',\n 'Access it from': 'Acceda a él desde',\n Comment: 'Comentario',\n commented: 'comentó',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Recibe esta notificación si es el propietario del archivo o si también ha comentado este archivo',\n Space: 'Espacio',\n 'from the space': 'del espacio',\n 'to the space': 'al espacio',\n 'Access your spaces from': 'Acceda a sus espacios desde',\n 'Access this space from': 'Acceda a este espacio desde',\n 'You now have access to the space': 'Ahora tiene acceso al espacio',\n 'You no longer have access to the space': 'Ya no tiene acceso al espacio',\n 'This space has been permanently deleted': 'Este espacio ha sido eliminado permanentemente',\n anchored: 'ancló',\n unanchored: 'desancló',\n Share: 'Compartir',\n 'shared with you': 'compartió con usted',\n 'no longer share with you': 'ya no comparte con usted',\n 'You now have access to the share': 'Ahora tiene acceso al recurso compartido',\n 'You no longer have access to the share': 'Ya no tiene acceso al recurso compartido',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Ya no es miembro del recurso compartido principal; su recurso compartido hijo ha sido eliminado',\n 'Access your shares from': 'Acceda a sus recursos compartidos desde',\n 'Access password': 'Contraseña de acceso',\n Sync: 'Sincronización',\n 'Access your syncs from': 'Acceda a sus sincronizaciones desde',\n 'You are no longer synchronizing': 'Ya no está sincronizando',\n 'Unlock Request': 'Solicitud de desbloqueo',\n 'You receive this notification because you have a lock on this file.': 'Recibe esta notificación porque tiene un bloqueo en este archivo.',\n 'sends you a request to unlock the file': 'le envía una solicitud para desbloquear el archivo',\n 'Security notification': 'Notificación de seguridad',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Su cuenta ha sido bloqueada tras varios intentos de autenticación fallidos',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'Esta notificación de seguridad concierne a su cuenta de Sync-in. Póngase en contacto con un administrador para realizar el análisis y desbloquear su cuenta.',\n 'Two-factor authentication (2FA) on your account has been disabled': 'La autenticación de dos factores (2FA) de su cuenta ha sido desactivada',\n 'Two-factor authentication (2FA) on your account has been enabled': 'La autenticación de dos factores (2FA) de su cuenta ha sido activada',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Ha recibido esta notificación porque la seguridad de su cuenta de Sync-in ha cambiado. Si cree que se trata de un error, revise su configuración de seguridad o contacte a su administrador.',\n 'Address IP': 'Dirección IP',\n Browser: 'Navegador',\n 'New Version Available': 'Nueva versión disponible',\n 'You receive this notification because you are the administrator of this server.':\n 'Recibe esta notificación porque es el administrador de este servidor.',\n 'A new update is available': 'Hay una nueva actualización disponible'\n} as const\n"],"names":["es","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEAAuE;IACvE,0CAA0C;IAC1C,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFACE;IACF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/fr.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/fr.ts"],"sourcesContent":["export const fr = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n 'Si vous ne souhaitez plus recevoir de notifications, modifiez vos préferences directement depuis votre espace utilisateur.',\n 'Access it from': 'Accédez y depuis',\n Comment: 'Commentaire',\n commented: 'a commenté',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Vous recevez cette notification si vous êtes le propriétaire du fichier ou si vous avez également commenté ce fichier',\n Space: 'Espace',\n 'from the space': `de l'espace`,\n 'to the space': `à l'espace`,\n 'Access your spaces from': 'Accédez à vos espaces depuis',\n 'Access this space from': 'Accédez à cet espace depuis',\n 'You now have access to the space': `Vous avez désormais accès à l'espace`,\n 'You no longer have access to the space': `Vous n'avez plus accès à l'espace`,\n 'This space has been permanently deleted': 'Cet espace a été définitivement supprimé',\n anchored: `a ancré`,\n unanchored: `a désancré`,\n Share: 'Partage',\n 'shared with you': 'a partagé avec vous',\n 'no longer share with you': 'ne partage plus avec vous',\n 'You now have access to the share': `Vous avez désormais accès au partage`,\n 'You no longer have access to the share': `Vous n'avez plus accès au partage`,\n 'You are no longer a member of the parent share, your child share has been deleted': `Vous n'êtes plus membre du partage parent, votre partage enfant a été supprimé`,\n 'Access your shares from': 'Accédez à vos partages depuis',\n 'Access password': `Mot de passe d'accès`,\n Sync: 'Synchronisation',\n 'Access your syncs from': 'Accédez à vos synchronisations depuis',\n 'You are no longer synchronizing': 'Vous ne synchronisez plus',\n 'Unlock Request': 'Demande de déverrouillage',\n 'You receive this notification because you have a lock on this file.': 'Vous recevez cette notification car vous avez un verrou sur ce fichier.',\n 'sends you a request to unlock the file': 'vous envoie une demande de déverrouillage du fichier',\n 'Security notification': 'Notification de sécurité',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Votre compte a été verrouillé après plusieurs tentatives d’authentification infructueuses',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': `Cette notification de sécurité concerne votre compte Sync-in. Merci de contacter un administrateur afin qu’il procède à l’analyse et au déverrouillage de votre compte.`,\n 'Two-factor authentication (2FA) on your account has been disabled': `L’authentification à deux facteurs (2FA) sur votre compte a été désactivée`,\n 'Two-factor authentication (2FA) on your account has been enabled': `L’authentification à deux facteurs (2FA) sur votre compte a été activée`,\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.': `Vous recevez cette notification car la sécurité de votre compte Sync-in a été modifiée. Si vous pensez qu’il s’agit d’une erreur, vérifiez vos paramètres de sécurité ou contactez votre administrateur.`,\n 'Address IP': 'Adresse IP',\n Browser: 'Navigateur',\n 'New Version Available': 'Nouvelle version disponible',\n 'You receive this notification because you are the administrator of this server.':\n 'Vous recevez cette notification car vous êtes l’administrateur de ce serveur.',\n 'A new update is available': 'Une nouvelle mise à jour est disponible'\n} as const\n"],"names":["fr","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB,CAAC,WAAW,CAAC;IAC/B,gBAAgB,CAAC,UAAU,CAAC;IAC5B,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC,CAAC,oCAAoC,CAAC;IAC1E,0CAA0C,CAAC,iCAAiC,CAAC;IAC7E,2CAA2C;IAC3CC,UAAU,CAAC,OAAO,CAAC;IACnBC,YAAY,CAAC,UAAU,CAAC;IACxBC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC,CAAC,oCAAoC,CAAC;IAC1E,0CAA0C,CAAC,iCAAiC,CAAC;IAC7E,qFAAqF,CAAC,8EAA8E,CAAC;IACrK,2BAA2B;IAC3B,mBAAmB,CAAC,oBAAoB,CAAC;IACzCC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEAAuE;IACvE,0CAA0C;IAC1C,yBAAyB;IACzB,mFACE;IACF,8IAA8I,CAAC,uKAAuK,CAAC;IACvT,qEAAqE,CAAC,0EAA0E,CAAC;IACjJ,oEAAoE,CAAC,uEAAuE,CAAC;IAC7I,iMAAiM,CAAC,wMAAwM,CAAC;IAC3Y,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFACE;IACF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/hi.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/hi.ts"],"sourcesContent":["export const hi = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n 'यदि आप अब सूचनाएँ प्राप्त नहीं करना चाहते हैं, तो अपने उपयोगकर्ता क्षेत्र से सीधे अपनी प्राथमिकताएँ बदलें।',\n 'Access it from': 'इसे यहाँ से एक्सेस करें',\n Comment: 'टिप्पणी',\n commented: 'ने टिप्पणी की',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'यदि आप फ़ाइल के मालिक हैं या आपने भी इस फ़ाइल पर टिप्पणी की है, तो आपको यह सूचना प्राप्त होती है',\n Space: 'स्पेस',\n 'from the space': 'स्पेस से',\n 'to the space': 'स्पेस में',\n 'Access your spaces from': 'अपने स्पेस यहाँ से एक्सेस करें',\n 'Access this space from': 'इस स्पेस को यहाँ से एक्सेस करें',\n 'You now have access to the space': 'अब आपको स्पेस तक पहुंच प्राप्त है',\n 'You no longer have access to the space': 'अब आपको स्पेस तक पहुंच नहीं है',\n 'This space has been permanently deleted': 'यह स्पेस स्थायी रूप से हटा दिया गया है',\n anchored: 'एंकर किया',\n unanchored: 'अनएंकर किया',\n Share: 'साझा',\n 'shared with you': 'आपके साथ साझा किया',\n 'no longer share with you': 'अब आपके साथ साझा नहीं किया',\n 'You now have access to the share': 'अब आपको साझा सामग्री तक पहुंच प्राप्त है',\n 'You no longer have access to the share': 'अब आपको साझा सामग्री तक पहुंच नहीं है',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'आप अब पैरेंट शेयर के सदस्य नहीं हैं; आपका चाइल्ड शेयर हटा दिया गया है',\n 'Access your shares from': 'अपने शेयर यहाँ से एक्सेस करें',\n 'Access password': 'एक्सेस पासवर्ड',\n Sync: 'समन्वयन',\n 'Access your syncs from': 'अपने समन्वयन यहाँ से एक्सेस करें',\n 'You are no longer synchronizing': 'आप अब समन्वयन नहीं कर रहे हैं',\n 'Unlock Request': 'अनलॉक अनुरोध',\n 'You receive this notification because you have a lock on this file.': 'यह सूचना आपको इसलिए प्राप्त हुई है क्योंकि इस फ़ाइल पर आपका लॉक है।',\n 'sends you a request to unlock the file': 'आपको फ़ाइल अनलॉक करने का अनुरोध भेजता है',\n 'Security notification': 'सुरक्षा सूचना',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'कई असफल प्रमाणीकरण प्रयासों के बाद आपका खाता लॉक कर दिया गया है',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'यह सुरक्षा सूचना आपके Sync-in खाते से संबंधित है। कृपया विश्लेषण करने और अपना खाता अनलॉक करने के लिए किसी प्रशासक से संपर्क करें।',\n 'Two-factor authentication (2FA) on your account has been disabled': 'आपके खाते पर दो‑कारक प्रमाणीकरण (2FA) अक्षम कर दिया गया है',\n 'Two-factor authentication (2FA) on your account has been enabled': 'आपके खाते पर दो‑कारक प्रमाणीकरण (2FA) सक्षम कर दिया गया है',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'आपको यह सूचना इसलिए मिली है क्योंकि आपके Sync-in खाते की सुरक्षा बदल गई है। यदि आपको लगता है कि यह गलती से हुआ है, तो कृपया अपनी सुरक्षा सेटिंग्स की समीक्षा करें या अपने प्रशासक से संपर्क करें।',\n 'Address IP': 'IP पता',\n Browser: 'ब्राउज़र',\n 'New Version Available': 'नया संस्करण उपलब्ध है',\n 'You receive this notification because you are the administrator of this server.':\n 'आपको यह सूचना इसलिए मिली है क्योंकि आप इस सर्वर के व्यवस्थापक हैं।',\n 'A new update is available': 'एक नया अपडेट उपलब्ध है'\n} as const\n"],"names":["hi","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEAAuE;IACvE,0CAA0C;IAC1C,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFACE;IACF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/index.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/index.ts"],"sourcesContent":["import { i18nLocale } from '../../../common/i18n'\nimport { de } from './de'\nimport { es } from './es'\nimport { fr } from './fr'\nimport { hi } from './hi'\nimport { it } from './it'\nimport { ja } from './ja'\nimport { ko } from './ko'\nimport { pl } from './pl'\nimport { pt } from './pt'\nimport { pt_BR } from './pt_br'\nimport { ru } from './ru'\nimport { tr } from './tr'\nimport { zh } from './zh'\n\nexport const translations = new Map<i18nLocale, Record<string, string>>([\n ['de', de],\n ['es', es],\n ['fr', fr],\n ['hi', hi],\n ['it', it],\n ['ja', ja],\n ['ko', ko],\n ['pl', pl],\n ['pt', pt],\n ['pt-BR', pt_BR],\n ['ru', ru],\n ['tr', tr],\n ['zh', zh]\n])\n\nexport function translateObject(language: i18nLocale, obj: Record<string, string>): Record<string, string> {\n if (!language || !translations.has(language)) return obj\n const tr: Record<string, string> = translations.get(language)\n if (!tr) return obj\n for (const key in obj) {\n const v = obj[key]\n const t = tr[v]\n if (t) obj[key] = t\n }\n return obj\n}\n"],"names":["translateObject","translations","Map","de","es","fr","hi","it","ja","ko","pl","pt","pt_BR","ru","tr","zh","language","obj","has","get","key","v","t"],"mappings":";;;;;;;;;;;QA+BgBA;eAAAA;;QAhBHC;eAAAA;;;oBAdM;oBACA;oBACA;oBACA;oBACA;oBACA;oBACA;oBACA;oBACA;uBACG;oBACH;oBACA;oBACA;AAEZ,MAAMA,eAAe,IAAIC,IAAwC;IACtE;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAASC,YAAK;KAAC;IAChB;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;IACV;QAAC;QAAMC,MAAE;KAAC;CACX;AAEM,SAASf,gBAAgBgB,QAAoB,EAAEC,GAA2B;IAC/E,IAAI,CAACD,YAAY,CAACf,aAAaiB,GAAG,CAACF,WAAW,OAAOC;IACrD,MAAMH,KAA6Bb,aAAakB,GAAG,CAACH;IACpD,IAAI,CAACF,IAAI,OAAOG;IAChB,IAAK,MAAMG,OAAOH,IAAK;QACrB,MAAMI,IAAIJ,GAAG,CAACG,IAAI;QAClB,MAAME,IAAIR,EAAE,CAACO,EAAE;QACf,IAAIC,GAAGL,GAAG,CAACG,IAAI,GAAGE;IACpB;IACA,OAAOL;AACT"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/it.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/it.ts"],"sourcesContent":["export const it = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n 'Se non desideri più ricevere notifiche, modifica le tue preferenze direttamente dalla tua area utente.',\n 'Access it from': 'Accedi da',\n Comment: 'Commento',\n commented: 'ha commentato',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Ricevi questa notifica se sei il proprietario del file o se hai anche commentato questo file',\n Space: 'Spazio',\n 'from the space': 'dallo spazio',\n 'to the space': 'allo spazio',\n 'Access your spaces from': 'Accedi ai tuoi spazi da',\n 'Access this space from': 'Accedi a questo spazio da',\n 'You now have access to the space': 'Ora hai accesso allo spazio',\n 'You no longer have access to the space': 'Non hai più accesso allo spazio',\n 'This space has been permanently deleted': 'Questo spazio è stato eliminato definitivamente',\n anchored: 'ha ancorato',\n unanchored: 'ha disancorato',\n Share: 'Condivisione',\n 'shared with you': 'ha condiviso con te',\n 'no longer share with you': 'non condivide più con te',\n 'You now have access to the share': 'Ora hai accesso alla condivisione',\n 'You no longer have access to the share': 'Non hai più accesso alla condivisione',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Non sei più membro della condivisione principale; la tua condivisione figlia è stata eliminata',\n 'Access your shares from': 'Accedi alle tue condivisioni da',\n 'Access password': 'Password di accesso',\n Sync: 'Sincronizzazione',\n 'Access your syncs from': 'Accedi alle tue sincronizzazioni da',\n 'You are no longer synchronizing': 'Non stai più sincronizzando',\n 'Unlock Request': 'Richiesta di sblocco',\n 'You receive this notification because you have a lock on this file.': 'Ricevi questa notifica perché hai un blocco su questo file.',\n 'sends you a request to unlock the file': 'ti invia una richiesta per sbloccare il file',\n 'Security notification': 'Notifica di sicurezza',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Il tuo account è stato bloccato dopo diversi tentativi di autenticazione non riusciti',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': `Questa notifica di sicurezza riguarda il tuo account Sync-in. Contatta un amministratore per effettuare l'analisi e sbloccare il tuo account.`,\n 'Two-factor authentication (2FA) on your account has been disabled': `L'autenticazione a due fattori (2FA) sul tuo account è stata disabilitata`,\n 'Two-factor authentication (2FA) on your account has been enabled': `L'autenticazione a due fattori (2FA) sul tuo account è stata abilitata`,\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Hai ricevuto questa notifica perché la sicurezza del tuo account Sync-in è cambiata. Se pensi che si tratti di un errore, rivedi le impostazioni di sicurezza o contatta il tuo amministratore.',\n 'Address IP': 'Indirizzo IP',\n Browser: 'Browser',\n 'New Version Available': 'Nuova versione disponibile',\n 'You receive this notification because you are the administrator of this server.':\n 'Ricevi questa notifica perché sei l’amministratore di questo server.',\n 'A new update is available': 'È disponibile un nuovo aggiornamento'\n} as const\n"],"names":["it","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEAAuE;IACvE,0CAA0C;IAC1C,yBAAyB;IACzB,mFACE;IACF,8IAA8I,CAAC,6IAA6I,CAAC;IAC7R,qEAAqE,CAAC,yEAAyE,CAAC;IAChJ,oEAAoE,CAAC,sEAAsE,CAAC;IAC5I,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFACE;IACF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/ja.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/ja.ts"],"sourcesContent":["export const ja = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n '通知の受信を希望しない場合は、ユーザー用スペースから直接設定を変更してください。',\n 'Access it from': 'こちらからアクセス',\n Comment: 'コメント',\n commented: 'コメントしました',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'この通知は、あなたがファイルの所有者である場合、またはこのファイルにコメントした場合に送信されます。',\n Space: 'スペース',\n 'from the space': 'スペースから',\n 'to the space': 'スペースへ',\n 'Access your spaces from': '次の場所からあなたのスペースにアクセス',\n 'Access this space from': '次の場所からこのスペースにアクセス',\n 'You now have access to the space': 'あなたはこのスペースにアクセスできるようになりました',\n 'You no longer have access to the space': 'あなたはこのスペースにアクセスできなくなりました',\n 'This space has been permanently deleted': 'このスペースは完全に削除されました',\n anchored: '固定しました',\n unanchored: '固定を解除しました',\n Share: '共有',\n 'shared with you': 'あなたと共有しました',\n 'no longer share with you': 'あなたとの共有を解除しました',\n 'You now have access to the share': '共有にアクセスできるようになりました',\n 'You no longer have access to the share': '共有へのアクセス権がなくなりました',\n 'You are no longer a member of the parent share, your child share has been deleted':\n '親共有のメンバーではなくなったため、あなたの子共有は削除されました',\n 'Access your shares from': '次の場所からあなたの共有にアクセス',\n 'Access password': 'アクセスパスワード',\n Sync: '同期',\n 'Access your syncs from': '次の場所からあなたの同期にアクセス',\n 'You are no longer synchronizing': '同期を停止しました',\n 'Unlock Request': 'ロック解除リクエスト',\n 'You receive this notification because you have a lock on this file.': 'このファイルにロックが設定されているため、この通知を受け取っています。',\n 'sends you a request to unlock the file': 'あなたにファイルのロック解除をリクエストしました',\n 'Security notification': 'セキュリティ通知',\n 'Your account has been locked after several unsuccessful authentication attempts': '複数回の認証失敗により、あなたのアカウントはロックされました',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'このセキュリティ通知はあなたの Sync-in アカウントに関するものです。分析とアカウントのロック解除のため、管理者に連絡してください。',\n 'Two-factor authentication (2FA) on your account has been disabled': 'あなたのアカウントの二要素認証(2FA)が無効化されました',\n 'Two-factor authentication (2FA) on your account has been enabled': 'あなたのアカウントの二要素認証(2FA)が有効化されました',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'この通知は、あなたの Sync-in アカウントのセキュリティが変更されたため送信されました。誤りだと思われる場合は、セキュリティ設定を確認するか管理者に連絡してください。',\n 'Address IP': 'IP アドレス',\n Browser: 'ブラウザー',\n 'New Version Available': '新しいバージョンが利用可能です',\n 'You receive this notification because you are the administrator of this server.':\n 'あなたがこのサーバーの管理者であるため、この通知を受け取っています。',\n 'A new update is available': '新しいアップデートが利用可能です'\n} as const\n"],"names":["ja","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEAAuE;IACvE,0CAA0C;IAC1C,yBAAyB;IACzB,mFAAmF;IACnF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFACE;IACF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/ko.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/ko.ts"],"sourcesContent":["export const ko = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n '더 이상 알림을 받고 싶지 않다면, 사용자 공간에서 바로 환경설정을 변경하세요.',\n 'Access it from': '여기에서 액세스',\n Comment: '댓글',\n commented: '댓글을 달았습니다',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n '파일의 소유자이거나 이 파일에 댓글을 단 경우 이 알림을 받게 됩니다.',\n Space: '공간',\n 'from the space': '공간에서',\n 'to the space': '공간으로',\n 'Access your spaces from': '다음에서 내 공간에 액세스',\n 'Access this space from': '다음에서 이 공간에 액세스',\n 'You now have access to the space': '이제 이 공간에 액세스할 수 있습니다',\n 'You no longer have access to the space': '더 이상 이 공간에 액세스할 수 없습니다',\n 'This space has been permanently deleted': '이 공간은 영구히 삭제되었습니다',\n anchored: '고정했습니다',\n unanchored: '고정을 해제했습니다',\n Share: '공유',\n 'shared with you': '당신과 공유했습니다',\n 'no longer share with you': '더 이상 당신과 공유하지 않습니다',\n 'You now have access to the share': '이제 해당 공유에 액세스할 수 있습니다',\n 'You no longer have access to the share': '더 이상 해당 공유에 액세스할 수 없습니다',\n 'You are no longer a member of the parent share, your child share has been deleted':\n '상위 공유의 구성원이 더 이상 아니므로, 하위 공유가 삭제되었습니다',\n 'Access your shares from': '다음에서 내 공유에 액세스',\n 'Access password': '액세스 비밀번호',\n Sync: '동기화',\n 'Access your syncs from': '다음에서 내 동기화에 액세스',\n 'You are no longer synchronizing': '더 이상 동기화하지 않습니다',\n 'Unlock Request': '잠금 해제 요청',\n 'You receive this notification because you have a lock on this file.': '이 파일에 잠금이 설정되어 있어 이 알림을 받았습니다.',\n 'sends you a request to unlock the file': '파일 잠금 해제 요청을 보냈습니다',\n 'Security notification': '보안 알림',\n 'Your account has been locked after several unsuccessful authentication attempts': '여러 번 인증에 실패하여 계정이 잠겼습니다',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n '이 보안 알림은 귀하의 Sync-in 계정과 관련된 것입니다. 분석 및 계정 잠금 해제를 위해 관리자에게 문의해 주세요.',\n 'Two-factor authentication (2FA) on your account has been disabled': '계정의 이중 인증(2FA)이 비활성화되었습니다',\n 'Two-factor authentication (2FA) on your account has been enabled': '계정의 이중 인증(2FA)이 활성화되었습니다',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Sync-in 계정의 보안이 변경되어 이 알림을 받았습니다. 실수라고 생각되면 보안 설정을 확인하거나 관리자에게 문의하세요.',\n 'Address IP': 'IP 주소',\n Browser: '브라우저',\n 'New Version Available': '새 버전이 이용 가능합니다',\n 'You receive this notification because you are the administrator of this server.': '이 서버의 관리자이기 때문에 이 알림을 받았습니다.',\n 'A new update is available': '새로운 업데이트가 이용 가능합니다'\n} as const\n"],"names":["ko","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEAAuE;IACvE,0CAA0C;IAC1C,yBAAyB;IACzB,mFAAmF;IACnF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFAAmF;IACnF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/pl.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/pl.ts"],"sourcesContent":["export const pl = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n 'Jeśli nie chcesz już otrzymywać powiadomień, zmień swoje preferencje bezpośrednio w przestrzeni użytkownika.',\n 'Access it from': 'Uzyskaj dostęp z',\n Comment: 'Komentarz',\n commented: 'skommentował(a)',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Otrzymujesz to powiadomienie, jeśli jesteś właścicielem pliku lub jeśli również skomentowałeś(aś) ten plik.',\n Space: 'Przestrzeń',\n 'from the space': 'z przestrzeni',\n 'to the space': 'do przestrzeni',\n 'Access your spaces from': 'Uzyskaj dostęp do swoich przestrzeni z',\n 'Access this space from': 'Uzyskaj dostęp do tej przestrzeni z',\n 'You now have access to the space': 'Masz teraz dostęp do tej przestrzeni',\n 'You no longer have access to the space': 'Nie masz już dostępu do tej przestrzeni',\n 'This space has been permanently deleted': 'Ta przestrzeń została trwale usunięta',\n anchored: 'przypiął(a)',\n unanchored: 'odpiął(a)',\n Share: 'Udostępnianie',\n 'shared with you': 'udostępnił(a) tobie',\n 'no longer share with you': 'przestał(a) z tobą udostępniać',\n 'You now have access to the share': 'Masz teraz dostęp do udostępnionego zasobu',\n 'You no longer have access to the share': 'Nie masz już dostępu do udostępnionego zasobu',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Nie jesteś już członkiem udziału nadrzędnego, twój udział podrzędny został usunięty',\n 'Access your shares from': 'Uzyskaj dostęp do swoich udostępnień z',\n 'Access password': 'Hasło dostępu',\n Sync: 'Synchronizacja',\n 'Access your syncs from': 'Uzyskaj dostęp do swoich synchronizacji z',\n 'You are no longer synchronizing': 'Już nie synchronizujesz',\n 'Unlock Request': 'Prośba o odblokowanie',\n 'You receive this notification because you have a lock on this file.': 'Otrzymujesz to powiadomienie, ponieważ masz blokadę na tym pliku.',\n 'sends you a request to unlock the file': 'wysyła ci prośbę o odblokowanie pliku',\n 'Security notification': 'Powiadomienie bezpieczeństwa',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Twoje konto zostało zablokowane po kilku nieudanych próbach uwierzytelnienia',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'To powiadomienie bezpieczeństwa dotyczy twojego konta Sync-in. Skontaktuj się z administratorem, aby przeprowadzić analizę i odblokować konto.',\n 'Two-factor authentication (2FA) on your account has been disabled': 'Uwierzytelnianie dwuskładnikowe (2FA) na twoim koncie zostało wyłączone',\n 'Two-factor authentication (2FA) on your account has been enabled': 'Uwierzytelnianie dwuskładnikowe (2FA) na twoim koncie zostało włączone',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Otrzymałeś(aś) to powiadomienie, ponieważ zmieniły się ustawienia bezpieczeństwa twojego konta Sync-in. Jeśli uważasz, że to pomyłka, sprawdź ustawienia bezpieczeństwa lub skontaktuj się z administratorem.',\n 'Address IP': 'Adres IP',\n Browser: 'Przeglądarka',\n 'New Version Available': 'Dostępna jest nowa wersja',\n 'You receive this notification because you are the administrator of this server.':\n 'Otrzymujesz to powiadomienie, ponieważ jesteś administratorem tego serwera.',\n 'A new update is available': 'Dostępna jest nowa aktualizacja'\n} as const\n"],"names":["pl","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEAAuE;IACvE,0CAA0C;IAC1C,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFACE;IACF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/pt.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/pt.ts"],"sourcesContent":["export const pt = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n 'Se já não deseja receber notificações, altere as suas preferências diretamente no seu espaço de utilizador.',\n 'Access it from': 'Aceda a partir de',\n Comment: 'Comentário',\n commented: 'comentou',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Recebe esta notificação se for o proprietário do ficheiro ou se também tiver comentado este ficheiro',\n Space: 'Espaço',\n 'from the space': 'do espaço',\n 'to the space': 'para o espaço',\n 'Access your spaces from': 'Aceda aos seus espaços a partir de',\n 'Access this space from': 'Aceda a este espaço a partir de',\n 'You now have access to the space': 'Passou a ter acesso ao espaço',\n 'You no longer have access to the space': 'Deixou de ter acesso ao espaço',\n 'This space has been permanently deleted': 'Este espaço foi eliminado permanentemente',\n anchored: 'ancorou',\n unanchored: 'desancorou',\n Share: 'Partilha',\n 'shared with you': 'partilhou consigo',\n 'no longer share with you': 'deixou de partilhar consigo',\n 'You now have access to the share': 'Passou a ter acesso à partilha',\n 'You no longer have access to the share': 'Deixou de ter acesso à partilha',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Deixou de ser membro da partilha principal; a sua partilha filha foi eliminada',\n 'Access your shares from': 'Aceda às suas partilhas a partir de',\n 'Access password': 'Palavra-passe de acesso',\n Sync: 'Sincronização',\n 'Access your syncs from': 'Aceda às suas sincronizações a partir de',\n 'You are no longer synchronizing': 'Deixou de sincronizar',\n 'Unlock Request': 'Pedido de desbloqueio',\n 'You receive this notification because you have a lock on this file.': 'Recebe esta notificação porque tem um bloqueio neste ficheiro.',\n 'sends you a request to unlock the file': 'envia-lhe um pedido para desbloquear o ficheiro',\n 'Security notification': 'Notificação de segurança',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'A sua conta foi bloqueada após várias tentativas de autenticação sem sucesso',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'Esta notificação de segurança diz respeito à sua conta Sync-in. Contacte um administrador para proceder à análise e desbloquear a sua conta.',\n 'Two-factor authentication (2FA) on your account has been disabled': 'A autenticação de dois fatores (2FA) na sua conta foi desativada',\n 'Two-factor authentication (2FA) on your account has been enabled': 'A autenticação de dois fatores (2FA) na sua conta foi ativada',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Recebeu esta notificação porque a segurança da sua conta Sync-in foi alterada. Se acha que foi um engano, reveja as suas definições de segurança ou contacte o seu administrador.',\n 'Address IP': 'Endereço IP',\n Browser: 'Navegador',\n 'New Version Available': 'Nova versão disponível',\n 'You receive this notification because you are the administrator of this server.':\n 'Recebe esta notificação porque é o administrador deste servidor.',\n 'A new update is available': 'Está disponível uma nova atualização'\n} as const\n"],"names":["pt","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEAAuE;IACvE,0CAA0C;IAC1C,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFACE;IACF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/pt_br.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/pt_br.ts"],"sourcesContent":["export const pt_BR = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n 'Se você não deseja mais receber notificações, altere suas preferências diretamente no seu espaço do usuário.',\n 'Access it from': 'Acesse a partir de',\n Comment: 'Comentário',\n commented: 'comentou',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Você recebe esta notificação se for o proprietário do arquivo ou se também comentou neste arquivo.',\n Space: 'Espaço',\n 'from the space': 'do espaço',\n 'to the space': 'para o espaço',\n 'Access your spaces from': 'Acesse seus espaços a partir de',\n 'Access this space from': 'Acesse este espaço a partir de',\n 'You now have access to the space': 'Agora você tem acesso ao espaço',\n 'You no longer have access to the space': 'Você não tem mais acesso ao espaço',\n 'This space has been permanently deleted': 'Este espaço foi excluído permanentemente',\n anchored: 'ancorou',\n unanchored: 'desancorou',\n Share: 'Compartilhamento',\n 'shared with you': 'compartilhou com você',\n 'no longer share with you': 'não compartilha mais com você',\n 'You now have access to the share': 'Agora você tem acesso ao compartilhamento',\n 'You no longer have access to the share': 'Você não tem mais acesso ao compartilhamento',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Você não é mais membro do compartilhamento pai; seu compartilhamento filho foi excluído',\n 'Access your shares from': 'Acesse seus compartilhamentos a partir de',\n 'Access password': 'Senha de acesso',\n Sync: 'Sincronização',\n 'Access your syncs from': 'Acesse suas sincronizações a partir de',\n 'You are no longer synchronizing': 'Você não está mais sincronizando',\n 'Unlock Request': 'Solicitação de desbloqueio',\n 'You receive this notification because you have a lock on this file.': 'Você recebe esta notificação porque você tem um bloqueio neste arquivo.',\n 'sends you a request to unlock the file': 'lhe envia uma solicitação para desbloquear o arquivo',\n 'Security notification': 'Notificação de segurança',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Sua conta foi bloqueada após várias tentativas de autenticação sem sucesso',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'Esta notificação de segurança diz respeito à sua conta Sync-in. Entre em contato com um administrador para realizar a análise e desbloquear sua conta.',\n 'Two-factor authentication (2FA) on your account has been disabled': 'A autenticação de dois fatores (2FA) na sua conta foi desativada',\n 'Two-factor authentication (2FA) on your account has been enabled': 'A autenticação de dois fatores (2FA) na sua conta foi ativada',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Você recebeu esta notificação porque a segurança da sua conta Sync-in foi alterada. Se você acha que isso foi um engano, revise suas configurações de segurança ou entre em contato com o seu administrador.',\n 'Address IP': 'Endereço IP',\n Browser: 'Navegador',\n 'New Version Available': 'Nova versão disponível',\n 'You receive this notification because you are the administrator of this server.':\n 'Você recebe esta notificação porque é o administrador deste servidor.',\n 'A new update is available': 'Uma nova atualização está disponível'\n} as const\n"],"names":["pt_BR","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,QAAQ;IACnB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEAAuE;IACvE,0CAA0C;IAC1C,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFACE;IACF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/ru.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/ru.ts"],"sourcesContent":["export const ru = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n 'Если вы больше не хотите получать уведомления, измените настройки прямо в вашем пользовательском пространстве.',\n 'Access it from': 'Доступно отсюда',\n Comment: 'Комментарий',\n commented: 'прокомментировал(а)',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Вы получаете это уведомление, если являетесь владельцем файла или также оставляли комментарий к нему',\n Space: 'Пространство',\n 'from the space': 'из пространства',\n 'to the space': 'в пространство',\n 'Access your spaces from': 'Доступ к вашим пространствам',\n 'Access this space from': 'Доступ к этому пространству',\n 'You now have access to the space': 'Теперь у вас есть доступ к пространству',\n 'You no longer have access to the space': 'У вас больше нет доступа к пространству',\n 'This space has been permanently deleted': 'Это пространство было безвозвратно удалено',\n anchored: 'закрепил(а)',\n unanchored: 'открепил(а)',\n Share: 'Общий доступ',\n 'shared with you': 'поделился(лась) с вами',\n 'no longer share with you': 'больше не делится с вами',\n 'You now have access to the share': 'Теперь у вас есть доступ к общему ресурсу',\n 'You no longer have access to the share': 'У вас больше нет доступа к общему ресурсу',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Вы больше не участник родительского общего ресурса, ваш дочерний ресурс был удалён',\n 'Access your shares from': 'Доступ к вашим общим ресурсам',\n 'Access password': 'Пароль доступа',\n Sync: 'Синхронизация',\n 'Access your syncs from': 'Доступ к вашим синхронизациям',\n 'You are no longer synchronizing': 'Вы больше не синхронизируете',\n 'Unlock Request': 'Запрос на разблокировку',\n 'You receive this notification because you have a lock on this file.':\n 'Вы получили это уведомление, потому что у вас есть блокировка на этом файле.',\n 'sends you a request to unlock the file': 'отправляет вам запрос на разблокировку файла',\n 'Security notification': 'Уведомление безопасности',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Ваш аккаунт был заблокирован после нескольких неудачных попыток входа',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'Это уведомление касается вашего аккаунта в Sync-in. Пожалуйста, обратитесь к администратору для анализа и разблокировки аккаунта.',\n 'Two-factor authentication (2FA) on your account has been disabled': 'Двухфакторная аутентификация (2FA) для вашего аккаунта была отключена',\n 'Two-factor authentication (2FA) on your account has been enabled': 'Двухфакторная аутентификация (2FA) для вашего аккаунта была включена',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Вы получили это уведомление, потому что изменились настройки безопасности вашего аккаунта в Sync-in. Если вы считаете, что это ошибка, проверьте настройки безопасности или свяжитесь с администратором.',\n 'Address IP': 'IP-адрес',\n Browser: 'Браузер',\n 'New Version Available': 'Доступна новая версия',\n 'You receive this notification because you are the administrator of this server.':\n 'Вы получаете это уведомление, потому что вы являетесь администратором этого сервера.',\n 'A new update is available': 'Доступно новое обновление'\n} as const\n"],"names":["ru","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEACE;IACF,0CAA0C;IAC1C,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFACE;IACF,6BAA6B;AAC/B"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
|
|
3
|
-
* This file is part of Sync-in | The open source file sync and share solution
|
|
4
|
-
* See the LICENSE file for licensing details
|
|
5
|
-
*/ "use strict";
|
|
1
|
+
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", {
|
|
7
3
|
value: true
|
|
8
4
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/tr.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../../../backend/src/applications/notifications/i18n/tr.ts"],"sourcesContent":["export const tr = {\n 'If you no longer wish to receive notifications, change your preferences directly from your user space.':\n 'Artık bildirim almak istemiyorsanız, kullanıcı alanınızdan doğrudan tercihlerinizi değiştirin.',\n 'Access it from': 'Buradan erişin',\n Comment: 'Yorum',\n commented: 'yorum yaptı',\n 'You receive this notification if you are the owner of the file or if you have also commented on this file':\n 'Dosyanın sahibiyseniz veya bu dosyaya yorum yaptıysanız bu bildirimi alırsınız.',\n Space: 'Alan',\n 'from the space': 'alandan',\n 'to the space': 'alana',\n 'Access your spaces from': 'Alanlarınıza buradan erişin',\n 'Access this space from': 'Bu alana buradan erişin',\n 'You now have access to the space': 'Artık bu alana erişiminiz var',\n 'You no longer have access to the space': 'Artık bu alana erişiminiz yok',\n 'This space has been permanently deleted': 'Bu alan kalıcı olarak silindi',\n anchored: 'sabitledi',\n unanchored: 'sabitlemeyi kaldırdı',\n Share: 'Paylaşım',\n 'shared with you': 'sizinle paylaştı',\n 'no longer share with you': 'artık sizinle paylaşmıyor',\n 'You now have access to the share': 'Artık paylaşıma erişiminiz var',\n 'You no longer have access to the share': 'Artık paylaşıma erişiminiz yok',\n 'You are no longer a member of the parent share, your child share has been deleted':\n 'Üst paylaşıma artık üye olmadığınız için alt paylaşımınız silindi',\n 'Access your shares from': 'Paylaşımlarınıza buradan erişin',\n 'Access password': 'Erişim parolası',\n Sync: 'Eşitleme',\n 'Access your syncs from': 'Eşitlemelerinize buradan erişin',\n 'You are no longer synchronizing': 'Artık eşitleme yapmıyorsunuz',\n 'Unlock Request': 'Kilidi açma talebi',\n 'You receive this notification because you have a lock on this file.': 'Bu dosya üzerinde bir kilidiniz olduğu için bu bildirimi alıyorsunuz.',\n 'sends you a request to unlock the file': 'size dosyanın kilidini açma talebi gönderiyor',\n 'Security notification': 'Güvenlik bildirimi',\n 'Your account has been locked after several unsuccessful authentication attempts':\n 'Birkaç başarısız kimlik doğrulama girişiminden sonra hesabınız kilitlendi',\n 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.':\n 'Bu güvenlik bildirimi, Sync-in hesabınızla ilgilidir. Analiz yapılması ve hesabınızın kilidinin açılması için lütfen bir yöneticiyle iletişime geçin.',\n 'Two-factor authentication (2FA) on your account has been disabled': 'Hesabınızda iki faktörlü kimlik doğrulama (2FA) devre dışı bırakıldı',\n 'Two-factor authentication (2FA) on your account has been enabled': 'Hesabınızda iki faktörlü kimlik doğrulama (2FA) etkinleştirildi',\n 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.':\n 'Sync-in hesabınızın güvenliği değiştiği için bu bildirimi aldınız. Bunun bir hata olduğunu düşünüyorsanız güvenlik ayarlarınızı gözden geçirin veya yöneticinizle iletişime geçin.',\n 'Address IP': 'IP adresi',\n Browser: 'Tarayıcı',\n 'New Version Available': 'Yeni sürüm mevcut',\n 'You receive this notification because you are the administrator of this server.': 'Bu bildirimi alıyorsunuz çünkü bu sunucunun yöneticisisiniz.',\n 'A new update is available': 'Yeni bir güncelleme mevcut'\n} as const\n"],"names":["tr","Comment","commented","Space","anchored","unanchored","Share","Sync","Browser"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,KAAK;IAChB,0GACE;IACF,kBAAkB;IAClBC,SAAS;IACTC,WAAW;IACX,6GACE;IACFC,OAAO;IACP,kBAAkB;IAClB,gBAAgB;IAChB,2BAA2B;IAC3B,0BAA0B;IAC1B,oCAAoC;IACpC,0CAA0C;IAC1C,2CAA2C;IAC3CC,UAAU;IACVC,YAAY;IACZC,OAAO;IACP,mBAAmB;IACnB,4BAA4B;IAC5B,oCAAoC;IACpC,0CAA0C;IAC1C,qFACE;IACF,2BAA2B;IAC3B,mBAAmB;IACnBC,MAAM;IACN,0BAA0B;IAC1B,mCAAmC;IACnC,kBAAkB;IAClB,uEAAuE;IACvE,0CAA0C;IAC1C,yBAAyB;IACzB,mFACE;IACF,8IACE;IACF,qEAAqE;IACrE,oEAAoE;IACpE,iMACE;IACF,cAAc;IACdC,SAAS;IACT,yBAAyB;IACzB,mFAAmF;IACnF,6BAA6B;AAC/B"}
|