Commit Graph

53 Commits

Author SHA1 Message Date
20372f44e4 Change json response detection (#361) 2024-10-31 14:41:42 +01:00
ca44abfc43 Fix build Postcss error (#353) 2024-10-24 23:37:04 +02:00
2bf434f00e Add TOTP MFA (#342) 2024-10-24 23:23:00 +02:00
df226cbd99 Add SVG parser (#346) 2024-10-14 21:20:56 +02:00
3068588111 Send Markdown preview data as form params (#347) 2024-10-14 14:43:12 +02:00
798a0bfc28 Allow adding multiple empty lines in editor. (#345) 2024-10-13 23:45:50 +02:00
6959929094 Add passkeys support + MFA (#341) 2024-10-07 23:56:32 +02:00
de6578d9e8 Add file delete button on create editor (#320) 2024-09-07 15:17:56 +02:00
e439d96e43 Add translation strings (#269) 2024-05-05 00:24:25 +02:00
1aa94292db Frontend fixes (#267)
* Fix mermaid display

* Move Login/Register buttons on mobile

* Min width on avatar
2024-04-28 02:54:18 +02:00
6a8759e21e fix missing preview button when editing .md gist (#259)
Co-authored-by: Dennis Sumser <dennis.sumser@schmolck.de>
2024-04-24 21:02:21 +02:00
ef004675a5 Create invitations for closed registrations (#233) 2024-04-03 01:56:55 +02:00
fc9a75ce8f Markdown preview (#224) 2024-04-03 01:56:55 +02:00
d85917bfb2 Small fixes (#196) 2024-01-04 18:06:19 +01:00
87a6113cc7 Add Gist code search (#194) 2024-01-04 18:06:19 +01:00
4cb7dc2d30 Fix reverse proxy subpath support (#192) 2024-01-04 18:06:19 +01:00
b3a856a05e Optimize reading gist files content (#186) 2024-01-04 18:06:19 +01:00
3c97901995 Bug fixes (#184)
* Fix gist content when going back to editing

* Fix not outputting non-truncated large files for editon/zip download

* Allow dashes in usernames

* Delete keys associated to deleted user

* Fix error message when there is no files in gist

* Show if there is not files in gist preview

* Fix log parsing for the 11th empty commit
2024-01-04 18:06:19 +01:00
3828022a1c Add custom urls for gists (#183) 2024-01-04 18:06:19 +01:00
85e2da054b Add clickable Markdown checkboxes (#182) 2024-01-04 18:06:19 +01:00
0753c5cb54 Add embedded gists & JSON gist data/metadata (#179) 2024-01-04 18:06:19 +01:00
845e28dd59 Move code rendering to the backend & frontend improvements (#176)
Added Chroma & Goldmark

Added Mermaidjs

More languages supported

Add default values for gist links input

Added copy code from markdown blocks
2024-01-04 18:06:19 +01:00
246f12c8cb feat: default visibility (#155)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-01-04 18:06:19 +01:00
10fd170833 Fix markdown render dark background (#137) 2023-10-16 12:20:09 +02:00
bae18ecb0a Detect .c and .h files (#119) 2023-09-28 20:08:57 +02:00
9dff67f003 Various bug fixes (#105) 2023-09-22 17:31:19 +02:00
a5ea522e45 Add translation system (#104) 2023-09-22 17:26:09 +02:00
61e274e56d Added new logo (#103) 2023-09-19 15:48:19 +02:00
0d7305d9ba Use dayjs instead of moment (#92) 2023-09-05 15:22:24 +02:00
d4eed91130 Split hljs into a new file; improved dev vite server system (#91) 2023-09-05 15:22:09 +02:00
a7b346d8df Tweaked project structure (#88) 2023-09-03 00:30:57 +02:00
25316d7bf2 Added private visibility
* Changed gist type and added HTML button on creation

* Adapted label and edit button

* Changed rules for git HTTP and SSH

* Adapt Readme features
2023-09-02 03:58:37 +02:00
b5cd49db4c Download file, button groups, fix unknown file reading (#84) 2023-07-26 15:43:07 +02:00
7b5d035a32 Search gists (#68) 2023-06-21 18:19:17 +02:00
24e3de8fc1 Better config (#50) 2023-06-07 20:50:30 +02:00
8880e00f48 Fix dark mode flickering (#44) 2023-06-01 19:04:12 +02:00
cecc06b332 Light mode (#38) 2023-05-27 13:58:08 +02:00
4a75a50370 Disable Gravatar (#37)
* Disable Gravatar
* Lowercase emails
* Add migration
2023-05-26 09:15:37 +02:00
5fe84164a5 Better UI for admin settings (#30) 2023-05-11 15:16:05 +02:00
089d321898 Syntax highlighting + fix escaping in Markdown code (#29) 2023-05-07 18:54:09 +02:00
49807d04c7 Disable login form via admin panel 2023-05-06 18:53:59 +02:00
333efeacbf Add require login feature to see gists 2023-04-28 20:31:10 +02:00
dba3f4be44 Create admin settings and moved signup disable setting there 2023-04-17 00:17:06 +02:00
8b08c5a5cc Convert Javascript to Typescript 2023-04-03 23:37:54 +02:00
0eb1b103d0 Wrap editor code in DOMContentLoaded 2023-04-03 00:43:23 +02:00
2aee52e06c Added indent type, indent size and wrap mode to editors 2023-04-03 00:40:39 +02:00
6c981570a1 Optimize assets 2023-03-23 16:00:48 +01:00
91bff38f43 Add drag and drop filename support 2023-03-23 03:09:49 +01:00
858ee3e70a Parse CSV files into HTML tables 2023-03-19 03:18:56 +01:00
bd64922554 Hljs small fix 2023-03-18 23:30:37 +01:00