Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-04-26Fix mexitek/phpcolorsfix/phpcolorsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-25Merge pull request #32084 from nextcloud/root-setup-groupfoldersVincent Petry
only need to setup root for groupfolders
2022-04-25Merge pull request #32069 from nextcloud/cleanup/allconfig-sqlCarl Schwan
Cleanup AllConfig
2022-04-25Merge pull request #32033 from nextcloud/fix/metadata-scan-app-dataVincent Petry
Fix scanning app data with metadata
2022-04-25Merge pull request #32074 from nextcloud/mysql-search-ignore-index-2Robin Appelman
tell mysql to ignore the sort index for search queries
2022-04-25Merge pull request #32082 from nextcloud/directory-content-lazy-ownerVincent Petry
use a lazy user for the file owner when listing a directory
2022-04-25Merge pull request #32079 from nextcloud/directory-listing-optimize-add-submountVincent Petry
optimize adding submount info to directory content
2022-04-25Merge pull request #32112 from nextcloud/bugfix/noid/add-missing-indexVincent Petry
Add missing index for oc_mounts queries
2022-04-25Fix older migrations to the version patternJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25Add missing indexJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-24Get not only time-sensitive next job from list but anyKirill Popov
Before the change webcron used to select **only** time-sensitive tasks. Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com>
2022-04-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-22Merge pull request #32076 from nextcloud/cache-storage-info-failed-shareCarl Schwan
use and cache root storage info if a share can't be resolved
2022-04-22Only need to setup root for groupfoldersroot-setup-groupfoldersRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22Merge pull request #32040 from nextcloud/full-setup-only-newJulius Härtl
only register mounts that are new from providers that are new during a full setup
2022-04-22Use a lazy user for the file owner when listing a directorydirectory-content-lazy-ownerRobin Appelman
Only getUID and getDisplayName are called on the file owner objects anyway and we can get this information often without DB request Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22Cleanup AllConfigcleanup/allconfig-sqlCarl Schwan
- Port to QueryBuilder - More typing when possible - Import classes with 'use' Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-22optimize adding submount info to directory contentdirectory-listing-optimize-add-submountRobin Appelman
no need to loop when we can do a hashtable lookup Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22use and cache root storage info if a share can't be resolvedRobin Appelman
as is a broken share will never be cached Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22Fix scanning app data with metadatafix/metadata-scan-app-dataCarl Schwan
Previously we were listening to change in the appdata folder but an appdata scan didn't setup the file system, so the view was unavailable. **Test plan:** 1. rm -rf data/appdata_...../preview data/<user>/Media 2. occ files:scan-app-data 3. occ files:scan <user> No errors and the files and metadata are correctly removed from the database too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-22tell mysql to ignore the sort index for search queriesmysql-search-ignore-index-2Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22cache display names in local memory before external memcacheRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22Merge pull request #31751 from nextcloud/theming-providersJohn Molakvoæ
2022-04-22Merge pull request #32045 from nextcloud/cache-fullSetupRequiredblizzz
cache fullSetupRequired locally
2022-04-22Add default theming disabled fallbackJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-22Update cache when display name changeCarl Schwan
This improve the correctness of the data Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-22Cache display nameCarl Schwan
This should saves some query in the share backend when displaying the owner and it's not important if the display name is 10 minutes outdated as it is very rare that this gets changed. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-22Merge pull request #32048 from nextcloud/cache-storage-infoJohn Molakvoæ
cache storage info in memcache for 5m
2022-04-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-21Ship mexitek/phpcolorsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21cache storage info in memcache for 5mRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-21cache fullSetupRequired locallyRobin Appelman
no need to hit redis every time Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-21only register mounts that are new from providers that are new during a full ↵Robin Appelman
setup this fixes cases where during the (partial) setup of a shared mount a full setup is triggered Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-21Merge pull request #31047 from nextcloud/enh/preferences-indexJulius Härtl
Additional index on oc_preferences to make queries without a user filter faster
2022-04-21Write body theme selector straight in the templateJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Start theming providersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-20Merge pull request #30311 from nextcloud/enh/search-loadJulius Härtl
Add unified search options
2022-04-20Merge pull request #32024 from nextcloud/local-metadata-forbiddenRobin Appelman
ignore forbidden files while scanning local storage
2022-04-20ignore forbidden files while scanning local storageRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-20log stacktrace for 'Backends provided no user object'Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-04-19Additional index on oc_preferences to make sure that gettingh values without ↵Julius Härtl
a user filter is fast Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14Merge pull request #31826 from nextcloud/fix/log-why-credential-token-invalidVincent Petry
Log why the login token can't be used for credentials
2022-04-14Merge pull request #31975 from ↵Vincent Petry
nextcloud/bugfix/31952/fix-mail-link-share-password-expiration-settings Adjust settings for mail link password
2022-04-14Adjust settings for mail link passwordVincent Petry
Rename the settings and invert the meaning. Increase default interval to one hour. Changed the interval to be a number of seconds, to align with other setting styles. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-14Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry
Add a metadata service to store file metadata
2022-04-14Fix an issue with the search backend updateCarl Schwan
And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-13Merge pull request #31945 from nextcloud/fix/user_migration-use-exceptionsVincent Petry
Adapt user_migration APIs to have information about failures
2022-04-13Fix migrators according to exceptionsVincent Petry
Fixed syntax errors. Removed if condition for copyToFolder since it's void now. Change signature of setMigratorVersions to also be void. Signed-off-by: Vincent Petry <vincent@nextcloud.com>