| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix psalm errors fron the end of the baseline file | Carl Schwan | 2022-10-27 | 1 | -17/+2 |
* | Fix quota type to int | Carl Schwan | 2022-09-12 | 1 | -1/+1 |
* | 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 |
* | Merge pull request #30855 from nextcloud/psalm/theming | John Molakvoæ | 2022-01-27 | 1 | -2/+3 |
|\ |
|
| * | Fix psalm issues in theming app | Carl Schwan | 2022-01-26 | 1 | -2/+3 |
* | | Add deprecation notice to script & addScript func | Louis Chemineau | 2022-01-27 | 1 | -1/+1 |
|/ |
|
* | l10n: Add a text string to translation | Valdnet | 2021-12-20 | 1 | -1/+1 |
* | l10n: Add <code> | Valdnet | 2021-12-15 | 1 | -1/+1 |
* | l10n: Add <code> | Valdnet | 2021-12-15 | 1 | -1/+1 |
* | l10n: Separate words and add dots | Valdnet | 2021-12-15 | 1 | -18/+18 |
* | Merge pull request #29527 from nextcloud/rakekniven-patch-1 | John Molakvoæ | 2021-12-04 | 1 | -1/+1 |
|\ |
|
| * | Added dot at end of sentence. | rakekniven | 2021-11-02 | 1 | -1/+1 |
* | | Allow scripts prioritization based on other apps | John Molakvoæ (skjnldsv) | 2021-12-02 | 1 | -0/+4 |
* | | Merge pull request #29966 from nextcloud/feat/remove-isIE | John Molakvoæ | 2021-11-30 | 1 | -13/+0 |
|\ \ |
|
| * | | Remove isIE and associated legacy scripts | John Molakvoæ (skjnldsv) | 2021-11-30 | 1 | -13/+0 |
* | | | Remove iconv from dependencies and tests | MichaIng | 2021-11-30 | 1 | -1/+0 |
|/ / |
|
* | | OC_Util::isNonUTF8Locale: fix lint error | Naoto Kobayashi | 2021-11-16 | 1 | -5/+5 |
* | | OC_Util::isSetLocaleWorking: fix typo | Naoto Kobayashi | 2021-11-16 | 1 | -1/+1 |
* | | OC_Util: Add fallbacks to check if current locale is UTF8 | Naoto Kobayashi | 2021-11-16 | 1 | -2/+17 |
* | | Check whether setlocale works only after setlocale | Naoto Kobayashi | 2021-11-14 | 1 | -4/+5 |
* | | Fix missing setlocale with php 8 | Naoto Kobayashi | 2021-11-14 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrl | Daniel Rudolf | 2021-08-04 | 1 | -5/+7 |
|\ |
|
| * | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -5/+7 |
* | | Fix UtilTest::testDefaultApps() | Daniel Rudolf | 2021-07-01 | 1 | -0/+1 |
* | | Remove \OC::$server->getURLGenerator() usage | Daniel Rudolf | 2021-07-01 | 1 | -1/+2 |
* | | Remove unused imports | Daniel Rudolf | 2021-06-30 | 1 | -1/+0 |
* | | Add IUrlGenerator::linkToDefaultPageUrl() | Daniel Rudolf | 2021-06-30 | 1 | -39/+1 |
|/ |
|
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+2 |
* | l10n: Spelling unification | Valdnet | 2021-06-02 | 1 | -1/+1 |
* | load share settings from the share manager in more places | Robin Appelman | 2021-05-12 | 1 | -29/+11 |
* | Fix unit tests | Joas Schilling | 2021-04-27 | 1 | -3/+3 |
* | Skip template picker if none available | John Molakvoæ (skjnldsv) | 2021-01-28 | 1 | -3/+3 |
* | Add templatedirectory config value to let admins have their custom templates ... | Julius Härtl | 2021-01-28 | 1 | -5/+7 |
* | files: Create files from template API | Julius Härtl | 2021-01-28 | 1 | -0/+3 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -1/+1 |
* | Replace patchwork/utf8 with symfony-polyfill-* | Christoph Wurst | 2021-01-07 | 1 | -1/+7 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -0/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -3/+3 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Don't use deprecated getIniWrapper() anymore | Joas Schilling | 2020-08-20 | 1 | -2/+3 |
* | Merge pull request #22271 from nextcloud/phpdoc/22063/add-interface-method-an... | Roeland Jago Douma | 2020-08-17 | 1 | -1/+0 |
|\ |
|
| * | Properly add new methods to interface and document in PHPDoc for getRootMounts() | Morris Jobke | 2020-08-17 | 1 | -1/+0 |