Fossil

Timeline
Login

Timeline

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

50 events by user wyoung occurring around 2019-01-10 06:03:59.

2019-03-17
06:42
Moved the section on stunnel configuration from www/server.wiki to www/ssl.wiki, adding links from one to the other. Also changed all remaining references to "SSL" in server.wiki to "TLS". ... (check-in: 355c16a528 user: wyoung tags: trunk)
06:18
Expanded the discussion of the difference between "fossil ui" and "fossil server" in www/server.wiki. ... (check-in: 67e30333d1 user: wyoung tags: trunk)
06:13
Wiki formatting fix pass on www/server.wiki in preparation for more substantial changes: removed all explicit <p> tags where they don't affect rendering; changed all <a name...><h2> with <h2 id=...>; added whitespace; moved <blockquote> tags down to their own line since they're key to the page layout. ... (check-in: 3406f0eb2d user: wyoung tags: trunk)
05:05
Added information on 2FA to the new mirroringtogithub.md doc ... (check-in: a2ef43104f user: wyoung tags: trunk)
04:21
Clarity, formatting, and grammar edit pass on the new www/mirrortogithub.md document. ... (check-in: 5cb3e09464 user: wyoung tags: trunk)
03:50
Only showing the file name extension to MIME type map page on the sitemap if the accessing user has an ability to check in named files. I can't see how anyone else would care what that table contains. ... (check-in: 71d66284b4 user: wyoung tags: trunk)
03:47
Removed the Markdown and Wiki help page links from the Help section of the sitemap when the accessing user has no ability to create content in those formats: no wiki, ticket, or forum creation capability, no checkin rights, and no Admin rights. ... (check-in: 7ff6d5b0e9 user: wyoung tags: trunk)
2019-02-07
00:01
Several improvements to the discussion of building against OpenSSL in www/ssl.wiki. ... (check-in: 48b74fce3c user: wyoung tags: trunk)
2019-01-28
19:59
Markdownism fixes in previous ... (check-in: 3982569195 user: wyoung tags: trunk)
19:58
Noted that linking Fossil to an OpenSSL built from source opens the user to the "no root certs" problem previously solved in www/ssl.wiki. ... (check-in: c563be1552 user: wyoung tags: trunk)
19:52
Clarified the "build from source" option for linking Fossil to a non-platform version of OpenSSL. ... (check-in: 1e21abda9a user: wyoung tags: trunk)
19:25
Assorted improvements to www/tls-nginx.md ... (check-in: e629c1b79e user: wyoung tags: trunk)
18:29
Expanded the discussion of OpenSSL options in www/ssl.wiki, mainly adding advice on installing it via package managers. The new OpenSSL discussion in build.wiki now points to this, rather than to the next section level up, as in the prior checkin. ... (check-in: a13820dc04 user: wyoung tags: trunk)
17:54
Expanded the section on --with-openssl=none in www/build.wiki to explain why adding that option is a bad idea, what to do instead, and to point to the newly expanded OpenSSL discussion in www/ssl.wiki for more information. ... (check-in: 4f810279ce user: wyoung tags: trunk)
2019-01-22
03:02
Fixed a Markdown-ism in previous ... (check-in: 485eda7664 user: wyoung tags: trunk)
03:01
Updated www/ssl.wiki to cover the new "Redirect to HTTPS" setting and to add recovery methods for the case where enabling it causes a redirect loop. ... (check-in: 226b14fc72 user: wyoung tags: trunk)
02:52
Updated the Security-Audit page to better handle the change from the old https-login setting to the new redirect-to-https setting. ... (check-in: 37918a1fa4 user: wyoung tags: trunk)
2019-01-21
10:51
Swapped Let's Encrypt's advice for ssl_ciphers in the nginx TLS config for Qualys SSL Labs' advice. ... (check-in: 8f2ec29248 user: wyoung tags: trunk)
10:03
Typo fix ... (check-in: 83c902be72 user: wyoung tags: trunk)
09:45
Linked the new TLS + nginx guide to an nginx blog on enabling HSTS. ... (check-in: 30d577a795 user: wyoung tags: trunk)
09:38
Assorted improvements to the TLS/SSL docs. ... (check-in: 43166dcda3 user: wyoung tags: trunk)
2019-01-20
02:03
Pointing to evergreen "TLS/HTTPS/SSL Documentation Maintenance" thread from www/tls-nginx.md. ... (check-in: 872d395712 user: wyoung tags: trunk)
01:52
Largely rewrote www/ssl.wiki, it being 7 years since the last update, during which time much has changed in TLS land. Added the initial version of www/tls-nginx.md as a companion article to it, since the topic is too deep to get into within ssl.wiki. Finally, added a new script, tools/fslsrv, referred to by tls-nginx.md, since it's too big to put inline within the article. ... (check-in: 062d2bf61b user: wyoung tags: trunk)
2019-01-10
17:29
Added a hyperlink from the "upgrade to Fossil 2.1 or later" recommendation at the top of the hash policy document to the "Installing" section of the Quick Start document. ... (check-in: f392fac705 user: wyoung tags: trunk)
06:03
Fixed an errant use of a Markdown hyperlink in a Fossil wiki document. ... (check-in: 15cbb09da3 user: wyoung tags: trunk)
2019-01-09
12:31
Updated the Debian Stretch speculation bit at the end of the hashpolicy document with latest results from the forum thread. ... (check-in: 9d673f04f5 user: wyoung tags: trunk)
2019-01-06
04:27
Updated the hash policy document, mainly to put it in past tense and to cover the current situation. ... (check-in: df8baf9406 user: wyoung tags: trunk)
04:10
Updated the paragraph on SHA1 hashes in www/concepts.wiki to also talk about SHA3-256. ... (check-in: ac2c2c77ff user: wyoung tags: trunk)
2018-12-04
23:08
Fixed a use of fclose() on a handle opened with popen(), noticed by Stephan Beal. ... (check-in: 1f4b4fcb62 user: wyoung tags: trunk)
23:00
The new blockquote tinting feature of the default skin now works in the forum post editor screen as well, not just in the forum post display screen. ... (check-in: 19bb3b88fa user: wyoung tags: trunk)
2018-12-01
06:19
Typo fix ... (check-in: 572574d1a7 user: wyoung tags: trunk)
06:17
Assorted small improvements to admin-v-setup.md. ... (check-in: eadf2644e4 user: wyoung tags: trunk)
05:49
The recent change that allows Admin-only users to edit the skin affected the setup.c side of things only: there were also several bits in skins.c that checked for g.perm.Setup, so an Admin-only user couldn't actually do anthing useful. ... (check-in: 7b58c6fdde user: wyoung tags: trunk)
00:27
Added the "Setup-Only Features" section to admin-v-setup.md. ... (check-in: 8ec908d1a0 user: wyoung tags: trunk)
2018-11-30
23:37
Added www/admin-v-setup.md to the permuted index ... (check-in: 969380a562 user: wyoung tags: trunk)
23:34
Added the admin-v-setup.md document explaining the differences between the Setup and Admin user capabilities, and offering a philosophical argument for why these distinctions are drawn as they currently are. ... (check-in: 2056e9f7a8 user: wyoung tags: trunk)
23:18
Granted access to /setup_timeline to Admin users as well as Setup users. ... (check-in: cd8c5df513 user: wyoung tags: trunk)
21:24
Typo fix ... (check-in: 91e8c12136 user: wyoung tags: trunk)
2018-11-29
22:55
The /setup_adunit, /setup_logo, and /setup_skin pages now give full rights to Admin-only users, not just to Setup users, since it seems sensible for a Setup user to delegate cosmetic matters to "mere" Admins. ... (Closed-Leaf check-in: a4265ae8d9 user: wyoung tags: setup-delegates-cosmetics-to-admin)
2018-11-28
18:57
The /setup page can now be seen by both Admin and Setup users, as requested by drh via private email. The set of links shown is culled for Admin-only users. Also changed some comments to match the code with respect to Admin vs Setup capability. The only change to user capability interpretation in this checkin is to the /setup page. ... (check-in: 7d034d34ba user: wyoung tags: trunk)
18:48
The /setup_modreq page was limited to Setup users, but since it controls what users with Moderator capability can do, made it available to Admin users as well. ... (check-in: 6242e24d2f user: wyoung tags: trunk)
18:42
Found several more pages protected with "!g.perm.Setup && !g.perm.Admin" guards: changed them all to "!g.perm.Admin" only for the same reason as [558952c8]. ... (check-in: 42c3364f03 user: wyoung tags: trunk)
18:34
The /secaudit0 page was checking for both Admin and Setup capabilities, which means it was only accessible to users with Setup users, since that is the only class that can have both capabilities. Since it's documented as being available to Admin users, changed the logic to allow access to Admin *OR* Setup users. ... (check-in: 558952c8d3 user: wyoung tags: trunk)
2018-11-09
19:19 Edit [cdb7f3b988da4624|cdb7f3b988]: Edit check-in comment. ... (artifact: 223f009987 user: wyoung)
19:18
Merged login-on-post branch to trunk ... (check-in: c0e384cf60 user: wyoung tags: trunk)
19:16
Another attempt to fix non-constant format complaint. ... (Closed-Leaf check-in: 725630f3f8 user: wyoung tags: login-on-post)
19:11
Fix to previous for the "non-constant format" complaint from some compilers. I can't see what they're yelling about, but this fixes it. ... (check-in: 095333fc60 user: wyoung tags: login-on-post)
19:04 Edit [cdb7f3b988da4624|cdb7f3b988]: Move to branch login-on-post. ... (artifact: 9bb603e0b2 user: wyoung)
18:52
The "New Thread" button in /forum is no longer restricted to those with forum write capability: if you lack it, we now send you to the login page instead. Without this, users without the capability to post are left looking in through the window of a building without obvious doors. This change pairs especially nicely with the self-registration feature, but it doesn't require it, since /login also allows anonymous login, which should be enabled for Fossil forums on sites where non-users are expected to visit. ... (check-in: cdb7f3b988 user: wyoung tags: login-on-post)
2018-10-20
15:00
Fixed an off-by-one error in the error log header printer, resulting in the day number being for the next day past the call time. Bug diagnosis and fix from https://fossil-scm.org/forum/forumpost/0d5933da4c ... (check-in: cf9b44a966 user: wyoung tags: trunk)