373 Commits (08a0a061528b96c9b2239b907d68610be5794533)
 

Author SHA1 Message Date
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
Craig Oates 943fc77d92 add take-snapshot.png icon to /static/images/icons directory. 2 years ago
Craig Oates efbee61366 add form for taking snapshot in /danger/snapshots.html template. 2 years ago
Craig Oates f629e3d750 implement various 'raw' based functions in storage package. 2 years ago
Craig Oates 8a9354f50f implement create-timestamp-text function in utils package. 2 years ago
Craig Oates 704e87546e create /danger/snapshots.html template. 2 years ago
Craig Oates 250305e8b0 add link to /manage-snapshots in site-settings.html template. 2 years ago
Craig Oates 736d12074f add snapshot.lisp, implement take-snapshot and stub-out restore. 2 years ago
Craig Oates 9ff9711af8 add copy-directory package (quicklisp) and snapshot package to .asd. 2 years ago
Craig Oates 5c90771bc4 delete schema.sql file (from /db). 2 years ago
Craig Oates 14586efa2a implement copyToClipBoard functionality (main.js). 2 years ago
Craig Oates 72d0352c79 add popup section (copy text via JavaScript) in /user/storage.html. 2 years ago
Craig Oates 1bec6e8034 add thumbnail path for SVG file in build-thumbnail-path filter. 2 years ago
Craig Oates 416d55ce3c update main.css (popup stuff for coping text via JavaScript). 2 years ago
Craig Oates 4c157b5fda comment out un-used code in build search url in search package. 2 years ago