Commit Graph

77 Commits

Author SHA1 Message Date
b38d7ee07e Merge pull request 'main' (#15) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#15
2024-06-24 01:03:50 -04:00
1f1071f5a9 feat: Embedded Microsoft Office Viewer and Google Docs Viewer web services and no longer download as default action when viewer is supported when loading directory with file attachment that doesn't automatically render. 2024-06-24 01:02:26 -04:00
e0b93cf355 Cleanup a lot of tab stops from 4 spaces to 2 and adjust other whitespace. 2024-06-24 01:00:18 -04:00
6979c455ef Removed console log message from config startup. 2024-06-24 00:57:28 -04:00
ef40ca967c Merge pull request 'fix: Embed PDF documents only on pages which describe files.' (#14) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#14
2024-06-23 15:49:19 -04:00
b7f0eb13ef fix: Embed PDF documents only on pages which describe files. 2024-06-23 15:19:15 -04:00
267aaa2376 Merge pull request 'feat: Embed PDF documents on the webpages which describe them.' (#13) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#13
2024-06-22 14:30:40 -04:00
6fabbf4fe8 feat: Embed PDF documents on the webpages which describe them. 2024-06-22 14:30:04 -04:00
31e4a2d2ca Merge pull request 'Updated view for directory to add front matter support in README.md. Updated file scanner logic and working on conversion utility for previous scans.' (#12) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#12
2024-06-19 07:51:18 -04:00
03d2cfa816 Updated view for directory to add front matter support in README.md. Updated file scanner logic and working on conversion utility for previous scans. 2024-06-19 07:48:37 -04:00
5061baabb9 Merge pull request 'fix: Added dashes back into video player breadcrumbs.' (#11) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#11
2024-06-18 11:50:35 -04:00
2f6afa9210 fix: Added dashes back into video player breadcrumbs. 2024-06-18 11:50:07 -04:00
210f8e71d8 Merge pull request 'Switched video player to use modular breadcrumbs feature.' (#10) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#10
2024-06-18 11:46:26 -04:00
ece488c177 Switched video player to use modular breadcrumbs feature. 2024-06-18 11:45:51 -04:00
2e2e32d30d Merge pull request 'Refactored breadcrumbs feature into modular view component, and moved page route handler into its own router.' (#9) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#9
2024-06-18 11:30:22 -04:00
76a460abcd Refactored breadcrumbs feature into modular view component, and moved page route handler into its own router. 2024-06-18 11:29:23 -04:00
6f495fb1b9 Merge pull request 'Refactored from JavaScript to TypeScript and changed a few things along the way. Moved static assets to assets/ instead of static/.' (#8) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#8
2024-06-17 19:45:03 -04:00
3a06bec2b7 Refactored from JavaScript to TypeScript and changed a few things along the way. Moved static assets to assets/ instead of static/. 2024-06-17 19:40:13 -04:00
d3a371f998 Merge pull request 'Added defer attribute to video tags so that it parallel loads.' (#7) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#7
2024-06-15 19:59:14 -04:00
07bc443a66 Added defer attribute to video tags so that it parallel loads. 2024-06-15 19:58:16 -04:00
a3d7952855 Merge pull request 'Updated .env.example to use SOLR_DOCS_CORE instead of SOLR_DOCS_CORE_NAME, etc.' (#6) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#6
2024-06-15 19:46:21 -04:00
ba7d50f495 Updated .env.example to use SOLR_DOCS_CORE instead of SOLR_DOCS_CORE_NAME, etc. 2024-06-15 19:45:31 -04:00
769b85ae3c Merge pull request 'fix: video player was still using hard-coded paths.' (#5) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#5
2024-06-15 19:32:56 -04:00
07ec0a1c3e fix: video player was still using hard-coded paths. 2024-06-15 19:32:17 -04:00
87a2fd5e20 Merge pull request 'fix: problem with reading environment using dotenv on IISNode.' (#4) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#4
2024-06-15 16:59:01 -04:00
a86fe7f198 fix: problem with reading environment using dotenv on IISNode. 2024-06-15 16:58:30 -04:00
5e50acf9cf Merge pull request 'fix: problem with reading environment using dotenv.' (#3) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#3
2024-06-15 16:51:12 -04:00
973201e787 fix: problem with reading environment using dotenv. 2024-06-15 16:50:37 -04:00
737eef91a1 Merge pull request 'fix: Fixed side effects from hardcoded paths.' (#2) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#2
2024-06-15 16:39:13 -04:00
9cb16680f9 fix: Fixed side effects from hardcoded paths. 2024-06-15 16:38:17 -04:00
378cb5443c Merge pull request 'Updated environment configuration and cleaned up usage of runtime environment.' (#1) from daball/nm3clol-express-app:main into main
Reviewed-on: nm3clol/nm3clol-express-app#1
2024-06-15 15:06:39 -04:00
5f4ac46af7 Updated environment configuration and cleaned up usage of runtime environment. 2024-06-15 15:03:04 -04:00
8a28910b0b Updated .gitattributes to use glob matching for case-insensitive paths. 2024-06-15 13:42:52 -04:00
84d2081072 Added PUBLIC_DIR environment variable. 2024-06-03 12:55:21 -04:00
ee411d5ce2 Removed deprecated code in archived.php. 2024-06-03 12:52:51 -04:00
61a092646e Added Dockerfile. 2024-06-01 07:56:31 +00:00
a9b8d439f7 Added .env expansion and set welcome message behavior to use WELCOME_MSG environment variable. 2024-05-25 22:01:46 -04:00
760f04848d Updated default environment. 2024-05-25 22:00:44 -04:00
a8969dd778 Updated top navbar to use SITE_NAME environment variable. 2024-05-25 21:35:45 -04:00
00ecaa4f46 Updated default environment. 2024-05-25 21:35:07 -04:00
f0a36695f4 Document .env files. 2024-05-24 15:40:16 -04:00
89e507da2e Added .env.example to help with configuration. 2024-05-24 15:36:35 -04:00
5c11b90877 Moved to correct folder and removed hard-coded URLs. 2024-05-24 15:30:03 -04:00
e8571edbd3 Increase portability by making paths relative in utility scripts. 2024-05-24 13:10:50 -04:00
06d9fff0c5 Updated git lfs pull method. 2024-05-24 06:15:25 -04:00
eab02c2aa5 Added additional Docker Compose examples. Removed defunct Caddyfile. 2024-05-24 05:44:13 -04:00
e8d6c4b45e Fixed README.md search function so that it works on IISNode and everything else, too. 2024-05-24 04:58:20 -04:00
3470e1a809 Added LICENSE. 2024-05-24 03:48:31 -04:00
555e9f52bd Updated scripts, YouTube cookies example, docker compose configuration, and documentation. 2024-05-24 03:29:36 -04:00
3ac71738e5 Added solr Docker configuration. 2024-05-24 01:11:36 -04:00