Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 check-ins using file src/name.c version a36ffed99b

2023-01-09
05:16
add new entry to related work links and polish markup Add 'fsl', a tcl wrapper, to inspired projects; prompted by John Rouillard on the [forum:2f5b79e695|forum]. While here, remove redundant markup and articles. check-in: b4b8dc32f2 user: mark tags: trunk
2023-01-07
20:58
Updates to the change log to discuss recent enhancements. check-in: 7173a1b1f4 user: drh tags: trunk
20:37
Submenu buttons linking all of the logging pages. check-in: aae2b775f9 user: drh tags: trunk
20:18
Make admin_log entries for password changes. check-in: c9c7e8c1d8 user: drh tags: trunk
17:06
Enhance the new /resetpw page so that it honors the redirect-to-https setting. check-in: 3b1e8a0e5c user: drh tags: trunk
15:36
Add the ability to enable users to request an email message that contains a special secure hyperlink that they can follow to reset their password. check-in: 07bfe3fee3 user: drh tags: trunk
15:35
Go to the login page after a successful self-service password reset. Closed-Leaf check-in: 837f275868 user: drh tags: self-service-password-reset
15:18
Improved comments. Extra defensive code. check-in: d860e2b5f6 user: drh tags: self-service-password-reset
14:25
Initial complete implementation of self-password-reset. Just need refinement and a security audit before merging to trunk. check-in: 41bb73e9ba user: drh tags: self-service-password-reset
11:58
Add a non-functioning place-holder button to request a password reset to the /register page. check-in: 5c62a2c3a7 user: drh tags: self-service-password-reset
00:03
Add the /resetpw web page. The name argument must contain a hash that proves knowledge of the old password and that limits the valid lifetime of the argument. check-in: ac86dfa085 user: drh tags: self-service-password-reset
2023-01-06
21:33
Do not try to resolve the IP from the hostname when syncing using ssh:// protocol. Ssh may use the provided name as an alias defined in ~/.ssh/config which may not be resolvable or even resolve to an unrelated ip. This change can potentially avoid long timeout during name resolution failure. Equivalent to [52f08008e2790a81]. check-in: e5c5622d4b user: mgagnon tags: no_ssh_sync_ip_resolve
14:27
Oops, somehow one dash in `--file` got lost in 92d3fdba73a44c4c. check-in: 0bf2eaaf65 user: km tags: trunk