aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix failing assertHEADmasterLaria Carolin Chabowski2020-07-28
|
* Make it possible to not configure a twig cache pathLaria Carolin Chabowski2020-06-05
|
* Add button to create note and go back to new note formLaria Carolin Chabowski2020-06-05
| | | | This improves the experience of quickly adding lots of notes
* LogicOp: Fix assert() trying to eval its parameterLaria Carolin Chabowski2020-02-18
| | | | | | Apparently I managed to turn off assertions in my dev setup m(. Passing in a string (which happens in the expected path here) tries to evaluate it, which then fails. We fix this by asserting an isset() instead.
* Populate $_GET from request urlLaria Carolin Chabowski2020-02-18
|
* Fix updateAttachmentDeletionClass for new file rowLaria Carolin Chabowski2020-02-18
|
* Fix link stylingLaria Carolin Chabowski2020-02-18
|
* Improve attachmentsLaria Carolin Chabowski2020-02-15
| | | | | - Allow multiple uploads at once - Make uploads deletable
* Attachment: Only consider successfully uploaded filesLaria Carolin Chabowski2020-02-15
| | | | | | Previously we tried to process the file, even if it wasn't actually uploaded, resulting in errors when trying to save a note without an# attachment m(
* NoteHandler: Check delete flag properlyLaria Carolin Chabowski2020-02-15
| | | | | It is not always set, resulting in an E_NOTICE. isset() deals with this case.
* Add READMELaria Carolin Chabowski2020-02-10
| | | | Not that useful yet, but you gotta have a README!!
* Implement simple attachment supportLaria Carolin Chabowski2020-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 commitLaria Carolin Chabowski2020-02-07