summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update docs and textcomplete rules for image syntax with size specifiedCheng-Han, Wu2016-05-272-0/+6
|
* Update textcomplete rules to support more conditions and fix hint typoCheng-Han, Wu2016-05-271-12/+17
|
* Fix help-modal cheatsheet typoCheng-Han, Wu2016-05-271-1/+1
|
* Update and fix editor might not sync scrolling from edit mode to both modeCheng-Han, Wu2016-05-272-14/+17
|
* Update to improve sync scroll to edit performance and fix sync scroll ↵Cheng-Han, Wu2016-05-272-33/+70
| | | | behavior on many situations
* Update resizable handle and sync scrolling toggle stylesCheng-Han, Wu2016-05-271-4/+8
|
* Update to improve syncscroll performance and add toggle for sync scrollingCheng-Han, Wu2016-05-263-132/+128
|
* Add support of sync scrolling to edit areaCheng-Han, Wu2016-05-252-35/+81
|
* Update to use bigger size of profile imageCheng-Han, Wu2016-05-211-3/+3
|
* Add support of google signinCheng-Han, Wu2016-05-2110-8/+47
|
* Remove unused passport authenticate callback functionCheng-Han, Wu2016-05-211-10/+5
|
* Update to use dropbox api version 2Cheng-Han, Wu2016-05-211-0/+1
|
* Update to make user profile auto update on authenticationCheng-Han, Wu2016-05-201-9/+24
|
* Update to use bigger avatar image and twitter now use screen_name based ↵Cheng-Han, Wu2016-05-201-2/+2
| | | | profile image url
* Fix on paste or cut text might trigger syncscrollCheng-Han, Wu2016-05-162-2/+8
|
* Update to move gitlab api path to sub path and fix its find user method for ↵Cheng-Han, Wu2016-05-163-32/+52
| | | | PR #121
* Fix to handle if last change user profile photo is nullCheng-Han, Wu2016-05-161-1/+2
|
* Fix to handle if user avatar photo is nullCheng-Han, Wu2016-05-161-2/+3
|
* Fix code styles and user refreshToken might need update when accessToken not ↵Cheng-Han, Wu2016-05-161-4/+5
| | | | match
* Merge pull request #125 from jccrofty30/readme_updateMax Wu2016-05-151-1/+1
|\ | | | | Add GitLab to Third-Party integration section.
| * Remove GitLab from common.js row.Jason Croft2016-05-151-1/+1
| |
| * Add GitLab to Third-Party integration section.Jason Croft2016-05-151-2/+2
|/
* Fix for help modal css style conflictsCheng-Han, Wu2016-05-151-11/+11
|
* Fix export snippet should check data before sending request and fix some ↵Cheng-Han, Wu2016-05-153-13/+11
| | | | code styles
* Fix some code styles and user avatar style for PR #122Cheng-Han, Wu2016-05-153-4/+4
|
* Add back missing code for 1f4e1f09b639d49ebe818fd2b4d6e98f78ef2d38Cheng-Han, Wu2016-05-151-1/+1
|
* Merge pull request #122 from jccrofty30/avatar_on_historyMax Wu2016-05-153-0/+8
|\ | | | | Add avatar to History page.
| * Add avatar to History page.Jason Croft2016-05-123-0/+8
| |
* | Add some reminder for snippet before modal ajaxCheng-Han, Wu2016-05-151-1/+3
| |
* | Fix signin template logic for PR #121Cheng-Han, Wu2016-05-151-2/+2
| |
* | Add db migrations for PR #121Cheng-Han, Wu2016-05-155-0/+31
| |
* | Fix merge conflictsCheng-Han, Wu2016-05-151-4/+0
| |
* | Merge branch 'jccrofty30-gitlab_snippets'Cheng-Han, Wu2016-05-158-6/+348
|\ \
| * | Merge branch 'gitlab_snippets' of https://github.com/jccrofty30/hackmd into ↵Cheng-Han, Wu2016-05-158-6/+348
|/| | | | | | | | | | | | | | | | | | | | jccrofty30-gitlab_snippets # Conflicts: # lib/response.js
| * | Show only projects where user is creator, has project access >= 20, or has ↵Jason Croft2016-05-132-2/+9
| | | | | | | | | | | | group access.
| * | Apply "snippets_enabled only" logic to import modal.Jason Croft2016-05-131-5/+14
| | | | | | | | | | | | | | | Better parsing for snippet import. Add python filetype.
| * | Filter out projects that don't have snippets enabled.Jason Croft2016-05-121-0/+3
| | |
| * | Revert last change.Jason Croft2016-05-121-1/+1
| | |
| * | Only pull projects the user owns.Jason Croft2016-05-121-1/+1
| | |
| * | Retrieve GitLab avatar.Jason Croft2016-05-121-0/+3
| | |
| * | Merge remote-tracking branch 'origin/master' into gitlab_snippetsJason Croft2016-05-1210-13/+149
| |\| | | | | | | | | | | | | | | | # Conflicts: # bower.json # public/views/body.ejs
| * | Enable snippet exporting.Jason Croft2016-05-123-7/+103
| | |
| * | Can now select from available projects and snippets to build import URL.Jason Croft2016-05-124-4/+86
| | |
| * | Check to make sure GitLab is configured before showing import option.Jason Croft2016-05-111-0/+4
| | |
| * | 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
| | |