nextcloud-server/apps/files_sharing/tests
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
..
Collaboration Update php licenses 2021-06-04 22:02:41 +07:00
Command Update php licenses 2021-06-04 22:02: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
External simplify setup of circular SetupManager<->Manager 2022-03-04 16:30:09 +07:00
Middleware Update php licenses 2021-06-04 22:02:41 +07:00
Migration Update php licenses 2021-06-04 22:02:41 +07:00
js Replace license information to SPDX expression 2022-01-11 17:26:40 +07:00
ApiTest.php ensure user folder is created in ApiTest 2022-04-04 15:40:31 +07:00
CacheTest.php make share cache test resilient against skeleton files not being there 2022-02-25 15:49:30 +07:00
CapabilitiesTest.php Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-password-enforcement 2022-04-06 10:13:23 +07:00
DeleteOrphanedSharesJobTest.php Update php licenses 2021-06-04 22:02:41 +07:00
EncryptedSizePropagationTest.php Update php licenses 2021-06-04 22:02:41 +07:00
EtagPropagationTest.php Update php licenses 2021-06-04 22:02:41 +07:00
ExpireSharesJobTest.php Update php licenses 2021-06-04 22:02:41 +07:00
ExternalStorageTest.php Update php licenses 2021-06-04 22:02:41 +07:00
GroupEtagPropagationTest.php Update php licenses 2021-06-04 22:02:41 +07:00
HelperTest.php Update php licenses 2021-06-04 22:02:41 +07:00
LockingTest.php Update php licenses 2021-06-04 22:02:41 +07:00
MountProviderTest.php add event for when a share is mounted 2021-08-24 15:26:50 +07:00
PropagationTestCase.php Update php licenses 2021-06-04 22:02:41 +07:00
ShareTest.php Update php licenses 2021-06-04 22:02:41 +07:00
SharedMountTest.php Update php licenses 2021-06-04 22:02:41 +07:00
SharedStorageTest.php Update php licenses 2021-06-04 22:02:41 +07:00
SizePropagationTest.php Update php licenses 2021-06-04 22:02:41 +07:00
TestCase.php update tests 2021-10-19 11:31:08 +07:00
UnshareChildrenTest.php Update php licenses 2021-06-04 22:02:41 +07:00
UpdaterTest.php Update php licenses 2021-06-04 22:02:41 +07:00
WatcherTest.php Update php licenses 2021-06-04 22:02:41 +07:00