Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
692f8f9
test: rewrite MindMap spec to cover FilesMindMap class and extend vit…
Apr 11, 2026
0c00bc7
test: expand FilesMindMap test suite; chore: fix npm audit vulnerabil…
Apr 11, 2026
4aff868
test: rewrite MindMap spec to cover FilesMindMap class
Apr 11, 2026
165065f
chore: bump version to 0.0.35
Apr 11, 2026
c83e5e0
fix: use new addNewFileMenuEntry API for NC 33+ and set DEFAULT actio…
Apr 11, 2026
2d20096
fix: support NC 28+ Node.path in setFile and guard against missing hi…
Apr 11, 2026
4dd6edd
fix: resolve FilesMindMap global ref in freemind plugin and mime fall…
Apr 11, 2026
af71a8d
test: cover setFile(Node.path), load() mime fallback, and drop obsole…
Apr 11, 2026
32145a5
test: add MindMap compatibility tests for Nextcloud 33
Apr 11, 2026
c80c162
test: add MindMap compatibility tests for Nextcloud 33
Apr 11, 2026
22075be
chore: untrack built JS bundles (already covered by .gitignore)
Apr 11, 2026
2b8b4aa
fix: update compatibility for Nextcloud 33
Apr 11, 2026
2cbd903
fix: remove debug line that overwrote save error message with file path
Apr 11, 2026
3a3f0ed
chore: track built JS bundles and remove from .gitignore
Apr 11, 2026
07a909e
fix: resolve saving, new file extension, and MIME detection bugs for …
Apr 11, 2026
856ef7a
fix: robust WebDAV URL for new files, Ctrl+S in parent frame
Apr 11, 2026
f1e926d
fix: editor layout, Ctrl+S capture, .mm→.km save, PHP path double-slash
Apr 11, 2026
787b84c
chore: bump version to 0.0.36, add CHANGELOG
Apr 11, 2026
f3cb873
docs: expand CHANGELOG with all 0.0.36 changes including NC 33 compat
Apr 11, 2026
4944560
fix: decode URL-encoded paths in setFile(), auto-convert .mm on open,…
Apr 11, 2026
d7de961
docs: update CHANGELOG for latest fixes in 0.0.36
Apr 11, 2026
3f31e52
fix: keep writeable flag for .mm files so menu stays visible and auto…
Apr 11, 2026
e0f7701
docs: document .mm writeable-flag fix in CHANGELOG 0.0.36
Apr 11, 2026
de6a056
chore: bump version to 0.0.37
Apr 11, 2026
caaf532
fix: prefer file.filename over file.path in setFile() to avoid %20 do…
Apr 11, 2026
a8923fa
fix: guard .mm→.km conversion against overwriting existing .km file
Apr 11, 2026
9a79387
fix: offer save-as-new-name when .km already exists during .mm conver…
Apr 11, 2026
93c7716
docs: document 0.0.38 changes and bump version
Apr 11, 2026
c26d293
fix: decode node.path for spaces, HEAD-check before .mm→.km PUT, tran…
Apr 11, 2026
b96349f
fix: block concurrent saves, remove openWith re-open, fix displayname…
Apr 11, 2026
8a07237
feat: collapsible toolbar header + fix new-file open timing
Apr 11, 2026
1d35557
feat(0.0.42): hide NC viewer modal header, add close button, fix seco…
Apr 11, 2026
8ea5f16
fix(0.0.43): hide NC modal chrome via CSS, 3-button convert dialog, F…
Apr 11, 2026
b93d42c
l10n: add Overwrite/Choose different name/Cancel to all 96 languages
Apr 11, 2026
386dd8e
feat(0.0.44): disable collapsible toolbar (icon overlap), keep code c…
Apr 11, 2026
0ede52b
fix(0.0.45): robust NC chrome hiding via inline !important + Mutation…
Apr 11, 2026
cb80f28
fix(0.0.46): fix Export dropdown clipped by overflow:hidden
Apr 11, 2026
9a747dc
fix(0.0.47): implement FilesMindMap.hide() so close button works
Apr 11, 2026
bb602a4
fix: require mtime on save to enforce conflict detection
Apr 11, 2026
7cdb843
chore: merge upstream/main and regenerate package-lock.json
Apr 11, 2026
6376213
chore: remove upstream workflow file not needed in fork
Apr 11, 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
199 changes: 0 additions & 199 deletions .github/workflows/appstore-build-publish.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
js
node_modules
build
node_modules
build
.claude/
Loading
Loading