13740 Commits

Author SHA1 Message Date
Elian Doran
c02a006c67
chore(monorepo/client): solve some type errors 2025-04-18 10:46:32 +03:00
Elian Doran
17c7d7d908
fix(monorepo/client): missing electron remote dep 2025-04-18 10:41:29 +03:00
Adorian Doran
837cdea26f Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-04-18 10:39:44 +03:00
Adorian Doran
728d5ac68a style(next)/restyle CKEditor: improve the appearance of popups 2025-04-18 10:39:40 +03:00
Elian Doran
28a319be0b
chore(monorepo/client): allow top-level await 2025-04-18 10:39:35 +03:00
Elian Doran
6b73ec4c1f
chore(monorepo/client): group more data types into commons 2025-04-18 10:37:03 +03:00
Elian Doran
1b24207e9e
fix(monorepo/client): error related to blobs 2025-04-18 10:36:51 +03:00
Elian Doran
011c859cea
chore(monorepo/client): set up some common dependencies 2025-04-18 10:04:06 +03:00
renovate[bot]
c594f5b5ee
chore(deps): update apple-actions/import-codesign-certs action to v5 2025-04-18 01:49:45 +00:00
renovate[bot]
ce05d70fe3
chore(deps): update dependency @playwright/test to v1.52.0 2025-04-18 01:49:27 +00:00
renovate[bot]
d958ee82cd
fix(deps): update dependency ollama to v0.5.15 2025-04-18 01:49:16 +00:00
Elian Doran
42744acbb3
chore(monorepo/client): set up commons package 2025-04-18 02:45:31 +03:00
Elian Doran
25160a23a6
Merge remote-tracking branch 'origin/develop' into feature/client_server_separation 2025-04-18 02:33:39 +03:00
Elian Doran
2793f489d6
chore(monorepo/client): update package-lock 2025-04-18 02:32:06 +03:00
Elian Doran
a446e9ce84
fix(monorepo/client): errors due to missing dependencies 2025-04-18 02:28:33 +03:00
Elian Doran
5b28e309a8
fix(monorepo): remove profiling which was masking errors 2025-04-18 02:09:50 +03:00
Elian Doran
30214490f4
chore(monorepo): get webpack to run something 2025-04-18 02:03:34 +03:00
Elian Doran
6b62bdef3c
chore(monorepo): relocate webpack dependencies 2025-04-18 01:41:44 +03:00
Panagiotis Papadopoulos
9ef6f3e947 fix(services/auth): fix ERR_HTTP_HEADERS_SENT errors on new unitialized Setups
was previously showing two errors:
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
2025-04-18 00:39:17 +02:00
Elian Doran
de2cdd5e78
chore(monorepo): relocate client files 2025-04-18 01:37:55 +03:00
Elian Doran
4aad0552b3
chore(monorepo): set up package.json for client 2025-04-18 01:35:06 +03:00
Elian Doran
a3cfef211e
chore(monorepo): prepare basic structure 2025-04-18 01:29:23 +03:00
Elian Doran
318808f9ec
chore(monorepo): move everything into subdirectory for easy diffing 2025-04-18 01:28:32 +03:00
Elian Doran
3b69eadbf6
chore(github): remove old workflows 2025-04-18 00:46:52 +03:00
Elian Doran
65c3c6b89a
fix(client): admonitions broken due to merge conflicts 2025-04-18 00:37:03 +03:00
Elian Doran
60c0a6d543
Merge pull request #1521 from TriliumNext/renovate/apple-actions-import-codesign-certs-5.x
chore(deps): update apple-actions/import-codesign-certs action to v5
2025-04-18 00:34:31 +03:00
Panagiotis Papadopoulos
93f645fc5b fix(routes/api/options): readd splitEditorOrientation option
got deleted accidentally by 49076e3cf6 (diff-85a967d423ba952960f6b0b8fd74f2f4aa84e3d94fa68d3404a68a205a4b4cb6)
2025-04-17 23:28:04 +02:00
perf3ct
bbe697cc3e
fix(deps): macos signing is so complicated, had to fix making keychains searchable for v5 2025-04-17 21:07:22 +00:00
Elian Doran
2e8ab7e2a2
Merge pull request #1711 from TriliumNext/test_add-login-route-tests
test(routes/login): add initial tests via supertest
2025-04-18 00:02:46 +03:00
Panagiotis Papadopoulos
a149b56f9d test(routes/login): add temporary timeout to workaround failing on CI 2025-04-17 22:59:42 +02:00
Panagiotis Papadopoulos
5462bdeef5 test(routes/login): use beforeAll for now 2025-04-17 22:59:42 +02:00
Panagiotis Papadopoulos
55e2abc7de test(config): add custom cookieMaxAge for now 2025-04-17 22:59:42 +02:00
Panagiotis Papadopoulos
a2fc327cdb test(routes/login): add more tests for the login route 2025-04-17 22:59:42 +02:00
Panagiotis Papadopoulos
af3a0cc05a test(routes/login): add initial test via supertest for failed login 2025-04-17 22:59:42 +02:00
Elian Doran
cb80d62606
chore(release): use PAT to trigger release (should fix auto-trigger for winget) 2025-04-17 23:55:51 +03:00
Elian Doran
ddb9281203
feat(release): support prereleases with -rc format 2025-04-17 23:50:33 +03:00
Elian Doran
910f75ae40
feat(release): publish to announcements 2025-04-17 23:46:46 +03:00
Elian Doran
57f86cf60a
fix(winget): wrong token 2025-04-17 23:45:28 +03:00
perf3ct
4ddc67701c
Merge branch 'develop' into renovate/apple-actions-import-codesign-certs-5.x 2025-04-17 20:42:22 +00:00
perf3ct
18e6527191
fix(deps): attempt to resolve issue created due to https://github.com/Apple-Actions/import-codesign-certs/issues/71 2025-04-17 20:39:42 +00:00
Elian Doran
7b3c432698
docs(release): upcoming version 2025-04-17 23:29:54 +03:00
Elian Doran
e89b41a48b
Merge pull request #1120 from TriliumNext/style/next/restyle-ckeditor
Style Next: Restyle CKEditor
2025-04-17 23:22:17 +03:00
Adorian Doran
c8a3ce4298 style(next)/restyle CKEditor: overhaul the appearance 2025-04-17 23:09:25 +03:00
Elian Doran
93841f7ea7
Merge remote-tracking branch 'origin/master' into develop 2025-04-17 23:01:40 +03:00
Elian Doran
bf4e1b3e43
chore(docs): release template 2025-04-17 23:00:46 +03:00
Elian Doran
03e3863b16
Merge pull request #1325 from TriliumNext/ai-llm-integration
[WIP] AI/LLM integration
2025-04-17 22:57:30 +03:00
Elian Doran
6c0a43fee2
chore(docs): sync again 2025-04-17 22:44:28 +03:00
Elian Doran
041c228053
fix(client): root CSS import breaking some tests 2025-04-17 22:40:59 +03:00
Elian Doran
ee0a1e5cbf
chore(docs): sync LLM documentation with develop 2025-04-17 22:29:12 +03:00
Elian Doran
0133e83d23
Merge remote-tracking branch 'origin/develop' into ai-llm-integration 2025-04-17 22:24:55 +03:00