Commit graph

894 commits

Author SHA1 Message Date
Chris
7161504533
Fix profile settings mobile layout (#694)
* Fix profile settings mobile layout

* fixup! Fix profile settings mobile layout
2025-12-10 09:10:23 +02:00
Chris Veleris
0d3ed13007 Fix an issue with priority in taskmodal 2025-12-09 22:58:21 +02:00
Chris Veleris
2782b52dac Fix background of profile settings 2025-12-09 21:52:34 +02:00
Chris Veleris
695c5afaa6 Remove FFs 2025-12-09 21:51:13 +02:00
Chris Veleris
b5736abfb0 release: v0.88.0-dev.2 2025-12-09 20:28:22 +02:00
Chris
819faf0d18
Feat telegram notifications (#692)
* Add telegram notifications

* fixup! Add telegram notifications

* Cleanup
2025-12-09 20:26:53 +02:00
Chris
25bdae9ee0
Fix readAt counter for notifications (#691)
* Fix readAt counter

* fixup! Fix readAt counter
2025-12-09 13:45:25 +02:00
Chris
67d8f9e0dd
Add universal filter to tag details page (#690)
* Add universal filter to tag details page

* fixup! Add universal filter to tag details page
2025-12-09 12:45:01 +02:00
Chris
442ace69bb
Fix bug 675 (#689)
* Add group by filter and URL encode

* fixup! Add group by filter and URL encode
2025-12-09 12:11:21 +02:00
Rafael Sargento
b3612dc0f2
changed ignore condition for telegram processing (#672) 2025-12-09 11:07:57 +02:00
Chris
b0b613f7bd
Reorder elements (#687)
* Reorder elements

* Enhance global search
2025-12-09 10:51:51 +02:00
Chris
bf281b740d
Feat backups (#686)
* Scaffold backups

* Add FFlags

* fixup! Add FFlags

* fixup! fixup! Add FFlags

* fixup! fixup! fixup! Add FFlags
2025-12-09 08:00:46 +02:00
Chris Veleris
595252820e Move +Add to inbox top 2025-12-08 18:11:25 +02:00
Chris Veleris
e1b3b09f72 release: v0.88.0-dev.1 2025-12-08 17:50:17 +02:00
Chris
c18356bf0d
Fix bug 571 (#684)
* Improve Productivity Assistant title pluralization and wording

Fixes #569

* fixup! Improve Productivity Assistant title pluralization and wording

* Fix an issue with tasks in prod assistant
2025-12-08 17:35:44 +02:00
Chris
79170bdac5
Improve Productivity Assistant title pluralization and wording (#683)
* Improve Productivity Assistant title pluralization and wording

Fixes #569

* fixup! Improve Productivity Assistant title pluralization and wording
2025-12-08 17:20:13 +02:00
Chris Veleris
6466f6ae00 Fix an issue with attachment permissions 2025-12-08 16:33:49 +02:00
Chris
e3dcb49efa
Fix bug 661 (#682)
* Limit project card text length

* Fix projects issues

* fixup! Fix projects issues
2025-12-08 16:14:10 +02:00
Chris
1f26b524c1
Fix items to tasks (#681) 2025-12-08 12:39:08 +02:00
Chris
e8d51c5c34
Fix locale issues (#680) 2025-12-08 12:23:43 +02:00
Chris
3649e24448
Fix bug 677 (#679)
* Add lint-staged

* fixup! Add lint-staged
2025-12-08 12:06:27 +02:00
Chris
17b2ca29cd
Fix sequelize issue (#678)
* Fix sequelize issue

* fixup! Fix sequelize issue
2025-12-08 11:27:00 +02:00
Chris
3796324675
Feat add inbox flow (#676)
* Replace quick capture

* Transfer to inbox

* Fix inbox edit

* fixup! Fix inbox edit

* fixup! fixup! Fix inbox edit

* fixup! fixup! fixup! Fix inbox edit

* fixup! fixup! fixup! fixup! Fix inbox edit

* fixup! fixup! fixup! fixup! fixup! Fix inbox edit

* Add long text

* fixup! Add long text

* fixup! fixup! Add long text

* fixup! fixup! fixup! Add long text

* fixup! fixup! fixup! fixup! Add long text

* fixup! fixup! fixup! fixup! fixup! Add long text

* fixup! fixup! fixup! fixup! fixup! fixup! Add long text

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add long text

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add long text

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add long text

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add long text

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add long text

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add long text
2025-12-08 09:21:35 +02:00
Justus
66e8576384
Fix healthcheck command to use array syntax (#673)
* Fix healthcheck command to use 127.0.0.1 instead of localhost

* Re-add timeout to healthcheck

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update Docker healthcheck command

Removed the '-t 1' option from the wget command added by Copilot in the Docker healthcheck as it is not supported in the BusyBox build.

* Refactor HEALTHCHECK command in Dockerfile to use array syntax

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-08 08:31:43 +02:00
Chris Veleris
bf9c8fa508 Add test coverage 2025-12-07 14:12:38 +02:00
Chris Veleris
eb0f2e603e Fix attachments layout 2025-12-07 14:12:38 +02:00
Chris Veleris
b0c550f92e Cleanup recurring tasks 2025-12-07 14:12:38 +02:00
Chris Veleris
9b3aa26f5a Cleanup recurring tasks 2025-12-07 14:12:38 +02:00
Chris Veleris
61b94e1c9c Cleanup recurring tasks 2025-12-07 14:12:38 +02:00
Chris Veleris
c5851ea38b Add file attacmhments 2025-12-07 14:12:38 +02:00
Justus
a6c133277f
Fix healthcheck command to use 127.0.0.1 instead of localhost (#669)
* Fix healthcheck command to use 127.0.0.1 instead of localhost

* Re-add timeout to healthcheck

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update Docker healthcheck command

Removed the '-t 1' option from the wget command added by Copilot in the Docker healthcheck as it is not supported in the BusyBox build.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-06 22:59:16 +02:00
Chris
9665ba1f62
Feat refactor task details (#660)
* Move elements to tabs

* Add priority

* Fix priority

* Priority mobile fix

* fixup! Priority mobile fix

* fixup! fixup! Priority mobile fix

* fixup! fixup! fixup! Priority mobile fix

* fixup! fixup! fixup! fixup! Priority mobile fix
2025-12-06 09:41:58 +02:00
Chris Veleris
b950418f4a Fix alpine issue 2025-12-06 09:23:40 +02:00
Chris Veleris
c1dd4c3814 release: v0.87 2025-12-05 23:13:19 +02:00
Chris Veleris
56c5425ff3 release: v0.87-beta.4 2025-12-04 18:21:14 +02:00
Chris
faf47efaca
Fix bump issues (#651)
* Add event for defer

* Fix recurrence form

* fixup! Fix recurrence form

* Refresh projects on banner change
2025-12-04 18:19:40 +02:00
Chris
61cf6aedeb
Fix tasks not updating (#649)
* Fix id usage

* fixup! Fix id usage

* Add overdue part in overview today section
2025-12-04 15:02:06 +02:00
Chris Veleris
57ff229c56 release: v0.87-beta.3 2025-12-04 14:02:53 +02:00
Chris
8e71cadd9e
Fix bug 578 (#648)
* Fix user deletion

* fixup! Fix user deletion
2025-12-04 14:00:51 +02:00
Chris
1cc7fbaeff
Fix metrics styling (#647) 2025-12-04 13:42:05 +02:00
Chris
cd6b810b08
Fix recurring structure (#646)
* Refactor recurring

* fixup! Refactor recurring

* Add after completion tests

* fixup! Add after completion tests

* fixup! fixup! Add after completion tests
2025-12-04 13:29:37 +02:00
Chris
e75a6e290e
Fix today summary (#645) 2025-12-04 07:58:03 +02:00
Chris
aceca82e50
Feat add task (#644)
* Add icon

* fixup! Add icon
2025-12-03 22:52:32 +02:00
Chris
0917c9e6f0
Fix bug 528 (#643)
* Add case for monthly recurring

* fixup! Add case for monthly recurring

* fixup! fixup! Add case for monthly recurring
2025-12-03 22:24:07 +02:00
Chris
0d5ed68bbc
Fix project recent completion style (#642) 2025-12-03 17:42:40 +02:00
Chris
95c76daaf7
Fix flag issue (#641) 2025-12-03 17:05:25 +02:00
Chris
270a80f71b
Fix an issue with tasks appearing in today without a flag (#640) 2025-12-03 16:48:47 +02:00
Chris
08be7f8eda
Add toaster when starting task (#639)
* Add toaster when starting task

* fixup! Add toaster when starting task

* fixup! fixup! Add toaster when starting task
2025-12-03 13:35:49 +02:00
Chris
fcaf9a9a4d
Fix bug 613 (#638)
* Fix missing project meta

* fixup! Fix missing project meta

* fixup! fixup! Fix missing project meta

* fixup! fixup! fixup! Fix missing project meta
2025-12-03 12:58:24 +02:00
Chris
3ee20711da
Fix metrics button missing from mobile (#637) 2025-12-03 11:59:14 +02:00