Commit graph

20 commits

Author SHA1 Message Date
Chris
8ea491fde8
Decrease size (#597) 2025-11-27 12:09:27 +02:00
Chris Veleris
1c73ac748f Cleanup 2025-11-18 17:58:53 +02:00
Chris
3e58377ec9
Install package (#484) 2025-11-04 17:48:46 +02:00
Antonis
c7220c3060
Fix #291 (#444)
* Fix password validation on container restart

Only validate password for new users, not when updating existing users.
This prevents container crashes when TUDUDI_USER_PASSWORD is set but
doesn't meet current validation requirements for existing users.

* Fix entrypoint crash when app user doesn't exist

Check if app user exists before getting UID/GID to prevent
'id: unknown user app' error on restart. Fall back to build-time
defaults (APP_UID/APP_GID) if user is missing.

---------

Co-authored-by: antanst <>
2025-10-23 21:41:21 +03:00
Chris Veleris
5e1c67e1c1 Scaffold timezone package 2025-10-20 13:32:03 +03:00
Chris Veleris
12531131e8 Add script to bump version 2025-09-30 11:52:12 +03:00
antanst
a43e1c29fe Fix Docker segfault 2025-08-17 17:10:07 +03:00
antanst
7035ad3691 Fix npm run start to run everything.
We can run the project locally with a single command now.
2025-08-09 16:59:17 +03:00
antanst
0488c11d28 Remove deploy_to_docker.sh script. 2025-07-24 12:16:07 +03:00
Antonis Anastasiadis
4051824e7a
Configurable upload path. (#191)
* Add necessary migrations for project model.

* Add a few tests for project model new columns.

* make upload location into a configurable

* fix uploadDir path

* use config in app.js

* Change upload env var naming

* Add upload env var to Docker files

---------

Co-authored-by: antanst <>
Co-authored-by: vhsdream <punk.sand7393@fastmail.com>
2025-07-22 15:23:03 +03:00
antanst
fd5fc20460 Bug fix when setting docker perms 2025-07-21 23:16:50 +03:00
Chris Veleris
98f3627a32 Fix db chmod issue on init 2025-07-16 22:46:51 +03:00
Antonis Anastasiadis
a62d46a96d
Fix parallel test race condition (#168)
* Fix potential test race condition

* Fix setting Docker perms when user exists

---------

Co-authored-by: antanst <>
2025-07-16 14:57:14 +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
Chris Veleris
8e7f25b3a6 Add multilanguage support 2025-07-15 10:44:01 +03:00
Chris Veleris
c3d05633d3 Add fixes for + button to hide 2025-06-27 22:36:04 +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
Your Name
9b1e465b83 Update script to build and upload images 2025-06-10 16:37:02 +03:00
Chris Veleris
912cfacb70 Add deployment script 2025-03-27 11:07:12 +02:00