Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Those groups of people can then be used by any other app for sharing purpose.
<repository>https://github.com/nextcloud/circles.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/circles/master/screenshots/0.12.0.png</screenshot>
<dependencies>
<nextcloud min-version="34" max-version="34"/>
<nextcloud min-version="34" max-version="35"/>
</dependencies>
<default_enable/>
<background-jobs>
Expand All @@ -45,6 +45,15 @@ Those groups of people can then be used by any other app for sharing purpose.
</post-migration>
</repair-steps>

<navigations>
<navigation>
<name>Teams</name>
<route>circles.Page.index</route>
<icon>circles.svg</icon>
<order>80</order>
</navigation>
</navigations>

<commands>
<command>OCA\Circles\Command\CirclesCreate</command>
<command>OCA\Circles\Command\MembersAdd</command>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions css/index-Bb_It73g.chunk.css

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions css/logger-DxHzw8Y8.chunk.css

This file was deleted.

9 changes: 9 additions & 0 deletions css/main-CiGiyKE_.chunk.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/teams-dashboard.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* extracted by css-entry-points-plugin */
@import './dashboard-g12OwVzn.chunk.css';
@import './logger-DxHzw8Y8.chunk.css';
@import './dashboard-pJZ6zPZL.chunk.css';
@import './index-Bb_It73g.chunk.css';
3 changes: 3 additions & 0 deletions css/teams-main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* extracted by css-entry-points-plugin */
@import './main-CiGiyKE_.chunk.css';
@import './index-Bb_It73g.chunk.css';
2 changes: 1 addition & 1 deletion css/teams-settings-admin.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* extracted by css-entry-points-plugin */
@import './settings-admin-Dttvr9Ou.chunk.css';
@import './logger-DxHzw8Y8.chunk.css';
@import './index-Bb_It73g.chunk.css';
8 changes: 7 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@

import { recommended } from '@nextcloud/eslint-config'

export default [...recommended]
export default [
...recommended,
{
// Ported team-page code, kept verbatim — not linted while it's modernized.
ignores: ['src/teams/team-page/**'],
},
]
86 changes: 86 additions & 0 deletions js/FilePicker-CtWlxGEm-C4Qu-lJs.chunk.mjs

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions js/FilePicker-CtWlxGEm-C4Qu-lJs.chunk.mjs.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: @nextcloud/dialogs developers
SPDX-FileCopyrightText: Alkemics
SPDX-FileCopyrightText: David Myers <hello@davidmyers.dev>
SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Perry Mitchell <perry@perrymitchell.net>
SPDX-FileCopyrightText: string_decoder developers

This file is generated from multiple sources. Included packages:
- @nextcloud/dialogs
- version: 7.1.0
- license: AGPL-3.0-or-later
- @nextcloud/files
- version: 3.12.2
- license: AGPL-3.0-or-later
- @nextcloud/paths
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 9.8.2
- license: AGPL-3.0-or-later
- cancelable-promise
- version: 4.3.1
- license: MIT
- safe-buffer
- version: 5.2.1
- license: MIT
- string_decoder
- version: 1.3.0
- license: MIT
- vite-plugin-node-polyfills
- version: 0.24.0
- license: MIT
- webdav
- version: 5.8.0
- license: MIT
1 change: 1 addition & 0 deletions js/FilePicker-CtWlxGEm-C4Qu-lJs.chunk.mjs.map

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions js/FilePicker-CtWlxGEm-C4Qu-lJs.chunk.mjs.map.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: @nextcloud/dialogs developers
SPDX-FileCopyrightText: Alkemics
SPDX-FileCopyrightText: David Myers <hello@davidmyers.dev>
SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Perry Mitchell <perry@perrymitchell.net>
SPDX-FileCopyrightText: string_decoder developers

