aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-011-0/+1
* feat(files_sharing): show Account menu on public pagesskjnldsv2025-06-111-0/+1
* fix(Http): Only allow valid HTTP status code values via templatefix/http/template-valid-status-codesprovokateurin2025-01-071-2/+2
* fix: Fix missing footer on public pagesChristopher Ng2024-09-041-0/+12
* refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-031-14/+33
* chore: Add SPDX headerAndy Scherzinger2024-05-241-22/+2
* Add template types to responsesjld31032023-06-301-2/+9
* Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-071-1/+1
|\
| * Fix a usort comparison function returning a boolean instead of an integerRichard de Boer2021-05-291-1/+1
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
|/
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-10/+11
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Add footer to public page templateJulius Härtl2018-04-051-0/+15
* Rework array handling to avoid phan errorJulius Härtl2018-02-271-27/+12
* Sort menu by priorityJulius Härtl2018-02-271-0/+3
* Add missing phpdoc for public APIJulius Härtl2018-02-271-1/+51
* Add menu item abstractionJulius Härtl2018-02-271-0/+105