Upgrade to nick_site commit f981fa57, adds alerts and inactive sidebar option
[ndcode_site.git] / api /
2022-01-27 Nick DowningFinish changing XDate.now() to env.now, new XDate(...
2022-01-27 Nick DowningMake get_session() readonly and throw an exception...
2022-01-27 Nick DowningMove navigation from _menu.json files in each navigatio...
2022-01-27 Nick DowningUpdate /my_account/index.html.jst to latest way, minor...
2022-01-26 Nick DowningIn /lib/navbar.jst rework feedback to be similar to...
2022-01-26 Nick DowningUpdate /my_account/send_verification_email/index.html...
2022-01-26 Nick DowningUpdate /my_account/verify_email/index.html.jst to lates...
2022-01-26 Nick DowningChange all the get_draft.json endpoints to be like...
2022-01-25 Nick DowningUse jst_server.Problem everywhere, make /_lib/post_requ...
2022-01-25 Nick DowningDisable the "Create account" button and null draft...
2022-01-24 Nick DowningStructure upgrade: change nodemailer to nodemailers...
2022-01-24 Nick DowningStructure upgrade: delete session.signed_in_as key...
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 DowningImplement a way to get/set the nodemailer object (has...
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-18 Nick DowningGet contact form working again with new style form...
2022-01-18 Nick DowningAdd signed-in version of my account menu allowing to...
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 DowningAdd password reset and email verification, change nomen...
2022-01-15 Nick DowningAdd /api/sign_(in|out).json endpoints, uncomment sign...
2022-01-15 Nick DowningAdd the ability to click on the verification link and...
2022-01-15 Nick DowningAdd /api/sign_up/send_verification_email.json endpoint...
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...
2022-01-13 Nick DowningFix transaction handling bugs
2022-01-10 Nick DowningNew approach to sign up form