diff --git a/.gitignore b/.gitignore index e6ef1ed..a61f494 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Yarmo Mackenbach +# Copyright (C) 2021 Yarmo Mackenbach # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free diff --git a/.licenseignore b/.licenseignore index 4e9b71f..2b6be69 100644 --- a/.licenseignore +++ b/.licenseignore @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Yarmo Mackenbach +# Copyright (C) 2021 Yarmo Mackenbach # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free @@ -36,5 +36,7 @@ \.drone\.yml package.json package-lock.json +yarn\.lock +robots\.txt \.editorconfig Dockerfile diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b90d1..d092d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.4.0] - 2021-01-11 ### Added - Support for signature profiles - Robots.txt diff --git a/LICENSE.HEADER b/LICENSE.HEADER index 33b77f0..8e21a7a 100644 --- a/LICENSE.HEADER +++ b/LICENSE.HEADER @@ -1,4 +1,4 @@ -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/index.js b/index.js index e8f3e65..fab1499 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/package.json b/package.json index a34fcde..83cb086 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyoxide-web", - "version": "2.3.4", + "version": "2.4.0", "description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity", "main": "index.js", "dependencies": { diff --git a/routes/encrypt.js b/routes/encrypt.js index a6e9b8b..873f32f 100644 --- a/routes/encrypt.js +++ b/routes/encrypt.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/routes/main.js b/routes/main.js index 50220ed..642a064 100644 --- a/routes/main.js +++ b/routes/main.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/routes/profile.js b/routes/profile.js index 855f9c2..ff63ceb 100644 --- a/routes/profile.js +++ b/routes/profile.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/routes/proofs.js b/routes/proofs.js index de3ae01..2130617 100644 --- a/routes/proofs.js +++ b/routes/proofs.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/routes/server.js b/routes/server.js index b6563de..d5f7dc6 100644 --- a/routes/server.js +++ b/routes/server.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/routes/static.js b/routes/static.js index 0357bd2..a990d7b 100644 --- a/routes/static.js +++ b/routes/static.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/routes/util.js b/routes/util.js index 3c15270..3adf603 100644 --- a/routes/util.js +++ b/routes/util.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/routes/verify.js b/routes/verify.js index adc2ddf..25361e3 100644 --- a/routes/verify.js +++ b/routes/verify.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/server/proofVerification.js b/server/proofVerification.js index b99ad9f..91c2d72 100644 --- a/server/proofVerification.js +++ b/server/proofVerification.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/static/scripts.js b/static/scripts.js index a456ca6..5e847ca 100644 --- a/static/scripts.js +++ b/static/scripts.js @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/static/styles.css b/static/styles.css index 24ad0e6..92372a3 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 Yarmo Mackenbach +Copyright (C) 2021 Yarmo Mackenbach This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/views/index.pug b/views/index.pug index 907ba2b..8360818 100644 --- a/views/index.pug +++ b/views/index.pug @@ -29,9 +29,7 @@ block content a(href='https://codeberg.org/keyoxide/web') Codeberg | . It uses a(href='https://github.com/openpgpjs/openpgpjs') openpgp.js - | (version - a(href='https://github.com/openpgpjs/openpgpjs/releases/tag/v4.10.7') 4.10.7 - | ) for all cryptographic operations. + | for all cryptographic operations. h2 Features diff --git a/views/template.base.pug b/views/template.base.pug index 80fcebe..35bddce 100644 --- a/views/template.base.pug +++ b/views/template.base.pug @@ -34,7 +34,7 @@ main.container a(href='https://drone.keyoxide.org/keyoxide/web/') CI/CD | - a(href='https://fosstodon.org/@keyoxide') Mastodon - p © 2020 Keyoxide contributors + p © 2021 Keyoxide contributors script(type='application/javascript' src='/static/openpgp.min.js' charset='utf-8') script(type='application/javascript' src='/static/qrcode.min.js' charset='utf-8')