- The start.sh script now checks to make sure that the process isn't already running before trying to start it.
- The start.sh and stop.sh scripts now use a pid file to make sure that the correct process is stopped.
- You can now set the plugin, theme and editions paths in the config instead of using environment variables
- Add the option to make a wiki publicly viewable without logging in
- Add owners to wikis. Owners have special permissions that give them view, edit and unloadWiki privileges.
- Wikis created from within Bob now have the correct default permissions set.
- They can be set as public or private using the create wiki thing in Bob
- The owner of the wiki is set to the person whose token is used to send the message. This means that they have immediate access to the wiki without any restarts.
- Added the 'serveWikiOnRoot' option that serves the index wiki on / instead of
on /wiki
- This means that the wiki has to take care of login and stuff. The Login plugin is made for this.
- Added support for the ServerImages plugin, this means that there is a route
/upload that can be used to upload files.
- To go along with this there is now a new
uploadpermission that gives a person upload privileges for a wiki
- To go along with this there is now a new
- Added initial support for being able to reconnect and resync a wiki after
being disconnected.
- Message permissions still need to be updated!