AcadeDoc/apps/server/src/integrations/import
Philip Okugbe 78b1c1a453
feat: switch to cursor pagination (#1884)
* add cursor pagination function

* support custom order modifier
* refactor returned object

* feat(db): migrate paginated endpoints to cursor-based pagination

* sync

* support hasPrevPage boolean

* feat(client): migrate pagination from offset to cursor-based

* support beforeCursor/prevCursor

* wrap search results in items array for API consistency
2026-01-30 19:28:54 +00:00
..
dto feat(export): add metadata file to preserve page icons and ordering on import (#1877) 2026-01-27 16:39:39 +00:00
processors fix: enhance page import (#1570) 2025-09-17 23:50:27 +01:00
services feat(export): add metadata file to preserve page icons and ordering on import (#1877) 2026-01-27 16:39:39 +00:00
utils feat(export): add metadata file to preserve page icons and ordering on import (#1877) 2026-01-27 16:39:39 +00:00
file-task.controller.ts feat: switch to cursor pagination (#1884) 2026-01-30 19:28:54 +00:00
import.controller.ts feat: bulk page imports (#1219) 2025-06-09 04:29:27 +01:00
import.module.ts fix: page import task (#1551) 2025-09-13 03:14:59 +01:00