aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: Fix feed worker to fetch feeds with proxyMohamed Bassem2025-09-063-50/+58
|
* fix: Change the inferance working logging when disabled to be a debug log levelMohamed Bassem2025-09-062-2/+2
|
* fix: Dont attempt to fetch rss if the user if out of quotaMohamed Bassem2025-09-061-0/+13
|
* refactor: Extract quota logic into its own classMohamed Bassem2025-09-0611-102/+133
|
* fix: Reduce polling interval on meilisearch tasksMohamed Bassem2025-09-063-47/+13
|
* fix: Don't enqueue video tasks when video downlaod is disabledMohamed Bassem2025-09-061-8/+10
|
* fix(landing): fixed typo in FAQ (#1893)Midhun Sudhir2025-09-061-1/+1
|
* fix: Incremental polling interval for ongoing crawlsMohamed Bassem2025-08-315-36/+40
|
* refactor: Move highlights object into modelsMohamed Bassem2025-08-312-131/+188
|
* refactor: Move feed object into modelsMohamed Bassem2025-08-312-94/+134
|
* release(mobile): Bump mobile version to 1.8.0MohamedBassem2025-08-311-3/+3
|
* fix(mobile): Use uncontrolled inputs for signin pageMohamedBassem2025-08-311-57/+30
|
* feat(mobile): Add a default server address during signinMohamedBassem2025-08-311-14/+78
|
* deps: Drop ronionoss iconsMohamedBassem2025-08-314-53/+12
|
* fix(mobile): Fix text bookmark editorMohamedBassem2025-08-316-379/+444
|
* fix(mobile): Disable the save button when bookmark is being savedMohamedBassem2025-08-311-2/+2
|
* fix(docs): typo: Optaining -> Obtaining in 09-command-line.md (#1850)Yinan2025-08-301-1/+1
|
* doc: clarify that groups can't be negated (#1881)Olicorne2025-08-301-1/+1
|
* fix: show login button in the landing page on mobileMohamed Bassem2025-08-301-0/+23
|
* fix: fix long worker log lines when downloading base64 imagesMohamed Bassem2025-08-301-1/+3
|
* fix: Respect wal mode for the queue dbMohamed Bassem2025-08-305-13/+15
|
* fix: handle list with slashes in their names and truncate long list names. ↵Mohamed Bassem2025-08-3010-239/+713
| | | | fixes #1597
* fix: fix move the admin route to the /v1 prefixMohamed Bassem2025-08-271-1/+1
|
* feat: Add a bookmark skeleton for searchMohamed Bassem2025-08-272-2/+86
|
* feat(mobile): Retheme the mobile app (#1872)Mohamed Bassem2025-08-2647-433/+1991
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add nativewindui * migrate to nativewindui text * Replace buttons with nativewindui buttons * Use nativewindui search input * fix the divider color * More changes * fix manage tag icon * fix styling of bookmark card * fix ios compilation * fix search clear * fix tag pill border color * Store theme setting in app settings * fix setting color appearance * fix coloring of search input * fix following system theme * add a save button to info * fix the grey colors on android * fix icon active tint color * drop the use of TextField
* fix(mobile): Fix crash in android webviewMohamedBassem2025-08-251-2/+2
|
* feat(mobile): Add edit menu item to bookmark cardMohamedBassem2025-08-241-3/+12
|
* fix(mobile): Change the icon of the share buttonMohamedBassem2025-08-241-2/+2
|
* feat: Add delete button and creation dates to mobile info pageMohamedBassem2025-08-241-33/+78
|
* u18n: Update french translation.json (#1866)Vivien2025-08-241-1/+1
| | | Better french 🥖
* fix: fix nextjs warning about dialog without title in bookmark previewMohamedBassem2025-08-243-3/+18
|
* fix(web): fix query getting rest when bookmark preview is closed. fixes #1521MohamedBassem2025-08-244-17/+34
|
* fix(web): Fix hydration errors in add api key pageMohamedBassem2025-08-231-14/+7
|
* fix: preserve selected section in link preview in query paramsMohamedBassem2025-08-231-2/+4
|
* fix: Hide bookmark global actions when there's no bookmark grid shownMohamedBassem2025-08-233-3/+27
|
* fix(security): Add CSP policies on asset serving pathMohamedBassem2025-08-232-2/+20
|
* fix: Dont attempt to remove uploaded tmp file if it's already removedMohamedBassem2025-08-221-1/+7
|
* fix: Sanitize uploaded file names. #1765MohamedBassem2025-08-221-1/+2
|
* deps: Upgrade oxlint to 1.12MohamedBassem2025-08-222-147/+347
|
* fix: dangling assets created by changing crawling configMohamedBassem2025-08-221-5/+6
|
* fix(workers): Drop the withTimeout wrappersMohamedBassem2025-08-222-10/+2
|
* feat: Export prometheus metrics from the workersMohamedBassem2025-08-2217-34/+181
|
* fix: Remove dev indicator config from nextjs configMohamedBassem2025-08-221-4/+0
|
* feat: generate a random prometheus token on startupMohamedBassem2025-08-224-37/+11
|
* feat: Support video uploads and attachments (#1847)Evan Sharp2025-08-222-1/+11
| | | | | | | | This commit allows the following mime types to be uploaded and attached as video assets on bookmarks. - video/mp4 - video/webm - video/x-matroska
* fix(web): Fix dark mode titles for public listsMohamedBassem2025-08-221-4/+4
|
* feat: Add confirmations to background job actionsMohamedBassem2025-08-222-25/+40
|
* feat: A redesigned background jobs page. #1551MohamedBassem2025-08-214-202/+499
|
* Revert "deps: Upgrade nextjs to 15.5"MohamedBassem2025-08-208-1291/+2334
| | | | This reverts commit be420c9aebb0f2d343a0c94327fddc089f56d402.
* deps: Upgrade nextjs to 15.5MohamedBassem2025-08-208-2334/+1291
|