summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-16Fix code styles and user refreshToken might need update when accessToken not ...Cheng-Han, Wu1-4/+5
2016-05-15Add db migrations for PR #121Cheng-Han, Wu2-0/+18
2016-05-15Fix merge conflictsCheng-Han, Wu1-4/+0
2016-05-15Update to move dropbox app key setting to common.js and will auto load client...Cheng-Han, Wu2-9/+4
2016-05-12Retrieve GitLab avatar.Jason Croft1-0/+3
2016-05-12Retrieve GitLab avatar.Jason Croft1-0/+3
2016-05-11Start extending to support GitLab authentication.Jason Croft3-0/+14
2016-05-11Add accessToken saving.Jason Croft1-4/+14
2016-05-11Remove skeleton functionsJason Croft1-83/+0
2016-05-11Add accessToken columnJason Croft1-1/+4
2016-05-09Skeletons for GitLab actions.Jason Croft1-0/+83
2016-05-09Start extending to support GitLab authentication.Jason Croft3-0/+14
2016-04-23Fix error page (missing googleDrive config)Jannik Lorenz1-1/+2
2016-04-23Hide Dropbox and Google Drive in Import/ Export when disabledJannik Lorenz2-8/+12
2016-04-22Update to support when domain not provided will use relative pathCheng-Han, Wu1-4/+7
2016-04-22Update to support DOMAIN and URL_PATH environment variablesCheng-Han, Wu1-2/+2
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show no...Cheng-Han, Wu13-1457/+1097
2016-03-15Updated to add headers to prevent search engine crawl some unnecessary pathsCheng-Han, Wu1-1/+3
2016-03-15Updated to handle user address when server behind other servicesCheng-Han, Wu1-1/+1
2016-03-04Support export to and import from Google DriveCheng-Han, Wu1-0/+2
2016-03-04Fixed note title might get wrongCheng-Han, Wu2-23/+27
2016-02-16Support set url path and use relative url, move raphael to bower and fixed mi...Cheng-Han, Wu2-10/+15
2016-02-16Fixed export gist title might null and fake referer that redirect to gist htm...Cheng-Han, Wu1-0/+2
2016-02-11Fixed prevent XSS might break lots of tags and only need after renderedCheng-Han, Wu1-3/+0
2016-02-11Prevent XSS in markdown renderingCheng-Han, Wu1-0/+3
2016-02-01Updated to allow CORS in download as APICheng-Han, Wu1-0/+1
2016-01-31Supported export to gistCheng-Han, Wu1-1/+134
2016-01-20Fixed potential bug in realtime startConnection and bugs in note findOrNewNot...Cheng-Han, Wu3-9/+16
2016-01-19Upgrade all dependencies and fixes afterward issuesWu Cheng-Han1-1/+1
2016-01-17Added private permission and clean up codes, solved potential race condition ...Wu Cheng-Han4-197/+276
2016-01-12Support show last change user with profile and support YAML config inside the...Wu Cheng-Han4-130/+275
2015-12-30Added 404 and 403 status on routesWu Cheng-Han1-1/+1
2015-12-30Fixed socket session secure might not apply properlyWu Cheng-Han1-5/+8
2015-12-30Now accept all users whether authorize or not without log errors to allow ano...Wu Cheng-Han1-3/+2
2015-12-18Updated slide modeWu Cheng-Han1-5/+9
2015-12-11Fixed readFromDB error might cause excpectionWu Cheng-Han1-1/+2
2015-12-06Fixed realtime.js finishConnection user might be undefined issueWu Cheng-Han1-0/+1
2015-11-29Updated and merge reveal.js to use bowerWu Cheng-Han1-48/+50
2015-11-23Add Slide Modexnum1-0/+83
2015-11-17Updated response.js, the render url now using config getserverurl()Wu Cheng-Han1-2/+2
2015-10-05Fixed cleaner might not clean user not in connected list and handle if the us...Wu Cheng-Han1-2/+8
2015-09-27Fixed realtime cleaner, socket should defined and notename is not a necessary...Wu Cheng-Han1-6/+3
2015-09-27Updated realtime to clear socket queue in all exceptions of connect and disco...Wu Cheng-Han1-18/+14
2015-09-26Fixed if using splice in loop should always decrement index or might out of a...Wu Cheng-Han1-3/+9
2015-09-26Added more infos about connection and disconnection in realtime "getStatus"Wu Cheng-Han1-1/+5
2015-09-25Fixed a possible exceptionWu Cheng-Han1-1/+1
2015-09-25Fixed to handle startConnection and finishConnection undefined exceptionsWu Cheng-Han1-2/+2
2015-09-24Fixed doc length should only limit when "both the doc length exceed the doc m...Wu Cheng-Han1-1/+2
2015-09-24Fixed user might not disconnect from server properly, handle more uncaught ex...Wu Cheng-Han2-6/+16
2015-09-24Added cleaner in realtime.js, to clean up users which aren't in any rooms in ...Wu Cheng-Han1-0/+16