nextcloud-server/apps/files_sharing/lib/Migration
Cyrille Bollu c6a5c07041 Adds a "Request password" button to the public share authentication page for shares
of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing
non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves.

- Creates a migration step for the files_sharing app to add the 'password_expiration_time'
  attribute to the oc_shares table.
- Makes share temporary passwords' expiration time configurable via a system value.
- Adds a system config value to allow permanent share passwords

-Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue

See https://github.com/nextcloud/server/issues/31005

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-04-11 21:58:24 +07:00
..
OwncloudGuestShareType.php Update php licenses 2021-06-04 22:02:41 +07:00
SetAcceptedStatus.php Update php licenses 2021-06-04 22:02:41 +07:00
SetPasswordColumn.php Update php licenses 2021-06-04 22:02:41 +07:00
Version11300Date20201120141438.php Update php licenses 2021-06-04 22:02:41 +07:00
Version21000Date20201223143245.php Update php licenses 2021-06-04 22:02:41 +07:00
Version22000Date20210216084241.php Update php licenses 2021-06-04 22:02:41 +07:00
Version24000Date20220208195521.php Adds a "Request password" button to the public share authentication page for shares 2022-04-11 21:58:24 +07:00
Version24000Date20220404142216.php Set oc_share_external.name column length to 4000 to remove arbitrary limitation 2022-04-04 16:28:06 +07:00