120 Commits (58b03ae8f23d5243b37366fb3060e89e9abd8fd1)
 

Author SHA1 Message Date
Craig Oates 58b03ae8f2 add create-time-stamp-id function in utils package. 2 years ago
Craig Oates c1e664b631 remove unused code from archive-entry class. 2 years ago
Craig Oates eff71bcbfe import archive package to nera package. 2 years ago
Craig Oates d6cc11dc03 create archive package, archive-entry model and add to .asd file. 2 years ago
Craig Oates 6a67a7cfc7 add thumbnail features to delete and rename storage file routes. 2 years ago
Craig Oates 80aab44c00 refactor 'create thumbnail' code in web.lisp to call from utils. 2 years ago
Craig Oates 592c38759f move create-thumbnail code to utils (reduce duplicated code). 2 years ago
Craig Oates 13d1e31c13 rafactor /storage/view route and add a route/process for thumbnails. 2 years ago
Craig Oates 2c069573db update /user/storage.html template to use build-thumbnail filter. 2 years ago
Craig Oates 44c7ebbc90 add @build-thumbnail (djula) filter in view.lisp file. 2 years ago
Craig Oates 6d8fa33b97 remove get-latest-file-type code from storage package. 2 years ago
Craig Oates a15619de56 add woo server to ritherdon-archive.asd file. 2 years ago
Craig Oates 7a6f330497 begin defroutes for viewing files in /storage/media. 2 years ago
Craig Oates 104ac264a8 change /storage routes to use slugs over filenames (HTTP POST). 2 years ago
Craig Oates 4c99109388 export delete-storage-file from nera package. 2 years ago
Craig Oates 1cf86c674c end-of-session-commit: working on /storage/delete/:slug defroute. 2 years ago
Craig Oates 191f5b2c22 add delete-storage-file function in nera package. 2 years ago
Craig Oates 0331999136 refactor code calling get-storage-file and add storage/rename route. 2 years ago
Craig Oates f3d856f7f4 add keyword args to get-storage-file and write rename-storage-file. 2 years ago
Craig Oates b9848197e7 add storage-upload defroutes (single and multiple) in web.lisp file. 2 years ago
Craig Oates d0ff0c812b update storage and dashboard HTML templates (add & get features). 2 years ago
Craig Oates 953bfc5fb0 implement the 'add and get' functionality for storage routes. 2 years ago
Craig Oates f5549e17a1 add files package (in /src/models and ritherdon-archive.asd file). 2 years ago
Craig Oates 6e7d2b6845 put copyright text in <p> tags (in footer.html template). 2 years ago
Craig Oates 0ce1aef3e4 change how site-wide-snippet file is stored and accessed. 2 years ago
Craig Oates 63e3919970 update .gitignore to ignore site-wide-snippet.js in /static/js. 2 years ago
Craig Oates 015eda2b0a initial steps for /storage/management defroute. 2 years ago
Craig Oates a89686c05f add file uploads section to /user/dashboard.html template. 2 years ago
Craig Oates c4f9f52ba8 add /storage/upload defroutes (single and multi file uploads). 2 years ago
Craig Oates a855d9db90 refactor store-file functions to include more file types. 2 years ago
Craig Oates 8106b5a5c5 rename site-settings function to get-site-settings in nera package. 2 years ago
Craig Oates d31c4ab38a remove old defroutes. 2 years ago
Craig Oates f626557b97 add system-data to data passed to the HTML GET routes in web.lisp. 2 years ago
Craig Oates 2bb7d053e6 clean up old and unused code in HTML templates. 2 years ago
Craig Oates e9792a6fa0 import archivo in main.css file. 2 years ago
Craig Oates 4c1b99fa08 add pages in init-db and write system-data func. in nera package. 2 years ago
Craig Oates e765c3b24e add and populate header and footer HTML templates. 2 years ago
Craig Oates 9b8c5a7ca5 add archivo font. 2 years ago
Craig Oates bb5f8fb482 update web.lisp, mostly around site settings and first-run set-up. 2 years ago
Craig Oates 2f819de9a2 add init-storage process and 'raw-path' I/O functions. 2 years ago
Craig Oates f78beb7ea4 add CRUD features for 'page' table in DB and expand init-db process. 2 years ago
Craig Oates 161e9c6169 remove old code and update forms in /user/site-settings.html file. 2 years ago
Craig Oates d0426a9494 add form for /page/set-nav-menu defroute in /user/edit-page.html. 2 years ago
Craig Oates 7e2f04d370 add can-delete check to /user/pages.html template. 2 years ago
Craig Oates aacfcba654 add favicon link to /layouts/default.html template. 2 years ago
Craig Oates 9a50938c0d implement get-image-dimensions function in utils package. 2 years ago
Craig Oates 4bac1e3db3 add enable-site-logo and site-name slots to site-settings class. 2 years ago
Craig Oates 6ecd555712 addd validation.lisp and pages.lisp files to ritherdon-archive.asd. 2 years ago
Craig Oates e3471e82ea update .gitignore to ignore /static/images and /site-wide-snippet. 2 years ago
Craig Oates 4736db9bd2 add validation package. 2 years ago