summaryrefslogtreecommitdiff
path: root/lib/ot/server.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change config to camel case with backwards compatibilitySheogorath2018-03-251-1/+1
| | | | | | | | This refactors the configs a bit to now use camel case everywhere. This change should help to clean up the config interface and make it better understandable. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu2016-04-201-1/+1
| | | | note status (created or updated) and support docs (note alias)
* Fixed doc length should only limit when "both the doc length exceed the doc ↵Wu Cheng-Han2015-09-241-1/+2
| | | | max length" and "the new doc length is more than previous doc"
* Added document max length limit, enforceMaxLength on change and show modal ↵Wu Cheng-Han2015-07-161-1/+6
| | | | when reach the limit.
* Added support of operational transformationWu Cheng-Han2015-07-111-0/+46