• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Refactoring of 'folder-zip-add'

Fix folder creation in 'folder-zip-add'

Whitespace changes

File storage max upload limit reform:

the max upload limit will now default to empty. Rationale: this value is

one that ages quickly with respect to new storage requirements, and is

currently set to something incompatible with the vanilla Naviserver configuration

(500MB fs vs 20MB ns).

The upgrade script will make so that instances setting this parameter

higher than the server upload limit configuration will be

set empty as well (this would never have an effect, as server

will prevent the upload altogheter anyway).

Max upload limit in bytes is now retrieved from a proc implementing

this fallback to server configuration logics. Other than centralizing,

its purpose is to be used in client-side code checks in the future

so we could prevent a doomed upload in advance.

  1. … 6 more files in changeset.
create folder only if it not already exists

remove conditions, which are always true

remove parens

  1. … 2 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- standardize url construction to protect against injection attacks

- hardening page contracts

  1. … 8 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

  1. … 14 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
Make file view use same scripts as folder view for actions on files and folders. Some HTML cleanup.

  1. … 3 more files in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
file folder-zip-add.tcl was initially added on branch oacs-5-2.