summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* Fix an issue with the search backend updateCarl Schwan2022-04-142-1/+6
| | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-04-092-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31594 from nextcloud/fix/federated-shares-eventsJoas Schilling2022-04-062-3/+25
|\ | | | | Log in audit log federated shares events
| * Log in audit log federated shares eventsCarl Schwan2022-03-162-3/+25
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-04-052-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Build autoloader with new composer versionCôme Chilliet2022-03-305-15/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-254-2/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Changed to padding left #31596Lock Garnock2022-03-171-0/+3
|/ | | | | | | | Fix issue #30819 Fixed issue #30819 Signed-off-by: Lock Garnock <lucarnosky@gmail.com>
* Update composer generated files to latest versionCarl Schwan2022-03-141-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-02-282-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Mark DAV background jobs as time sensitive/insensitiveChristoph Wurst2022-02-221-2/+2
| | | | | | | * As a bonus they are now all using OCP base classes * Strict typing is now enforced Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #30572 from nextcloud/fix/lint_warningsLouis2022-01-122-3/+3
|\ | | | | Fix lint warnings
| * Replace license information to SPDX expressionLouis Chemineau2022-01-111-2/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Typing correctionsLouis Chemineau2022-01-111-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | [tx-robot] updated from transifexNextcloud bot2022-01-122-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Removed obselete language filesrakekniven2022-01-0914-514/+0
| | | | | | | | 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
* Limit more contact searchesJoas Schilling2021-12-081-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-12-082-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-192-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-132-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-112-0/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-062-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Update to composer 2.1.11Carl Schwan2021-11-042-2/+15
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2021-11-022-2/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-212-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix federated sharingRobin Appelman2021-10-191-34/+25
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2021-10-16124-124/+124
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan2021-10-152-4/+29
|\ | | | | Add support for Delegation Settings for more apps
| * Add support for Delegation Settings for more appsCarl Schwan2021-10-152-4/+29
| | | | | | | | | | | | | | | | | | * 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>
* | Bump autoloaderJoas Schilling2021-10-141-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #28816 from nextcloud/fix/deprecated-toolip-methodsCarl Schwan2021-09-301-4/+4
|\ | | | | Migrate deprecated tooltip methods
| * Migrate deprecated toolip methodsMichaIng2021-09-261-4/+4
| | | | | | | | | | | | | | With Bootstrap v4, the tooltip methods "fixTitle" and "destroy" have been removed. Only core/src/Polyfill/tooltip.js keeps them methods valid by translating them. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Update app versions for 23Vincent Petry2021-09-281-1/+1
|/ | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update generated composer files to latest formatChristoph Wurst2021-09-223-19/+110
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add missing files for Composer v2Christoph Wurst2021-08-134-0/+383
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-08-112-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-102-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-062-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-042-6/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-022-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-022-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Replace ILogger with LoggerInterface in remote share managerVincent Petry2021-07-271-1/+2
| | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
* Add logging to external shares managerVincent Petry2021-07-271-1/+2
| | | | | | | Instead of just returning false, also log the exception to make debugging database issues easier. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #27860 from J0WI/alphanumeric-rndJoas Schilling2021-07-162-2/+2
|\ | | | | Introduce ISecureRandom::CHAR_ALPHANUMERIC
| * Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-082-2/+2
| | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-07-15124-248/+124
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-143-3/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2021-07-132-0/+2
| |