aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Util.php
Commit message (Expand)AuthorAgeFilesLines
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-84/+0
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* chore: Remove old travis related stuffFerdinand Thiessen2024-09-191-2/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* refactor(OC_Util): Remove deprecated ILoggerFerdinand Thiessen2024-09-191-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-10/+10
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-081-4/+4
* refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-29/+0
* Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-301-4/+6
|\
| * Merge branch 'master' into refactor/OC-Server-getL10NFactoryJohn Molakvoæ2024-05-301-2/+3
| |\
| | * Merge branch 'master' into refactor/OC-Server-getHTTPClientServiceJohn Molakvoæ2024-05-301-81/+16
| | |\
| | * | Refactor `OC\Server::getHTTPClientService`Andrew Summers2023-08-291-2/+3
| * | | Merge branch 'master' into refactor/OC-Server-getL10NFactoryJohn Molakvoæ2024-05-301-81/+16
| |\ \ \ | | | |/ | | |/|
| * | | Refactor `OC\Server::getL10NFactory`Andrew Summers2023-08-291-2/+3
| | |/ | |/|
* | | Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-301-81/+16
|\ \ \ | | |/ | |/|
| * | chore: Add SPDX headerAndy Scherzinger2024-05-241-63/+4
| * | fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-3/+3
| * | Refactor `OC\Server::getTwoFactorAuthManager`Andrew Summers2024-03-151-1/+2
| * | fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-2/+2
| * | feat: rename users to account or personVincent Petry2024-02-131-2/+2
| * | fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-291-9/+1
| * | fix(autoloader): no apcu no side effectsArthur Schiwon2023-09-081-1/+2
| |/
* / Refactor `OC\Server::getSecureRandom`Andrew Summers2023-08-291-2/+3
|/
* Fix lintGit'Fellow2023-08-131-1/+0
* Remove check for very old PGsql Git'Fellow2023-08-131-39/+0
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-2/+2
* Remove version check for ancient libxml versionjld31032023-05-051-14/+0
* Read mtime of version.php only onceArthur Schiwon2023-04-211-3/+1
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-6/+6
* Fix 32bits bigint support in Util/OC_HelperCôme Chilliet2023-02-071-2/+2
* composer run cs:fixCôme Chilliet2023-01-201-6/+6
* Use proper storage method for writing skeleton filesJulius Härtl2022-10-271-1/+1
* Cleanup tags and Share componentCarl Schwan2022-09-291-2/+7
* Fix quota type to intCarl Schwan2022-09-121-1/+1
* Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-161-18/+3
* l10n: Correct a typoValdnet2022-04-281-1/+1
* l10n: Fix codeValdnet2022-04-271-1/+1
* Merge pull request #31492 from nextcloud/fix/check-secret-configuredJohn Molakvoæ2022-04-261-0/+9
|\
| * Only check if secret is set if the nextcloud is installedCarl Schwan2022-03-091-1/+1
| * Also check for instanceid and passwordhashCarl Schwan2022-03-091-5/+7
| * Require the secret config to be configuredCarl Schwan2022-03-081-0/+7
* | Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-051-3/+4
* | move teardown logic to SetupManagerRobin Appelman2022-03-041-4/+4
* | start moving filesystem setup logic to it's own placeRobin Appelman2022-03-041-137/+7
* | move root mount setup to mountprovidersRobin Appelman2022-02-241-104/+0
|/
* handle setupFS with null userRobin Appelman2022-02-091-4/+4
* dont mark fs as setup when no user is activeRobin Appelman2022-02-091-2/+2
* pass user object during fs initRobin Appelman2022-02-091-1/+1
* only setup part of the filesystem for appdata requestsRobin Appelman2022-02-091-27/+44
* Merge pull request #30855 from nextcloud/psalm/themingJohn Molakvoæ2022-01-271-2/+3
|\