Skip to content

Commit 64731fe

Browse files
committed
Redoing again
1 parent 602747c commit 64731fe

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

apps/provisioning_api/appinfo/routes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
66
* SPDX-License-Identifier: AGPL-3.0-only
77
*/
8+
9+
// comment for shits and giggles
810
return [
911
'ocs' => [
1012
// Apps

apps/provisioning_api/lib/Controller/UsersController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* SPDX-License-Identifier: AGPL-3.0-only
99
*/
1010

11+
// comment for shits and giggles
12+
1113
namespace OCA\Provisioning_API\Controller;
1214

1315
use InvalidArgumentException;

apps/settings/src/components/UserList.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
- SPDX-License-Identifier: AGPL-3.0-or-later
44
-->
55

6+
<!-- comment for shits and giggles -->
7+
68
<template>
79
<Fragment>
810

apps/settings/src/components/Users/AddExistingUserDialog.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
- SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
33
- SPDX-License-Identifier: AGPL-3.0-or-later
44
-->
5+
6+
<!-- comment for shits and giggles -->
57
<template>
68
<NcDialog
79
class="dialog"

apps/settings/src/store/users.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
55

6+
// comment for shits and giggles
7+
68
import { getBuilder } from '@nextcloud/browser-storage'
79
import { getCapabilities } from '@nextcloud/capabilities'
810
import { parseFileSize } from '@nextcloud/files'

0 commit comments

Comments
 (0)