387 Commits (4914f3a9bc2d5e90b1b06b9a0a567bae8d0246f9)
 

Author SHA1 Message Date
Craig Oates 4914f3a9bc create nginx .conf and systemd .service files. 2 years ago
Craig Oates 6283918323 update makefile. 2 years ago
Craig Oates bf407e66bb fix typo in makefile. 2 years ago
Craig Oates 500c25abfb add makefile with basic functionality. 2 years ago
Craig Oates ca5fc4e9fc comment out the 'covert' function in storage package. 2 years ago
Craig Oates b99e4b95f9 intern stuff with '#:' in ritherdon-archive pack. and change to woo. 2 years ago
Craig Oates 757698a7bc intern packages in ritherdon-archive.asd file (default as strings). 2 years ago
Craig Oates 15cc041700 update /layouts/header.html template (reduce size of site header). 2 years ago
Craig Oates 973523c01f update main.css (hover state for 'danger zone' links/buttons). 2 years ago
Craig Oates ccc4398a52 remove/comment out search code (JS files) which declare 'serverURL'. 2 years ago
Craig Oates b89dfd828f change serverURL to just server (fixes typo -- couple of templates). 2 years ago
Craig Oates d8ecc23079 create 'server' variable (for search) in page and search templates. 2 years ago
Craig Oates 124252070e insert filter-search.js scripts into pages and archive templates. 2 years ago
Craig Oates 55f12b3f5b refactor build search URL feat. in search package (site-settings). 2 years ago
Craig Oates 08a0a06152 remove the filter search code from main.js file. 2 years ago
Craig Oates 0b32687251 create filter-search.js file in /static/js directory. 2 years ago
Craig Oates fdc0b964e0 implement back-end for update-search-url (defroute in web.lisp). 2 years ago
Craig Oates 3565fa9315 implement update-search-url in nera package. 2 years ago
Craig Oates 2f8c973761 fix typo in site-settings.html template (search-url). 2 years ago
Craig Oates 189e87ae0a add Search URL section to /user/site-settings.html template. 2 years ago
Craig Oates 84d0885281 add search-url section to initial-setup.html template. 2 years ago
Craig Oates e9f679bece add search-url parameter to init-db function in nera package. 2 years ago
Craig Oates eeabb843ce add search-url slot is site-settings class (site-settings.lisp). 2 years ago
Craig Oates 14750a6c0c implement /danger/upload-snapshot defroute in web.lisp file. 2 years ago
Craig Oates a490c50cf2 implement store-snapshot in snapshot package. 2 years ago
Craig Oates baebd89329 add mulit-file upload form to /danger/snapshots.html template. 2 years ago
Craig Oates b731aa06dd state incomplete feature alert in restored-snapsnot route. 2 years ago
Craig Oates 99e507e313 start implementing /danger/restore-snapshot defroute (web.lisp). 2 years ago
Craig Oates 45dc9fc645 implement restore-from-snapshot function in snapshot package. 2 years ago
Craig Oates ae51da0277 refactor nera: call string-is-nil-or-empty? from validation package. 2 years ago
Craig Oates 03bb7d7cee implement back-end for /danger/create-snapshot-download defroute. 2 years ago
Craig Oates 7207043e2f update form action (create-snapshot-download) /danger/snapshots.html 2 years ago
Craig Oates c9377824dc update restore-snapshot.png icon. 2 years ago
Craig Oates c38e9de548 add zip package to ritherdon-archive.asd file. 2 years ago
Craig Oates 94b626c9fa add transfer.png icon to /static/images/icons directory. 2 years ago
Craig Oates 90650a8a5a implement /danger/delete-snapshot defroute (back-end in web.lisp). 2 years ago
Craig Oates 0c652be9fc implement delete-snapshot function in snapshot package. 2 years ago
Craig Oates 782c9aee2c implement raw-directory-exists? function in storage package. 2 years ago
Craig Oates e599377158 refactor code in web.lisp (call from validation instead of utils). 2 years ago
Craig Oates 0b2980f1d7 remove string-is-nil-or-empty? in utils and export it in validation. 2 years ago
Craig Oates 0b53969783 add 'raw directory' functionality to storage package. 2 years ago
Craig Oates fdf43c2b01 add snapshot data passed to template from /danger/manage-snapshots. 2 years ago
Craig Oates 2a456bcdc5 add download, restore and delete controls to /danger/snapshots.html. 2 years ago
Craig Oates 89b4fbacee add restore-snapshot.png icon to /static/images/icons directory. 2 years ago
Craig Oates f57d6ef33c implemented 'Disk Info.' feature on the back-end for /dashboard. 2 years ago
Craig Oates 26882cae6f add 'Disk Info.' section to /user/dashboard.html template. 2 years ago
Craig Oates a292d245b7 add cl-diskspace package to ritherdon-archive.asd. 2 years ago
Craig Oates 254500cad7 update .gitignore to ignore the /snapshots directory. 2 years ago
Craig Oates 2615dcb892 minor edit to copy text in /user/site-settings.html template. 2 years ago
Craig Oates cba7675d3d implement back-end for take-snapshot feature (web.lisp). 2 years ago