| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #32082 from nextcloud/directory-content-lazy-owner | Vincent Petry | 2022-04-25 | 2 | -8/+157 |
|\ |
|
| * | Use a lazy user for the file owner when listing a directory | Robin Appelman | 2022-04-22 | 2 | -8/+157 |
* | | 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 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix older migrations to the version pattern | Joas Schilling | 2022-04-25 | 1 | -1/+1 |
* | | | Get not only time-sensitive next job from list but any | Kirill Popov | 2022-04-24 | 1 | -1/+1 |
|/ / |
|
* | | 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 | 2 | -12/+14 |
|\ \ |
|
| * | | Add default theming disabled fallback | John Molakvoæ | 2022-04-22 | 1 | -0/+5 |
| * | | 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 | 1 | -0/+66 |
* | | | 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 |
| |/ / |
|
* | | | 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 |
| |/ |
|
* | | Merge pull request #32024 from nextcloud/local-metadata-forbidden | Robin Appelman | 2022-04-20 | 1 | -1/+5 |
|\ \ |
|
| * | | ignore forbidden files while scanning local storage | Robin Appelman | 2022-04-20 | 1 | -1/+5 |
* | | | log stacktrace for 'Backends provided no user object' | Arthur Schiwon | 2022-04-20 | 1 | -1/+3 |
* | | | Merge pull request #31826 from nextcloud/fix/log-why-credential-token-invalid | Vincent Petry | 2022-04-14 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | Log why the login token can't be used for credentials | Christoph Wurst | 2022-04-04 | 1 | -3/+3 |
* | | | | Merge pull request #31975 from nextcloud/bugfix/31952/fix-mail-link-share-pas... | Vincent Petry | 2022-04-14 | 1 | -17/+5 |
|\ \ \ \ |
|
| * | | | | Adjust settings for mail link password | Vincent Petry | 2022-04-14 | 1 | -17/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #31839 from nextcloud/feat/metadata-server | Vincent Petry | 2022-04-14 | 10 | -5/+525 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix an issue with the search backend update | Carl Schwan | 2022-04-14 | 2 | -1/+14 |
| * | | | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 10 | -5/+512 |
| | |/
| |/| |
|
* | | | Default to permanent link passwords | Vincent Petry | 2022-04-13 | 1 | -1/+1 |
* | | | Properly reset pw expiration | Vincent Petry | 2022-04-13 | 1 | -0/+37 |
|/ / |
|
* | | Merge pull request #31932 from nextcloud/feat/ignore_second_dn | Vincent Petry | 2022-04-13 | 1 | -0/+4 |
|\ \ |
|
| * | | Add settings to ignore second display name in search | Louis Chemineau | 2022-04-12 | 1 | -0/+4 |
* | | | Merge pull request #31929 from nextcloud/enh/noid/zip-expose-stat | Côme Chilliet | 2022-04-12 | 1 | -0/+29 |
|\ \ \ |
|
| * | | | Expose ZIP stat information | Vincent Petry | 2022-04-11 | 1 | -0/+29 |
* | | | | Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscale | Maxence Lange | 2022-04-12 | 1 | -0/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | confirm user is internal to globalscale | Maxence Lange | 2022-04-12 | 1 | -0/+1 |
* | | | | Merge pull request #31934 from nextcloud/getbyid-setup-fallback | Julius Härtl | 2022-04-12 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | perform a setup if we can't find any mounts containing a file | Robin Appelman | 2022-04-11 | 1 | -0/+6 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwords | Vincent Petry | 2022-04-12 | 3 | -0/+23 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Adds a "Request password" button to the public share authentication page for ... | Cyrille Bollu | 2022-04-11 | 3 | -0/+23 |
* | | | | Merge pull request #31848 from nextcloud/performance/trottling-capability-fro... | Carl Schwan | 2022-04-11 | 3 | -3/+10 |
|\ \ \ \ |
|
| * | | | | Don't inject Bruteforce capability info in the webui | Carl Schwan | 2022-04-07 | 3 | -3/+10 |