| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(util): Correctly create Reflection of method for PHP 8.3+ | Joas Schilling | 2024-11-08 | 1 | -1/+6 |
* | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -84/+0 |
* | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+1 |
* | 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 | 1 | -2/+2 |
* | refactor(OC_Util): Remove deprecated ILogger | Ferdinand Thiessen | 2024-09-19 | 1 | -2/+2 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -10/+10 |
* | fix(SetupCheck): Properly check public access to data directory | Ferdinand Thiessen | 2024-08-08 | 1 | -4/+4 |
* | refactor: Remove deprecated `Util` function for filename validation to `Filen... | Ferdinand Thiessen | 2024-07-16 | 1 | -29/+0 |
* | Merge branch 'master' into refactor/OC-Server-getSecureRandom | John Molakvoæ | 2024-05-30 | 1 | -4/+6 |
|\ |
|
| * | Merge branch 'master' into refactor/OC-Server-getL10NFactory | John Molakvoæ | 2024-05-30 | 1 | -2/+3 |
| |\ |
|
| | * | Merge branch 'master' into refactor/OC-Server-getHTTPClientService | John Molakvoæ | 2024-05-30 | 1 | -81/+16 |
| | |\ |
|
| | * | | Refactor `OC\Server::getHTTPClientService` | Andrew Summers | 2023-08-29 | 1 | -2/+3 |
| * | | | Merge branch 'master' into refactor/OC-Server-getL10NFactory | John Molakvoæ | 2024-05-30 | 1 | -81/+16 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Refactor `OC\Server::getL10NFactory` | Andrew Summers | 2023-08-29 | 1 | -2/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'master' into refactor/OC-Server-getSecureRandom | John Molakvoæ | 2024-05-30 | 1 | -81/+16 |
|\ \ \
| | |/
| |/| |
|
| * | | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -63/+4 |
| * | | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -3/+3 |
| * | | Refactor `OC\Server::getTwoFactorAuthManager` | Andrew Summers | 2024-03-15 | 1 | -1/+2 |
| * | | fix: Enforce forbidden filename characters on backend | Ferdinand Thiessen | 2024-02-28 | 1 | -2/+2 |
| * | | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -2/+2 |
| * | | fix: Use DI for Setup class and move away from deprecated methods | Côme Chilliet | 2024-01-29 | 1 | -9/+1 |
| * | | fix(autoloader): no apcu no side effects | Arthur Schiwon | 2023-09-08 | 1 | -1/+2 |
| |/ |
|
* / | Refactor `OC\Server::getSecureRandom` | Andrew Summers | 2023-08-29 | 1 | -2/+3 |
|/ |
|
* | Fix lint | Git'Fellow | 2023-08-13 | 1 | -1/+0 |
* | Remove check for very old PGsql | Git'Fellow | 2023-08-13 | 1 | -39/+0 |
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -2/+2 |
* | Remove version check for ancient libxml version | jld3103 | 2023-05-05 | 1 | -14/+0 |
* | Read mtime of version.php only once | Arthur Schiwon | 2023-04-21 | 1 | -3/+1 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -6/+6 |
* | Fix 32bits bigint support in Util/OC_Helper | Côme Chilliet | 2023-02-07 | 1 | -2/+2 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -6/+6 |
* | Use proper storage method for writing skeleton files | Julius Härtl | 2022-10-27 | 1 | -1/+1 |
* | Cleanup tags and Share component | Carl Schwan | 2022-09-29 | 1 | -2/+7 |
* | Fix quota type to int | Carl Schwan | 2022-09-12 | 1 | -1/+1 |
* | Fix psalm errors fron the end of the baseline file | Carl Schwan | 2022-05-16 | 1 | -18/+3 |
* | l10n: Correct a typo | Valdnet | 2022-04-28 | 1 | -1/+1 |
* | l10n: Fix code | Valdnet | 2022-04-27 | 1 | -1/+1 |
* | Merge pull request #31492 from nextcloud/fix/check-secret-configured | John Molakvoæ | 2022-04-26 | 1 | -0/+9 |
|\ |
|
| * | Only check if secret is set if the nextcloud is installed | Carl Schwan | 2022-03-09 | 1 | -1/+1 |
| * | Also check for instanceid and passwordhash | Carl Schwan | 2022-03-09 | 1 | -5/+7 |
| * | Require the secret config to be configured | Carl Schwan | 2022-03-08 | 1 | -0/+7 |
* | | Allow to disable password policy enforcement for selected groups | Carl Schwan | 2022-04-05 | 1 | -3/+4 |
* | | move teardown logic to SetupManager | Robin Appelman | 2022-03-04 | 1 | -4/+4 |
* | | start moving filesystem setup logic to it's own place | Robin Appelman | 2022-03-04 | 1 | -137/+7 |
* | | move root mount setup to mountproviders | Robin Appelman | 2022-02-24 | 1 | -104/+0 |
|/ |
|
* | handle setupFS with null user | Robin Appelman | 2022-02-09 | 1 | -4/+4 |
* | dont mark fs as setup when no user is active | Robin Appelman | 2022-02-09 | 1 | -2/+2 |
* | pass user object during fs init | Robin Appelman | 2022-02-09 | 1 | -1/+1 |
* | only setup part of the filesystem for appdata requests | Robin Appelman | 2022-02-09 | 1 | -27/+44 |