This file is generated from multiple sources. Included packages:
- @nextcloud/dialogs
- version: 7.1.0
- license: AGPL-3.0-or-later
- @nextcloud/files
- version: 3.12.2
- license: AGPL-3.0-or-later
- @nextcloud/paths
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 9.8.2
- license: AGPL-3.0-or-later
- cancelable-promise
- version: 4.3.1
- license: MIT
- safe-buffer
- version: 5.2.1
- license: MIT
- string_decoder
- version: 1.3.0
- license: MIT
- vite-plugin-node-polyfills
- version: 0.24.0
- license: MIT
- webdav
- version: 5.8.0
- license: MIT
2 changes: 2 additions & 0 deletions js/ShareType-suoNfd7y.chunk.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var t;(function(e){e[e.User=0]="User",e[e.Group=1]="Group",e[e.Link=3]="Link",e[e.Email=4]="Email",e[e.Remote=6]="Remote",e[e.Team=7]="Team",e[e.Guest=8]="Guest",e[e.RemoteGroup=9]="RemoteGroup",e[e.Room=10]="Room",e[e.Deck=12]="Deck",e[e.FederatedGroup=14]="FederatedGroup",e[e.ScienceMesh=15]="ScienceMesh"})(t||(t={}));export{t as S};
//# sourceMappingURL=ShareType-suoNfd7y.chunk.mjs.map
7 changes: 7 additions & 0 deletions js/ShareType-suoNfd7y.chunk.mjs.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors

This file is generated from multiple sources. Included packages:
- @nextcloud/sharing
- version: 0.3.0
- license: GPL-3.0-or-later
1 change: 1 addition & 0 deletions js/ShareType-suoNfd7y.chunk.mjs.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions js/ShareType-suoNfd7y.chunk.mjs.map.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors

This file is generated from multiple sources. Included packages:
- @nextcloud/sharing
- version: 0.3.0
- license: GPL-3.0-or-later
2 changes: 2 additions & 0 deletions js/index-CeH0pD18.chunk.mjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions js/index-CeH0pD18.chunk.mjs.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors

This file is generated from multiple sources. Included packages:
- @nextcloud/cdav-library
- version: 2.6.2
- license: AGPL-3.0-or-later
1 change: 1 addition & 0 deletions js/index-CeH0pD18.chunk.mjs.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions js/index-CeH0pD18.chunk.mjs.map.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors

This file is generated from multiple sources. Included packages:
- @nextcloud/cdav-library
- version: 2.6.2
- license: AGPL-3.0-or-later
2 changes: 2 additions & 0 deletions js/index-DW1ZBlQQ.chunk.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import{o as p,n as d,g as h,a as w,b as y,w as b,t as u}from"./index-Dylr9XOH.chunk.mjs";function k(t){return h()?(w(t),!0):!1}const F=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const m=()=>{};function W(t,n){function o(...e){return new Promise((r,s)=>{Promise.resolve(t(()=>n.apply(this,e),{fn:n,thisArg:this,args:e})).then(r).catch(s)})}return o}const g=t=>t();function x(t,n={}){let o,e,r=m;const s=i=>{clearTimeout(i),r(),r=m};let f;return i=>{const l=u(t),a=u(n.maxWait);return o&&s(o),l<=0||a!==void 0&&a<=0?(e&&(s(e),e=void 0),Promise.resolve(i())):new Promise((c,v)=>{r=n.rejectOnCancel?v:c,f=i,a&&!e&&(e=setTimeout(()=>{o&&s(o),e=void 0,c(f())},a)),o=setTimeout(()=>{e&&s(e),e=void 0,c(i())},l)})}}function S(t){return Array.isArray(t)?t:[t]}function P(t){return y()}function T(t,n,o={}){const{eventFilter:e=g,...r}=o;return b(t,W(e,n),r)}const j=u;function C(t,n=!0,o){P()?p(t,o):n?t():d(t)}function G(t,n,o={}){const{debounce:e=0,maxWait:r=void 0,...s}=o;return T(t,n,{...s,eventFilter:x(e,{maxWait:r})})}export{C as a,k as b,S as c,F as i,j as t,G as w};
//# sourceMappingURL=index-DW1ZBlQQ.chunk.mjs.map
7 changes: 7 additions & 0 deletions js/index-DW1ZBlQQ.chunk.mjs.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>

This file is generated from multiple sources. Included packages:
- @vueuse/shared
- version: 13.9.0
- license: MIT
1 change: 1 addition & 0 deletions js/index-DW1ZBlQQ.chunk.mjs.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions js/index-DW1ZBlQQ.chunk.mjs.map.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>

This file is generated from multiple sources. Included packages:
- @vueuse/shared
- version: 13.9.0
- license: MIT
135 changes: 135 additions & 0 deletions js/index-Dylr9XOH.chunk.mjs

Large diffs are not rendered by default.

Loading