summaryrefslogtreecommitdiffstats
path: root/lib/private/Template
Commit message (Expand)AuthorAgeFilesLines
* style(PHP): remove unacceptable empty linesArthur Schiwon2024-06-121-1/+0
* fix(Token): make new scope future compatibleArthur Schiwon2024-06-121-1/+1
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-121-36/+37
* fix: Do not attempt to use l10n files as sources for combined js filesJulius Härtl2023-05-151-1/+1
* fix(JSResourceLocator): Handle missing translations silentlyFerdinand Thiessen2023-05-111-9/+16
* fix(OC/Template): Allow `.mjs` files within custom app pathsFerdinand Thiessen2023-02-221-29/+21
* feat(template): Allow `JSResourceLocator` to find ES6 scriptsFerdinand Thiessen2023-02-221-17/+28
* fix(OC/Template): Remove usage of deprecated functions in `JSResourceLocator`Ferdinand Thiessen2023-02-221-5/+25
* fix: Fix loading styles from core/css/Julius Härtl2023-02-201-2/+1
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
* Catch NotFoundException as well in JSCombinerThomas Citharel2022-12-081-1/+1
* Drop 3rdparty root since it is unused and adjust testsJulius Härtl2022-12-073-9/+2
* Use single resource locator instanceJulius Härtl2022-12-073-20/+11
* Add config and fix seleniumJohn Molakvoæ2022-10-191-9/+9
* Fix various other small psalm issuesCarl Schwan2022-10-171-1/+1
* Make it possible to load theme/<themename>/distCarl Schwan2022-08-261-1/+3
* Hide deprecated projects in sharing tab by defaultChristopher Ng2022-08-181-0/+2
* Feature: Add and expose frontend loglevelFerdinand Thiessen2022-06-061-0/+4
* Restore old behaviour of sending flase for not found appsJoas Schilling2022-05-301-2/+6
* Improve JSConfigHelper code quality a bitJoas Schilling2022-05-301-53/+24
* Remove SCSSCacherJohn Molakvoæ2022-05-132-534/+2
* Remove old legacy SvgController and IconsCacherJohn Molakvoæ2022-05-102-294/+1
* Don't inject Bruteforce capability info in the webuiCarl Schwan2022-04-071-1/+1
* Fix codestyleCôme Chilliet2022-03-242-2/+0
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-246-42/+21
* Avoid double-loading dist/core-main.js when apps have scripts named mainJulius Härtl2022-03-081-1/+1
* Remove shortFooter/longFooter to avoid unnecessary navigation loadingJulius Härtl2022-01-121-2/+0
* Detect app's script higher up as some scripts were shadowedLouis Chemineau2022-01-081-0/+1
* Restore some line in JSResourceLocator.phpLouis Chemineau2022-01-081-5/+7
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-8/+11
* Follow upstream security recommandationCarl Schwan2021-12-021-3/+2
* Correct comment about OC_Defaults being usedMichaIng2021-11-151-1/+1
* Fix core depending on theming appCarl Schwan2021-11-121-4/+3
* Profile backendChristopher Ng2021-10-191-4/+5
* Fix Lots of Error: file_exists(): open_basedir restriction in effect. in LogKarel Hink2021-07-303-3/+6
* Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-161-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-18/+10
* Do not allow to overwrite some variablesJoas Schilling2021-04-271-1/+3
* Separate settings for remote share expirationVincent Petry2021-04-151-0/+10
* Fix types in the Group ManagerRoeland Jago Douma2021-03-031-2/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-3/+3
* Merge pull request #25073 from nextcloud/psalm/24521/remove-unneeded-castsMorris Jobke2021-01-111-45/+45
|\
| * Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-45/+45
* | Bump scssphp/scssphp from 1.0.3 to 1.4.0Christoph Wurst2021-01-111-8/+5
|/
* Set the JSCombiner cache if neededRoeland Jago Douma2021-01-061-0/+6
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-1/+1
* use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-151-2/+3
* Fix the config key on the sharing expire checkboxChristoph Wurst2020-11-241-1/+1
* Show the full trace of an exceptionChristoph Wurst2020-11-101-1/+2
* Avoid SCSS compilation if not neededRoeland Jago Douma2020-11-061-3/+13