Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bc01814
feat(teams): add team tab order endpoints
Aug 28, 2026
10d10e8
feat(teams): load the Text editor and expose folder provider state
Aug 28, 2026
afeee92
chore(reuse): add the teams illustration
Aug 28, 2026
183fbf2
feat(teams): add team pages and tab order API
Aug 28, 2026
23eda59
feat(teams): add a per-team resources store
Aug 28, 2026
af1de25
perf(teams): let the browser cache team avatars
Aug 28, 2026
e2d5cd7
feat(teams): show team pages in the Text editor
Aug 28, 2026
533f505
feat(teams): add a members page
Aug 28, 2026
668f092
feat(teams): move team settings into a dialog
Aug 28, 2026
0aa3a50
feat(teams): offer creating the team folder from the folder view
Aug 28, 2026
9a9d39d
feat(teams): add a team switcher to the sidebar header
Aug 28, 2026
b2d02c2
feat(teams): drop the legacy team details page
Aug 28, 2026
4b54eed
feat(teams): design pass on the teams overview
Aug 28, 2026
fa1e292
feat(teams): rework the creation wizard
Aug 28, 2026
54385f4
feat(teams): add the shared-with-team view
Aug 28, 2026
25cc5de
feat(teams): replace the tab bar with a sidebar navigation
Aug 28, 2026
154ace6
feat(teams): rename team space to team folder
Aug 28, 2026
da6d1fe
feat(teams): add a New Deck board shortcut
Sep 2, 2026
9535c16
feat(teams): pin team boards as navigation entries
Sep 2, 2026
5083e1d
feat(teams): use app icons in the navigation and fill active tabs
Sep 2, 2026
f38e423
feat(teams): land on the first navigation entry
Sep 2, 2026
4efe873
chore(assets): Recompile assets
Sep 2, 2026
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
9 changes: 9 additions & 0 deletions LICENSES/LicenseRef-NextcloudTrademarks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The Nextcloud marks
Nextcloud and the Nextcloud logo is a registered trademark of Nextcloud GmbH in Germany and/or other countries.
These guidelines cover the following marks pertaining both to the product names and the logo: “Nextcloud”
and the blue/white cloud logo with or without the word Nextcloud; the service “Nextcloud Enterprise”;
and our products: “Nextcloud Files”; “Nextcloud Groupware” and “Nextcloud Talk”.
This set of marks is collectively referred to as the “Nextcloud marks.”

Use of Nextcloud logos and other marks is only permitted under the guidelines provided by the Nextcloud GmbH.
A copy can be found at https://nextcloud.com/trademarks/
2 changes: 2 additions & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
['name' => 'TeamFolder#getTeamFolder', 'url' => '/teams/{circleId}/folder', 'verb' => 'GET'],
['name' => 'TeamFolder#unlinkTeamFolder', 'url' => '/teams/{circleId}/folder', 'verb' => 'DELETE'],
['name' => 'TeamFolder#upgradeTeamFolder', 'url' => '/teams/{circleId}/folder', 'verb' => 'POST'],
['name' => 'TeamTabs#getTabOrder', 'url' => '/teams/{circleId}/tab-order', 'verb' => 'GET'],
['name' => 'TeamTabs#setTabOrder', 'url' => '/teams/{circleId}/tab-order', 'verb' => 'PUT'],

// Teams Dashboard widget endpoint
['name' => 'TeamsDashboard#getCompleteTeamsData', 'url' => '/teams/dashboard/widget', 'verb' => 'GET'],
Expand Down
1 change: 0 additions & 1 deletion css/NcBreadcrumbs-B4eyDS9i-BknLVeOm.chunk.css

This file was deleted.

Loading
Loading