| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation... | Carl Schwan | 2022-04-27 | 1 | -1/+1 |
|\ |
|
| * | Make the binary operation order explicit | Joas Schilling | 2022-04-21 | 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 |
* | | | Fix translations with trailing colons | Joas Schilling | 2022-04-26 | 1 | -1/+7 |
* | | | Merge pull request #32147 from nextcloud/fix/css-default-load-setup-guest | John Molakvoæ | 2022-04-26 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Fix default fallback theme on setup ang guests pages | John Molakvoæ | 2022-04-26 | 1 | -1/+2 |
* | | | | Fix mexitek/phpcolors | John Molakvoæ | 2022-04-26 | 26 | -1727/+8 |
|/ / / |
|
* | | | Merge pull request #32084 from nextcloud/root-setup-groupfolders | Vincent Petry | 2022-04-25 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | Only need to setup root for groupfolders | Robin Appelman | 2022-04-22 | 1 | -1/+3 |
* | | | | Merge pull request #32069 from nextcloud/cleanup/allconfig-sql | Carl Schwan | 2022-04-25 | 1 | -69/+64 |
|\ \ \ \ |
|
| * | | | | Cleanup AllConfig | Carl Schwan | 2022-04-22 | 1 | -69/+64 |
* | | | | | Merge pull request #32033 from nextcloud/fix/metadata-scan-app-data | Vincent Petry | 2022-04-25 | 1 | -1/+22 |
|\ \ \ \ \ |
|
| * | | | | | Fix scanning app data with metadata | Carl Schwan | 2022-04-22 | 1 | -1/+22 |
* | | | | | | Merge pull request #32074 from nextcloud/mysql-search-ignore-index-2 | Robin Appelman | 2022-04-25 | 3 | -2/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | tell mysql to ignore the sort index for search queries | Robin Appelman | 2022-04-22 | 3 | -2/+13 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #32082 from nextcloud/directory-content-lazy-owner | Vincent Petry | 2022-04-25 | 4 | -8/+159 |
|\ \ \ \ \ \ |
|
| * | | | | | | Use a lazy user for the file owner when listing a directory | Robin Appelman | 2022-04-22 | 4 | -8/+159 |
| |/ / / / / |
|
* | | | | | | Merge pull request #32079 from nextcloud/directory-listing-optimize-add-submount | Vincent Petry | 2022-04-25 | 1 | -4/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | optimize adding submount info to directory content | Robin Appelman | 2022-04-22 | 1 | -4/+2 |
| |/ / / / / |
|
* | | | | | | Merge pull request #32112 from nextcloud/bugfix/noid/add-missing-index | Vincent Petry | 2022-04-25 | 4 | -6/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix older migrations to the version pattern | Joas Schilling | 2022-04-25 | 3 | -5/+5 |
| * | | | | | | Add missing index | Joas Schilling | 2022-04-25 | 3 | -1/+3 |
* | | | | | | | Get not only time-sensitive next job from list but any | Kirill Popov | 2022-04-24 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-24 | 146 | -8/+1292 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-23 | 2 | -0/+4 |
* | | | | | | Merge pull request #32076 from nextcloud/cache-storage-info-failed-share | Carl Schwan | 2022-04-22 | 1 | -2/+14 |
|\ \ \ \ \ \ |
|
| * | | | | | | use and cache root storage info if a share can't be resolved | Robin Appelman | 2022-04-22 | 1 | -2/+14 |
| |/ / / / / |
|
* | | | | | | Merge pull request #32040 from nextcloud/full-setup-only-new | Julius Härtl | 2022-04-22 | 2 | -3/+16 |
|\ \ \ \ \ \ |
|
| * | | | | | | only register mounts that are new from providers that are new during a full s... | Robin Appelman | 2022-04-21 | 2 | -3/+16 |
* | | | | | | | cache display names in local memory before external memcache | Robin Appelman | 2022-04-22 | 1 | -6/+14 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #31751 from nextcloud/theming-providers | John Molakvoæ | 2022-04-22 | 29 | -23/+1746 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add default theming disabled fallback | John Molakvoæ | 2022-04-22 | 1 | -0/+5 |
| * | | | | | | Ship mexitek/phpcolors | John Molakvoæ | 2022-04-21 | 27 | -11/+1732 |
| * | | | | | | Write body theme selector straight in the template | John Molakvoæ | 2022-04-21 | 1 | -0/+8 |
| * | | | | | | Start theming providers | Joas Schilling | 2022-04-21 | 2 | -12/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #32045 from nextcloud/cache-fullSetupRequired | blizzz | 2022-04-22 | 1 | -1/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | cache fullSetupRequired locally | Robin Appelman | 2022-04-21 | 1 | -1/+7 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Update cache when display name change | Carl Schwan | 2022-04-22 | 1 | -1/+12 |
* | | | | | | Cache display name | Carl Schwan | 2022-04-22 | 3 | -0/+68 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge pull request #32048 from nextcloud/cache-storage-info | John Molakvoæ | 2022-04-22 | 1 | -1/+18 |
|\ \ \ \ \ |
|
| * | | | | | cache storage info in memcache for 5m | Robin Appelman | 2022-04-21 | 1 | -1/+18 |
| |/ / / / |
|
* | | | / | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-22 | 2 | -0/+18 |
| |_|_|/
|/| | | |
|
* | | | | Merge pull request #31047 from nextcloud/enh/preferences-index | Julius Härtl | 2022-04-21 | 1 | -0/+4 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Additional index on oc_preferences to make sure that gettingh values without ... | Julius Härtl | 2022-04-19 | 1 | -0/+4 |
* | | | | Merge pull request #30311 from nextcloud/enh/search-load | Julius Härtl | 2022-04-20 | 1 | -1/+3 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Make typeahead and search limit/length configurable | Julius Härtl | 2022-04-13 | 1 | -1/+3 |
| |/ / |
|