summaryrefslogtreecommitdiffstats
path: root/core/js/publicshareauth.js
Commit message (Collapse)AuthorAgeFilesLines
* fix: Avoid throwing errors on public auth pageJulius Härtl2023-02-201-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu2022-04-111-1/+42
| | | | | | | | | | | | | | | | | | 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>
* No more jQueryJoas Schilling2020-02-061-8/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move public auth page overRoeland Jago Douma2018-06-201-0/+9
Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>