aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Util.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-34/+0
* Merge branch 'master' into refactor/OC-Server-getCsrfTokenManagerJohn Molakvoæ2024-05-301-1/+2
|\
| * Merge branch 'master' into refactor/OC-Server-getL10NFactoryJohn Molakvoæ2024-05-301-1/+2
| |\
| * | chore: fix missing semi-colon in refactorJohn Molakvoæ2024-05-301-1/+1
| * | Merge branch 'master' into refactor/OC-Server-getL10NFactoryJohn Molakvoæ2024-05-301-77/+74
| |\ \
| * | | Refactor `OC\Server::getL10NFactory`Andrew Summers2023-08-291-1/+2
* | | | Merge branch 'master' into refactor/OC-Server-getCsrfTokenManagerJohn Molakvoæ2024-05-301-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | chore: fix duplicate php importJohn Molakvoæ2024-05-301-1/+0
| * | | Merge branch 'master' into refactor/OC-Server-getMailerJohn Molakvoæ2024-05-301-76/+74
| |\ \ \ | | | |/ | | |/|
| * | | Refactor `OC\Server::getMailer`Andrew Summers2023-08-291-1/+2
| | |/ | |/|
* | | Merge branch 'master' into refactor/OC-Server-getCsrfTokenManagerJohn Molakvoæ2024-05-301-77/+74
|\ \ \ | | |/ | |/|
| * | chore: Add SPDX headerAndy Scherzinger2024-05-241-41/+5
| * | fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| * | fix: php-csskjnldsv2024-03-151-2/+1
| * | Merge branch 'master' into refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-151-33/+66
| |\ \
| | * | fix: Also expose forbidden filename character in the capabilitiesFerdinand Thiessen2024-02-281-2/+3
| | * | fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-1/+22
| | * | Use OCP\Util::getL10N instead of OC::$server->getL10NCôme Chilliet2024-02-051-5/+2
| | * | fix(l10n): fix translations for init scriptsJohn Molakvoæ2023-12-081-2/+14
| | * | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| | * | Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-251-13/+0
| | * | feat: Add dedicated method to load init scriptsJulius Härtl2023-09-071-11/+26
| | |/
| * / Refactor `OC\Server::getShareManager`Andrew Summers2023-08-291-2/+3
| |/
* / Refactor `OC\Server::getCsrfTokenManager`Andrew Summers2023-08-291-1/+2
|/
* add core fileclient script before othersRobin Appelman2023-08-171-2/+7
* don't always add core/common and core/main during "sorting"Robin Appelman2023-08-171-1/+6
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-2/+3
* Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-051-1/+1
* chore: remove check for suhosin.executor.func.blacklistDaniel Kesselberg2023-06-021-5/+0
* chore(ocp)!: Drop \OCP\Util::linkToPublicChristoph Wurst2023-06-011-15/+0
* Fix typos in lib/public subdirectorySimon L2023-05-101-2/+2
* Removed catch of ValueError as we cannot know if it’s >2038 or <1970Côme Chilliet2023-02-071-1/+1
* Fix 32bits bigint support in Util/OC_HelperCôme Chilliet2023-02-071-13/+13
* Add helper to cast to int|float, fix MemoryInfo on 32bitsCôme Chilliet2023-02-071-0/+11
* Replace getSystemValue with getSystemValueStringJ0WI2022-12-051-3/+3
* Remove some constants and functions which have been long deprecatedCôme Chilliet2022-09-301-21/+0
* Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-0/+24
* Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-161-1/+1
* Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-051-3/+5
* Make sure common and main core scripts are loaded firstJohn Molakvoæ2022-03-041-1/+6
* Fix psalm issues in theming appCarl Schwan2022-01-261-2/+2
* Streamline reseting of private static propertiesLouis Chemineau2022-01-111-10/+0
* Revert "Streamline reseting of private static properties"Louis Chemineau2022-01-101-0/+10
* Streamline reseting of private static propertiesLouis Chemineau2022-01-101-10/+0
* Reset $scriptDeps in testsLouis Chemineau2022-01-081-0/+10
* Sort app scripts topologically by its dependenciesJonas Meurer2021-12-291-29/+20
* Further improve addScript logic, migrate to uksort()Jonas Meurer2021-12-201-56/+25
* Sort app scripts by dependencies (Fixes: #30278)Jonas Meurer2021-12-201-4/+28
* Adapt testsJohn Molakvoæ (skjnldsv)2021-12-021-0/+2