Fossil

Timeline
Login

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

30 check-ins using file src/url.c version 3743a275d7

2020-04-29
14:24
Added support for optionally converting mini-commit file content to use the same EOL style as the previous version (HTML5 specifies that TEXTAREA form posts be normalized to CRLF). check-in: 5a1a73c356 user: stephan tags: checkin-without-checkout
14:24
Removed a Windows/Cygwin-only #if guard around blob_add_cr() because it's now optionally used by mini-commit. check-in: f8c1806047 user: stephan tags: checkin-without-checkout
12:19
Now disallow mini-checkin if the datestamp is older than the parent unless --allow-older is used. check-in: 0a0d96dd42 user: stephan tags: checkin-without-checkout
11:17
Renamed the various "one" pieces to "mini", e.g. checkin_mini(). check-in: d84c514916 user: stephan tags: checkin-without-checkout
2020-04-28
16:10
Code reordering and formatting. check-in: 2af794163c user: stephan tags: checkin-without-checkout
15:23
Comments and formatting. check-in: 1b253c23de user: stephan tags: checkin-without-checkout
14:47
Added a TODO. check-in: 3669e957a5 user: stephan tags: checkin-without-checkout
14:27
Various unrelated improvements in the single-file commit process. Moved leaf-is-closed check into its own function (affects the commit command). check-in: 3a71400423 user: stephan tags: checkin-without-checkout
11:45
Improved error message propagation and added several checkin flags. check-in: 1d0cc12583 user: stephan tags: checkin-without-checkout
10:32
Reworked error reporting/propagation and added toggle to allow/disallow forking. check-in: e9e68a6e01 user: stephan tags: checkin-without-checkout
09:37
Accommodated return value semantics change. check-in: 7e880c7898 user: stephan tags: checkin-without-checkout
08:48
More work/cleanup on the single-file commit. check-in: 138c07be85 user: stephan tags: checkin-without-checkout
2020-04-27
19:36
Initial infrastructure for "web commit". check-in: cb4d48ac05 user: stephan tags: checkin-without-checkout
16:58
Minor fixes to the previous check-in. check-in: 9f8dc18f70 user: drh tags: trunk
16:53
Rework the SSL cert exception mechanism so that it remembers the SHA3 hash of the cert that failed to verify, rather than the PEM of the complete cert. Simplify the error prompts. Always verify the cert hash before accepting the exception. check-in: 3c194e2b89 user: drh tags: trunk
15:26
Add the "tls-config" command for managing the OpenSSL configuration and for viewing and deleting certificate exceptions. check-in: bc23620121 user: drh tags: trunk
11:57
Update comment. No changes to code. check-in: 455b2aa67b user: drh tags: trunk
08:31
/setup_skinedit, when editing CSS, now shows the list of built-in CSS selectors, as mentioned in [https://fossil-scm.org/forum/forumpost/b2d7ce8ab1|/forumpost/b2d7ce8ab1]. Closed-Leaf check-in: fd138236c9 user: stephan tags: skinedit-css-list
2020-04-26
23:10
Merge in trunk check-in: 161a210687 user: george tags: wiki-history
20:41
Fix overlength lines and commenting irregularities in http_ssl.c. No code changes. check-in: 483ac3db83 user: drh tags: trunk
15:39
Add the "test-ssl-trust-store" command for testing and diagnostics. check-in: 67147dd6be user: drh tags: trunk
03:58
Expanded on the "Certificates" section of www/ssl.wiki to fill in some details. The key improvement is making the first line of the OpenSSL error when the CA trust store isn't set up searchable. As it was, you pretty much had to know the solution already in order to seek out this documentation! check-in: b3c0c07c07 user: wyoung tags: trunk
2020-04-24
05:21
Add the ability to restrict subscriptions to specific email domains selected by GLOB patterns, and to require email verification before self-registration becomes effective. check-in: c00e9123cb user: drh tags: trunk
05:10
Improvements to the wording on the setup options related to self-registration. Closed-Leaf check-in: 6faaa91b37 user: drh tags: restricted-self-registration
02:17
Add a new setting to disallow anonymous subscriptions. Anonymous subscriptions are enabled by default. check-in: d048d86d0d user: drh tags: restricted-self-registration
01:47
When there are repeated errors on a subscription or self-registration entry form, do not force the user to reenter the captcha if they have already entered it correctly once. check-in: 3d80481216 user: drh tags: restricted-self-registration
00:49
Add the ability to deny capabilities to self-registered accounts until the email verification comes through. check-in: 3b7970e032 user: drh tags: restricted-self-registration
2020-04-23
23:00
Merge the /subscribe fix from trunk. check-in: fb38b92501 user: drh tags: restricted-self-registration
18:50
Merge the subscriber fix from trunk. check-in: 0be585a178 user: drh tags: restricted-self-registration
18:36
Begin adding the ability to restrict self-registration to people with a particular email address pattern. This check-in provides the setting to specify the authorized email addresses, but an attacker can still lie about his email address and sneak in that way. Still a work-in-progress. check-in: 7916dbaa03 user: drh tags: restricted-self-registration