Commit graph

27 commits

Author SHA1 Message Date
Chris
3486541272
Add comprehensive LLM development documentation (#939)
* Increase coverage

* Add comprehensive LLM development documentation

- Add CLAUDE.md as main documentation index
- Create 8 detailed documentation files in docs/:
  - architecture.md: Tech stack, data models, auth system
  - directory-structure.md: Complete file tree with paths
  - backend-patterns.md: Module architecture and patterns
  - database.md: Models, migrations, and workflows
  - development-workflow.md: Setup and daily development
  - code-conventions.md: Style guide and best practices
  - testing.md: Test organization and patterns
  - common-tasks.md: How-to guides for frequent tasks
- Update .gitignore to allow project-level CLAUDE.md
- 4,285 lines of comprehensive documentation
- Organized for easy navigation with cross-links
- LLM-optimized with absolute paths and code examples

* fixup! Add comprehensive LLM development documentation
2026-03-14 02:54:59 +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
6466f6ae00 Fix an issue with attachment permissions 2025-12-08 16:33:49 +02:00
Chris
901933f4f1
Fix avatar missing (#602)
* Fix docker compose uploads

* fixup! Fix docker compose uploads
2025-11-27 17:52:31 +02:00
Chris
3e58377ec9
Install package (#484) 2025-11-04 17:48:46 +02:00
Chris Veleris
3aa96185d0 Move instructions to docs 2025-10-28 08:04:38 +02:00
antanst
b4f0c3e191 Update .gitignore 2025-10-25 09:25:27 +03:00
antanst
3cbe594588 merge fixes. 2025-10-03 14:16:01 +03:00
antanst
228f16dcb8 Add UID to users. 2025-10-02 12:20:45 +03:00
Chris
7d34694c83
Add more e2e tests (#299)
* Add inbox tests

* Add tasks e2e tests

* Add projects e2e tests

* Add area e2e tests

* Add note e2e tests

* Add tags e2e tests
2025-09-05 11:07:05 +03:00
antanst
645724d217 Ignore local AI settings. 2025-08-08 18:56:14 +03:00
antanst
1d4dcef1d1 Optimize webpack build speed with SWC and caching
- Replace Babel with SWC for 70-80% faster TypeScript compilation
- Add filesystem caching for 90% faster subsequent builds
- Update TypeScript config for better performance:
  - Upgrade target to ES2020
  - Use bundler moduleResolution
  - Enable incremental compilation
- Add .tsbuildinfo and webpack cache to .gitignore

Build time improved from ~5-10s to ~1.7s
2025-08-06 17:08:58 +03:00
antanst
ffcab4caac Add 'dist' paths to git & prettier ignore. 2025-07-22 11:45:14 +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
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
8f5fd05926 Move recurring elements together 2025-06-20 12:04:36 +03:00
Chris
3c1209a5a9
Express migration (#80)
* Initial migration

* Cleanup and create migration scripts

* Introduce test suite

* Fix test issues

* Correct CORS issue and update paths

* Update README
2025-06-16 21:50:44 +03:00
Chris
5c427ef314
I18n (#67) 2025-06-09 07:30:00 +03:00
Chris Veleris
f105f36fa1 Update README 2024-11-11 10:52:28 +02:00
Chris Veleris
dfcb97a355 Move to React
Add .gitignore

Removed node_modules from previous commit

Fix task modes

Fix task modes

Fix task modes

Remove node_modules

Update basic task modal

Add notes functionality

Improve UI

Setup views

Add scopes

Fix projects layout

Restructure

Fix rest of the UI issues

Cleanup old views

Add .env to .gitignore
2024-10-25 21:03:43 +03:00
Chris Veleris
6e74cadb00 Add tweaks 2024-03-03 13:39:00 +02:00
Chris Veleris
0415f4a3d6 Remove .DS_Store 2023-11-13 11:56:56 +02:00
Chris Veleris
3bd7628013 Initial commit 2023-11-13 11:47:56 +02:00