Crowi Versions Save

Crowi - The Markdown Wiki - Empower the team with sharing your knowledge

v1.7.9

4 years ago
  • Fix: Always redirect to the password setting screen after user sign in (#469)
  • Fix: Some configs will not be updated on multi apps (#475)
  • Fix: Error when Basic auth is required and receive Bearer token (#480)

v1.7.8

4 years ago
  • Feature: Recently viewed page list appears when focus on search bar (#415)
  • Feature: Rebuild search index without downtime (#406)
  • Feature: Slack unfurl (#417, Thank you @mootoh for the original idea #204)
  • Feature: Restrict mode of forcing user to connect Google/GitHub and its login flow (#349)
  • Feature: Support dnscache to improve speed of network access (#407)
  • Feature: Support image type svg+xml (#432)
  • Improve: Add help text for Slack config (#433, thank you @potato4d)
  • Improve: Prevent updating last update timestamp on rename tree (#416)
  • Improve: Render empty table cell (update marked) (#399, thank you @naughtLdy)
  • Fix: Update config correctly even run Crowi with multiple servers (#435)
  • and some fixes. (Thank you @okonomi, @inductor, @potato4d)

Note: v1.7.7 has been revoked because of a bug fix.

v1.7.6

5 years ago

XSS Vulnerability: Please upgrade to v1.7.6 as soon as possible.

  • Fix: error occurs in admin/share page after a shared page was completely deleted (#393)
  • Improve: Resize profile image before upload (#400)
  • Security: escape path to protect from XSS (#404)
  • some refactorings, internal fixes. (Thanks you @Sw0rdstream, #394, #395, #396)

v1.7.5

5 years ago
  • Improve: Not to allow input on API key form (Thank you @is2ei, #379)
  • Improve: Performances of page and list page (#384, #386)
  • Improve: The calculation method of search score (#391)
  • Improve: Search result UI and Build index page for Elasticsearch UX (#391)
  • I18n: Unportalize dialog (#381)

v1.7.4

5 years ago
  • Improve: Add portalize button to menu (#368)
  • Fix: Broken layout on extra small devices (#366)
  • Fix: Can't access files on shared pages if it isn't set secret keyword (#370)

v1.7.3

5 years ago
  • Improve: Search users on /admin/users page (#360)
  • Changes: Use only websocket transport (#355)
  • Fix: Disable resize of editor textarea (#358)
  • Fix: Can't rename tree under certain conditions (#362)

v1.7.2

5 years ago
  • Fix error when loading all pages caused by sort option.

v1.7.0

5 years ago
  • Feature: GitHub Authentication (#282)
  • Feature: Rename a page hierarchy (#301)
  • Feature: Share pages externally (#313, #334)
  • Feature: Group search results by page type (#312)
  • Improve: Support pagination on the search api (Thank you @hirakiuc, #293)
  • Improve: Support bearer token (Thank you @hirakiuc, #299)
  • Fix: Can't add page grant correctly with mongodb 3.6 (#326)
  • Updates: Elasticsearch v6 (#336)
  • Updates: FontAwesome v5 (#288)
  • API Changes:
    • Add bookmarks.list (Thank you @hirakiuc, #296)
  • Dev: Introduce Prettier and ESLint instead of JSHint (#297)
  • And some document updates, package updates. Thank you @onsd @inductor.

v1.6.5

5 years ago
  • Fix: Can't add page grant correctly with mongodb 3.6 (#325)

v1.6.4

5 years ago
  • Fix: Can't unportalize in case (#286)
  • Fix: Handle error on search page (#276)
  • Fix: Clear session when failing google login (Thank you @chuganzy, #273)
  • Fix: Error on bulk operation for adding large amout of pages to search (#271)
  • Fix: Specify bonsai version for heroku.
  • Dev: Added docker-compose for development environment.