Elian Doran
c2c19e8ecd
chore(server): address self-review
2025-12-28 12:01:10 +02:00
Elian Doran
1c940ff8a2
fix(icon_packs): integrate boxicons back into share export
2025-12-28 02:24:18 +02:00
Elian Doran
841cb32835
fix(icon_packs): integrate boxicons back into share theme
2025-12-28 01:58:22 +02:00
Elian Doran
61e96f91d0
fix(icon_packs): use right name for boxicons for compatibility
2025-12-28 01:20:01 +02:00
Elian Doran
9f6c07f5cc
chore(icon_packs): use builtin boxicons for client
2025-12-28 01:00:45 +02:00
Elian Doran
1efb21c627
feat(export/share): render custom icons
2025-12-27 23:39:27 +02:00
Elian Doran
2c4ac4ba30
fix(server): crashing due to bad icon pack
2025-12-26 19:37:10 +02:00
Elian Doran
e2f6f8a4e4
feat(icon_pack): generate icon registry for client
2025-12-26 19:10:28 +02:00
Elian Doran
e346963e76
feat(icon_pack): inject the icon pack into the client
2025-12-26 18:36:36 +02:00
perfectra1n
6fdd418edd
fix(comparison): also fix string comparison hashes in recovery codes
2025-12-21 09:22:53 -08:00
perfectra1n
409ecb84a8
feat(login): implement better time comparison management across several features
2025-12-21 08:58:38 -08:00
Elian Doran
ddb6b3ea8a
feat(right_pane): store expansion state
2025-12-18 16:29:35 +02:00
Elian Doran
948a6f84d6
feat(options/appearance): add basic illustration for old layout
2025-12-17 12:37:12 +02:00
Elian Doran
34343ce356
fix(server): autocomplete shows empty name for hoisted note
2025-12-16 12:53:51 +02:00
Elian Doran
ae154212fe
feat(client/server): basic support for experimental features
2025-12-09 19:34:03 +02:00
Elian Doran
1ed46bd47c
refactor(server): add validation for HTML/Markdown rendering
2025-12-07 22:24:14 +02:00
Elian Doran
397fb785d6
feat(ckeditor/watchdog): functional copy to clipboard button
2025-12-07 21:21:55 +02:00
Elian Doran
5df539f0a4
refactor(dayjs): relocate all plugins and imports to commons
2025-12-03 20:44:48 +02:00
Elian Doran
d9e8f8e69b
refactor(options): remove unnecessary ribbon activation option
2025-11-30 10:41:26 +02:00
Elian Doran
7094f71e32
refactor(server): remove now unnecessary attachment without size
2025-11-29 13:08:05 +02:00
Elian Doran
5847ce5c14
feat(dev): enable CSS source maps
2025-11-28 23:21:14 +02:00
Elian Doran
6a126009a8
refactor(react/promoted_attributes): deduplicate server API typings
2025-11-23 13:15:33 +02:00
Elian Doran
50501aef56
test: fix typecheck issues by using classes
2025-11-18 19:21:33 +02:00
Elian Doran
c9424d6f8d
Merge remote-tracking branch 'origin/main' into renovate/major-vitest-monorepo
2025-11-18 19:09:53 +02:00
contributor
d0a994c102
fix sql like pattern
2025-11-10 20:15:08 +02:00
contributor
e883f32f89
edited notes: better sql like statement
2025-11-10 20:04:50 +02:00
Elian Doran
33a41d2f86
Merge remote-tracking branch 'origin/main' into react/type_widgets
...
; Conflicts:
; apps/client/src/layouts/desktop_layout.tsx
; apps/client/src/layouts/mobile_layout.tsx
; apps/client/src/widgets/note_detail.ts
; apps/client/src/widgets/react/hooks.tsx
2025-11-09 12:08:50 +02:00
Adorian Doran
fa64ca2c93
client: add an option to center the content
2025-11-07 18:17:28 +02:00
Elian Doran
5e83e6fa34
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-11-06 11:40:04 +02:00
Adorian Doran
728f574eac
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-05 23:52:53 +02:00
Elian Doran
54af120e96
fix(search): resolve issue when using = operator in search ( #7268 )
2025-11-05 21:51:44 +02:00
Elian Doran
2154a5e1db
Merge remote-tracking branch 'origin/main' into renovate/major-vitest-monorepo
Checks / main (push) Has been cancelled
2025-11-05 21:24:45 +02:00
copilot-swe-agent[bot]
993d53ed97
Complete vi.waitFor() migration for all async streaming tests
...
Replaced all remaining setTimeout calls with vi.waitFor() for consistency and reliability.
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-05 18:21:48 +00:00
copilot-swe-agent[bot]
730e2da932
Improve test reliability by using vi.waitFor() for async checks
...
Replaced hardcoded timeouts with vi.waitFor() for better test reliability.
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-05 18:19:55 +00:00
copilot-swe-agent[bot]
5eb791fd65
Fix LLM streaming test race conditions after Vite update
...
Added waits for async streaming operations in tests and reduced concurrent request count to 2 for reliability.
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-05 18:12:52 +00:00
Adorian Doran
d5cb6a86c8
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-05 17:35:10 +02:00
copilot-swe-agent[bot]
82e5de2261
Add input validation for prefix to address security concerns
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-02 22:06:14 +00:00
copilot-swe-agent[bot]
5b8bb8587d
Address code review feedback - add logging and constant for virtual branches
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-02 22:00:54 +00:00
copilot-swe-agent[bot]
4fc434a52e
Implement multi-branch prefix editing functionality
...
- Add setPrefixBatch API endpoint to handle batch prefix updates
- Update branch_prefix dialog to support multiple branches
- Remove noSelectedNotes constraint from edit branch prefix menu
- Add translations for multi-branch prefix editing
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-02 21:52:02 +00:00
Adorian Doran
c7c7e05106
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-02 21:12:36 +02:00
Elian Doran
3ac248169f
chore(build-docs): fix typecheck issues
Checks / main (push) Has been cancelled
2025-11-01 23:40:27 +02:00
Elian Doran
15e240ac33
refactor(build-docs): remove old Swagger integration
2025-11-01 23:37:17 +02:00
Elian Doran
35f244cf50
chore(deps): adapt most of the tests
Checks / main (push) Has been cancelled
2025-11-01 19:21:57 +02:00
Adorian Doran
214ba5265a
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-01 18:20:08 +02:00
Elian Doran
35efd2a680
test(server): broken test due to CLS
2025-11-01 16:48:49 +02:00
Adorian Doran
4063229982
client: allow changing the max content width option without a frontend reload
2025-10-30 00:49:02 +02:00
Elian Doran
5b7e9d4c12
Revision history: two fixes ( #7544 )
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / main (push) Waiting to run
Deploy MkDocs Documentation / Build and Deploy MkDocs (push) Has been cancelled
Deploy website / Build & deploy website (push) Has been cancelled
2025-10-28 18:30:50 +02:00
Jon Fuller
8d88411fda
Merge branch 'main' into fix/fix-equals-operator-in-search
Checks / main (push) Has been cancelled
2025-10-28 08:41:47 -07:00
contributor
c579cd3ce7
fix: no note on edited notes view if a revision made between note created/modified date
2025-10-28 12:55:34 +02:00
Elian Doran
8828e36624
Merge remote-tracking branch 'origin/main' into react/type_widgets
Checks / main (push) Has been cancelled
2025-10-26 20:19:47 +02:00