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/apps
AgeCommit message (Collapse)Author
2020-04-21Make sure that OC-ETag is set againRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-21Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-21[tx-robot] updated from transifexNextcloud bot
2020-04-20Add method to storage backends to get directory content with metadataRobin Appelman
Currently you need to use `opendir` and then call `getMetadata` for every file, which adds overhead because most storage backends already get the metadata when doing the `opendir`. While storagebackends can (and do) use caching to relief this problem, this adds cache invalidation dificulties and only a limited number of items are generally cached (to prevent memory usage exploding when scanning large storages) With this new methods storage backends can use the child metadata they got from listing the folder to return metadata without having to keep seperate caches. Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-20[tx-robot] updated from transifexNextcloud bot
2020-04-19Set fileInfo correctly for LegacyTabsChristoph Seitz
Watch for changes of the fileInfo prop and propagate it to, the underlying component. Fixes #20106. Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de>
2020-04-19[tx-robot] updated from transifexNextcloud bot
2020-04-18PHP CS fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-18Directly use the class to get the serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-18Reduce noise in test outputJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-18Fix route definitions of cloud_federation_apiJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-18Fix creating the share controllerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-18Fix legacy routesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-18PHP CS fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-18Allow some apps to have root URLs in their own routing fileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-18Merge pull request #20449 from liamjack/fix/19066/empty_file_versionsRoeland Jago Douma
Array offset error due to empty file versions array
2020-04-18Merge pull request #20540 from nextcloud/fix/mail-testRoeland Jago Douma
Fix mailer test
2020-04-18Added trailing spaceRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-18[tx-robot] updated from transifexNextcloud bot
2020-04-17do not rerun expensive sanitizer against already processed DNsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-17read records from DB for lists at once, not one by one.Arthur Schiwon
Keep a runtime cache of dn-id-mapping Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-17don't circulate with only one backendArthur Schiwon
- saves some overhead costs - in some occasions saves LDAP requests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-17consolidate groupsMatchFilter in groupsExistArthur Schiwon
- less duplication - profiting of the same cache entry Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-17Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handlingRoeland Jago Douma
Improved vcard photo handling
2020-04-17Merge pull request #20529 from nextcloud/fix/Card-multipleJohn Molakvoæ
Update list of multiple properties
2020-04-17Merge pull request #20447 from liamjack/fix/13287/welcome_emailJohn Molakvoæ
Increase max-height on button in welcome email template
2020-04-17Update list of multiple propertiesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-17Merge pull request #20381 from nextcloud/fix/allow_edit_admin_userMorris Jobke
Allow to edit admin user
2020-04-17[tx-robot] updated from transifexNextcloud bot
2020-04-16Allow to edit admin userGretaD
Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-04-16Merge pull request #20511 from nextcloud/fix/cs-fixer-ldapRoeland Jago Douma
PHP-CS-Fixer green
2020-04-16PHP-CS-Fixer greenRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-16Provide the proper language to the mailerRoeland Jago Douma
Else we can't properly translate the footer in the recipients e-mail language. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-16[tx-robot] updated from transifexNextcloud bot
2020-04-15Update Contact Size after removing photoGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-15Don't populate the PHOTO property when it's not an imageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-15Always transform the etag and read the dataJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-15Use table variable everywhereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-15DAV's exception logger should deal with any ThrowableArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-15Merge pull request #20037 from ↵blizzz
nextcloud/fix/19127/deprecated-ldap_control_paged_result_1 do not use deprecated API for LDAP paged results
2020-04-15Merge pull request #19540 from jlutran/fixKeystoneV3AuthMorris Jobke
Fix issues with Keystone auth v3 in files_external app
2020-04-15Merge pull request #20138 from ↵Joas Schilling
nextcloud/bugfix/noid/make-remote-checking-more-generic Make remote checking more generic
2020-04-15Merge pull request #19191 from laurisb/patch-1Roeland Jago Douma
Improve Opcache detection
2020-04-15Fix issues with Keystone auth v3 in files_external appJulien Lutran
Signed-off-by: Julien Lutran <julien.lutran@corp.ovh.com>
2020-04-15Merge pull request #19351 from nextcloud/dav-upload-hashRoeland Jago Douma
Return hashes of uploaded content for dav uploads
2020-04-15Merge pull request #20476 from nextcloud/techdebt/php-cs-check-actionRoeland Jago Douma
Add php-cs check action
2020-04-15Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-15[tx-robot] updated from transifexNextcloud bot
2020-04-14Also disallow ; in remote urlsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14Check all remotes for local accessJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>