Antonis Anastasiadis
1e11ab5fa4
Add project sorting migration and a few tests ( #192 )
...
* Add necessary migrations for project model.
* Add a few tests for project model new columns.
---------
Co-authored-by: antanst <>
2025-07-22 13:10:10 +03:00
antanst
ffcab4caac
Add 'dist' paths to git & prettier ignore.
2025-07-22 11:45:14 +03:00
Chris Veleris
84c29f7a12
Add missing migration
2025-07-22 10:41:37 +03:00
antanst
719f93bedf
Backup database when starting up.
2025-07-21 23:02:37 +03:00
antanst
46ca4f2356
Remove obsolete and disabled calendar deps
2025-07-21 23:02:37 +03:00
Chris
bd6d176666
Add sorting projects ( #175 )
...
* Add sorting dropdown to projects list
* Fix lint issues
* fixup! Fix lint issues
* Fix new task space and completed expose
* Fix completed switch and filters
* Fix an issue with projects not appearing as links
* Fix an issue with modal appearing relative to task list
* Remove obsolete loads
* Fix list issues
* Fix mobile/desktop settings dropdown functionality
* Update project modal layout
* Realign project options
* Fix tags dropdown in Project modal
* Fix inbox amount sidebar layout
* Fix project banner tags listing
* Remove icons from titles
* Fix lint errors
* fixup! Fix lint errors
* fixup! fixup! Fix lint errors
* Beautify notes and areas
* Experiment with new notes layout
* fixup! Experiment with new notes layout
* fixup! fixup! Experiment with new notes layout
* Fix note layout
* fixup! Fix note layout
* Fix an issue with adding an area and refreshing
the area list
* Fix an issue with project edit delete menu
* fixup! Fix an issue with project edit delete menu
* Fix an issue with projects create
* Update interaction with Notes
* Update interaction with tags
* fixup! Update interaction with tags
* Fix lint issues
* Extract shared filter
* Add sorting dropdown translations
* fixup! Add sorting dropdown translations
* fixup! fixup! Add sorting dropdown translations
2025-07-21 18:41:11 +03:00
antanst
78fc2f2bea
Linting
2025-07-20 22:38:15 +03:00
Antonis Anastasiadis
3cc9ec2191
Optimize tests, takes ~20% less ( #184 )
...
Co-authored-by: antanst <>
2025-07-20 16:33:58 +03:00
Chris
10d96397c3
Sorting fixes ( #174 )
...
* Update version
* Order Inbox items by creation timestamp, desc
* Fix input keyboard tab and enter handling
* Fix lint issues
* Move in progress items to the top of today list
* Make tags and projects clickable
* fixup! Make tags and projects clickable
* fixup! fixup! Make tags and projects clickable
2025-07-17 17:43:56 +03:00
antanst
b37457b574
Maximize Jest workers
2025-07-17 10:26:27 +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
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