Releases: nextcloud/collectives
Releases · nextcloud/collectives
v2.15.0
✨New
- ⭐ Add support for page favorites. (#300)
- 🔧 Add console function to debug sync/Yjs issues.
🐛Fixes
- 🖨️ Several print style fixes. (#1110)
- 💄 Make page list header, landing page and trash sticky again. (#1523)
- ⌛ Update timestamp in page info bar when page gets saves via "Done" button. (#1371)
- 💄 Fix alignment of landing page widgets.
- 🐎 Use storage id for performant index usage on dashboard query.
- 🏛️ Add return types of storage wrapper.
- 👷 Exclude rector.php from release tarball. (#1541)
- 🔗 Fix page link in reference widgets for index pages.
- 🔗 Preserve anchors in links of reference widgets. Thanks @Koc.
- 🐛 Create index page if subfolders contain pages.
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.14.4
🐛Fixes
- 🛡️ Give public shares always permission of a simple user.
- 💄 Use flexbox to align editor container and search dialog.
- 🐘 Adjust PHP CollectiveStorage class to be compatible with Nextcloud 31.
- 💄 Use dark SVG as widget icon. Thanks @akhil. (#1475)
- 👷 Run distclean as dependency of release in Makefile. (#1482)
- 💄 Add bottom border to menubar.
- 👷 Migrate development tools to vendor-bin.
- 🔎 Add icon to clear the filter string. (#1501)
- 🖱️ Close actions menu when scrolling members.
- 🐛 Ignore folders if parent folder has no index page. (#1494)
- 🙍 Use display name of own user instead of user ID. (#1504)
- 🐛 Create landing page if missing. (#943)
- 📂 Allow to mount the collectives user folder into a subfolder. (#514)
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies
🥳 New Contributors
- @akhil1508 made their first contribution in #1493
Full Changelog: v2.14.3...v2.14.4
v2.14.3
🐛Fixes
- 📝 Page content: ensure consistent state between view and edit mode. (#1437)
- 🔎 Full text search index: Don't choke on missing files (#1448)
- ♻️ Fix error on renaming a collective. (#1456)
- 🎯 Page list: sort numbers numerically. (#1447)
- 🎯 Page list: Calculate scroller height dynamically for filtered view. (#1339)
- 🔗 Backlinks: detect links with title in markdown syntax. (#1451)
- 📱 Navigation: show details when switching collective on mobile. (#1233)
- 💄 Improve design of missing app error box. (#1330)
- 🔎 Several fixes to search highlighting. (#1461)
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.14.2
v2.14.1
v2.14.0
✨New
- 📝 Persist full page width setting in database. Thanks @Koc.
- 🔒 Add rate limits to public page controller functions.
🐛Fixes
- 🍍 Migrate frontend vue store from vuex to pinia.
- 💄 Several small UI fixes and improvements.
- 🔒 Fix updating shares with empty password and password policy. (#1327)
- ♻️ Migrate controller annotations to attributes.
- ♻️ Migrate license/copyright headers to SPDX format.
- 🐛 Fix error with v-click-outside in collectives trash.
- 🔗 Fix public share detection in editor.
- 🔎 Use proper editor API for search highlighting.
- 🚀 Performance: only load files script for the files app.
- 🚀 Performance: Optimize getPagesFromFolder function.
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.13.0
✨New
- ✨ Add Nextcloud 30 support, remove Nextcloud 26 support.
- 🔎 Highlight search results from page list in page content. (#648)
- 🖼️ Allow to lookup page references in public shares. (#1275)
🐛Fixes
- 🔒 Fix creating shares with password policy. (#1269)
- 📌 Allow to toggle recent pages in public shares. (#1192)
- 🧹 Reset filtered page list when switching collectives.
- 🐛 Fix error when loading page references.
- 💬 Separate message and details with a space in error toast messages.
- 🐛 Don't show an error if the page trash is disabled.
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.12.0
✨New
- 🔎 Add content search to filter in page list. (#1094)
- 🔔 Track notify_push sessions, notify all active users. (#1118)
🐛Fixes
- 🗑️ Always return trashed collectives as simple list. (#1289)
- 🔃 Don't update last edit user when changing sort order. (#1122)
- 📱 Unbreak editing on mobile. (#1232, #1293)
- 🚪 Show 'Leave collective' option conditionally. (Fixes: #1103, #1259)
- 💄 Fix displaying user bubble in view mode.
- 💄 Center empty content in home and notfound view.
- 💄 Fix resizing members widget according to available space.
- 🐛 Fix console errors about debounced methods in different contexts.
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.11.0
✨New
- 🔒 Allow to protect shares with a password. (#505)
- ✅ Add setup checks for PHP SQLite dependency. Thanks @hweihwang. (#1031)
- 💄 Automatically open collective if only one exists for user. (#1241)
🐛Fixes
- 🖱️ Fix sorting in page list using drag and drop. (#1246, #1257)
- 📄 Fix outdated page content in view mode. (#1194)
- 🔎 List subpages when filtering page list. Thanks @grnd-alt. (#1190)
- 📝 Improve documentation about app dependencies. (#1220)
- 🗑️ Make trash backend compatible with Nextcloud 30.
- 🔗 Improve wording for sharing options. Thanks @Jerome-Herbinet. (#1225)
- 💄 Fix layout of delete collective modal. Thanks @elzody. (#1189, #1250)
- 💄 Make sort order pill in page list pixel perfect when scrolling.
- 🐛 Fix JS console error for recent page tiles without last changed user.
- 💄 Use standard
""
quotes in collectives trash modal. (#1190) - ♿ Completely migrate from v-tooltip to native browser tooltips.
- 📝 Add documentation about using group_everyone app. (#1202)
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.
v2.10.1
🐛Fixes
- 🔎 Improve filtering large page lists. Thanks @grnd-alt. (#1090)
- 🔎 Set default language for TNTSearch. Thanks @Koc.
- 💄 Fix alignments and padding of page list header items.
- 🔗 Fix anchor link scrolling. Thanks @Koc.
- 📎 Fix image and attachment loading in print view. (#1068)
- 🔗 Fix bugs with page reference provider.
- 👥 Link to teams overview from landing page. Thanks @grnd-alt. (#1168)
- 🔗 Fix link shares of subpages. (#1147)
🌎Translations
- 🗣️ Translation updates from Transifex. Thanks to all contributors.
🚧Updates & Tooling
- ⬆️ Update NPM dependencies.
- ⬆️ Update PHP composer dependencies.