Commit Graph

70 Commits

Author SHA1 Message Date
thiloho
4e98df5790 Create pagination component and paginate manage page as well 2024-10-19 21:01:45 +02:00
thiloho
b1a59e38c1 Add disable attribute for no permission buttons and shorten query param names 2024-10-19 17:55:02 +02:00
thiloho
185aeea4e5 Remove NGINX website directories from API and fix some minor issues 2024-10-17 16:53:31 +02:00
thiloho
1b74e1e6fb Add administrator role plus manage dashboard and cleanup database migrations 2024-10-08 21:20:44 +02:00
thiloho
c4f1bff2a9 Sort blog articles by date and increase image preview size 2024-10-06 02:42:40 +02:00
thiloho
1b8f093f5b Strip null values for changelog and set size limit for large content blocks 2024-10-06 02:01:15 +02:00
thiloho
b53f4c4859 Use other string diff algorithm and optimize logs page 2024-10-05 21:15:26 +02:00
thiloho
e96b78b7ce Add OpenGraph head tags and more tests 2024-10-04 17:09:51 +02:00
thiloho
f2d114dac4 Add theme toggle for templates 2024-10-03 18:51:30 +02:00
thiloho
8ebe09a0d4 Set default value for markdown preview and improve error for collab 2024-09-27 19:31:43 +02:00
thiloho
b3b499e218 Refactor web app code and add background color setting 2024-09-27 16:59:29 +02:00
thiloho
bc5e494bbb Create fetch utility function 2024-09-25 21:45:01 +02:00
thiloho
a9e2bd4cb7 Set delayed loading spinner and additional CSP headers 2024-09-25 16:02:12 +02:00
thiloho
0e3c0f094c Use variables for blurred bg 2024-09-24 17:35:28 +02:00
thiloho
86ab737429 Add custom domain prefixes and option to disable user registration 2024-09-20 15:56:07 +02:00
thiloho
32b0cc30cd Update npm packages to latest version 2024-09-19 16:46:36 +02:00
thiloho
c97a6624d6 Allow more common mimetypes 2024-09-17 22:44:16 +02:00
thiloho
5f38500b9c Show logs and usernames for deleted users and remove svg mimetype for client side 2024-09-14 15:12:08 +02:00
thiloho
79d1c9f5c7 Use a more robust slugify function 2024-09-13 19:30:56 +02:00
thiloho
db8b284d6f Run playwright tests on pull request as well 2024-09-13 18:45:23 +02:00
thiloho
2b97a28488 Create logs route 2024-09-13 17:04:04 +02:00
thiloho
b7174530e8 Create table for tracking changes across tables and operations 2024-09-11 12:14:10 +02:00
thiloho
c5fbcdc8bd Add TypeScript definitions via pg-to-ts and refactor migrations 2024-09-10 17:29:57 +02:00
thiloho
8121be1d96 Add legal information operation site 2024-09-08 16:42:32 +02:00
thiloho
9a8a333823 Serve routes without .html file extension 2024-09-07 18:22:58 +02:00
thiloho
6a7e64ccaf Add basic necessary SEO tags 2024-09-07 16:45:20 +02:00
thiloho
958b8e3643 Show loading spinners for form actions and page loads 2024-09-07 14:28:23 +02:00
thiloho
e153120a47 Add ESLint 2024-09-07 13:04:09 +02:00
thiloho
ed4a63eee7 Show message for image pasting and intialize permission test 2024-09-03 16:06:07 +02:00
thiloho
bb73c2350d Initialize playwright, fix file upload issue, show publication status and delete website dir on website deletion 2024-08-30 15:48:15 +02:00
thiloho
042ae24130 Remove unncessary fields from docs templates and add category article order 2024-08-29 20:09:37 +02:00
thiloho
4572b7f6ce Finish base template for blog 2024-08-28 17:30:32 +02:00
thiloho
1b1767c0f7 Add categories for docs template 2024-08-27 16:39:29 +02:00
thiloho
0753345bba Display table of contents on right side 2024-08-25 19:32:57 +02:00
thiloho
926218fa34 Set favicon and logo on output 2024-08-25 16:31:12 +02:00
thiloho
e7acc9749f Sanitize HTML and merge styles into single file 2024-08-25 15:06:55 +02:00
thiloho
1c1aaf28e6 Generate nested table of contents 2024-08-25 14:35:57 +02:00
thiloho
329927f126 Prefix NGINX urls with origin as well 2024-08-24 21:57:41 +02:00
thiloho
0806293f05 Make modal ids unique with suffix 2024-08-24 21:53:05 +02:00
thiloho
079b6d8f8a Make all section headers anchors 2024-08-24 21:43:15 +02:00
thiloho
b7601f46bb Disable toc in non iframe preview as well 2024-08-24 20:46:10 +02:00
thiloho
891cdb46c8 Make markdown synchronous and add ability to toggle TOC 2024-08-24 20:34:06 +02:00
thiloho
e34a2ac87f Wrap headings in section 2024-08-24 19:37:00 +02:00
thiloho
a7858329c7 Use marked markdown parser 2024-08-23 18:43:54 +02:00
thiloho
5e4ee45004 Use marked for markdown parsing 2024-08-23 18:43:52 +02:00
thiloho
0cbf0bd866 Share styles and update props 2024-08-20 19:17:18 +02:00
thiloho
28774dc944 Put API prefix in server only file to access process.env 2024-08-19 20:33:23 +02:00
thiloho
488877b2ed Make API origin variable available on client side 2024-08-19 20:13:49 +02:00
thiloho
bc7d242d3d Set base API prefix to origin in production 2024-08-19 19:55:06 +02:00
thiloho
5cc329c2f1 Enable image pasting in markdown textarea 2024-08-19 19:31:41 +02:00