summaryrefslogtreecommitdiff
path: root/public/views/index/body.ejs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-10Fix possible order changes for 'Powered by' in other languagesSheogorath1-1/+1
Since not all languages use the same word oder and we run into potential issues, where the translation of powered by need to add something after the CodiMD link, this should give us the needed flexiblity. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2019-03-04Add serbian languageSheogorath1-0/+1
Thanks for the work of the translator Vladan we got a serbian translation added! Those few changes will add serbian language support for future CodiMD releases. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-11-23Add some missing translationsSheogorath1-1/+1
There are some places in our code that made it to be not translated. This patch fixes some small translation problems and adds some static strings in templates to translation. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-11-18Fixing links on index pageSheogorath1-3/+3
Seems like ids in Firefox are case sensitive. So linking in the current way fails. This patch fixes the links by using the exact matching version of the titles on the features page. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-11-11Add full version stringSheogorath1-1/+1
Currently we only provide the version from `package.json`. This means that during updates of instances, e.g. the demo instance, which runs latest master instead of a stable release, changes are not reflected to the webclient. This patch adds a fullversion string that contains the current commit and this way makes that clients are notified about changes. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-11-03removing global site layout vars from individual routers, putting them into ↵Claudius1-15/+15
app.local Signed-off-by: Claudius <opensource@amenthes.de>
2018-10-04Add rel="noopener" to target="_blank" linksSheogorath1-2/+2
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-10-01Some minor footer improvementsSheogorath1-1/+1
Removing copyrigt sign since we are not copyrighting things. Changing hackmd.io to codimd.org since HackMD is more and more dividing from CodiMD and may brings up wrong expectations. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-09-26Add POEditor to 'follow us' statementSheogorath1-1/+1
We broke the follow us before by removing Facebook and Twitter. Adding POEditor should fix it and help to attract new translators. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-09-23Add indonesian language to CodiMDSheogorath1-0/+1
Big thanks @filosofikode for the translation work! Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-07-31Update to replace Twitter and Facebook to RiotMax Wu1-1/+1
Signed-off-by: Max Wu <jackymaxj@gmail.com>
2018-07-03Remove some unneeded defined inline-stylingsSheogorath1-2/+2
These have no really useful point here. Let's just remove them. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-24Rebrand HackMD to CodiMDSheogorath1-4/+3
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-07Add korean translationSheogorath1-0/+1
This translation was contributed via POEditor by the user Basix. Thanks a lot for your work! Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-05-26Add export data UISheogorath1-0/+1
This adds the UI for the export feature introduced in bcbb8c67c9f8092643c318140f6613324f306bd2 It allows to download all notes from the main page in the default user submenu. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-05-25Add token based security featureSheogorath1-1/+1
In the current setup users could be tricked into deleting their data by providing a malicious link like `[click me](/me/delete)`. This commit prevents such an easy attack and need the user's deleteToken to get his data deleted. In case someone requests his deletion by email you can also ask him for this token. We can add a GUI that shows it later on. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-05-25Add delete user UISheogorath1-6/+27
This provides the UI for the delete user feature introduced in 4229084c6211db3d22cd9abec99b957725650b9e Placing of the user delete button is not perfect, but can be moved to an own user tab later on. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-05-24Add privacy and ToS linksSheogorath1-1/+1
To be GDPR compliant we need to provide privacy statement. These should be linked on the index page. So as soon as a document exist under `public/docs/privacy.md` the link will show up. Since we already add legal links, we also add Terms of Use, which will show up as soon as `public/docs/terms-of-use.md` exists. This should allow everyone to provide the legal documents they need for GDPR and other privacy and business laws. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-03-26Add support for generic OAuth2 providersPedro Ferreira1-2/+2
Signed-off-by: Pedro Ferreira <pedro.ferreira@cern.ch>
2018-01-24Reorganize social media links and footerSheogorath1-6/+6
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-01-20Update body.ejsMax Wu1-0/+1
Add CE text on index title
2018-01-19It's 2018! :tada:Sheogorath1-1/+1
2017-11-28Initial support for SAML authenticationNorihito Nakae1-2/+2
2017-10-31Add mattermost authenticationChristoph Witzany1-2/+2
2017-10-23support Simplified Chinese and rename original zh to Traditional ChineseRwing1-1/+2
2017-10-07Adds color to new note buttongeekyd1-3/+3
2017-06-11Add support of Danish localeWu Cheng-Han1-0/+1
2017-03-20Add support of Catalan localeWu Cheng-Han1-0/+1
2017-01-21Add link to features on profile dropdownWu Cheng-Han1-0/+1
2017-01-21Refactor templates and rearrange its pathWu Cheng-Han1-0/+175