| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge pull request #31266 from nextcloud/root-setup-mountprovider | Robin Appelman | 2022-03-04 | 1 | -104/+0 |
|\ |
|
| * | move root mount setup to mountproviders | Robin Appelman | 2022-02-24 | 1 | -104/+0 |
* | | Add event logging to app loading | Julius Härtl | 2022-02-28 | 1 | -2/+3 |
|/ |
|
* | 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 | 2 | -28/+45 |
* | Use the unjailed-path in OC_Helper::getStorageInfo() for files located in Sha... | Claus-Justus Heine | 2022-02-03 | 1 | -1/+4 |
* | 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 | 2 | -2/+3 |
|/ |
|
* | Merge pull request #30508 from nextcloud/fix/psaml-bin | Carl Schwan | 2022-01-13 | 2 | -2/+2 |
|\ |
|
| * | Check style update | Carl Schwan | 2022-01-13 | 2 | -2/+2 |
* | | Merge pull request #30291 from nextcloud/image-memory-limit | Joas Schilling | 2022-01-11 | 1 | -1/+102 |
|\ \ |
|
| * | | Prevent loading images that would require too much memory. | Joachim Bauch | 2022-01-11 | 1 | -1/+102 |
| |/ |
|
* | | Deprecate script function | Louis Chemineau | 2022-01-08 | 1 | -0/+1 |
* | | Move backgroundjob script after main core scripts | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -8/+12 |
* | | Split common vendor chunk | John Molakvoæ (skjnldsv) | 2022-01-08 | 2 | -8/+19 |
* | | Move bundles to /dist | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -5/+5 |
* | | 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 |
|/ |
|
* | Avoid assignment in if clause | Côme Chilliet | 2021-12-06 | 1 | -8/+12 |
* | Fix typing problems in OC_Image | Côme Chilliet | 2021-12-06 | 1 | -2/+10 |
* | Avoid calling image* methods on boolean | Côme Chilliet | 2021-12-06 | 1 | -14/+27 |
* | 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 |
* | | Remove files_iedavclient | John Molakvoæ (skjnldsv) | 2021-11-30 | 1 | -5/+0 |
* | | 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 |
|/ / |
|
* | | Merge pull request #29632 from nextcloud/fix/26118/imagecreatetruecolor-error | Vincent Petry | 2021-11-19 | 1 | -0/+4 |
|\ \ |
|
| * | | fix imagecreatetruecolor() error | szaimen | 2021-11-10 | 1 | -0/+4 |
| |/ |
|
* | | 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 |
|/ |
|
* | Fix resource usages in OC_Image | Côme Chilliet | 2021-10-28 | 1 | -17/+17 |
* | Revert "Fix "never catch" catches in OC_App" | Joas Schilling | 2021-10-25 | 1 | -1/+0 |
* | Fix "never catch" catches in OC_App | zorn-v | 2021-10-22 | 1 | -0/+1 |
* | Merge pull request #29187 from nextcloud/fix/noid/passwordless-app-password-g... | Julius Härtl | 2021-10-13 | 1 | -2/+2 |
|\ |
|
| * | allow null password in UserLoggedInEvent | Julien Veyssier | 2021-10-13 | 1 | -1/+1 |
| * | fix login_credentials->password in session when loging in with apache | Julien Veyssier | 2021-10-13 | 1 | -1/+1 |
* | | Merge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-details | Joas Schilling | 2021-10-13 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Fix translated app details | Joas Schilling | 2021-09-30 | 1 | -2/+3 |