Niels Robin-Aubertin
Niels Robin-Aubertin
In order to do this properly, I'll need first to introduce code splitting to the webapp since exif-js is 40Ko (One third of the current webapp size). I think that...
The webapp code is distinct from the API, so it would not be a in `public/api/index.php` but in `app/src/index.html`. That said, I don't want to add a 40Ko dependency for...
I started working on the next major version on thought long bout this proposal. I have the intend of making Zusam as a tiny, stable and extensible core. I plan...
I'm not sure. You mean for the public links ? There are a lot of url shortener that we can selfhost, is it in the scope of Zusam ?
This is an idea for the upcoming plugin system.
The plugin system has yet to be completely defined (cf #22) but my idea for a start was to allow different type of messages. The one already in place would...
If we don't allow the last user to leave the group, then we need a way to delete a group. In the current situation, the only way to delete a...
Hi, By tagging people you mean like on facebook (with a white location square) ? Or more something along twitter's hashtags ?
I'll probably make tags very generic on the db side, something like: tag (id, name, createdAt, group) And allow associations between messages, files, (links ?) and tags. I'm not sure...
Hi, Happy to ear that Zusam is useful to you. Github's issues is the right place to ask and discuss. I agree with you that markdown would be nice: it's...