summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix code styles and user refreshToken might need update when accessToken not ...Cheng-Han, Wu2016-05-161-4/+5
* Add db migrations for PR #121Cheng-Han, Wu2016-05-152-0/+18
* Fix merge conflictsCheng-Han, Wu2016-05-151-4/+0
* Merge branch 'gitlab_snippets' of https://github.com/jccrofty30/hackmd into j...Cheng-Han, Wu2016-05-153-5/+22
|\
| * Retrieve GitLab avatar.Jason Croft2016-05-121-0/+3
| * Add accessToken saving.Jason Croft2016-05-111-4/+14
| * Remove skeleton functionsJason Croft2016-05-111-83/+0
| * Add accessToken columnJason Croft2016-05-111-1/+4
| * Skeletons for GitLab actions.Jason Croft2016-05-091-0/+83
| * Start extending to support GitLab authentication.Jason Croft2016-05-093-0/+14
* | Merge PR #118Cheng-Han, Wu2016-05-154-0/+17
|\ \
| * | Retrieve GitLab avatar.Jason Croft2016-05-121-0/+3
| * | Start extending to support GitLab authentication.Jason Croft2016-05-113-0/+14
| |/
* | Update to move dropbox app key setting to common.js and will auto load client...Cheng-Han, Wu2016-05-152-9/+4
* | Fix error page (missing googleDrive config)Jannik Lorenz2016-04-231-1/+2
* | Hide Dropbox and Google Drive in Import/ Export when disabledJannik Lorenz2016-04-232-8/+12
|/
* 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-221-2/+2
* Refactor server with Sequelize ORM, refactor server configs, now will show no...Cheng-Han, Wu2016-04-2013-1457/+1097
* Updated to add headers to prevent search engine crawl some unnecessary pathsCheng-Han, Wu2016-03-151-1/+3
* Updated to handle user address when server behind other servicesCheng-Han, Wu2016-03-151-1/+1
* Support export to and import from Google DriveCheng-Han, Wu2016-03-041-0/+2
* Fixed note title might get wrongCheng-Han, Wu2016-03-042-23/+27
* Support set url path and use relative url, move raphael to bower and fixed mi...Cheng-Han, Wu2016-02-162-10/+15
* Fixed export gist title might null and fake referer that redirect to gist htm...Cheng-Han, Wu2016-02-161-0/+2
* Fixed prevent XSS might break lots of tags and only need after renderedCheng-Han, Wu2016-02-111-3/+0
* Prevent XSS in markdown renderingCheng-Han, Wu2016-02-111-0/+3
* Updated to allow CORS in download as APICheng-Han, Wu2016-02-011-0/+1
* Supported export to gistCheng-Han, Wu2016-01-311-1/+134
* Fixed potential bug in realtime startConnection and bugs in note findOrNewNot...Cheng-Han, Wu2016-01-203-9/+16
* Upgrade all dependencies and fixes afterward issuesWu Cheng-Han2016-01-191-1/+1
* Added private permission and clean up codes, solved potential race condition ...Wu Cheng-Han2016-01-174-197/+276
* Support show last change user with profile and support YAML config inside the...Wu Cheng-Han2016-01-124-130/+275
* Added 404 and 403 status on routesWu Cheng-Han2015-12-301-1/+1
* Fixed socket session secure might not apply properlyWu Cheng-Han2015-12-301-5/+8
* Now accept all users whether authorize or not without log errors to allow ano...Wu Cheng-Han2015-12-301-3/+2
* Updated slide modeWu Cheng-Han2015-12-181-5/+9
* Fixed readFromDB error might cause excpectionWu Cheng-Han2015-12-111-1/+2
* Fixed realtime.js finishConnection user might be undefined issueWu Cheng-Han2015-12-061-0/+1
* Updated and merge reveal.js to use bowerWu Cheng-Han2015-11-291-48/+50
* Add Slide Modexnum2015-11-231-0/+83
* Updated response.js, the render url now using config getserverurl()Wu Cheng-Han2015-11-171-2/+2
* Fixed cleaner might not clean user not in connected list and handle if the us...Wu Cheng-Han2015-10-051-2/+8
* Fixed realtime cleaner, socket should defined and notename is not a necessary...Wu Cheng-Han2015-09-271-6/+3
* Updated realtime to clear socket queue in all exceptions of connect and disco...Wu Cheng-Han2015-09-271-18/+14
* Fixed if using splice in loop should always decrement index or might out of a...Wu Cheng-Han2015-09-261-3/+9
* Added more infos about connection and disconnection in realtime "getStatus"Wu Cheng-Han2015-09-261-1/+5
* Fixed a possible exceptionWu Cheng-Han2015-09-251-1/+1
* Fixed to handle startConnection and finishConnection undefined exceptionsWu Cheng-Han2015-09-251-2/+2
* Fixed doc length should only limit when "both the doc length exceed the doc m...Wu Cheng-Han2015-09-241-1/+2