aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e2e_tests/tests/api/public.test.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix crawling and search e2e tests (#2105)Mohamed Bassem2025-11-081-12/+8
| | | | | | | * tests: Attempt to fix flaky tests * fix internal address * fix assets tests
* fix: Fix package boundary violationsMohamedBassem2025-07-271-3/+4
|
* fix: Change public image's signed tokens to be time aligned for better cachingMohamed Bassem2025-06-211-0/+8
|
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-011-0/+322
* WIP: public lists * Drop viewing modes * Add the public endpoint for assets * regen the openapi spec * proper handling for different asset types * Add num bookmarks and a no bookmark banner * Correctly set page title * Add a not-found page * merge the RSS and public list endpoints * Add e2e tests for the public endpoints * Redesign the share list modal * Make NEXTAUTH_SECRET not required * propery render text bookmarks * rebase migration * fix public token tests * Add more tests