Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improve attachments | Laria Carolin Chabowski | 2020-02-15 |
| | | | | | - Allow multiple uploads at once - Make uploads deletable | ||
* | NoteHandler: Check delete flag properly | Laria Carolin Chabowski | 2020-02-15 |
| | | | | | It is not always set, resulting in an E_NOTICE. isset() deals with this case. | ||
* | Implement simple attachment support | Laria Carolin Chabowski | 2020-02-10 |
| | | | | | | | | | | | | | It is now possible to upload and view attachments! Attachments are saved by their content hash, therefore they are automatically deduplicated and we can later easily add integrity checks. Still missing: - Deleting attachments - Multiple file inputs (idea: when the user fills in a file input, create a new empty file input beneath with js) - (nice to have) Thumbnails | ||
* | Initial commit | Laria Carolin Chabowski | 2020-02-07 |