Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Cherrypicked [658db85ce2], which was intended for trunk. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
9dd8d5efc7eaca448282041d221dc070 |
| User & Date: | stephan 2021-10-02 14:35:41.522 |
Context
|
2021-10-02
| ||
| 18:13 | Fix minor documentation typo. check-in: 8d88f08801 user: drh tags: trunk | |
| 14:35 | Cherrypicked [658db85ce2], which was intended for trunk. check-in: 9dd8d5efc7 user: stephan tags: trunk | |
| 14:33 | Removed now-invalid doc snippet, per [forum:f6a4695090|forum post f6a4695090]. check-in: 658db85ce2 user: stephan tags: chat-input-rework | |
|
2021-09-29
| ||
| 17:03 | /chat: shift-enter when in preview mode now switches back to message list mode if the input field is empty. It was previously only possible to switch back via button or sending a message. check-in: 79995e1355 user: stephan tags: trunk | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
680 681 682 683 684 685 686 |
@ </table>
@
@ <p><form action="%R/setup_login_group" method="post"><div>
login_insert_csrf_secret();
@ To leave this login group press
@ <input type="submit" value="Leave Login Group" name="leave">
@ </form></p>
| < < < | 680 681 682 683 684 685 686 687 688 689 690 691 692 693 |
@ </table>
@
@ <p><form action="%R/setup_login_group" method="post"><div>
login_insert_csrf_secret();
@ To leave this login group press
@ <input type="submit" value="Leave Login Group" name="leave">
@ </form></p>
@ <hr /><h2>Implementation Details</h2>
@ <p>The following are fields from the CONFIG table related to login-groups,
@ provided here for instructional and debugging purposes:</p>
@ <table border='1' class='sortable' data-column-types='ttt' \
@ data-init-sort='1'>
@ <thead><tr>
@ <th>Config.Name<th>Config.Value<th>Config.mtime</tr>
|
| ︙ | ︙ |