63 Commits (f38e0aef42ee314d866f010a3317884e6761f343)

Author SHA1 Message Date
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
Craig Oates 104ac264a8 change /storage routes to use slugs over filenames (HTTP POST). 2 years ago
Craig Oates 1cf86c674c end-of-session-commit: working on /storage/delete/:slug defroute. 2 years ago
Craig Oates 0331999136 refactor code calling get-storage-file and add storage/rename route. 2 years ago
Craig Oates b9848197e7 add storage-upload defroutes (single and multiple) in web.lisp file. 2 years ago
Craig Oates 0ce1aef3e4 change how site-wide-snippet file is stored and accessed. 2 years ago
Craig Oates 015eda2b0a initial steps for /storage/management defroute. 2 years ago
Craig Oates c4f9f52ba8 add /storage/upload defroutes (single and multi file uploads). 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 bb5f8fb482 update web.lisp, mostly around site settings and first-run set-up. 2 years ago
Craig Oates d9e09c52f6 add site-settings functionality in web.lisp file. 2 years ago
Craig Oates cb51a83605 implement /page/delete defroute and update redirects to /user/pages. 2 years ago
Craig Oates b9180da6e2 implement /pages and /view/page/:slug defroutes in web.lisp file. 2 years ago
Craig Oates 1c6781c945 implement the 'edit pages' functionality in web.lisp file. 2 years ago
Craig Oates 3937b626e8 finish implementing the /create/page defroute (HTTP POST). 2 years ago