aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Template
Commit message (Expand)AuthorAgeFilesLines
* chore(legacy): Remove deprecated OC_Util::addScript and functions depending o...feat/cleanup-oc-utilCôme Chilliet3 days1-17/+1
* fix: Go back to soft typing for template function pfix/fix-loginflow-v1Côme Chilliet11 days1-1/+4
* chore: cleanup human_file_size usageCôme Chilliet2025-03-201-3/+4
* fix: Remove obsolete component template functionCôme Chilliet2025-03-201-18/+0
* fix: Clean up typing and remove deprecated calls in template functionsCôme Chilliet2025-03-201-27/+35
* chore: Move template functions out of legacy folderCôme Chilliet2025-03-202-1/+321
* fix: Remove multiple require_once calls for template functionsCôme Chilliet2025-03-202-2/+1
* fix: Use a dedicated Exception class for when a template is not foundfix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-063-20/+20
* fix: Migrate all uses of OCP\Template to OCP\Template\ITemplateManagerCôme Chilliet2025-03-061-3/+3
* fix: Cleanup of internal class TemplateLayoutCôme Chilliet2025-03-061-1/+1
* fix: Fix signatures and types in template related classesCôme Chilliet2025-03-062-5/+4
* fix: Fix psalm issues and add missing methods to ITemplate interfaceCôme Chilliet2025-03-062-8/+7
* fix: Add missing ITemplate interface and clean code in Template classCôme Chilliet2025-03-061-51/+39
* fix: Deprecate OC_Template, add proper template manager insteadCôme Chilliet2025-03-063-21/+340
* fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methodsCôme Chilliet2025-02-131-1/+1
* refactor(provisioning_api): Rename AUserData to AUserDataOCSController to all...provokateurin2025-01-061-2/+2
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-13/+13
* 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