summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-28fix: Other dialect duplicated add index problemBoHong Li2-3/+14
Detect is using SQLite to add index
2017-03-28fix: Support SQliteBoHong Li3-7/+25
Move 'unique' constraint to another statement (SQLite don't support set unique when addColumn)
2017-03-27fix: Add missing migrationBoHong Li7-0/+139
2017-03-24fix: Fixed sequelize-cli db:migration cannot stop when occur errorBoHong Li5-41/+51
Up and Down method must return a Promise. breaking changes: docker-hackmd cannot initialize, because db:migration will fail
2017-03-23Fix front-end constants generation not getting config properlyWu Cheng-Han1-0/+2
2017-03-23Mark as 0.5.1Wu Cheng-Han1-1/+1
2017-03-20Update to generate front-end constants on server startupWu Cheng-Han1-1/+2
To avoid extra webpacking on changing configs and follow the 12 factor app
2017-03-15Fix strip null byte in model should cast to string to use replace functionWu Cheng-Han1-0/+1
2017-03-14Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵Wu Cheng-Han2-2/+4
on it
2017-03-14Fix update doc from filesystem cause redundant authorship stringifyWu Cheng-Han1-1/+1
2017-03-14Use strict mode in all backend filesBoHong Li19-0/+19
add ‘use strict’ in all backend file
2017-03-08Use JavaScript Standard StyleBoHong Li19-3139/+3069
Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
2017-03-04Fixed Syntax ErrorBoHong Li1-1/+5
2017-02-18Fix user profile photo might not replace to proper sizeWu Cheng-Han1-4/+4
2017-02-15first envs then the configMike1-1/+1
or docker -e will not work
2017-02-10Add validation to defaultpermission in configNV1-2/+7
2017-02-10Add default permission configNV2-2/+6
2017-02-07Fix ldap config not initialize properlyWu Cheng-Han1-4/+3
2017-02-07Fix HMD_LDAP_TLS_CA not passing correctly and update README.mdWu Cheng-Han1-2/+11
2017-02-07Add basics for secret management by Docker 1.13Sheogorath1-24/+28
See https://docs.docker.com/engine/swarm/secrets/
2017-02-03Update to add biggerphoto on parsing user profileWu Cheng-Han1-10/+26
2017-02-03Update realtime to use timer to avoid memory leaks on busy tickWu Cheng-Han1-5/+11
2017-02-03Update to remove history cache to lower application couplingWu Cheng-Han2-111/+61
2017-01-21Fix redundant parameter to removeColumn in db migration scriptsWu Cheng-Han2-3/+3
2017-01-16Refactor checkViewPermission to fix limited & protected permission check bug ↵Wu Cheng-Han2-23/+31
and fix code style
2017-01-16Fix missing config in hackmd responseWu Cheng-Han1-1/+2
2017-01-15Recover config change in 0f833f0Yukai Huang1-2/+2
2017-01-14Update server google/dropbox config checkYukai Huang1-2/+2
2017-01-12Fix allowemailregister config typo and default should be trueWu Cheng-Han1-1/+1
2017-01-12Fix for limited and protected permissions should forbid guest in realtime eventsWu Cheng-Han1-2/+2
2017-01-12Add `allowemailregister` optionSheogorath2-0/+3
2017-01-12Fix permission order and keep wording consistencyWu Cheng-Han1-1/+1
2017-01-12Fix author creation in operationCallback might cause unique constraint ↵Wu Cheng-Han1-11/+19
validation error
2017-01-10Adjust permission order to more clarly蒼時弦也1-1/+1
2017-01-10Fix syntax when use case蒼時弦也1-1/+1
2017-01-10Add limited and protected permission蒼時弦也3-15/+20
2017-01-10Recovery tariling spaces蒼時弦也1-2/+2
2017-01-10Remove temporary change蒼時弦也2-5/+0
2017-01-09Allow displaying LDAP provider name on sign-in modalneopostmodern1-1/+5
2017-01-06removed commaalecdwm1-1/+1
2017-01-06dark avatar backgrounds onlyalecdwm1-1/+4
2017-01-06Use randomcolor not seedrandom for avatar backgroundsalecdwm1-3/+2
2017-01-06Profile pictures for LDAP usersalecdwm2-0/+34
2017-01-05Fix anonymouse view permission check蒼時弦也1-1/+4
2017-01-05Add limit for constrain anonymous view note蒼時弦也2-3/+5
2017-01-04Fix and refactor extracting content using metaMarked directly might lead in ↵Wu Cheng-Han2-68/+34
invalid object
2017-01-02Mark as 0.5.0Wu Cheng-Han1-2/+2
2017-01-02Fix yaml metadata description not able to showWu Cheng-Han1-3/+3
2017-01-02Refactor data processing to model definitionWu Cheng-Han3-0/+27
2017-01-02Update to remove null byte before saving to DB and remove null byte on changesWu Cheng-Han3-7/+35