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-09-27Merge pull request #34142 from nextcloud/move-background-clearingJoas Schilling
Move avatar clearing in the background
2022-09-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-26Move avatar clearing in the backgroundmove-background-clearingCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-26Add sinceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-26Move Reference class to public namespaceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-24Merge pull request #34220 from nextcloud/fix-php-cs-setupJohn Molakvoæ
Make phpcs happy and remove unused setup thing
2022-09-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-23Make phpcs happy and remove unused setup thingfix-php-cs-setupVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-22update autoloaderArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22remove getDefaultInstallationBundleArthur Schiwon
- because all apps are shipped now it was returning an empty result Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22remove InstallCoreBundle repair stepArthur Schiwon
- core bundle was empty and thus removed - all former apps installed this way are shipped Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22remove Core BundleArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22Merge pull request #34160 from nextcloud/fix/detect-weird-local-ipsVincent Petry
Detect weird local ips
2022-09-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-21Allow CSRF on CORS routesJonas Rittershofer
Co-authored-by: Julius Härtl <jus@bitgrid.net> Co-authored-by: Andreas Brinner <andreas@everlanes.net> Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2022-09-20Merge pull request #34147 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-avatar-cleanup-on-user-delete Fix avatar cleanup on user delete
2022-09-20Fix FFMPEG preview managerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20Fix tests for nested v4 in v6Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-20Use new dependency to normalize IPsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-20Add missing urldecode and idn_to_utf8 calls to local address checkerCôme Chilliet
The call to idn_to_utf8 call is actually to apply normalization Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-20Rebuild autoloaderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-19Fix avatar cleanup on user deletebugfix/noid/fix-avatar-cleanup-on-user-deleteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-19Revert "Make config file saving safe against write failures"Joas Schilling
2022-09-19Merge pull request #32740 from jasperweyne/patch-2Carl Schwan
Fix open_basedir issues by AWS SDK
2022-09-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-16Merge pull request #34073 from nextcloud/login-email-filterVincent Petry
dont try email login if the provider username is not a valid email
2022-09-16Merge pull request #24596 from kofemann/dcache-wormVincent Petry
make NextCloud WORM file system friendly
2022-09-16Merge pull request #34020 from nextcloud/logical-opVincent Petry
Switch logical operators (and|or)
2022-09-16Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry
Extend dashboard api to allow listing of widgets
2022-09-16config: add a switch to control truncate before updateTigran Mkrtchyan
To avoid extra truncate on non WORM file systems, add a new config option `localstorage.unlink_on_truncate`, which defaults to false. The OC\Files\Storage\Local is update to respect that option. Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
2022-09-16files: remove destination file before copying new content (WORM)Tigran Mkrtchyan
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
2022-09-16l10n: Correct error messagesValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-16l10n: Correct error messagesValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-16Add since tagsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-15Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2Vincent Petry
set defaultEnabled in shipped.json
2022-09-15Merge pull request #33718 from nextcloud/seekable-http-fseek-endVincent Petry
fix using FSEEK_END with SeekableHttpStream to get file size
2022-09-15move widget options into a Option classRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15add IItemOptionWidget to define some item-related parameters, only ↵Julien Veyssier
getItemIconsRound() for now Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-09-15change widget button api to support multiple button typesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15allow adding button to dashboard api outputRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15add dashboard api to list widgetsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15Merge pull request #34048 from nextcloud/feat/add-nodeFilter-to-user_migrationVincent Petry
Add a nodeFilter parameter for IExportDestination::copyFolder
2022-09-15fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-15Merge pull request #34009 from andrey-utkin/safe-config-updateCôme Chilliet
Make config file saving safe against write failures