aboutsummaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: Add Create Tag button to tags page (#1942)Mohamed Bassem2025-09-143-1/+156
* feat(search): add title search qualifier (#1940)Mohamed Bassem2025-09-133-0/+15
* feat(extension): add current tab title while saving from extension (#1930)Abel2025-09-131-0/+1
* i18n: Sync weblate translationsHosted Weblate2025-09-0730-61/+2011
* fix: fix tag flicker caused by tag sortingMohamed Bassem2025-09-074-46/+39
* feat: Show loading indicator while file is being generated #1787 (#1870)ahmed-abdelkarim2025-09-071-7/+51
* feat: Add cookie support for browser page accessMohamed Bassem2025-09-071-0/+59
* feat(workers): add worker enable/disable lists (#1885)Mohamed Bassem2025-09-071-44/+49
* fix(extension): constrain height to prevent viewport overflow (#1580) (#1895)qixing-jk2025-09-073-20/+222
* feat(extension): Add theme and dynamic icon support (#1894)qixing-jk2025-09-076-32/+220
* deps: Upgrade the extension depsMohamedBassem2025-09-071-2/+2
* fix: fix assets being marked as pending summarizationMohamed Bassem2025-09-071-0/+7
* feat(web): render AI summary in markdown (#1869)Youen Chéné2025-09-072-5/+12
* feat: add gif asset type support (#1876)Drashi2025-09-071-2/+8
* fix: don't mark inferenace job as failed when there's no content. fixes #1666Mohamed Bassem2025-09-072-7/+32
* fix: fix pdf detection when the header contains charset. fix: #1677Mohamed Bassem2025-09-071-2/+16
* fix(web): Fix deleting the action in the rule engine auto saves. fixes #1858Mohamed Bassem2025-09-071-0/+1
* 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-063-15/+13
* fix: Reduce polling interval on meilisearch tasksMohamed Bassem2025-09-061-1/+1
* 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-313-17/+6
* 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-313-17/+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: 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-301-1/+1
* fix: handle list with slashes in their names and truncate long list names. fi...Mohamed Bassem2025-08-304-591/+86
* feat: Add a bookmark skeleton for searchMohamed Bassem2025-08-272-2/+86
* feat(mobile): Retheme the mobile app (#1872)Mohamed Bassem2025-08-2645-417/+1835
* 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
* fix: fix nextjs warning about dialog without title in bookmark previewMohamedBassem2025-08-242-1/+13
* 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-231-0/+1
* fix: dangling assets created by changing crawling configMohamedBassem2025-08-221-5/+6
* fix(workers): Drop the withTimeout wrappersMohamedBassem2025-08-222-10/+2