aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/AuthPublicShareController.php
Commit message (Expand)AuthorAgeFilesLines
* chore: refactor "substr" calls to improve code readabilityHamid Dehnavi2024-08-061-1/+1
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-261-7/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-241-22/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-251-1/+10
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-111-3/+44
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+4
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-3/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Fix requested changesTimObert2020-02-141-10/+5
* Change the route generation of AuthPublicShareController.php and adjust the r...Tim Obert2020-02-141-3/+13
* Update license headersChristoph Wurst2019-12-051-1/+1
* Redirect to the right token on public sharesRoeland Jago Douma2019-05-231-0/+14
* Fix direct access to authen pageRoeland Jago Douma2018-06-201-1/+3
* Update token on regeneration for public loginRoeland Jago Douma2018-06-201-1/+1
* Add AuthPublicShareControllerTestRoeland Jago Douma2018-06-201-1/+0
* Move public auth page overRoeland Jago Douma2018-06-201-3/+6
* Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma2018-06-201-0/+188