index
:
munia.git
cli
master
Unnamed repository; edit this file to name it for gitweb.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-08-24
Add option to fork to background and store pid in file.
Bent Bisballe Nyeng
2020-08-15
Add two new node states: 'preparing' and 'ready'.
Bent Bisballe Nyeng
2020-08-03
Slightly reduce hash complexity to reduce login time.
Bent Bisballe Nyeng
2020-08-03
Don't fail when creating root node as part of initial database creation.
Bent Bisballe Nyeng
2020-07-27
Hide child indicator and description ellipsis when node is expanded.
Bent Bisballe Nyeng
2020-07-27
Show ellipsis when node has description.
Bent Bisballe Nyeng
2020-07-12
Add child indicator.
Bent Bisballe Nyeng
2020-07-06
Initial implementation of a password prompt.
Bent Bisballe Nyeng
2020-07-05
Use password file for authentication.
Bent Bisballe Nyeng
2020-07-05
Add tool for creating argon2 hased passwords.
Bent Bisballe Nyeng
2020-07-04
Show errors in web client as alert boxes.
Bent Bisballe Nyeng
2020-07-04
Add error message support and reporting on all commands.
Bent Bisballe Nyeng
2020-06-27
Check for existing ids in the tree when creating a new node.
Bent Bisballe Nyeng
2020-06-26
Do not do anything when unsubscribing an id that isn't in the subscription list.
Bent Bisballe Nyeng
2020-06-23
Fix unsubscribe/subscribe
Bent Bisballe Nyeng
2020-06-21
Add markdown support to descriptions using the 'marked' js library for render...
Bent Bisballe Nyeng
2020-06-21
Fix unsubscribe, which didn't remove the board root node.
Bent Bisballe Nyeng
2020-06-21
Enable use of mouse selection inside the title and description editor input f...
Bent Bisballe Nyeng
2020-06-19
Split message strings to clients into (multiple) max ~128 byte transfers.
Bent Bisballe Nyeng
2020-06-19
Use localStorage instead of cookies to prevent libwebsockets from choking on ...
Bent Bisballe Nyeng
2020-06-19
Recursively create a nodes subtree when being created as consequence of a mov...
Bent Bisballe Nyeng
2020-06-18
Compile with with C++11 instead of C++17, until the code is actually C++17 co...
Bent Bisballe Nyeng
2020-06-18
Add a-tag support in descriptions.
Bent Bisballe Nyeng
2020-06-16
Improve title and description editing.
Bent Bisballe Nyeng
2020-06-16
Make html content of descriptions click-through to be able to edit them with ...
Bent Bisballe Nyeng
2020-06-16
Use className instead of setAttribute. Hide addChild button when node is coll...
Bent Bisballe Nyeng
2020-06-16
Fix missing title resulting in 'undefined' text in editor.
Bent Bisballe Nyeng
2020-06-15
Major overhaul of visuals.
Bent Bisballe Nyeng
2020-06-15
Fix titles not being clickable when empty.
Bent Bisballe Nyeng
2020-06-14
Edit description with double-click. Improve collapse/expand and add-child but...
Bent Bisballe Nyeng
2020-06-14
Make state toggle when clicked.
Bent Bisballe Nyeng
2020-06-14
Rework layout and add description field.
Bent Bisballe Nyeng
2020-06-14
Fix missing declaration (regression error after strict was introduced).
Bent Bisballe Nyeng
2020-06-14
Rename Node.children to Node.childNodes to avoid confusion with element child...
Bent Bisballe Nyeng
2020-06-14
Fix addChild
Bent Bisballe Nyeng
2020-06-14
Make all javascript files strict.
Bent Bisballe Nyeng
2020-06-13
Refactor the way node hierarchies are being represented. Add state attribute.
Bent Bisballe Nyeng
2020-06-13
Set html encoding.
Bent Bisballe Nyeng
2020-06-13
Add different background colors to better distinguish between group nodes and...
Bent Bisballe Nyeng
2020-06-13
Add collapse button and store collapse state of each node as cookies.
Bent Bisballe Nyeng
2020-06-11
Add crude add-child button to each node.
Bent Bisballe Nyeng
2020-06-11
Add intermistic title edit functionality using double-click.
Bent Bisballe Nyeng
2020-06-11
Add escaping/de-escaping to attribute names and values.
Bent Bisballe Nyeng
2020-06-11
Add missing Makefile.
Bent Bisballe Nyeng
2020-06-10
JS: Add support for re-ordering using the mouse.
Bent Bisballe Nyeng
2020-06-09
Make sure to send update messages for all create messages that was originally...
Bent Bisballe Nyeng
2020-06-09
Make --with-debug work again, and fix deprecated libwebsockets call.
Bent Bisballe Nyeng
2020-06-08
Force parent id to -1 if root node of subscription.
Bent Bisballe Nyeng
2020-06-08
Add 'insert before id' to create and move commands.
Bent Bisballe Nyeng
2020-06-07
Do not persist or restore 'dragged' attribute.
Bent Bisballe Nyeng
[next]