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
2021-05-08[tx-robot] updated from transifexNextcloud bot
2021-05-07Remove the untyped calendar update eventChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-07Remove the untyped calendar create eventChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-07Merge pull request #26913 from ↵Christoph Wurst
nextcloud/chore/dav-calendar-object-untyped-events Drop some more untyped events from the dav code
2021-05-07Clean up reminder actions and call methods directlyChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-07Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-07Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-07Drop the unused second parameter on \OCA\DAV\CalDAV\CalDavBackend::getSharesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-07Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-07[tx-robot] updated from transifexNextcloud bot
2021-05-06[tx-robot] updated from transifexNextcloud bot
2021-05-05Merge pull request #26877 from nextcloud/chore/query-builder-execute-statementMorris Jobke
Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatement
2021-05-05Fix usage of rename executeUpdateChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-04Fix testValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-04l10n: Spelling unificationValdnet
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-04[tx-robot] updated from transifexNextcloud bot
2021-05-03Merge pull request #26845 from nextcloud/fix/noid/import-card-fix-string-valueMorris Jobke
fix creating vcards with multiple string values
2021-05-03[tx-robot] updated from transifexNextcloud bot
2021-05-02[tx-robot] updated from transifexNextcloud bot
2021-05-01[tx-robot] updated from transifexNextcloud bot
2021-04-30fix creating vcards with multiple string valuesArthur Schiwon
Internally it is valid to provide multiple values for a property as plain string. An exampe is given in the PhpDoc of AddressBookImpl::search(). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-04-30[tx-robot] updated from transifexNextcloud bot
2021-04-29Merge pull request #26826 from ↵Morris Jobke
nextcloud/refactor/dav-typed-calendar-deleted-events Exclusively use the typed calendar deletion events for DAV
2021-04-29Exclusively use the typed calendar deletion events for DAVChristoph Wurst
We had both in places, but the old one isn't used anywhere outside this app, so it's time to migrate the code. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-04-29Merge pull request #26736 from ↵dependabot-preview[bot]
nextcloud/dependabot/npm_and_yarn/babel/core-7.13.16
2021-04-29[tx-robot] updated from transifexNextcloud bot
2021-04-28Merge pull request #26461 from ↵Morris Jobke
nextcloud/bugfix/noid/only-return-editable-displayname-field-when-allowed-by-backend Only return display name as editable when the user backend allows it
2021-04-28Bump @babel/core from 7.13.15 to 7.13.16dependabot-preview[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.15 to 7.13.16. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.16/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-04-28Do not try to contact lookup server if not neededRoeland Jago Douma
In some cases (for example you never send data to the lookup server) there is no need for this job to even try. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-28Merge pull request #26784 from nextcloud/Valdnet-patch-8rakekniven
l10n: Change to a capital letter
2021-04-28Change size of the letter in testValdnet
2021-04-28[tx-robot] updated from transifexNextcloud bot
2021-04-27Merge pull request #26785 from nextcloud/fix/noid/ldap-beyond-last-pagekesselb
LDAP: do not bother to search after the last page
2021-04-27Merge pull request #26781 from nextcloud/bugfix/noid/more-auto-add-cleanupJoas Schilling
More cleaning after auto-add removal
2021-04-27Also check implementsAction methodJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-27Only return display name as editable when the user backend allows itJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-27Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-27do not try to search after the last pageArthur Schiwon
- saves an LDAP requests in these cases - prevents a Protocol Error logged on < 7.3 API (for backports) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-04-27l10n: Change to a capital letterValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-04-27Merge pull request #26774 from ↵Julius Härtl
nextcloud/techdebt/noid/ldap-remove-pre73-paged-results
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-27Merge pull request #26775 from robottod/patch-1John Molakvoæ
Remove some deprecated calls from ShareByMailProvider.php
2021-04-27[tx-robot] updated from transifexNextcloud bot
2021-04-26removes PagedResults adapter for PHP < 7.3Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-04-26Remove some deprecated calls from ShareByMailProvider.phprobottod
This moves the execute calls to the executeQuery and executeUpdate calls Resulting in less calls to deprecated functions Signed-off-by: rtod <robottod@protonmail.com>
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-26Improve federated permission handlingRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-26Merge pull request #26259 from ↵Joas Schilling
nextcloud/feature/noid/validate-website-to-be-valid Validate the website field input to be a valid URL
2021-04-26Correctly truncate multibyte strings to fit into the databaseChih-Hsuan Yen
Closes: #26174 Signed-off-by: Chih-Hsuan Yen <yan12125@gmail.com>