Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file src/db.c version 6e8614c8b8
|
2024-08-23
| ||
| 19:54 | New admin-only page /setup_uinfo that shows combined information from the USER and SUBSCRIBER tables about a single user. Give a hyperlink to this page when a timeline delivered to an admin says "by user". check-in: 24eb182248 user: drh tags: trunk | |
| 16:14 | Fix typo in the previous comment that prevented from recognizing login cookies. check-in: dfce2f2b8f user: drh tags: trunk | |
| 16:10 | More information about cookies on the /cookies page. check-in: 10949f5300 user: drh tags: trunk | |
| 15:53 | Minor typo fix in a comment. check-in: 8581e376c3 user: drh tags: trunk | |
| 15:42 | Improved instructions for setting a common captcha-secret across a login-group on the /setup_login_group page. check-in: 404f15501b user: drh tags: trunk | |
| 14:43 | Add the ability to rotate the captcha-secret, setting up a new secret that is common to all members of a login-group. check-in: acfaf4e48e user: drh tags: trunk | |
| 13:55 | Allow for multiple captcha-secret values. The primary is still 'captcha-secret'. Backups are in 'captcha-secret-N' where N is a small integer. The backups are only valid for 6 hours. This allows the captcha-secret to be changed without disrupting anonymous logins and/or captcha dialogs that are in progress when the secret changes. check-in: 8659d84aff user: drh tags: trunk | |
| 13:23 | For 'update --dry-run', remind the user that no file changes have occurred.' check-in: 06a72cea3a user: danield tags: trunk | |
| 13:05 | Fix missing "return" in the new fossil_strdup_nn() routine from the previous check-in. check-in: a04d18198d user: drh tags: trunk | |
| 13:00 | Move the fossil_strdup() implementation from import.c over to util.c where it belongs. Add a new fossil_strdup_nn() that mimics the behavior of mprintf("%s",...), only faster. check-in: 0c9dff644e user: drh tags: trunk | |