Commit Graph

613 Commits

Author SHA1 Message Date
decentral1se 49fa1fde14
chore: ignore new test files 2022-04-10 10:21:06 +02:00
decentral1se e3cfbaf175
docs: how to run all tests 2022-04-10 10:20:57 +02:00
decentral1se de4321dcb2 fix: user facing "username"/"public key" -> SSB-ID
See https://github.com/ssb-ngi-pointer/go-ssb-room/issues/275.
2022-04-06 14:33:47 +03:00
decentral1se c87a69f907 fix: error out if repoPath doesn't exist
See https://github.com/ssb-ngi-pointer/go-ssb-room/issues/275.
2022-04-06 14:33:47 +03:00
decentral1se 114f1682a3 docs: help with $connection_upgrade
Closes https://github.com/ssb-ngi-pointer/go-ssb-room/issues/260.
2022-04-06 12:01:44 +03:00
decentral1se f09ca6aff3 docs: squash typo on log message 2022-04-06 10:30:57 +03:00
decentral1se c7430e7976 docs: wording on repo flag 2022-04-06 10:30:57 +03:00
decentral1se 49aaff968f
fix: accept invites as an existing member is ok
PR #302

Closes https://github.com/ssb-ngi-pointer/go-ssb-room/issues/299.

Co-authored-by: decentral1se <cellarspoon@riseup.net>
2022-03-28 13:48:00 +03:00
Benjamin Steinwender 6f5edbaa43
Fix alias generation (#294)
* added test
* fix missing domain
2022-01-18 10:31:01 +02:00
Andre Staltz e3cea25e25
release v2.0.7 2021-11-23 09:38:33 -03:00
André Staltz dcb09e05ef
Merge pull request #257 from pathab/german-translation
German translation
2021-11-23 09:34:36 -03:00
Filip Borkiewicz 47ae7bb39c Update instructions for creating a development user
The invocation has changed and the documentation was not updated.
2021-11-23 09:23:40 -03:00
boreq 5687fd5fa1 Fix alias not being displayed on the invites page
Reading the template of the invites page it was the intention of the
author to display the aliases instead of user refs if they are
available. The code loading the invites wasn't properly loading the
aliases of the useres who created them though always leading to this
data not being populated. This fix populates the aliases when listing
invites.

Additionally turned the invite author field into a link. This requires
some extra styling.

Fixes #245.
2021-11-23 09:22:14 -03:00
Andre Staltz 747f5123f3 remove unnecessary code in withssb.go 2021-11-23 09:20:08 -03:00
Andre Staltz 3c6831d39a refactor common util StringifySSBURI 2021-11-23 09:20:08 -03:00
Andre Staltz 2d722f2098 unbreak TestInviteShowAcceptForm 2021-11-23 09:20:08 -03:00
Andre Staltz 8c9413d55d android intent uri does not require package field 2021-11-23 09:20:08 -03:00
Andre Staltz 642022cb0a fix support for SSB URIs on Android Chrome 2021-11-23 09:20:08 -03:00
bruno vianna f6fca892ce proposed fix for issue #272. args were not correctly formatted. changed the start script and development documentation 2021-11-11 15:35:02 +02:00
pathab ad3cf28cb2
Merge branch 'master' into german-translation 2021-10-31 10:38:34 +01:00
André Staltz 794a8f9755 Update deployment.md with certbot acme-challenge 2021-10-29 11:25:04 +03:00
cryptix 583bd81976 update production style.css 2021-10-08 12:43:49 +00:00
Henry 7b3a5852da
Merge pull request #265 from ssb-ngi-pointer/spdx-fixes
fix SPDX headers and add reuse API badge
2021-10-08 14:41:20 +02:00
Henry a249fd8bee fix SPDX headers and add reuse API badge 2021-10-08 14:39:31 +02:00
André Staltz ec89a8ab34
Merge pull request #256 from ssb-ngi-pointer/video-readme
Mention intro video on the README
2021-06-27 18:25:27 +03:00
pathab 694d9b2ac0 Compared all keys with active.en.toml and made som corrections 2021-06-26 23:39:03 +02:00
pathab 5dd18b4781 Update active.de.toml 2021-06-26 23:02:23 +02:00
pathab 914a4f98e8 Better German translation (not finished yet) 2021-06-26 10:38:22 +02:00
André Staltz d056953438
Mention intro video on the README 2021-06-25 23:18:31 +03:00
André Staltz bbfb64cd1c
Merge pull request #253 from gtim/fix-typos
Fix some typos
2021-06-15 17:54:28 +03:00
Tim Nordenfur 6313ee5546 fixed some typos 2021-06-15 16:24:06 +02:00
Henry 72becc0ca2
Merge pull request #240 from HendrikPetertje/feature-add-docker-and-docker-compose
Add docker and docker-compose with instructions for people that want to deploy that way.
2021-06-15 09:28:33 +02:00
Henry 499ee484e8
Merge pull request #252 from gtim/dashboard-active-invites
Exclude revoked invites in dashboard invite count (#177)
2021-06-14 16:37:54 +02:00
Tim Nordenfur b3b2f59f90 generated mockdb as Invites.Count signature changed 2021-06-13 00:02:54 +02:00
Tim Nordenfur 5d3ccc7184 combined Invites.Count and Invites.CountActive 2021-06-12 23:43:04 +02:00
Tim Nordenfur 922fa34302 Exclude revoked invites in dashboard invite count 2021-06-10 17:02:16 +02:00
André Staltz c673872548
Merge pull request #251 from gtim/fix-multi-alias-overflow
expand member entry when aliases overflow UI layout (#250)
2021-06-10 15:13:55 +03:00
Tim Nordenfur 7cdcc3db69 built style.css for production 2021-06-10 13:49:38 +02:00
Tim Nordenfur 18320f9ed7 expand member entry when aliases overflow (#250) 2021-06-10 00:44:48 +02:00
Henry 39116da6f7
Merge pull request #247 from romuloalves/tcp-ports-doc
Add instruction about allowing TCP ports
2021-06-09 11:35:32 +02:00
Peter van der Meulen 93208fa1e3 Add docker and docker-compose with instructions for people that want to deploy that way. 2021-06-06 23:19:53 +02:00
romuloalves dc801b291f add instruction about allowing tcp ports 2021-06-04 17:54:57 -03:00
Tim Nordenfur 7c068f2df1 inserted missing paren 2021-06-04 06:39:19 +02:00
Henry a51e5327c8 begin next release cycle 2021-06-03 09:24:04 +02:00
Henry 8a19bc6806 release v2.0.6 2021-06-03 09:24:04 +02:00
Henry d147d0642a
fix rendering non-members on the dashboard (#238)
* fix rendering non-members on the dashboard

fixes #236

* remove alias or feedref code from template

doing this in the template was hard to read and inefficient.

also: rename OnlineMembers to OnlineUsers since it is a misnomer.
There are other connected peers in a room in certain privacy modes.
2021-06-01 14:23:42 +02:00
Henry 45967a79cb begin next release cycle 2021-06-01 09:14:02 +02:00
Henry Bubert f0c696884f v2.0.5 2021-06-01 08:03:29 +02:00
Henry Bubert 73415e54c6 small fixes
add missing preremove file
v2 fix goreleaser file
use relative import goreleaser
fix secretstream dependency
2021-06-01 08:03:12 +02:00
Henry 457ea0be38 fix sqlboiler.toml 2021-05-31 14:59:34 +02:00