summaryrefslogtreecommitdiff
path: root/lib/models/note.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use JavaScript Standard StyleBoHong Li2017-03-081-511/+500
| | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
* Add default permission configNV2017-02-101-2/+2
|
* Fix permission order and keep wording consistencyWu Cheng-Han2017-01-121-1/+1
|
* Adjust permission order to more clarly蒼時弦也2017-01-101-1/+1
|
* Add limited and protected permission蒼時弦也2017-01-101-3/+3
|
* Fix and refactor extracting content using metaMarked directly might lead in ↵Wu Cheng-Han2017-01-041-23/+20
| | | | invalid object
* Refactor data processing to model definitionWu Cheng-Han2017-01-021-0/+9
|
* Update to remove null byte before saving to DB and remove null byte on changesWu Cheng-Han2017-01-021-3/+12
|
* Remove LZString compression for data storageWu Cheng-Han2017-01-021-11/+6
|
* Update to auto generate meta description based on content in publish note ↵Wu Cheng-Han2016-11-261-0/+3
| | | | and slide
* Fix note extract tags might get encoded HTML entityWu Cheng-Han2016-10-121-1/+1
|
* Fix doc updating revision not stringify and compress authorship before saveWu Cheng-Han2016-10-111-1/+1
|
* Update to support delete noteWu Cheng-Han2016-10-101-0/+1
|
* Update to make note history count in server-side when user loggedWu Cheng-Han2016-10-101-2/+55
|
* Workaround cheerio text method shouldn't preserve html tags on fetching note ↵Wu Cheng-Han2016-10-101-1/+2
| | | | title
* Update to move authorship calculation code to note model and support update ↵Wu Cheng-Han2016-10-101-1/+176
| | | | authorship after making revision of docs
* Update slide mode to show extra info and support url actions and support ↵Wu Cheng-Han2016-08-151-0/+2
| | | | disqus via yaml-metadata
* Fix meta might be null issueWu Cheng-Han2016-08-151-1/+2
|
* Update to make doc only update while the filesystem content not equals db ↵Wu Cheng-Han2016-08-141-4/+7
| | | | content
* Update to support slideOptions in the YAML metadataWu Cheng-Han2016-08-011-0/+2
|
* Add support of saving authors and authorshipWu Cheng-Han2016-07-301-0/+8
|
* Update to change server-side pre-rendering engine from marked to markdown-itWu Cheng-Han2016-07-021-2/+2
|
* Update to support new metadata: title, description, tags and ↵Cheng-Han, Wu2016-06-211-6/+32
| | | | google-analytics (GA) and refactor render publish slide response function
* Fix create new note should not use default note created timeCheng-Han, Wu2016-06-171-1/+3
|
* Add support of saving note revision and improve app start and stop procedure ↵Cheng-Han, Wu2016-06-171-5/+21
| | | | to ensure data integrity
* Update note model on create doc will use the created time of the doc in ↵Cheng-Han, Wu2016-06-011-0/+2
| | | | filesystem
* Update note model if doc in filesystem have newer modified will update it in dbCheng-Han, Wu2016-05-301-1/+23
|
* Update project titleCheng-Han, Wu2016-05-281-1/+1
|
* Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu2016-04-201-0/+208
note status (created or updated) and support docs (note alias)