Timeline
Not logged in

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

29 check-ins using file src/main.c version 2995189e88

2024-08-05
15:10
Replace the JavaScript-based side-by-side diff view with a CSS Grid, as discussed in [forum:93398561d3986c41|forum post 93398561d3986c41]. check-in: 71e9ca7869 user: stephan tags: trunk
2024-08-03
19:54
Remove a redundant comment from the previous checkin. No code changes. check-in: 4172bcdcea user: stephan tags: trunk
19:49
/chat: when downloading a file via chat which has a text/... mimetype but it looks_like_binary(), change the mimetype to application/octet-stream. See code comments for the motivation behind this. check-in: 87edfb0a48 user: stephan tags: trunk
2024-08-01
13:23
Fix to "fossil patch apply": When the patch involves an ADDED_BY_MERGE file, take care to not truncate the content of that file. check-in: 764c50aeff user: drh tags: trunk
2024-07-31
19:54
Resolve the awkward misalignment of consecutive diff chunks, thanks to a hint from [forum:85ab14eecd|forum post 85ab14eecd]. Closed-Leaf check-in: c5a4fe54ec user: stephan tags: sbs-diff-css
11:14
In the diff chunk loader, remove stray calls to the JS code which was removed in [61fd1e841fd]. check-in: ac965480d4 user: stephan tags: sbs-diff-css
11:06
Remove approx. 150 lines of JS related to diff layout and syncronous scrolling. check-in: 61fd1e841f user: stephan tags: sbs-diff-css
10:57
Correct the placement of the right-side line number column in sbs diffs. check-in: 15139fa821 user: stephan tags: sbs-diff-css
2024-07-30
12:44
Tweak the sync command help text to clarify that the URL argument may instead be a configured remote name, as suggested in [forum:24c658568a|forum post 24c658568a]. No functional changes. check-in: d919a33c11 user: stephan tags: trunk
12:35
For the 'all' command, accept any of (set, setting, settings) for the settings command, per /chat discussion. check-in: 939e8c4076 user: stephan tags: trunk
12:03
Initial go at using CSS grid layout for side-by-side diffs, rather than using JS to dynamically fit the columns. See discussion at [forum:93398561d3986c41|forum post 93398561d3986c41]. check-in: 375f2af484 user: stephan tags: sbs-diff-css
10:56
Spell out "setting" in loadmgmt.md. [forum:/forumpost/7485b4bf89|Forum post 7485b4bf89]. check-in: d90990701d user: drh tags: trunk
2024-07-29
22:39
The sublist of robot defenses under security audit should use a,b,c,... not 1,2,3,... check-in: 1e4202dec7 user: drh tags: trunk
22:37
Show a summary of robot defenses on the security audit page. check-in: 9018c6f22a user: drh tags: trunk
13:15
Fix the test-captcha sequence so that it remembers it is doing a test and does not try to set the anonymous login on a successful captcha. check-in: 3771f2d635 user: drh tags: trunk
12:45
Add the glob_multi_match() interface that allows checking against a comma-separated list of GLOB patterns without having to compile the list first. check-in: dc86831179 user: drh tags: trunk
12:19
Fix the default-csp setting to conform to the spec: Use the default CSP if the setting is an empty string. check-in: 6b5606d832 user: drh tags: trunk
11:58
Previous check-in does not work. Change it so that the backoffice is not even attempted if the database is in read-only mode. check-in: 503354d1ca user: drh tags: trunk
11:50
Drop all database protection when starting the backoffice. check-in: 5d3f71b0f7 user: drh tags: trunk
11:25
Report the phase of operation in error log messages. check-in: 49f676e3b3 user: drh tags: trunk
10:54
Add (dir,tree) to the suggested robot-restrict value, per /chat discussion. check-in: c8777eeb43 user: stephan tags: trunk
2024-07-28
23:34
Improve the captcha that pops up when a robot is suspected. The captcha page now loads in place of the suspicious request, without needing to redirect. check-in: 1958448c6e user: drh tags: trunk
22:21
Remove the LI discs from the /tree view, as discussed in [forum:915412fb926ffccb|forum post 915412fb926ffccb]. check-in: d84eef54be user: stephan tags: trunk
2024-07-27
19:11
Updates to the recommended value for the robot-restrict setting. check-in: de7bf23a90 user: drh tags: trunk
17:28
Simplified interaction on the honeypot. Humans can prove themselves with just two simple clicks when the auto-captcha setting is enabled. check-in: 0e675ad32c user: drh tags: trunk
14:30
Only apply the complex-request restriction to pages listed in the robot-restrict setting. Deprecate the robot-limiter and robot-allow settings. check-in: cee1af5a37 user: drh tags: trunk
10:31
In the default skin, disable the 'disc' view of UL/LI elements for the /dir page. Reported in [forum:915412fb92|forum post 915412fb92]. check-in: 61e62c02a1 user: stephan tags: trunk
10:20
A redirect to the honeypot due to robot complex-request detection also sets the "fossil-goto" cookie with the original URL. If a real users proceeds to login, then a redirect to the complex-request occurs as soon as the login completes. check-in: aa4159f781 user: drh tags: trunk
2024-07-26
17:49
Add the complex-requests-from-robots limiter. check-in: 1a0b304307 user: drh tags: trunk