nextcloud/lib/public/AppFramework
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 +02:00
..
Bootstrap Allow registration of migrators 2022-02-11 23:34:25 +00:00
Db Add Transactional trait for atomic DB operations 2022-02-17 09:58:41 +01:00
Http Allow to set a strict-dynamic CSP through the API 2022-03-09 15:10:27 +01:00
OCS Update php licenses 2021-06-04 22:02:41 +02:00
Services Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +01:00
Utility Phase out the controller reflector 2021-06-17 18:21:19 +02:00
ApiController.php Update php licenses 2021-06-04 22:02:41 +02:00
App.php Update php licenses 2021-06-04 22:02:41 +02:00
AuthPublicShareController.php Adds a "Request password" button to the public share authentication page for shares 2022-04-11 21:58:24 +02:00
Controller.php Update php licenses 2021-06-04 22:02:41 +02:00
Http.php Update php licenses 2021-06-04 22:02:41 +02:00
IAppContainer.php Update php licenses 2021-06-04 22:02:41 +02:00
Middleware.php Update php licenses 2021-06-04 22:02:41 +02:00
OCSController.php Update php licenses 2021-06-04 22:02:41 +02:00
PublicShareController.php Update php licenses 2021-06-04 22:02:41 +02:00
QueryException.php Update php licenses 2021-06-04 22:02:41 +02:00