• Joined on 2025-08-27
tapiron created pull request jriou/coller#47 2025-10-13 17:36:19 +02:00
fix: use innerText instead of innerHTML
tapiron created pull request jriou/coller#46 2025-10-13 17:30:52 +02:00
fix: add missing return in protected note create handler
tapiron pushed to fix/missing_returns_in_handler at tapiron/coller 2025-10-13 17:29:36 +02:00
41591cd2f4
fix: add missing return in protected note create handler
tapiron pushed to fix/missing_returns_in_handler at tapiron/coller 2025-10-13 17:28:11 +02:00
ab1ce36687
fix: add missing return in protected note create handler
tapiron created branch fix/missing_returns_in_handler in tapiron/coller 2025-10-13 17:28:11 +02:00
tapiron pushed to main at tapiron/coller 2025-10-13 16:30:07 +02:00
685914c323
Release 1.3.0
0ed61db444
docs(README): configuration file is optional
b35828d909
feat: Add clients base URL
ab6b03a6d4
feat: serve clients binaries from a local directory
b0c0162b06
feat: serve only the bootstrap minimal css file
Compare 28 commits »
09dd88783e
fix: use innerText instead of innerHTML
685914c323
Release 1.3.0
0ed61db444
docs(README): configuration file is optional
b35828d909
feat: Add clients base URL
ab6b03a6d4
feat: serve clients binaries from a local directory
Compare 10 commits »
tapiron created branch fix/use_more_secure_innerText_instead_of_innerHTML in tapiron/coller 2025-10-13 16:29:54 +02:00
tapiron commented on issue jriou/coller#27 2025-09-19 09:42:49 +02:00
Serve bootstrap and monaco-editor static files locally

Great, it works well on my side

tapiron commented on issue jriou/coller#27 2025-09-16 09:56:29 +02:00
Serve bootstrap and monaco-editor static files locally

Nice, this is more or less what I had in mind when opening this issue!

I'll test this today or tomorrow on my side and let you know if I have some issues.

Could be nice to add a Makefile…

tapiron pushed to main at tapiron/coller 2025-09-15 19:32:16 +02:00
4b01308125
style: Use lowercase for errors
e2d3146222 fix: display error page instead of panic on non existant note (#30)
Compare 2 commits »
tapiron created pull request jriou/coller#30 2025-09-15 17:42:42 +02:00
fix: display error page instead of panic on non existant note
28cdb3ee8f
fix: display error page instead of panic on non existant note
tapiron pushed to main at tapiron/coller 2025-09-15 17:37:35 +02:00
e03aa6b87a feat: add possibility to hide upload button (#25)
tapiron commented on pull request jriou/coller#25 2025-09-15 09:19:57 +02:00
feat: add possibility to hide upload button

I resolved the conflict, should be good to merge

tapiron pushed to feat/make_file_upload_button_optional at tapiron/coller 2025-09-15 09:17:53 +02:00
3f8d42571b
feat: add possibility to hide upload button
33628331f4 feat: set default expiration in select (#28)
938d10c3a6 fix: remove double rendering and test error (#26)
Compare 3 commits »
tapiron pushed to main at tapiron/coller 2025-09-15 09:14:54 +02:00
33628331f4 feat: set default expiration in select (#28)
938d10c3a6 fix: remove double rendering and test error (#26)
Compare 2 commits »
tapiron commented on pull request jriou/coller#25 2025-09-14 19:25:57 +02:00
feat: add possibility to hide upload button

Updated variable names, json config key and added doc in README.md.

I also removed useless if statement.

tapiron pushed to feat/make_file_upload_button_optional at tapiron/coller 2025-09-14 19:24:31 +02:00
4944e47e76
feat: add possibility to hide upload button