CVS log for loncom/auth/lonwebdavacc.pm

[BACK] Up to [LON-CAPA] / loncom / auth

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 18 15:23:03 2020 UTC (3 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, HEAD
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
- Retrieval of requestor's IP address centralized in lonnet::get_requestor_ip()
- Domain configuration to allow domain's LON-CAPA nodes to operate behind a
  WAF/Reverse Proxy using aliased hostname (CNAME).
- Web requests from other nodes bypass the WAF as their requests are made
  directly to the server hostname (A record); same for internal LON-CAPA
  connections for lonc -> lond.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Sep 15 12:53:34 2017 UTC (6 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_msu
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- Fix typo causing an ISE for co-author access to webDAV.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri May 29 20:00:49 2015 UTC (8 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc, version_2_11_2_educog, version_2_11_2, version_2_11_1
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +13 -20 lines
- Single Sign On needs to be able to interface with Apache Basic Auth
  in order to support webDAV clients.
- For now SSO is not supported with webDAV in LON-CAPA.
- Discontinue use of call to &sso_login() in lonwebdavacc.pm

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 29 18:42:01 2015 UTC (8 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +18 -12 lines
- Update documentation to reflect changes in Apache config.
- Logging of initial log-in (i.e., creation of session file in
  webdav/sessionIDs).

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 16 12:13:34 2015 UTC (9 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
- Fix typo.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 23 20:27:46 2014 UTC (9 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +102 -6 lines
- Bug 6034
- Methods checking in webDAV:
  - MKCOL/PUT disallowed for reserved filenames: *.meta, *.bak, *.save, *.log
  - MOVE/DELETE disallowed for published files (unless marked obsolete).
  - MOVE/DELETE disallowed for *.meta and *.log if corresponding file has
    published status (unless marked obsolete).
  - For MOVE/DELETE for a directory do (recursive) count of contained published
    files (unless marked obsolete), and disallow if count > 0.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 27 03:06:33 2012 UTC (12 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1
- Bug 6034.
  - webDAV access to Authoring Spaces.
  - requires prior migration of Authoring Spaces from /home/<user>/public_html
    to /home/httpd/html/priv/<domain>/<user>
  - Work in progress.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>