From 54cfe65cd58224a4af5d6acbb2f2a353716dac8c Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 7 Jun 2024 18:54:15 +0200 Subject: [PATCH 1/5] feat(icons): add LGBTIQ+ rainbow icon Introduced a new LGBTIQ+ rainbow icon SVG to enhance visual representation and inclusivity on the platform. This update includes the integration of the icon within the base template, specifically at the footer section to signal support for the LGBTIQ+ community. This change aligns with our commitment to diversity and inclusiveness. --- assets/dist/icons/rainbow.svg | 13 +++++++++++++ templates/base.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 assets/dist/icons/rainbow.svg diff --git a/assets/dist/icons/rainbow.svg b/assets/dist/icons/rainbow.svg new file mode 100644 index 0000000..196258f --- /dev/null +++ b/assets/dist/icons/rainbow.svg @@ -0,0 +1,13 @@ + + LGBTIQ+ + + + + + + + + + LGBTIQ+ + + \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 2a5fa97..068975f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -89,8 +89,8 @@ class="text-muted d-flex justify-content-between align-items-center pt-3" >

Made with ❤️ and ☕ by Private.coffee

+

{{ "rainbow" | icon | safe }}

- From 7f8592ea29295ce6b14b9da5ab77f41d2c2a6e9e Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 2 Jun 2024 20:45:53 +0200 Subject: [PATCH 2/5] fix: update membership button text for inclusivity Changed the text on the membership button from "JOIN & REBEL" to "JOIN & SUPPORT" in the base template. This adjustment better reflects the community spirit and aims to be more inclusive, encouraging broader participation. The update is part of ongoing efforts to make our digital spaces more welcoming and representative of our values. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 068975f..902ba11 100644 --- a/templates/base.html +++ b/templates/base.html @@ -48,7 +48,7 @@ JOIN & REBEL + JOIN & SUPPORT {% if warning %}{{ warning|safe }}{% endif %} From c8ba331e4cd2a666c2e9c6be3606f185f27ce478 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 15 Jun 2024 15:29:53 +0200 Subject: [PATCH 3/5] feat(icons, services): add upload icon and new service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a new upload icon to the assets directory to enhance usability and UI consistency. Incorporated Transfer.coffee service for secure file transfers and moved GotHub entry for better data organization. This improves service discoverability and aligns with the project’s goal of providing diverse, privacy-respecting tools. --- assets/dist/icons/upload.svg | 1 + data/services.json | 48 ++++++++++++++++++++++++------------ 2 files changed, 33 insertions(+), 16 deletions(-) create mode 100644 assets/dist/icons/upload.svg diff --git a/assets/dist/icons/upload.svg b/assets/dist/icons/upload.svg new file mode 100644 index 0000000..7db0dff --- /dev/null +++ b/assets/dist/icons/upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index e1be581..d3f58eb 100644 --- a/data/services.json +++ b/data/services.json @@ -148,22 +148,6 @@ "exclude_from_index": false, "exclude_from_simple": false }, - { - "name": "GotHub", - "url": "https://gothub.private.coffee", - "short_description": "Alternative GitHub interface that respects privacy.", - "long_description": "Gothub is an alternative GitHub interface that respects your privacy. It is currently in alpha, but you can browse and download repositories, and you can also clone them using git+https (although the text on the main page would disagree).", - "status": "OK", - "links": [ - { - "name": "Go to GotHub", - "url": "https://gothub.private.coffee" - } - ], - "icon": "git-branch", - "exclude_from_index": false, - "exclude_from_simple": false - }, { "name": "redlib", "url": "https://redlib.private.coffee", @@ -196,6 +180,22 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Transfer.coffee", + "url": "https://transfer.coffee", + "short_description": "Transfer files securely using peer-to-peer connections.", + "long_description": "Transfer.coffee allows you to transfer files securely using peer-to-peer connections. Your files are never stored on our servers.", + "status": "OK", + "links": [ + { + "name": "Go to Transfer.coffee", + "url": "https://transfer.coffee" + } + ], + "icon": "upload", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Structables", "url": "https://structables.private.coffee", @@ -340,6 +340,22 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "GotHub", + "url": "https://gothub.private.coffee", + "short_description": "Alternative GitHub interface that respects privacy.", + "long_description": "Gothub is an alternative GitHub interface that respects your privacy. It is currently in alpha, but you can browse and download repositories, and you can also clone them using git+https (although the text on the main page would disagree).", + "status": "OK", + "links": [ + { + "name": "Go to GotHub", + "url": "https://gothub.private.coffee" + } + ], + "icon": "git-branch", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Binternet", "url": "https://binternet.private.coffee", From 7304b4dc6e0b5b47d77a814df34c036988346d88 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 15 Jun 2024 15:32:46 +0200 Subject: [PATCH 4/5] fix(data): move Transfer.coffee entry Moved the entry for Transfer.coffee in services.json. This prevents any potential confusion or discrepancies. No other entries were affected. --- data/services.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/data/services.json b/data/services.json index d3f58eb..39e75d1 100644 --- a/data/services.json +++ b/data/services.json @@ -48,6 +48,22 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Transfer.coffee", + "url": "https://transfer.coffee", + "short_description": "Transfer files securely using peer-to-peer connections.", + "long_description": "Transfer.coffee allows you to transfer files securely using peer-to-peer connections. Your files are never stored on our servers.", + "status": "OK", + "links": [ + { + "name": "Go to Transfer.coffee", + "url": "https://transfer.coffee" + } + ], + "icon": "upload", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "MyIP.Coffee", "url": "https://myip.coffee", @@ -180,22 +196,6 @@ "exclude_from_index": false, "exclude_from_simple": false }, - { - "name": "Transfer.coffee", - "url": "https://transfer.coffee", - "short_description": "Transfer files securely using peer-to-peer connections.", - "long_description": "Transfer.coffee allows you to transfer files securely using peer-to-peer connections. Your files are never stored on our servers.", - "status": "OK", - "links": [ - { - "name": "Go to Transfer.coffee", - "url": "https://transfer.coffee" - } - ], - "icon": "upload", - "exclude_from_index": false, - "exclude_from_simple": false - }, { "name": "Structables", "url": "https://structables.private.coffee", From 2aed2b7cb41cfbcd5062f7553017271240f9b508 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 16 Jun 2024 08:22:12 +0200 Subject: [PATCH 5/5] fix: update room link to 'coffeespace' Replaced the outdated room link to '#private-coffee:private.coffee' with the correct '#coffeespace:private.coffee' to ensure users are directed to the updated Private.coffee space. --- templates/simple.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/simple.html b/templates/simple.html index 2bc0eb4..37ea929 100644 --- a/templates/simple.html +++ b/templates/simple.html @@ -10,7 +10,7 @@

Welcome to Private.coffee

Thanks for using our Element instance! Now, why don't you join our rooms?