aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Template
Commit message (Expand)AuthorAgeFilesLines
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-3/+5
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-196-33/+33
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-16/+16
* feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-131-3/+6
* feat: let users configure their first day of weekRichard Steinmetz2024-07-221-1/+5
* feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-111-2/+7
* refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-1/+2
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-051-36/+37
* chore: Add SPDX headerAndy Scherzinger2024-05-248-196/+28
* feat: Add `forbidden_filename_characters` to JSConfig for use in frontend lib...Ferdinand Thiessen2024-05-161-0/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(JSRecourceLocator): Add missing slash after server rootFerdinand Thiessen2024-03-221-1/+1
* Merge branch 'master' into refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-153-50/+38
|\
| * fix(JSResourceLocator): Consider configured app roots for filesFerdinand Thiessen2024-02-291-40/+22
| * Add global accessibility switchLouis Chemineau2023-12-191-1/+2
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-15/+15
| * Add custom apps translation scripts and image path for consistencyAkhil2023-10-191-2/+7
* | Refactor `OC\Server::getShareManager`Andrew Summers2023-08-291-1/+2
|/
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-2/+2
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-2/+2
* | 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