Commit Graph

209 Commits

Author SHA1 Message Date
Maxime Cannoodt
d5b2b52f95 fetch decrypt and render jpegs 2022-09-13 23:21:26 +02:00
Maxime Cannoodt
654aa3e9c4 cascade delete notes 2022-09-11 18:07:06 +02:00
Maxime Cannoodt
3b08d84b26 test get embed controller 2022-09-11 17:47:01 +02:00
Maxime Cannoodt
a675de3420 embec ton 2022-08-30 13:54:17 +02:00
Maxime Cannoodt
f60dc3b018 embed controller 2022-08-30 13:52:52 +02:00
Maxime Cannoodt
bbc92dc01c more updated tests 2022-08-30 13:29:00 +02:00
Maxime Cannoodt
35bcc5c5b9 update tests 2022-08-30 13:24:39 +02:00
Maxime Cannoodt
146e1848bc post requests and tests 2022-08-30 12:53:52 +02:00
Maxime Cannoodt
86d8771303 note dao unit test 2022-08-30 10:05:41 +02:00
Maxime Cannoodt
433394a3c2 add transactions 2022-08-30 09:51:53 +02:00
Maxime Cannoodt
6de10f07e6 wip 2022-08-28 22:43:18 +02:00
Maxime Cannoodt
a797aa00e9 embed schema and dao 2022-08-28 21:57:47 +02:00
Maxime Cannoodt
a2569a2b34 write array buffer/base64 conversion 2022-08-28 21:04:17 +02:00
Maxime Cannoodt
e9956486fd add table 2022-08-25 16:24:18 +02:00
Maxime Cannoodt
403ce696bc fix: 🐛 Fix missing types that make build fail 2022-08-25 10:33:57 +02:00
Maxime Cannoodt
f84ddba528
Merge pull request #27 from mcndt/migration-subtlecrypto
Migration subtlecrypto
2022-08-25 10:22:59 +02:00
Maxime Cannoodt
2926eaad8a update plugin 2022-08-25 10:16:46 +02:00
Maxime Cannoodt
bbc6ce8592 feat: migration to WebCrypto API 2022-08-25 10:16:03 +02:00
Maxime Cannoodt
5eb0074230 refactor: ⬆️ update grafana docker compose to 0.9.1 2022-08-24 16:56:44 +02:00
Maxime Cannoodt
424f9b804d
Merge pull request #25 from mcndt/markdown-footnotes
feat:  render footnote at bottom of page
2022-08-23 13:43:00 +02:00
Maxime Cannoodt
05bd82df24 feat: render footnote at bottom of page 2022-08-23 13:40:35 +02:00
Maxime Cannoodt
232d6d643b
Merge pull request #23 from mcndt/accept-anon-user-id
feat:  log user identifier and user plugin version in write event table
2022-08-18 22:32:44 +02:00
Maxime Cannoodt
5dbdf8d1d2 feat: log user identifier and user plugin version in write event table 2022-08-18 22:28:17 +02:00
Maxime Cannoodt
14e4b37418 docs: 💬 Update static pages 2022-08-17 10:39:02 +02:00
Maxime Cannoodt
7ea11903f8 docs: 💬 update plugin branding to quickshare 2022-08-16 20:48:29 +02:00
Maxime Cannoodt
30b2d26847 fix: 🐛 Fix characters escaping #tag rendering 2022-08-16 20:17:51 +02:00
Maxime Cannoodt
7c9285492c fix: 🐛 fix highlight rendering with mixed formatting 2022-08-16 18:07:24 +02:00
Maxime Cannoodt
91cf1ffdb2 add umami analytics script 2022-08-15 21:27:21 +02:00
Maxime Cannoodt
655aeabbb5
Merge pull request #18 from mcndt/expired-note-bloom-filter
feat:  return HTTP 410 page for expired notes
2022-08-11 15:01:03 +02:00
Maxime Cannoodt
908c6b5901 feat: return HTTP 410 page for expired notes 2022-08-11 14:59:48 +02:00
Maxime Cannoodt
ce3afa23de update gitignore 2022-08-10 09:38:21 +02:00
Maxime Cannoodt
062ecf406f fix: 🐛 fix upload limit not working correctly 2022-08-10 09:27:30 +02:00
Maxime Cannoodt
dfc3b81466 fix: 🐛 Fix backend service not starting after refactor 2022-08-10 08:40:17 +02:00
Maxime Cannoodt
9c2f52325a
Merge pull request #16 from mcndt/server-refactor
refactor: split Express app into controller pattern
2022-08-09 19:46:12 +02:00
Maxime Cannoodt
6f60ea11e6 refactor: split Express app into controller pattern 2022-08-09 19:37:48 +02:00
Maxime Cannoodt
d951501923
Update README.md 2022-08-09 15:40:39 +02:00
Maxime Cannoodt
75d6ae868f fix: 🐛 correctly identify cloudflare cache as requesting host for READ event 2022-08-09 12:43:38 +02:00
Maxime Cannoodt
0ba9d74a83 fix: 🐛 event logging: fix proxy IP being logged instead of client IP 2022-08-09 12:13:07 +02:00
Maxime Cannoodt
ff6b45771e fix: 🐛 log correct client host behind reverse proxy 2022-08-09 00:09:02 +02:00
Maxime Cannoodt
ee65c839f0
Merge pull request #12 from mcndt/event-logging
Event logging to database
2022-08-08 23:45:32 +02:00
Maxime Cannoodt
9b1a446340 feat: 🔊 Add event logging for note read, writes and purges. 2022-08-08 23:43:35 +02:00
Maxime Cannoodt
293af7f34b refactor: 🗃️ Change event log database for note purges 2022-08-08 23:39:37 +02:00
Maxime Cannoodt
e7f17dbe4d feat: 🗃️ Add event table to schema, add EventLogger class to server 2022-08-08 22:46:50 +02:00
Maxime Cannoodt
68b65ab0e0 fix: 🐛 fix collapsed callout syntax rendering as blockquote 2022-08-07 13:55:02 +02:00
Maxime Cannoodt
e3fb92508f fix: 💄 fix text highlights not being legible in dark mode 2022-08-07 13:34:19 +02:00
Maxime Cannoodt
0e327a7430 chore: 📝 update changelog for previous commit 2022-08-07 13:22:39 +02:00
Maxime Cannoodt
68660543d7 fix: 🐛 fix code blocks rendering as "undefined" for unregistered languages 2022-08-07 13:15:26 +02:00
Maxime Cannoodt
65dd18b7cd
Merge pull request #7 from mcndt/code-syntax-highlighting
Code syntax highlighting
2022-08-06 20:51:31 +02:00
Maxime Cannoodt
53f81f38bf Merge branch 'code-syntax-highlighting' of github.com:mcndt/noteshare.space into code-syntax-highlighting 2022-08-06 20:49:26 +02:00
Maxime Cannoodt
2f072900eb feat: Add a changelog page 2022-08-06 20:48:43 +02:00