Major refactoring of get_session(), get_account(), get_nodemailer(), introduces ...
[ndcode_site.git] / _lib /
2022-01-24 Nick DowningMajor refactoring of get_session(), get_account(),...
2022-01-23 Nick DowningAdd /_lib/get_nodemailer.jst
2022-01-23 Nick DowningAdd /_lib/get_globals.jst
2022-01-23 Nick DowningAdd /_lib/get_account.jst, remove env.signed_in_as
2022-01-23 Nick DowningChange /_lib/session_cookie.jst to /_lib/get_session.jst
2022-01-23 Nick DowningImprove session handling, so incoming/outgoing cookie...
2022-01-23 Nick DowningMinor visual fixes
2022-01-23 Nick DowningUse globals object in database rather than /_config...
2022-01-23 Nick DowningUse (Transaction|LazyValue).get_json() instead of logjs...
2022-01-23 Nick DowningImplement a command-line interface to the running webse...
2022-01-22 Nick DowningChange arguments to args everywhere, as arguments is...
2022-01-18 Nick DowningAdd blog and initial post (from last week)
2022-01-18 Nick DowningGet contact form working again with new style form...
2022-01-18 Nick DowningRemove duplicate session key generation if session_cook...
2022-01-17 Nick DowningAdd api_ or api_account_ prefix on all API calls in...
2022-01-17 Nick DowningAdd expiry on sign up draft (to prevent leakage of...
2022-01-16 Nick DowningMove account-related APIs down one level into /api...
2022-01-16 Nick DowningImplement feedback as a JSON API, fix missing await...
2022-01-16 Nick DowningChange input(type="button" value="...") to button(type...
2022-01-16 Nick DowningAdd password reset and email verification, change nomen...
2022-01-15 Nick DowningAdd a page to re-send email verification if signing...
2022-01-15 Nick DowningAdd /api/sign_(in|out).json endpoints, uncomment sign...
2022-01-15 Nick DowningAdd /api/sign_up/send_verification_email.json endpoint...
2022-01-14 Nick DowningFix scrollbar shifting problem again (fix was lost...
2022-01-14 Nick DowningAdd sign up draft facility (avoids having to re-enter...
2022-01-14 Nick DowningMove *.jst from / to /_lib to keep things tidy, impleme...