aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation/lib
Commit message (Expand)AuthorAgeFilesLines
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-202-2/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-196-7/+7
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-9/+9
* fix(federation): always set server status to OK after successful runsPablo Zimdahl2024-08-223-0/+6
* refactor(federation): Replace security annotations with respective attributesprovokateurin2024-07-282-20/+20
* chore: Add SPDX headerAndy Scherzinger2024-05-2915-333/+53
* fix(federation): give some time to prepare both serversArthur Schiwon2024-04-111-2/+8
* fix: Add bruteforce protection to federation endpointJoas Schilling2024-02-211-1/+12
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
* refactor: Configure OpenAPI scopesprovokateurin2024-01-181-0/+2
* perf: Only query the db once for trusted serversJulius Härtl2023-12-051-2/+12
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-238-17/+16
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-283-3/+3
* federation: Add OpenAPI specjld31032023-07-101-4/+29
* Migrate federation application to LoggerInterfaceCôme Chilliet2023-06-261-61/+28
* fix(federation): Log address book sync exceptionsChristoph Wurst2023-05-041-2/+6
* Merge pull request #33104 from nextcloud/enhancement/add-logging-federationblizzz2022-10-012-2/+13
|\
| * Add logging to federationAnna Larch2022-07-272-2/+13
* | Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* | Port existing server code to new interfaceCarl Schwan2022-08-081-22/+9
|/
* Fix many issues with the testsCarl Schwan2022-06-282-2/+5
* Cleanup CardDav SyncServiceCarl Schwan2022-06-241-2/+2
* Summer cleanup of the federation appCarl Schwan2022-06-2411-412/+185
* Add support for Delegation Settings for more appsCarl Schwan2021-10-152-6/+28
* Migrate HintException to OCPGary Kim2021-06-304-4/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0415-21/+5
* More cleaning after auto-add removalJoas Schilling2021-04-273-70/+0
* No longer add trusted servers on federated share creationRoeland Jago Douma2021-04-263-73/+0
* Fix a few RedundantCastRoeland Jago Douma2021-03-011-1/+1
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Update license headersChristoph Wurst2020-12-302-0/+2
* Drop all dead packagesChristoph Wurst2020-12-232-14/+2
* Add missing parent::__construct() calls to JobsJoas Schilling2020-12-142-14/+8
* Use proper OCP\BackgroundJobs\JobRoeland Jago Douma2020-11-252-8/+6
* Don't leave cursors open when tests failJoas Schilling2020-11-091-2/+4
* Make sure the function signatures of the backgroundjob matchRoeland Jago Douma2020-10-262-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-3/+2
* Fix PSR-4 compatible namespaceJoas Schilling2020-07-272-0/+0
* Move federated_share_added into a typed eventMorris Jobke2020-07-233-40/+131
* Move federation to migrationsJoas Schilling2020-07-061-0/+83
* Also always return in app commandsJoas Schilling2020-06-261-1/+1
* Update license headers for 19Christoph Wurst2020-04-297-1/+7
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1012-21/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-3/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-4/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1