summaryrefslogtreecommitdiff
path: root/modules/todo/todo.js
Commit message (Collapse)AuthorAge
* todo: Fix account countingTom Smeding2022-02-03
|
* Store all mutable data in the same persist directorytomsmeding2019-12-31
|
* Bcrypt -> ScryptTom Smeding2019-11-20
| | | | | The bcrypt module doesn't support the newest Node, so let's use the built-in routines!
* todo: Shift ahead repeating itemstomsmeding2017-02-25
|
* todo: Preload todolist on page loadtomsmeding2017-02-17
|
* todo: Place some limitstomsmeding2016-10-30
|
* todo: Introducing multi-user TODO!tomsmeding2016-10-29
|
* todo: Don't add illegal task submissionstomsmeding2016-10-29
|
* todo: Only require auth on mutationtomsmeding2016-10-28
|
* Add auth on todotomsmeding2016-10-28
|
* Add TODO moduletomsmeding2016-10-25