63 Commits (6d4d16ec4520ae830ac1bdcb233108fb02951d89)
 

Author SHA1 Message Date
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
Craig Oates 3b6afd8a4a add password slot to user class. 2 years ago
Craig Oates 7e32795392 re-organise bits of the code (mostly packages are references). 2 years ago
Craig Oates e6ef8bec34 rename authentication to auth (file and package). 2 years ago
Craig Oates c8074c821b make back-up copy of cookie cutter code, for reference. 2 years ago
Craig Oates d6dbcf7ec4 create Caveman2 project (using Caveman2's project generator). 2 years ago
Craig Oates 51d2213aae delete site stubbed out with the cookie cutter app. 2 years ago