nextcloud-server/tests/lib/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 +07:00
..
Bootstrap Add event logging to app loading 2022-02-28 11:24:41 +07:00
Controller Adds a "Request password" button to the public share authentication page for shares 2022-04-11 21:58:24 +07:00
Db Add Transactional trait for atomic DB operations 2022-02-17 09:58:41 +07:00
DependencyInjection Adjust and add unit tests 2022-02-23 11:01:58 +07:00
Http Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id 2022-03-22 12:08:45 +07:00
Middleware Fix tests 2022-02-23 11:01:58 +07:00
OCS
Routing Migrate from ILogger to LoggerInterface where needed in the tests 2022-03-24 16:21:26 +07:00
Utility Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
AppTest.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +07:00