Commit graph

101 commits

Author SHA1 Message Date
antanst
4176ac9aed Remove DOCKER_BUILD test env. 2025-07-16 14:14:54 +03:00
Antonis Anastasiadis
c24bff1882
Parallelize test running (#166)
* Allow specifying DB file explicitely.

* Export config getter/setter instead of object

Allows dynamically changing configuration

* Remove maxWorker Jest limit, parallelize tests

* Remove unnecessary slow step in Dockerfile.

* Correct error response during login

* Fix setting DB permissions in docker entrypoint

---------

Co-authored-by: antanst <>
2025-07-16 13:27:57 +03:00
Antonis Anastasiadis
dad0bd45ff
Facilitate custom UID/GID at runtime in Docker. (#161)
* Cleanup /scripts dir

* Facilitate custom UID/GID at Docker runtime.

Changes file permissions at runtime depending on UID/GID.

* Disable non-functional frontend tests for now.

---------

Co-authored-by: antanst <>
2025-07-15 21:25:06 +03:00
Antonis Anastasiadis
c7c859f666
Merge package.json files into one (#160)
Co-authored-by: Chris Veleris <chrisveleris@gmail.com>
2025-07-15 10:45:29 +03:00
Antonis Anastasiadis
4878c71618 Lint & format (#159)
Co-authored-by: antanst <>
2025-07-15 10:44:02 +03:00
Chris
78db148150 Cleanup and add safe utility functions (#154)
* Cleanup and add safe utility functions

* Fix npm command

* Update version

* Fix an issue with dist builds caching

* Update version
2025-07-15 10:44:02 +03:00
Chris Veleris
542488799f Update version 2025-07-15 10:44:02 +03:00
Chris Veleris
9d8c68d428 Handle problematic migrations 2025-07-15 10:44:02 +03:00
Chris Veleris
e24d8518d6 Fix an issue with automatically running migrations 2025-07-15 10:44:02 +03:00
Chris Veleris
5167e52e75 Update version 2025-07-15 10:44:02 +03:00
Chris Veleris
056ff6e882 Add project dropdown and auto scroll 2025-07-15 10:44:01 +03:00
Chris Veleris
c5b9eec89f Improve settings compatibility 2025-07-15 10:44:01 +03:00
Chris Veleris
39776acf13 Fix test issues 2025-07-12 21:34:47 +03:00
Chris Veleris
f2f8c5cde0 Improve Telegram integration 2025-07-12 21:07:46 +03:00
Chris Veleris
5d122f397f Scaffold intelligent suggestions 2025-07-11 20:34:48 +03:00
Antonis Anastasiadis
d79af0c468
Move startup script from Dockerfile to cmd/ (#136)
Co-authored-by: antanst <>
2025-07-11 10:57:59 +03:00
Chris Veleris
89439b67db Improve blank slate and add favicon, translation 2025-07-10 17:34:09 +03:00
Chris Veleris
90603b730d Improve Telegram interface and process 2025-07-10 11:13:59 +03:00
Chris Veleris
1d8c6eea19 Fix package versions 2025-07-08 18:10:36 +03:00
Chris Veleris
20b5b10606 Convert tag ids to titles 2025-07-08 17:08:36 +03:00
Chris Veleris
f52d5fd1b8 Fix an issue with dissapearing tags when clicking a task 2025-07-07 23:56:11 +03:00
Chris Veleris
d8a67448bc Fix an issue with /start command in Telegram 2025-07-07 23:46:11 +03:00
Chris Veleris
c565bc0fed Move create new button to the bottom 2025-07-07 14:23:40 +03:00
Chris Veleris
efacfe7a5d Fix an issue with projects and move plus icon 2025-07-07 12:39:07 +03:00
Chris Veleris
38aa11ec2e Fix Task and Note modals 2025-07-06 22:45:31 +03:00
Chris Veleris
a69633b1fa Update version 2025-07-06 00:07:00 +03:00
Chris Veleris
ab29ba6aef Add a fix for project tasks tags 2025-07-05 23:58:36 +03:00
Chris Veleris
4c024f95f0 Fix an issue with missing public and frontend dirs from Dockerfile 2025-07-05 17:48:55 +03:00
Chris Veleris
47eaf865ce Fix test issues 2025-07-05 07:49:32 +03:00
Chris Veleris
7c0bc7f34f Add about page 2025-07-05 00:28:35 +03:00
Chris Veleris
5b0130f52b Fix test issues 2025-07-01 14:43:42 +03:00
Chris Veleris
3e12dd999b Fix issue with project modal and the plus icon 2025-07-01 13:30:21 +03:00
Antonis Anastasiadis
297600e3c8
Config fixes (#100)
* New file with all configuration parameters.

* Remove all env var usage and use new config.
2025-07-01 13:29:12 +03:00
Antonis Anastasiadis
e594d1075b
Linting cleanup (#99)
* Add eslint and prettier dependencies and configs

* Lint project.
2025-07-01 11:40:09 +03:00
Chris Veleris
dd6ec117d0 Add docker-compose.yml file 2025-06-29 01:39:04 +03:00
Chris Veleris
8d9fb29577 Fix no tags inbox blank issue 2025-06-27 23:38:42 +03:00
Chris Veleris
c3d05633d3 Add fixes for + button to hide 2025-06-27 22:36:04 +03:00
Chris Veleris
b5d96a6eff Revert "Remove uploads and logs from git tracking and update .gitignore"
This reverts commit aec066df75.
2025-06-27 21:48:27 +03:00
Chris Veleris
aec066df75 Remove uploads and logs from git tracking and update .gitignore
- Remove backend/uploads/ directory from git tracking (already in .gitignore)
- Remove backend/server.log from git tracking
- Add *.log, server.log, and backend/server.log to .gitignore
- Remove old dist files from git tracking

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-27 21:48:07 +03:00
Chris
03f38f05dc
Setup intelligence (#84)
* Add next suggestions and remove console logs

* Add pomodoro timer

* Add pomodoro switch in settings

* Fix pomodoro setting

* Add timezones to settings

* Fix an issue with password reset

* Cleanup

* Sort tags alphabetically

* Clean up today's view

* Add an indicator for repeatedly added to today

* Refactor tags

* Add due date today item

* Move recurrence to the subtitle area

* Fix today layout

* Add a badge to Inbox items

* Move inbox badge to sidebar

* Add quotes and progress bar

* Add translations for quotes

* Fix test issues

* Add helper script for docker local

* Set up overdue tasks

* Add  linux/arm/v7 build to deploy script

* Add  linux/arm/v7 build to deploy script pt2

* Fix an issue with helmet and SSL

* Add volume db persistence

* Fix cog icon issues
2025-06-27 14:02:18 +03:00
Chris Veleris
57ceca2068 Update assistant 2025-06-21 07:46:14 +03:00
Chris Veleris
8f5fd05926 Move recurring elements together 2025-06-20 12:04:36 +03:00
Chris Veleris
de94aa9a26 Add image banner to project 2025-06-19 23:30:47 +03:00
Chris Veleris
e72d8daea8 Fix several small issues 2025-06-19 22:49:06 +03:00
Chris Veleris
30a5d299d7 Fix health loop while starting 2025-06-19 21:22:38 +03:00
Chris
f3610137f0
Scaffold recurring task layout (#83)
* Scaffold recurring task layout

* Cleanup
2025-06-19 16:56:38 +03:00
Chris Veleris
eddd149218 Fix an issue with grouped projects 2025-06-18 22:54:50 +03:00
Chris Veleris
613423e485 Update github pages landing page 2025-06-17 12:07:53 +03:00
Chris Veleris
f088fc9839 Fix test issues 2025-06-17 11:24:31 +03:00
Chris Veleris
fd1da2de43 Replace classes with functions 2025-06-16 23:01:28 +03:00