summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix history list might check pagination on clear and openWu Cheng-Han2017-01-121-0/+2
|
* Workaround text shadow for font antialias might cause cut off in EdgeWu Cheng-Han2017-01-121-1/+1
|
* Merge pull request #313 from elct9620/feature/disable_anonymous_viewMax Wu2017-01-105-20/+47
|\ | | | | WIP: Add options to limit anonymous view note
| * Update limite icon to fa-id-card蒼時弦也2017-01-102-2/+2
| |
| * Update limited/protected permission icon蒼時弦也2017-01-102-10/+4
| |
| * Add fa-stack style to public/js/index.js蒼時弦也2017-01-101-4/+10
| |
| * Adjust permission order to more clarly蒼時弦也2017-01-103-10/+10
| |
| * Fix syntax when use case蒼時弦也2017-01-101-1/+1
| |
| * Add limited and protected permission蒼時弦也2017-01-105-16/+43
| |
| * Recovery tariling spaces蒼時弦也2017-01-102-11/+11
| |
| * Remove temporary change蒼時弦也2017-01-103-6/+0
| |
| * Update readme蒼時弦也2017-01-061-9/+10
| |
| * Fix anonymouse view permission check蒼時弦也2017-01-051-1/+4
| |
| * Add limit for constrain anonymous view note蒼時弦也2017-01-052-3/+5
| |
* | Merge pull request #316 from neopostmodern/ldap-provider-nameMax Wu2017-01-093-2/+7
|\ \ | | | | | | Allow displaying LDAP provider name on sign-in modal
| * | Allow displaying LDAP provider name on sign-in modalneopostmodern2017-01-093-2/+7
|/ /
* | Merge pull request #279 from alecdwm/ldap-authMax Wu2017-01-0911-6/+191
|\ \ | |/ |/| Support for LDAP server authentication
| * removed commaalecdwm2017-01-061-1/+1
| |
| * dark avatar backgrounds onlyalecdwm2017-01-061-1/+4
| |
| * Use randomcolor not seedrandom for avatar backgroundsalecdwm2017-01-062-4/+2
| |
| * Profile pictures for LDAP usersalecdwm2017-01-063-0/+35
| |
| * LDAP auth use email if providedalecdwm2016-12-141-1/+1
| |
| * LDAP signin form moved to main signin-modalalecdwm2016-12-144-42/+24
| | | | | | | | | | - previously was a separate modal - now is located on main modal, like email auth
| * LDAP login improvementsalecdwm2016-12-141-3/+9
| | | | | | | | | | | | - return bad request if no username or password given - return to referer url on auth success - flash error message on auth failure
| * Tokens not required for ldap authalecdwm2016-12-141-4/+30
| |
| * Added HMD_LDAP_TLS_CA env variablealecdwm2016-12-142-0/+7
| |
| * Initial support for LDAP server authenticationalecdwm2016-12-1311-7/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Limitations as of this commit: - tlsOptions can only be specified in config.json, not as env vars - authentication failures are not yet gracefully handled by the UI - instead the error message is shown on a blank page (/auth/ldap) - no email address is associated with the LDAP user's account - no picture/profile URL is associated with the LDAP user's account - we might have to generate our own access + refresh tokens, because we aren't using oauth. The currently generated tokens are just a placeholder. - 'LDAP Sign in' needs to be translated to each locale
* | Fix for selectionObjects in OT CodeMirror adapter might call on undefinedWu Cheng-Han2017-01-052-2/+2
| |
* | Update to show yaml-metadata and diagram parsing error in the viewWu Cheng-Han2017-01-041-2/+16
| |
* | Workaround that graphviz might not recover from errorWu Cheng-Han2017-01-041-12/+22
| |
* | Fix and refactor extracting content using metaMarked directly might lead in ↵Wu Cheng-Han2017-01-042-68/+34
| | | | | | | | invalid object
* | Add back missing release-note link on indexWu Cheng-Han2017-01-021-1/+1
| |
* | Mark as 0.5.0Wu Cheng-Han2017-01-024-4/+33
| |
* | Update dependenciesWu Cheng-Han2017-01-021-6/+6
| |
* | Update README.md about migration tool of version 0.5.0Wu Cheng-Han2017-01-021-0/+6
| |
* | Update authorsWu Cheng-Han2017-01-021-0/+9
| |
* | Update year to 2017Wu Cheng-Han2017-01-022-2/+2
| |
* | Fix yaml metadata description not able to showWu Cheng-Han2017-01-021-3/+3
| |
* | Update to improve editor performance by debounce checkEditorScrollbar eventWu Cheng-Han2017-01-021-1/+5
| |
* | Fix authorship might losing update event because of throttlingWu Cheng-Han2017-01-021-1/+1
| |
* | Refactor data processing to model definitionWu Cheng-Han2017-01-023-0/+27
| |
* | Update to remove null byte before saving to DB and remove null byte on changesWu Cheng-Han2017-01-024-7/+42
| |
* | Fix migration script of revision lacks of definition of primary keyWu Cheng-Han2017-01-021-1/+4
| |
* | Fix to not use diff_cleanupSemantic, bug report refer to ↵Wu Cheng-Han2017-01-021-1/+0
| | | | | | | | https://code.google.com/p/google-diff-match-patch/issues/detail?id=67
* | Remove LZString compression for data storageWu Cheng-Han2017-01-025-37/+28
| |
* | Remove manual LZString compression for partial socket io event dataWu Cheng-Han2017-01-025-22/+3
| |
* | Merge pull request #307 from captflint/masterMax Wu2016-12-313-1/+106
|\ \ | | | | | | Added Esperanto translation
| * | Added Esperanto translationJames Stephenson2016-12-303-1/+106
|/ / | | | | | | Translation by Jonathan Powell and James Stephenson
* | Merge pull request #302 from knjcode/url_resolveMax Wu2016-12-271-1/+2
|\ \ | | | | | | Fix URL concatenation when uploading images to local filesystem
| * | Fix URL concatenationknjcode2016-12-271-1/+2
|/ /