Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 descendants and 10 ancestors of 3989c385ef8a99aa
2020-07-30
| ||
00:05 | All major features except saving are implemented. ... (check-in: 5d61cec568 user: stephan tags: ajax-wiki-editor) | |
2020-07-29
| ||
20:19 | Initial bits for the ajax-powered wiki editor. There's still much to do here, but most of the basics are in place. ... (check-in: 20636c936f user: stephan tags: ajax-wiki-editor) | |
20:08 | Fixed %j encoding to backslash-escape double-quotes. It was accounting for them in its allocation but not actually escaping them. ... (check-in: caa51decb8 user: stephan tags: trunk) | |
18:10 | Corrected a 'for' attribute in a generated LABEL tag used by the fileedit page. ... (check-in: b82cb27514 user: stephan tags: trunk) | |
16:15 | Removed the SameSite=strict cookie setting in order to rule out whether it is the cause for the login cookie not being submitted when reaching the site via a GMail-induced redirect. (Follow-up: that was indeed the problem. SameSite=strict cookies are not sent when they belong to a page which is the target of a redirect from another site.) ... (check-in: 1ac2e7326b user: stephan tags: trunk) | |
14:56 | Minor format tweak for consistency ... (check-in: 0cda82eb2f user: andygoth tags: trunk) | |
2020-07-28
| ||
19:47 | Update the change log for the "Remember me" session login-cookie enhancement. ... (check-in: d650eea348 user: drh tags: trunk) | |
19:45 | Add the "Remember me?" checkbox to the login page. If not checked, you get a session cookie for the login. ... (check-in: 6b7b3232df user: drh tags: trunk) | |
2020-07-27
| ||
15:56 | Remember-me toggle defaults to off, per forum feedback. ... (Closed-Leaf check-in: 587cd77e00 user: stephan tags: login-session-cookie) | |
12:29 | Put the "remember me" checkbox on a line by itself. Omit extra explanatory text. Move the non-SSL login warning to the top of the login dialog. ... (check-in: 8efba52b97 user: drh tags: login-session-cookie) | |
2020-07-26
| ||
22:29 | Corrected some no-longer-true docs about the login cookie. ... (check-in: 3989c385ef user: stephan tags: login-session-cookie) | |
20:30 | Re-added SameSite=strict cookie flag and update user.cexpire even for session cookies, otherwise non-anonymous session-only logins do not "stick" past the login process. ... (check-in: 5c84a72907 user: stephan tags: login-session-cookie) | |
20:10 | Removed the newly-added SameSite=strict cookie setting to test whether it is the cause of session-cookie login grief on my hoster. ... (check-in: 80025e706d user: stephan tags: login-session-cookie) | |
19:57 | Added "Remember me?" checkbox to login (default=on). Corrected cgi_set_cookie() to immediately expire the cookie for a negative lifetime (it was previously re-setting the cookie as a session cookie for that case). ... (check-in: 32975aabe7 user: stephan tags: login-session-cookie) | |
14:04 | Minor internal API changes to support using a session cookie for logins, but there are side effects which still need to be investigated before exposing that option to the UI, e.g. login groups and any other use of the user.cexpire field. ... (check-in: ba3cf9c4de user: stephan tags: login-session-cookie) | |
2020-07-24
| ||
16:15 | Fix an issue with the /timeline bid= query parameter on servers. ... (check-in: d0749d7886 user: drh tags: trunk) | |
12:56 | Add the deltabg query parameter to /timeline. ... (check-in: 6b9d57a04c user: drh tags: trunk) | |
12:02 | Improved documentation of the forbid-delta-manifests setting. ... (check-in: 6dc17a5760 user: drh tags: trunk) | |
11:49 | If a remote has forbid-delta-manifests set and a client with autocommit enabled tries to commit, the remote tells the client to avoid deltas and the client obeys, unless the explicit --delta option is used. ... (check-in: 9116c6fbea user: drh tags: trunk) | |
10:57 | Fix the forbid-delta-manifest setting so that it actually works. ... (check-in: 6ed036f287 user: drh tags: trunk) | |
2020-07-23
| ||
22:35 | Rewrote the section "Overriding the Default CSP" in the defcsp.md doc. Although it's hard to see from the diffs, it largly just adds more detail to what it already said. ... (check-in: 896aa05649 user: wyoung tags: trunk) | |