78 Commits (e5993771587b9c63c26916087f9507b3e5986de5)

Author SHA1 Message Date
Craig Oates e599377158 refactor code in web.lisp (call from validation instead of utils). 2 years ago
Craig Oates fdf43c2b01 add snapshot data passed to template from /danger/manage-snapshots. 2 years ago
Craig Oates f57d6ef33c implemented 'Disk Info.' feature on the back-end for /dashboard. 2 years ago
Craig Oates cba7675d3d implement back-end for take-snapshot feature (web.lisp). 2 years ago
Craig Oates a45747c7d8 implement back-end for 'manage database entries' ('danger zone'). 2 years ago
Craig Oates 757f3b0448 implement the manage/delete files back-end features ('danger-zone'). 2 years ago
Craig Oates 66b84f8de6 implement the /danger/reset-website defroute (back-end feature). 2 years ago
Craig Oates 74a6507902 implement the 're-populate search DB' functionality (web.lisp). 2 years ago
Craig Oates a046d21dbb add redirect from /sitemap to /sitemap.xml in web.lisp (defroute). 2 years ago
Craig Oates 862b55ec23 implement /sitemap.xml defroute in web.lisp file. 2 years ago
Craig Oates 2b4336bced add older/newer archive entries to data returned from /view/archive. 2 years ago
Craig Oates bb7396d95e fix add-storage-file regression bug (database and file different). 2 years ago
Craig Oates b874b3e742 update archive-entry HTTP POST request (include 'publish' date). 2 years ago
Craig Oates d4ab83ef7a clean-up code in web.lisp and view.lisp files. 2 years ago
Craig Oates 94122e7741 tidy-up code and leave comment in /edit/archive about Meilisearch. 2 years ago
Craig Oates f38e0aef42 integrate Meilisearch into edit keywords functionality (web.lisp). 2 years ago
Craig Oates 5d853592bf integrate Meilisearch into /rename/archive-entry defroute. 2 years ago
Craig Oates e90de5e31a add 'Search' as hard-coded URL in '/' and update delete Arch. Entry. 2 years ago
Craig Oates c2788c43af integrate the search package into create archive route in web.lisp. 2 years ago
Craig Oates eb7435f720 add checks to make sure uploaded files are images in site-setting. 2 years ago
Craig Oates 3274456906 fix typo. when calling set-alert when enabling sign-up option. 2 years ago
Craig Oates 76450d3414 seperate /user/edit route (HTTP POST) into two. 2 years ago
Craig Oates 9430942cb5 update /user/delete defroute: add 'type username input check'. 2 years ago
Craig Oates ff86cb159a reduce the amount of recent files returned with /dashboard defroute. 2 years ago
Craig Oates 7b24fdca1c add alert type values to all set-alert functions called in web.lisp. 2 years ago
Craig Oates e33ac9af0a add /storage/thumb/media/:slug defroute (re-added). 2 years ago
Craig Oates d7bbb9ecf2 code clean-up in web.lisp (old comments, formatting and slugify). 2 years ago
Craig Oates 61e8ef91f8 refactor file upload storage routes -- regarding thumbnails. 2 years ago
Craig Oates baed98ce7a fix bug when creating thumbnail whilst uploading a file to /storage. 2 years ago
Craig Oates 4647323fda add storage, pages and archive entries to dashboard.html template. 2 years ago
Craig Oates f60b09bbdd add 'success' optional parameter to set-alert in update nav. menu. 2 years ago
Craig Oates a72e133f13 update / (site's index page) route and nav. menu update feature. 2 years ago
Craig Oates 84f3ede736 refactor site-setting route to get snippets from /storage/snippets. 2 years ago
Craig Oates 4156b0eee0 remove single file upload route and refactor multi-upload route. 2 years ago
Craig Oates 44bdec6570 implement the /edit/archive defroute -- updates the entries text. 2 years ago
Craig Oates fb8f68e468 implement the edit archive keywords functionality (web.lisp). 2 years ago
Craig Oates e53a2990c0 refactor update archive thumbnail functionality (change file name). 2 years ago
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 8d55ed7d61 refactor /storage (I.E. get files) routes and /edit/archive/:slug. 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 eb9d2e3290 implement /archive/delete/entry defroute (HTTP POST request). 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 c42d169d84 begin implementing CRUD routes for /archive section (web.lisp). 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 13d1e31c13 rafactor /storage/view route and add a route/process for thumbnails. 2 years ago
Craig Oates 7a6f330497 begin defroutes for viewing files in /storage/media. 2 years ago