summaryrefslogtreecommitdiff
path: root/public/views/codimd/body.ejs (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-04Add rel="noopener" to target="_blank" linksSheogorath1-1/+1
The noopener construct protects from some nasty clickjacking attacks. We can apply them savely to all our links since we don't rely on the previously used page. Some more details: https://mathiasbynens.github.io/rel-noopener/ Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-07-31Add possibility to choose between version v3 or v4 for the gitlab api.Cédric Couralet1-0/+2
Apart from the uri versioning, one big change is the snippet visibility post data (visibility_level -> visibility) Default gitlab api version to v4 Signed-off-by: Cédric Couralet <cedric.couralet@gmail.com>
2018-07-03Fix some night mode colorsSheogorath1-1/+1
We have some issues with night mode and the font color. This should fix this in the permission table and the delete node modal. As well as some picture styling. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-24Rename HackMD view to CodiMDSheogorath1-0/+0
Even when it looks a bit weird in first place to rename all internals step by step, it makes sense to do so, because we run into confusion afterwards. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-01-20Add option to enable `freely` permission in closed instanceDario Ernst1-1/+1
Before, closed disallowed guest edits completely, by removing the `freely` permission. This makes it possible to explicitely bring back guest-editing, but not guest-note-creation, to closed instances. Signed-off-by: Dario Ernst <dario@kanojo.de>
2017-12-01close open tagsThomas De Backer1-2/+2
2017-11-30Add untranslated sentences to localeThomas De Backer1-2/+2
2017-04-18Fix indent in views, shouldn't mix tabs with spacesPeter Dave Hello1-4/+4
2017-04-05Update body.ejsIan Dees1-2/+2
2017-04-05Clarify permission languageIan Dees1-3/+3
See https://github.com/hackmdio/hackmd/issues/415
2017-01-21Refactor templates and rearrange its pathWu Cheng-Han1-4/+4
2017-01-12Update to use shorter wording in limited and protected permissionsWu Cheng-Han1-2/+2
2017-01-12Fix permission order and keep wording consistencyWu Cheng-Han1-3/+3
2017-01-10Update limite icon to fa-id-card蒼時弦也1-1/+1
2017-01-10Update limited/protected permission icon蒼時弦也1-2/+2
2017-01-10Adjust permission order to more clarly蒼時弦也1-2/+2
2017-01-10Add limited and protected permission蒼時弦也1-0/+2
2016-12-21Fixed typo: anonmyousFlorian Rhiem1-2/+2
2016-12-15Add support of allow anonymous config option with correspond modificationsWu Cheng-Han1-1/+1
2016-10-10Update to support delete noteWu Cheng-Han1-0/+22
2016-10-10Update to support showing owner on the infobarWu Cheng-Han1-1/+6
2016-08-19Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han1-30/+30
for now
2016-08-15Fix toc id naming to avoid overlap with user tocWu Cheng-Han1-2/+2
2016-07-30Update bootstrap to 3.3.7 and jQuery to 3.1.0 with related patchesWu Cheng-Han1-2/+2
2016-06-17Add minimumCompatibleVersion and update refresh modal to show more detail ↵Cheng-Han, Wu1-19/+1
informations
2016-06-17Add revision modal with UIs and support to mark patch diff textsCheng-Han, Wu1-1/+2
2016-05-15Fix export snippet should check data before sending request and fix some ↵Cheng-Han, Wu1-2/+2
code styles
2016-05-12Enable snippet exporting.Jason Croft1-0/+45
2016-05-12Can now select from available projects and snippets to build import URL.Jason Croft1-2/+18
2016-05-11Fully-fleshed snippetImportModalJason Croft1-3/+5
2016-05-11Add help and help modal with contacts, documents, cheatsheetCheng-Han, Wu1-1/+2
2016-05-09Define snippet import modalJason Croft1-0/+20
2016-04-20Support import from gist, fix some minor typo and issuesCheng-Han, Wu1-3/+26
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu1-27/+1
note status (created or updated) and support docs (note alias)
2016-03-15Improved update last info methods, only change DOM when necessaryCheng-Han, Wu1-1/+1
2016-03-04Support export to and import from Google DriveCheng-Han, Wu1-0/+19
2016-02-16Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu1-4/+4
minor issue in history
2016-02-08Removed ui-permission-label href attributeCheng-Han, Wu1-1/+1
2016-01-17Added private permission and clean up codes, solved potential race condition ↵Wu Cheng-Han1-0/+1
in realtime.js
2016-01-12Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han1-1/+6
the note with robots, lang, dir, breaks options
2015-09-25Added support of print and unselectable styles, updated vimeo and youtube ↵Wu Cheng-Han1-4/+4
parsing method for this
2015-09-25Changed permission Editable icon to prevent misunderstandingWu Cheng-Han1-1/+1
2015-07-16Added document max length limit, enforceMaxLength on change and show modal ↵Wu Cheng-Han1-0/+19
when reach the limit.
2015-07-11Added support of operational transformationWu Cheng-Han1-1/+1
2015-07-02Jump to 0.3.1Wu Cheng-Han1-1/+87
2015-05-04First commit, version 0.2.7Wu Cheng-Han1-0/+27