aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(signed-request): use share owner on reshareMaxence Lange2024-12-051-2/+8
* fix(ocm): get details from sharedSecret from providerMaxence Lange2024-12-051-2/+27
* fix(ocm): switching to IdentityProofMaxence Lange2024-12-042-2/+4
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-6/+6
* fix(apps): Fix wrong or missing castsfix/apps/wrong-missing-castsprovokateurin2024-10-231-1/+1
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2113-154/+63
* Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-181-2/+2
|\
| * fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-2/+2
| * feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-171-2/+2
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-4/+4
|/
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-19/+19
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-155-15/+20
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-4/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-258-17/+18
* refactor(federatedfilesharing): Replace security annotations with respective ...provokateurin2024-07-272-30/+26
* refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-1/+3
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-3/+4
* fix(federatedfilesharing): import external federated share scriptskjnldsv2024-06-051-5/+11
* chore: Add SPDX headerAndy Scherzinger2024-05-2917-388/+51
* refactor: remove non-shallow getSharesInFolderRobin Appelman2024-05-011-6/+5
* fix(federatedfilesharing): Use correct language file to render notificationJoas Schilling2024-03-191-1/+1
* fix: also filter by storage when getting shares in folderRobin Appelman2024-03-061-1/+2
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-4/+4
* feat: rename users to account or personVincent Petry2024-02-131-3/+3
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
* refactor: Configure OpenAPI scopesprovokateurin2024-01-182-0/+4
* feat: public dav endpoint v2John Molakvoæ2024-01-091-1/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-237-33/+33
* Merge pull request #39743 from nextcloud/fixNullArrayGit'Fellow2023-10-271-0/+1
|\
| * fix: don't try to access null arrayGit'Fellow2023-08-141-0/+1
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* | Refactors "strpos" and "substr" calls to improve code readabilityHamid Dehnavi2023-09-273-7/+7
* | Add single status code descriptions for OpenAPIjld31032023-09-271-0/+6
|/
* federatedfilesharing: Add OpenAPI specjld31032023-07-124-57/+65
* Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-075-287/+61
* displayname on federated sharesMaxence Lange2023-06-282-12/+44
* Specify the parameters of FederatedFileSharing controllersJoas Schilling2023-06-141-41/+45
* Merge pull request #36267 from nextcloud/bugfix/noid/dont-reuse-query-builderJoas Schilling2023-02-061-0/+1
|\
| * Don't reuse query builder object with populated parametersJoas Schilling2023-01-231-0/+1
* | Use the default color and matching text color for the federation inviteJoas Schilling2023-01-301-23/+13
|/
* Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-291-9/+0
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-231-25/+11
|\
| * Port existing server code to new interfaceCarl Schwan2022-08-081-25/+11
* | Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+2
|/
* Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-261-3/+8
* Port federatedfilesharing personal settings to vueCarl Schwan2022-06-151-10/+22
* Port admin federated files sharing to vueCarl Schwan2022-05-201-24/+27
* Log in audit log federated shares eventsCarl Schwan2022-03-161-1/+17
* Mark DAV background jobs as time sensitive/insensitiveChristoph Wurst2022-02-221-2/+2