Differences From:
File
src/db.c
part of check-in
[6b0b57a924]
- Add logic to do a configuration push. Add logic to synchronize the CONCEALED
table containing hidden email addresses (assuming appropriate permissions).
Additional testng is needed; this check-in is to transfer the work to
another machine.
by
drh on
2008-10-25 17:51:37.
[view]
To:
File
src/db.c
part of check-in
[0600b278c0]
- Remove the unused inherit-anon configuration attribute. Fix the automatic
redirect that follows a login operation. Fix "config push user" on the
server side.
by
drh on
2008-10-26 21:30:23.
[view]
@@ -1204,11 +1204,8 @@
**
** gdiff-command External command to run when performing a graphical
** diff. If undefined, text diff will be used.
**
-** inherit-anon If enabled, any web user inherits capabilities from
-** anonymous as well as nobody.
-**
** localauth If enabled, require that HTTP connections from
** 127.0.0.1 be authenticated by password. If
** false, all HTTP requests from localhost have
** unrestricted access to the repository.
@@ -1235,9 +1232,8 @@
"autosync",
"diff-command",
"editor",
"gdiff-command",
- "inherit-anon",
"localauth",
"clearsign",
"pgp-command",
"proxy",