summaryrefslogtreecommitdiff
path: root/lib/ot/server.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-25Change config to camel case with backwards compatibilitySheogorath1-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>
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu1-1/+1
note status (created or updated) and support docs (note alias)
2015-09-24Fixed doc length should only limit when "both the doc length exceed the doc ↵Wu Cheng-Han1-1/+2
max length" and "the new doc length is more than previous doc"
2015-07-16Added document max length limit, enforceMaxLength on change and show modal ↵Wu Cheng-Han1-1/+6
when reach the limit.
2015-07-11Added support of operational transformationWu Cheng-Han1-0/+46