Commit Graph

87 Commits

Author SHA1 Message Date
9047216a25 Merge pull request 'Added Back to top of the page links.' (#20) from daball/nm3clol-express-app:main into main
Reviewed-on: #20
2024-06-24 20:29:27 -04:00
e001f141e3 Added Back to top of the page links. 2024-06-24 20:28:52 -04:00
9a8f507544 Merge pull request 'fix: View/Download viewer will be selected as default when no other viewer is default.' (#19) from daball/nm3clol-express-app:main into main
Reviewed-on: #19
2024-06-24 04:30:36 -04:00
cde78c983e fix: View/Download viewer will be selected as default when no other viewer is default. 2024-06-24 04:30:06 -04:00
edc10e5025 Merge pull request 'No longer list files for which a folder contains README.md metadata describing the file.' (#18) from daball/nm3clol-express-app:main into main
Reviewed-on: #18
2024-06-24 04:15:00 -04:00
d9e0361f7c No longer list files for which a folder contains README.md metadata describing the file. 2024-06-24 04:12:29 -04:00
506b29887d Merge pull request 'feat: Default tab automatically loads viewer, but other tabs are lazily loaded. OCR text moved to its own tab.' (#17) from daball/nm3clol-express-app:main into main
Reviewed-on: #17
2024-06-24 02:11:53 -04:00
f66c0b8673 feat: Default tab automatically loads viewer, but other tabs are lazily loaded. OCR text moved to its own tab. 2024-06-24 02:10:18 -04:00
1d09025526 Merge pull request 'fix: Metadata link not working. Fixed link and description.' (#16) from daball/nm3clol-express-app:main into main
Reviewed-on: #16
2024-06-24 01:10:23 -04:00
35851b1ddc fix: Metadata link not working. Fixed link and description. 2024-06-24 01:09:30 -04:00
b38d7ee07e Merge pull request 'main' (#15) from daball/nm3clol-express-app:main into main
Reviewed-on: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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: #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