143 Commits (7328a719fe45f7c1bb094847c9a0937a4f0e5b8e)
 

Author SHA1 Message Date
Craig Oates 7328a719fe implement the edit archive thumbnail functionality (web.lisp). 2 years ago
Craig Oates 82e8428695 refactor and remove code regarding the /storeage routes in web.lisp. 2 years ago
Craig Oates ca4a540141 edit /user/edit-archive.html template (thumbnail section). 2 years ago
Craig Oates 379bbdc8b4 implement update-archive-entry-property in nera package. 2 years ago
Craig Oates 8d55ed7d61 refactor /storage (I.E. get files) routes and /edit/archive/:slug. 2 years ago
Craig Oates c69c165a92 add edit thumbnail section to /user/edit-archive.html template. 2 years ago
Craig Oates 57a6710e92 block out the route for editing an archive entry (end-of-session). 2 years ago
Craig Oates 93a59aaad4 implement /edit/archive/:slug defroute (HTTP GET request). 2 years ago
Craig Oates 02df53e7f4 add and block out /user/edit-archive.html template. 2 years ago
Craig Oates f205dc3252 remove old code from /user/edit-page.html template. 2 years ago
Craig Oates eb9d2e3290 implement /archive/delete/entry defroute (HTTP POST request). 2 years ago
Craig Oates ee336d3c83 implement delete-archive-entry in nera package. 2 years ago
Craig Oates f89585ab46 update form to delete archive entry in /user/archive.html template. 2 years ago
Craig Oates bba7cf4499 implement the /view/archive/:slug route and add archive-entry.html. 2 years ago
Craig Oates a7d0ae54ad finish implementing the /create/archive-entry (without search). 2 years ago
Craig Oates 5542014a1e sort out code layout in view.lisp file. 2 years ago
Craig Oates baf1ec1f39 add format-filename and format-keywords in utils package. 2 years ago
Craig Oates 3dc6a812bf reorder file load order in ritherdon-archive.asd file. 2 years ago
Craig Oates 7d9e29bac8 add the /user/create-archive.html template. 2 years ago
Craig Oates 5cc14f74bf create /user/archive.html and /arctice.html templates. 2 years ago
Craig Oates c42d169d84 begin implementing CRUD routes for /archive section (web.lisp). 2 years ago
Craig Oates 23365343b1 update dashboard.html template (add archive links and upload forms). 2 years ago
Craig Oates ffd483411c start implementing the CRUD functions for the /archive routes. 2 years ago
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