Chris Veleris
c6407570c7
Fix search collapse on mobile
2025-10-23 21:43:17 +03: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
David Leibovych
2761afb190
fix: keyboard should be hidden always on input blur ( #446 )
2025-10-23 21:31:49 +03:00
David Leibovych
f4769b62ef
feat: focus shows the modal, blur hides the modal on mobile ( #442 )
2025-10-23 11:50:27 +03:00
Chris Veleris
d67c728be5
release: v0.85-dev.1
2025-10-22 22:01:29 +03:00
Chris
02b493d61f
Universal search ( #412 )
...
* Global search scaffold
* Add search preview text
* Add generic fallback for preview text in search
* fixup! Add generic fallback for preview text in search
* Add more tweaks
* fixup! Add more tweaks
* Fix an issue with criteria
* fixup! Fix an issue with criteria
* fixup! fixup! Fix an issue with criteria
* fixup! fixup! fixup! Fix an issue with criteria
* Fix an issue with priority filter
* fixup! Fix an issue with priority filter
* Add sortable pins
* fixup! Add sortable pins
* Make options collapsed by default
* Tweak UI
* Add tests
* Add translations
* Add more translations
* fixup! Add more translations
* Add minor tweaks
2025-10-22 22:00:45 +03:00
Chris Veleris
180bdaef35
Fix an issue with task from shared project
2025-10-22 20:18:49 +03:00
Chris Veleris
2c1ad5975d
release: v0.84.2
2025-10-22 16:59:22 +03:00
Chris
ba34e2f3f4
Merge pull request #439 from chrisvel/fix-project-sharing
...
Fix an issue with tasks permissions on shared project
2025-10-22 16:29:27 +03:00
Chris Veleris
08f56ceb44
fixup! Add tests
2025-10-22 16:28:13 +03:00
Chris Veleris
02633da704
Add tests
2025-10-22 15:56:48 +03:00
Chris Veleris
bbc4615ee3
Fix an issue with sharing permissions
2025-10-22 13:29:37 +03:00
Chris Veleris
dde704d764
Fix an issue with tasks permissions on shared project
2025-10-22 12:10:50 +03:00
Chris Veleris
cbffc564af
release: v0.84.1
2025-10-20 18:27:19 +03:00
Chris Veleris
e363202dad
Update dependencies
2025-10-20 16:17:07 +03:00
Chris Veleris
82c994bd00
release: v0.84.1-rc1
2025-10-20 16:09:17 +03:00
Chris
0e6295608c
Merge pull request #429 from chrisvel/fix-timezones-missing
...
Fix timezones missing
2025-10-20 16:07:32 +03:00
Chris Veleris
86bce31992
fixup! Scaffold timezone package
2025-10-20 16:01:49 +03:00
Chris
31868d8a67
Merge pull request #428 from chrisvel/fix-users-migrations
...
Fix user roles migrations
2025-10-20 15:49:51 +03:00
antanst
4774331d07
Add migration to backfill roles for existing users
...
This migration backfills role entries for users that existed before the roles system was introduced.
- If no admins exist: Missing users become admins to prevent lockout
- If admins exist: Missing users become regular users (safe default)
- Idempotent: Safe to run multiple times
2025-10-20 14:43:42 +03:00
Chris Veleris
5e1c67e1c1
Scaffold timezone package
2025-10-20 13:32:03 +03:00
Chris
2da6b98e5e
Merge pull request #426 from chrisvel/fix-inbox-20
...
Fix inbox sidebar counter
2025-10-20 12:17:03 +03:00
Chris Veleris
02854b2fa3
Fix inbox sidebar counter
2025-10-20 12:16:12 +03:00
Chris
e066713969
Merge pull request #425 from chrisvel/fix-note-deletion
...
Fix note modal deletion confirmation box
2025-10-20 12:13:41 +03:00
Chris Veleris
3d7d61ee8b
Fix note modal deletion confirmation box
2025-10-20 12:12:34 +03:00
Chris
e515667843
Merge pull request #424 from chrisvel/fix-create-one-note
...
Fix not visible note button
2025-10-20 11:26:04 +03:00
Chris Veleris
a56d12b441
Fix not visible note button
2025-10-20 11:21:35 +03:00
Chris
1d1d07059c
Merge pull request #423 from chrisvel/fix-dialog-hide
...
Fix modal closing when dragging content
2025-10-20 10:54:13 +03:00
Chris Veleris
3c7a4851bb
Fix modal closing when dragging content
2025-10-20 10:50:26 +03:00
Chris
1bab67843a
Merge pull request #422 from chrisvel/fix-inbox-uid
...
Fix inbox uid
2025-10-20 00:09:22 +03:00
Chris Veleris
8e0fae675c
Update readme and website
2025-10-20 00:05:54 +03:00
Chris Veleris
848296421e
Add UIDs to database items missing
2025-10-18 23:05:34 +03:00
Chris Veleris
589aafa643
Add UIDs to database items missing
2025-10-18 23:04:27 +03:00
Chris Veleris
e17b3f4b4e
release: v0.84
2025-10-18 22:19:47 +03:00
Chris Veleris
8fd3ef4b58
release: v0.84-rc1
2025-10-17 18:15:19 +03:00
Chris
13c972f697
Merge pull request #414 from chrisvel/fix-project-sharing-table
...
Add user edit
2025-10-15 16:50:08 +03:00
Chris Veleris
7178f3dccb
Add user edit
2025-10-15 16:48:03 +03:00
Chris
3582a0ccd1
Merge pull request #413 from chrisvel/fix-sharing-translations
...
Add translations for project sharing
2025-10-15 13:10:34 +03:00
Chris Veleris
2cd7d9abe4
Add translations
2025-10-15 13:05:57 +03:00
Chris Veleris
d60ed23f18
Improve migrations safe functions usage
2025-10-14 12:58:30 +03:00
David Leibovych
6ff5c1a87a
fix: copy manifest.json to Docker app dir
2025-10-14 12:48:33 +03:00
Chris
abbc946f93
Merge pull request #402 from chrisvel/pro/user-perms
...
Add sharing of projects among users.
2025-10-14 12:46:54 +03:00
Chris Veleris
5399bab7f9
Cleanup
2025-10-13 11:09:20 +03:00
Chris Veleris
6eaf4e723e
Fix mobile view
2025-10-13 11:09:19 +03:00
Chris Veleris
6589836336
Fix tags badge inconsistency
2025-10-13 11:09:19 +03:00
Chris Veleris
4aa9220879
Fix showing edit/delete buttons for owners
2025-10-13 11:09:19 +03:00
Chris Veleris
5160ab6955
Tweak UI for feature
2025-10-13 11:09:19 +03:00
Chris
e134ad96dc
Merge branch 'main' into pro/user-perms
2025-10-11 14:46:14 +03:00
Chris Veleris
b78cb55caf
fixup! Add user name and surname
2025-10-11 13:26:56 +03:00
Chris Veleris
d03cb0c4ae
Add user name and surname
2025-10-11 13:26:56 +03:00