69 Commits (b26b296e89de7b1d64b682f9dc6192ae8ec296a0)
 

Author SHA1 Message Date
Craig Oates b26b296e89 stubb out sections in site-settings.html (not implemented yet). 2 years ago
Craig Oates 94e326a292 expand the site-settings.html template. 2 years ago
Craig Oates 7e892f25b1 add {{content}} section to index.html template. 2 years ago
Craig Oates d9e09c52f6 add site-settings functionality in web.lisp file. 2 years ago
Craig Oates f1c79a9ecd add integer-to-checkbox djula-filter (view.lisp). 2 years ago
Craig Oates eb62ade5be add condition check to checkbox-to-bool and remove bool-to-checkbox. 2 years ago
Craig Oates 6d4d16ec45 implement update-enable-sign-on-settings and set-home-page in nera. 2 years ago
Craig Oates bfcef81763 add home-page slot to site-settings class. 2 years ago
Craig Oates cb51a83605 implement /page/delete defroute and update redirects to /user/pages. 2 years ago
Craig Oates 45ef9fa84a add role check and update 'pages' link in /user/pages.html template. 2 years ago
Craig Oates b9180da6e2 implement /pages and /view/page/:slug defroutes in web.lisp file. 2 years ago
Craig Oates f4744f14b7 update links to /page and /pages and add HTML templates. 2 years ago
Craig Oates 1c6781c945 implement the 'edit pages' functionality in web.lisp file. 2 years ago
Craig Oates d6d5a58792 add /user/edit-page.html template. 2 years ago
Craig Oates f0356b00f0 add /user/pages.html template. 2 years ago
Craig Oates 681033b1cd add /pages link to /user/dashboard.html template. 2 years ago
Craig Oates 6b09c3e81c update .gitignore to ignore the /storage directory. 2 years ago
Craig Oates 3937b626e8 finish implementing the /create/page defroute (HTTP POST). 2 years ago
Craig Oates a477470a90 remove 'meta-data' from create-page.html template's HTML form. 2 years ago
Craig Oates 3dbb603831 add slugify function to utils package. 2 years ago
Craig Oates 6fce318c87 add storage package, copied from other proj. so already implemented. 2 years ago
Craig Oates 9e308ab92e add /user/create-page.html template and integrate Tinymce editor. 2 years ago
Craig Oates 9222d347fd add /user/site-settings.html template. 2 years ago
Craig Oates 6c80f146f3 add Tinymce (rich text editor) files to /static/js directory. 2 years ago
Craig Oates 875bd28841 add logout, delete account and create page links to dashboard.html. 2 years ago
Craig Oates bdd86d4ad7 add Sign-up link to index.html template. 2 years ago
Craig Oates 11e5e6a08e create (and initial content) for /user/index.html template. 2 years ago
Craig Oates 19bbba0f3e add username check to /sign-up defroute. 2 years ago
Craig Oates 9724eda5fd add more functionality for user management (admin. and normal). 2 years ago
Craig Oates 793c5d544b add admin. functions for 'users' section and create /site-settings. 2 years ago
Craig Oates 7349c4b9f5 remove unused code and reformat some comments in web.lisp file. 2 years ago
Craig Oates 1e26f1ea8d add get-all-users function and change arg's to &key for update-user. 2 years ago
Craig Oates 68792eac19 add alert message data to "/" defroute. 2 years ago
Craig Oates d025b5d0a0 start to add functionality for signing new users up. 2 years ago
Craig Oates 428a0a6ba7 add functionality for dealing with site-settings (table in DB). 2 years ago
Craig Oates 3596a696db create initial-setup.html template. 2 years ago
Craig Oates 177521aa34 add bool to checkbox convertion funcitons to utils pacakge. 2 years ago
Craig Oates 9a665c5c4e create and wire-up site-settings model and package (for DB). 2 years ago
Craig Oates 7e84b86291 refactor functions moved from auth to nera and update init-db setup. 2 years ago
Craig Oates a4d3f35306 add alert section to default.html template. 2 years ago
Craig Oates 249f86b88e add link to /dashboard in index.html template. 2 years ago
Craig Oates 777458ee37 code clean-up in some HTML templates. 2 years ago
Craig Oates 25142d5049 refactor web package to use auth, util and status-code packages. 2 years ago
Craig Oates e6162306ef add alert-message functions in utils package. 2 years ago
Craig Oates 89ad7fb269 code formatting in db package. 2 years ago
Craig Oates b469063f74 remove code I moved to the nera package from auth package. 2 years ago
Craig Oates bf8b79021e export define-constant macro in app-constants. 2 years ago
Craig Oates 0941922f57 add nera and status-codes packages. 2 years ago
Craig Oates 490a79a356 add log-in and start account setting functionality. 2 years ago
Craig Oates 2aaefdbf5e add or update HTML templates (all based around user/accounts). 2 years ago