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
AgeCommit message (Collapse)Author
2022-09-15set defaultEnabled in shipped.jsonMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-09-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-05Fix typos in apps/ subdirectoryfix/fix-apps-typosluz paz
Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-24Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan
Move findBinaryFinder and isFunctionEnabled away from OC_Helper
2022-08-23Move findBinaryFinder and isFunctionEnabled away from OC_Helperimprove-binary-cachingCarl Schwan
findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-23Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan
Deprecated ILogger from IJob
2022-08-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-08Port existing server code to new interfaceCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-11Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan
Cleanup avatar related code
2022-07-05Make Color class publiccleanup/avatar-codeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-28Fix many issues with the testsCarl Schwan
- Return type were not correct - willReturn and with confusion Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-24Cleanup CardDav SyncServicecleanup/federation-appCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-24Summer cleanup of the federation appCarl Schwan
- Use IEventDispatcher instead of deprecated symfony dispatcher - Use LoggerInterface where possible - Use php 7.4 properties - Add type hinting where possible - Move federation hooks to a seperate listener Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14Master is now 25Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-14Fix an issue with the search backend updateCarl Schwan
And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-30Build autoloader with new composer versionCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-14Update composer generated files to latest versionCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-10Removed obselete language filesrakekniven
Those files are remnants of old languages after renaming, mapping or deleting. Fix for #30501 Related to https://github.com/nextcloud/docker-ci/issues/341
2021-11-11Master is now 24Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-04Update to composer 2.1.11Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-11-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-15Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan
Add support for Delegation Settings for more apps
2021-10-15Add support for Delegation Settings for more appsCarl Schwan
* This adds support for the sharing, groupware, theming and user_ldap app * This adds some code who disapeared during a rebase in the initial delegation PR (provisioning_api) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-14Bump autoloaderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-28Update app versions for 23Vincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-22Update generated composer files to latest formatChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-13Add missing files for Composer v2Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-30Migrate HintException to OCPGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-06-24Bump app versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-24Master is now 23Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-21Update AutoloaderLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-05-08[tx-robot] updated from transifexNextcloud bot
2021-04-30[tx-robot] updated from transifexNextcloud bot
2021-04-28[tx-robot] updated from transifexNextcloud bot
2021-04-27More cleaning after auto-add removalJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-27Merge pull request #26765 from nextcloud/td/no_more_add_auto_trustedJoas Schilling
No longer add trusted servers on federated share creation
2021-04-27[tx-robot] updated from transifexNextcloud bot
2021-04-26No longer add trusted servers on federated share creationRoeland Jago Douma
It was disabled by default for ages. And often resulted in unwanted behavior. If admins want trusted servers they just have to do it manually. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-16[tx-robot] updated from transifexNextcloud bot
2021-03-29[tx-robot] updated from transifexNextcloud bot
2021-03-23[tx-robot] updated from transifexNextcloud bot
2021-03-04[tx-robot] updated from transifexNextcloud bot