summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* End-point to get GitLab data.Jason Croft2016-05-111-0/+16
|
* Add accessToken saving.Jason Croft2016-05-111-4/+14
|
* Fully-fleshed snippetImportModalJason Croft2016-05-111-3/+5
|
* Allow importing from GitLab snippetJason Croft2016-05-111-21/+48
|
* Remove skeleton functionsJason Croft2016-05-111-83/+0
|
* Add accessToken columnJason Croft2016-05-111-1/+4
|
* Define events for snippet actionsJason Croft2016-05-091-0/+45
|
* Define snippet import modalJason Croft2016-05-091-0/+20
|
* Skeletons for GitLab actions.Jason Croft2016-05-091-0/+83
|
* Attach to snippet classes.Jason Croft2016-05-091-1/+3
|
* Add GitLab options.Jason Croft2016-05-091-0/+12
|
* Start extending to support GitLab authentication.Jason Croft2016-05-098-1/+43
| | | | | | | | | | | Add necessary dependency. Add baseURL parameter for self-hosted GitLab Add necessary require. Add block for GitLab auth. Fix typo Update font-awesome dependency for GitLab icon. Use a color closer to GitLab orange. More direct TODO
* Fix possible glitch of layoutCheng-Han, Wu2016-05-091-1/+1
|
* Workaround imgur api only provide non-https image url which will cause ↵Cheng-Han, Wu2016-05-081-1/+1
| | | | mix-content warning in browsers
* Fix missusing for CodeMirror.PassCheng-Han, Wu2016-04-281-5/+5
|
* Fix code stylesCheng-Han, Wu2016-04-241-213/+212
|
* Change fullScreen toggle to F10Cheng-Han, Wu2016-04-241-1/+1
| | | | because Mac OS X default might overwrite F11 and F12 behaviors
* Fix some indentationCheng-Han, Wu2016-04-241-3/+3
|
* Fix other CodeMirror.Pass usageCheng-Han, Wu2016-04-241-3/+3
|
* Merge pull request #102 from Zankio/masterMax Wu2016-04-241-4/+5
|\ | | | | Fix Esc key in Vim mode
| * Fix Esc in Vim modeZankio2016-04-231-4/+5
|/
* Fix home href link should specify root pathCheng-Han, Wu2016-04-221-1/+1
|
* Update to support when client domain not provided will use window.location ↵Cheng-Han, Wu2016-04-221-2/+2
| | | | variable
* Update to support when domain not provided will use relative pathCheng-Han, Wu2016-04-221-4/+7
|
* Update to support DOMAIN and URL_PATH environment variablesCheng-Han, Wu2016-04-222-2/+4
|
* Remove trivial logCheng-Han, Wu2016-04-201-1/+0
|
* Fix view scroll position might lost when editor changes the last line and ↵Cheng-Han, Wu2016-04-201-6/+11
| | | | might get wrong knob position
* Mark as 0.4.0Cheng-Han, Wu2016-04-203-2/+64
|
* Update LICENSE yearCheng-Han, Wu2016-04-201-1/+1
|
* Update to support octicon and change header anchor stylesCheng-Han, Wu2016-04-208-44/+35
|
* Merge client index.js settings to common.jsCheng-Han, Wu2016-04-202-5/+4
|
* Update to response not found if no any route matches the urlCheng-Han, Wu2016-04-201-0/+4
|
* Update to redirect url with trailing slashesCheng-Han, Wu2016-04-201-0/+11
|
* Update filter XSS to allow attr href starts with '.' or '/'Cheng-Han, Wu2016-04-201-0/+6
|
* Fix that error page no need to load foot templateCheng-Han, Wu2016-04-201-2/+1
|
* Fix raphael source file nameCheng-Han, Wu2016-04-202-2/+2
|
* Update package dependenciesCheng-Han, Wu2016-04-202-11/+11
|
* Fix server session not set correctlyCheng-Han, Wu2016-04-201-2/+1
|
* Updated app.js to move static file routes before use sessions which no need ↵Cheng-Han, Wu2016-04-201-4/+6
| | | | to have session and may gain performance
* Update .gitignoreCheng-Han, Wu2016-04-201-1/+4
|
* Update CodeMirror to 5.13.5Cheng-Han, Wu2016-04-2084-502/+2835
|
* Fix XSS HTML replace might get wrong on the HTML comments in the code tagsCheng-Han, Wu2016-04-201-0/+4
|
* Support experimental spell checking feature (en-US only), can be enabled by ↵Cheng-Han, Wu2016-04-208-0/+49151
| | | | the YAML meta option
* Support import from gist, fix some minor typo and issuesCheng-Han, Wu2016-04-203-6/+84
|
* Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu2016-04-2035-2122/+1879
| | | | note status (created or updated) and support docs (note alias)
* Updated to support ioniconsCheng-Han, Wu2016-04-204-0/+6
|
* Updated to support mermaid and moment use cdn sourceCheng-Han, Wu2016-04-202-4/+8
|
* Workaround editor might have wrong doc height and wrong simple scroll bar ↵Cheng-Han, Wu2016-04-201-0/+8
| | | | knob position when editor height changed
* Updated to add statusPanel variableCheng-Han, Wu2016-04-201-1/+2
|
* Fixed editor changes will cause syncScrollToViewCheng-Han, Wu2016-04-202-6/+5
|