Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 90b8921b6c7b584c.
2022-01-05
| ||
12:52 | • Changes to wiki page "Release Build How-To" ... (artifact: ee3d903c22 user: drh) | |
2022-01-04
| ||
18:49 | Added year=YYYY filter to /timeline, per request in [forum:/forumpost/7c923903ad45c8ea | forum post 7c923903ad45c8ea]. ... (check-in: f8681a9c06 user: stephan tags: trunk) | |
01:13 | Cross-link the ssl-server.md and ssl.wiki documents. Both of them still need improvements. Some Pikchr diagrams would be a great addition. ... (check-in: 939753d046 user: drh tags: trunk) | |
2022-01-02
| ||
20:46 | In the forum, omit unnecessary query parameters on generated URLs, so that it is easier to copy/paste URLs into commit messages or chat windows. ... (check-in: 168eb71643 user: drh tags: trunk) | |
20:20 | Warn against adding the private-key used by Fossil's built-in self-signed cert to the OS's trust store. ... (check-in: 890b49f8e0 user: drh tags: trunk) | |
2022-01-01
| ||
23:09 | /chat: be more restrictive in what mimetypes we enable embedding for because loading an iframe with an arbitrary mimetype might force the browser to prompt to download the content. Leave the Embed toggle enabled, even during loading, to avoid that such a download prompt leaves the toggle permanently disabled. That latter bit required some refactoring of the auto-iframe-resize to account for toggling while the content is still in transit. ... (check-in: 0423fb8d7b user: stephan tags: trunk) | |
13:09 | /chat: when creating download links, append file's extension to the /chat-download/MSGID so that the browser's mime-type guessing can work better (seems to fix inline SVG attachments). Prefer to use an attachment's mimetype, instead of filename, for guessing whether it can be embedded, and enable embedding for all text/ and image/ mimetypes. ... (check-in: cead9178c8 user: stephan tags: trunk) | |
12:50 | Added --as FILENAME option to the (chat send) command, which uses FILENAME as the attachment name for the file specified by the --file flag. Mimetype guessing for the attachment is based on the --as name. ... (check-in: 2bb3c76ad9 user: stephan tags: trunk) | |
00:41 | Update the built-in SQLite to the latest 3.38.0 alpha, for testing. ... (check-in: 3e74ae503f user: drh tags: trunk) | |
00:36 | New setting "large-file-size" is a 64-bit integer. If any file of a check-in is larger than this amount, a warning is issues that the users has to confirm before continuing. Warnings can be bypassed using --ignore-oversize or --no-warnings. Use "fossil set large-file-size 0" to permanently disable this warning. Default value is 20,000,000. ... (check-in: 3ffe893f88 user: drh tags: trunk) | |
2021-12-31
| ||
19:02 | Fix harmless compiler warnings. ... (check-in: 96a66d75f8 user: mistachkin tags: trunk) | |
12:41 | • Changes to wiki page "To Do List" ... (artifact: a5725964da user: drh) | |
02:59 | Merged in trunk. ... (check-in: c800d2ca82 user: stephan tags: markdown-tagrefs) | |
2021-12-30
| ||
19:25 | Updated change log for new /chat embedding feature. ... (check-in: 79ebb3c18a user: stephan tags: trunk) | |
19:21 | /chat: added a bit of gap between the Embed checkbox and its label. ... (check-in: 90d89f886a user: stephan tags: trunk) | |
19:17 | Enhance /chat to enable embedding of HTML/text/image attachments via iframes, the motivating use case being embedding of attached diff files. ... (check-in: 432ff8d8c1 user: stephan tags: trunk) | |
19:14 | Force inheritance of the HTML-mode diff font-size and line-height attributes to fix misalignment in some browsers. ... (Closed-Leaf check-in: cf911e4425 user: stephan tags: chat-attachment-iframe) | |
19:02 | /chat: if an iframe's body has no fontSize set, try to force it to match the message wrapper's font size. Whether this works might be environment-dependent. Add support for embedding images in iframes if the when the 'inline images' option is off. ... (check-in: d4b167bd97 user: stephan tags: chat-attachment-iframe) | |
18:26 | /chat: shorted 'Toggle Embedded' label to 'Embed'. ... (check-in: 490c7b435f user: stephan tags: chat-attachment-iframe) | |
18:08 | Remove display:flex from .message-widget-content elements, as it causes IMG elements to stretch to fill up all available space. ... (check-in: cf4a17c8b4 user: stephan tags: chat-attachment-iframe) | |
18:02 | /chat: added txt to the list of iframe-embeddable extensions. ... (check-in: 1721d3089a user: stephan tags: chat-attachment-iframe) | |
17:58 | /chat: change the Embed button to a toggle checkbox to show/hide the embedded iframe. ... (check-in: 956515f677 user: stephan tags: chat-attachment-iframe) | |
17:43 | For diff --webpage output, style body to background-color white, primarily so that embedding in chat does not lead to unreadable diffs for certain user colors. ... (check-in: 41767a2e5f user: stephan tags: chat-attachment-iframe) | |
17:39 | /chat: fixed text mode toggle to not mangle messages with attachments (it apparently never worked properly with them). ... (check-in: 7678922283 user: stephan tags: chat-attachment-iframe) | |
17:20 | /chat: experimentally add an Embed button to HTML attachments which embeds their contents in an iframe. ... (check-in: d9e3ed5e20 user: stephan tags: chat-attachment-iframe) | |
2021-12-29
| ||
23:49 | Fix a broken link in the SSL-server document. ... (check-in: 90b8921b6c user: drh tags: trunk) | |
23:00 | Corrected missing commas in JSON-format diff builder output of Edit records. ... (check-in: 31be3836b7 user: stephan tags: trunk) | |
17:12 | Tweaks to the SSL server documentation. ... (check-in: 2e2da5783d user: drh tags: trunk) | |
17:01 | • Changes to wiki page "Release Build How-To" ... (artifact: abc891bbfe user: drh) | |
16:02 | Final fix for the MinGW build. ... (check-in: 44f4d624f1 user: mistachkin tags: trunk) | |
15:56 | Fixes to MinGW build (still not quite working). Remove final remnants of miniz. ... (check-in: a015ab64ca user: mistachkin tags: trunk) | |
15:44 | Preliminary documentation for server-side SSL. ... (check-in: a094e654e5 user: drh tags: trunk) | |
14:45 | Another simplification of SEE memory handling for the 'sql' command. ... (check-in: 531434900b user: mistachkin tags: trunk) | |
14:34 | Correction to SEE memory handling used by the 'sql' command. ... (check-in: 3b4a45535e user: mistachkin tags: trunk) | |
03:49 | Added missing -nocomplain flag to a glob command call to avoid configure dying if it cannot find libsqlite*. ... (check-in: 5e2dbcc6fe user: stephan tags: trunk) | |
03:15 | Adapted ssl_new_server() docs to account for code changes. ... (check-in: 258479650b user: stephan tags: trunk) | |
02:59 | Fix the SSL-server code so that the "fossil ui --tls" command (and similar) now work on Windows. ... (check-in: 7a3bf55f54 user: drh tags: trunk) | |
00:49 | Update buildmsvc.bat after testing successful compilation with the Visual Studio 2022 toolchain. ... (check-in: 2ed7465cf7 user: danield tags: trunk) | |
2021-12-28
| ||
19:09 | Improved management of unmergeable binary files for "fossil update". ... (check-in: 52a389d3db user: drh tags: trunk) | |
19:04 | Add initial support for SSL (TLS) servers on unix using "fossil server" or "fossil http". Rename the "tls-config" command to "ssl-config". Extend that command to support specifying certificates. Add support for delivering content from the ".well-known" directory to support obtaining certs from Let's Encrypt. ... (check-in: f6263bb641 user: drh tags: trunk) | |
19:00 | Omit the "ssl-acme" setting. Access to ".well-known" is now controlled by the --acme command-line option on "fossil http" and "fossil server". This change is required for when those commands specify a directory rather than a particular repository, since without a specific repository, there are no settings to check. ... (Closed-Leaf check-in: 4ef059bc2a user: drh tags: ssl-server) | |
18:17 | Fix the --files option on "fossil http" so that if a glob pattern does not begin with '*' then it will match beginning with the "/" of the PATH_INFO. ... (check-in: 5ac65aa496 user: drh tags: ssl-server) | |
14:45 | Add support for --tls on the "fossil http" command. ... (check-in: 8429f8a3df user: drh tags: ssl-server) | |
13:55 | Remove reference to miniz in "The Fossil Build Process". ... (check-in: 280c3584e4 user: danield tags: trunk) | |
06:47 | Modify "/fdiff?patch" to generate unified patches with the default number of context lines, analogous to "/vdiff?patch". It looks like "/fdiff?patch" was switched to side-by-side during the recent diff refactoring, when "diffFlags = 4" in its code path no longer meant "4 lines of diff context" (packed into the now obsoleted DIFF_CONTEXT_MASK range), but DIFF_SIDEBYSIDE. (Please roll back this commit or move it to a siding branch if incorrect.) ... (check-in: 5aa1ec3789 user: florian tags: trunk) | |
2021-12-27
| ||
21:43 | Sanitize the pathname on the /.well-known webpage. [forum:/forumpost/ba46d8e333|Forum post ba46d8e333]. ... (check-in: b265013b66 user: drh tags: ssl-server) | |
17:13 | Improved documentation for server-side SSL settings. ... (check-in: f81d64cace user: drh tags: ssl-server) | |
17:01 | Enable access to the ".well-known" subdirectory, to facilitate ACME. ... (check-in: 6d447b8669 user: drh tags: ssl-server) | |
16:13 | Rename the "tls-config" command into "ssl-config" for consistency. The older "tls-config" command is retained as an alias. Enhance the command to support server certificate management. ... (check-in: f6051784c5 user: drh tags: ssl-server) | |
12:49 | Add a built-in self-signed certificate for use with TLS servers. Add --tls and --ssl options to active TLS for "fossil ui" and "fossil server". Add the "tls-server-cert" setting. Automatically start servers as TLS if the redirect-to-https property is 2. ... (check-in: 7532ffa4e3 user: drh tags: ssl-server) | |