| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Deprecate OC_User methods related to user backends | Côme Chilliet | 6 days | 1 | -18/+12 |
* | fix: add more details in documented alternativesfeat/cleanup-oc-util-methods | Côme Chilliet | 8 days | 1 | -4/+4 |
* | chore(legacy): Flag methods as deprecated, with appropriate replacement | Côme Chilliet | 9 days | 1 | -34/+36 |
* | chore(legacy): Remove unused protected method in OC_Util | Côme Chilliet | 9 days | 1 | -4/+0 |
* | chore(legacy): Officially deprecate OC_Util and remove non-static methods | Côme Chilliet | 9 days | 1 | -84/+3 |
* | chore(legacy): Remove deprecated OC_Util::addScript and functions depending o...feat/cleanup-oc-util | Côme Chilliet | 2025-04-01 | 1 | -63/+0 |
* | fix: Move getAppInstalledVersions to AppConfig so that it can be used earlierfix/add-getappversions-replacement | Côme Chilliet | 2025-03-25 | 1 | -10/+3 |
* | feat: Add a replacement for OC_App::getAppVersions is IAppManager | Côme Chilliet | 2025-03-25 | 1 | -2/+2 |
* | chore: Move template functions out of legacy folder | Côme Chilliet | 2025-03-20 | 1 | -320/+0 |
* | fix: Remove multiple require_once calls for template functions | Côme Chilliet | 2025-03-20 | 1 | -2/+0 |
* | fix: skip caching lastSeenQuotaUsage for remote sharesbug/noid/skip-quote-cache-for-remote-shares | Daniel Kesselberg | 2025-03-14 | 1 | -2/+9 |
* | fix: Replace all usage of OC_Template by the new API | Côme Chilliet | 2025-03-06 | 1 | -1/+1 |
* | fix: Add missing ITemplate interface and clean code in Template class | Côme Chilliet | 2025-03-06 | 1 | -2/+1 |
* | fix: Deprecate OC_Template, add proper template manager instead | Côme Chilliet | 2025-03-06 | 1 | -297/+13 |
* | fix: incorrect types detected by updated stubschore/update-stub | Ferdinand Thiessen | 2025-02-27 | 1 | -3/+3 |
* | fix: Fix false-positive psalm taint errors when outputting plain text | Côme Chilliet | 2025-02-17 | 1 | -2/+10 |
* | chore: Correctly flag json encoding methods as escaping html and quotes | Côme Chilliet | 2025-02-17 | 1 | -2/+3 |
* | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 1 | -1/+1 |
* | fix(util): Correctly create Reflection of method for PHP 8.3+ | Joas Schilling | 2024-11-08 | 1 | -1/+6 |
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -1/+1 |
* | fix(appmanager): Fix tainted file path when loading appinfosbugfix/noid/fix-tainted-file-appinfo | Joas Schilling | 2024-10-14 | 1 | -2/+3 |
* | fix(Auth): ignore missing token when trying to set password-unconfirmablefwdport/48445/master | Arthur Schiwon | 2024-10-01 | 1 | -6/+14 |
* | chore: Drop unused legacy `OC_Files` | Ferdinand Thiessen | 2024-09-28 | 1 | -428/+0 |
* | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocp | Julius Knorr | 2024-09-20 | 2 | -86/+7 |
* | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 4 | -13/+13 |
* | chore: Remove old travis related stuff | Ferdinand Thiessen | 2024-09-19 | 1 | -2/+1 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 9 | -27/+27 |
* | refactor(OC_Template): Remove deprecated ILogger | Ferdinand Thiessen | 2024-09-19 | 1 | -8/+9 |
* | refactor(OC_Files): Remove deprecated ILogger | Ferdinand Thiessen | 2024-09-19 | 1 | -7/+9 |
* | refactor(OC_Util): Remove deprecated ILogger | Ferdinand Thiessen | 2024-09-19 | 1 | -2/+2 |
* | refactor(OC_Hook): Remove deprecated ILogger | Ferdinand Thiessen | 2024-09-19 | 1 | -1/+4 |
* | refactor(OC_App): Remove ILogger usage | Ferdinand Thiessen | 2024-09-19 | 1 | -13/+15 |
* | fix: Remove legacy settings formschore/remove-legacy-settings-fors | Ferdinand Thiessen | 2024-09-17 | 1 | -28/+4 |
* | fix(Files): Handle getOwner() returning falsefix/storage/get-owner-false | provokateurin | 2024-09-17 | 1 | -2/+1 |
* | chore: Replace DI alias with real classchore/remove-deprecated-aliases | Ferdinand Thiessen | 2024-09-17 | 1 | -3/+4 |
* | fix: Do not try to set HTTP response code on already closed connection | Côme Chilliet | 2024-09-14 | 1 | -1/+2 |
* | fix: Replace OC_App::getAllApps with a method in AppManager | Côme Chilliet | 2024-09-13 | 1 | -24/+4 |
* | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 1 | -2/+1 |
* | fix: Move OC_API into \OC\ApiHelper in standard namespace | Côme Chilliet | 2024-09-09 | 1 | -162/+0 |
* | fix: Move \OC_Image to \OC\Image with the other internal classes | Côme Chilliet | 2024-08-29 | 1 | -1174/+0 |
* | fix: gracefully handle unexpected exif orientation types | Richard Steinmetz | 2024-08-27 | 1 | -9/+15 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 9 | -51/+51 |
* | feat: Provide CSP nonce as `<meta>` element | Ferdinand Thiessen | 2024-08-13 | 1 | -1/+8 |
* | fix(SetupCheck): Properly check public access to data directory | Ferdinand Thiessen | 2024-08-08 | 1 | -4/+4 |
* | Merge pull request #38364 from joshtrichards/jr-preview-libgd-webp-animation-... | John Molakvoæ | 2024-08-06 | 1 | -2/+49 |
|\ |
|
| * | fix(previews): Don't crash on animated WEBP images | Josh Richards | 2024-05-30 | 1 | -2/+49 |
* | | refactor: Migrate some legacy and core functions to `IFilenameValidator` | Ferdinand Thiessen | 2024-07-19 | 1 | -2/+10 |
* | | Merge pull request #46342 from nextcloud/fix-getimagesize | John Molakvoæ | 2024-07-16 | 1 | -3/+3 |
|\ \ |
|
| * | | fix(previews): Stop returning true when getimagesize() fails | Josh Richards | 2024-07-15 | 1 | -3/+3 |
* | | | refactor: Remove deprecated `Util` function for filename validation to `Filen... | Ferdinand Thiessen | 2024-07-16 | 1 | -29/+0 |
|/ / |
|