Commit Graph

677 Commits

Author SHA1 Message Date
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
Henry 580830be76 went a bit too far with search+replace 2021-05-31 14:53:53 +02:00
Henry 4d3610e2fb prepare v2 release 2021-05-31 14:51:05 +02:00
André Staltz 77d204d888
Merge pull request #231 from ssb-ngi-pointer/docs-refactor
reorganize the docs into deployment & development
2021-05-31 15:42:48 +03:00
Henry 36f526434f fix maintainer email 2021-05-31 14:39:46 +02:00
Andre Staltz 1fded8dc9c
docs/README.md is an actual table of contents 2021-05-31 15:27:47 +03:00
Andre Staltz 719b19eab0
reorganize the docs into deployment & development 2021-05-31 15:24:10 +03:00
Henry 295c69ed3b
Merge pull request #230 from HendrikPetertje/patch-2
Add instructions on how to add a first user
2021-05-31 13:31:36 +02:00
Peter van der Meulen f9c607bbf7
Add instructions on how to add a first user 2021-05-31 12:40:05 +02:00
Henry 77d85824ff
Merge pull request #229 from ssb-ngi-pointer/cblgh-patch-insert-user-help
change order displayed in help; flags first
2021-05-31 12:22:19 +02:00
Alexander Cobleigh c32c4cc6e7
change order displayed in help; flags first 2021-05-31 12:19:45 +02:00
Henry 1c159cecba
Merge pull request #227 from ssb-ngi-pointer/newfavicon
theme the favicon with pink and peach colors
2021-05-31 11:40:15 +02:00
Henry 937b773d3b
Merge pull request #228 from HendrikPetertje/patch-1
Small typo fix in the README link of hosting
2021-05-31 11:35:51 +02:00
Peter van der Meulen 1fced7e282
Small typo fix in the README link of hosting
The nginx-example conf has a different name in the repo
2021-05-31 11:28:25 +02:00
Andre Staltz d93b447a1d
remove redundant 512x512 favicon png 2021-05-31 12:22:25 +03:00
Andre Staltz 4b616ffaad
theme the favicon with pink and peach colors 2021-05-31 12:20:09 +03:00
fossabot 73451f23ca Add license scan report and status
Signed off by: fossabot <badges@fossa.com>
2021-05-31 10:56:19 +02:00
Henry 0563e9bf3a
Merge pull request #226 from ssb-ngi-pointer/graceful-dashboard-timeout
fix potential deadlocks
2021-05-31 10:45:31 +02:00
Henry f01c420e1f move I/O out of lock contention code
updates #210

I'm not sure why a write/muxrpc send would block for a long time but to
make this less of a problem (and block other registrations) the sending
of updates is moved to after the maps have been updated and the locks
have been freed again.
2021-05-31 07:49:58 +02:00
Henry f83bf65bb9 don't block dasboard rendering for too long
updates #210
2021-05-31 07:38:52 +02:00
Henry 31baf1928c
Merge pull request #221 from ssb-ngi-pointer/packaging
use goreleaser for packaging .deb release
2021-05-25 12:53:20 +02:00
Henry 2dfae6ce5c update READMEs 2021-05-25 12:40:55 +02:00
Henry 3e53570638 dependency updates
* use LICENSEd version of nocomment
* use forked kitlog
* cleanup of various dependencies
2021-05-25 12:40:00 +02:00
Henry 43495b6ee5 add LICENSE file 2021-05-25 12:39:56 +02:00
Henry a537596a5a fix embedded build information 2021-05-24 16:31:20 +02:00
henry 1f680c5cf6 use goreleaser for packaging .deb release
updates #203
2021-05-24 16:31:20 +02:00
Henry 4d3b880acc set muxrpc header flag correctly 2021-05-24 16:22:47 +02:00
Henry 85ee99a1b2
remove room.announce and room.leave from muxrpc (#223)
* remove room.announce and room.leave from muxrpc

those were confusion and implied some use beyond just opening
tunnel.endpoints/room.attendants (which implicitly does what
tunnel.announce does).

updates #89
2021-05-21 15:52:04 +02:00
Henry b41f4e4e40
Merge pull request #52 from ssb-ngi-pointer/track-style-css
Track style css
2021-05-19 13:54:12 +02:00
Henry e931a1460c
Update README.md
Co-authored-by: André Staltz <andre@staltz.com>
2021-05-19 13:53:48 +02:00
Henry de21fdde40 update contribution guideline for style css 2021-05-19 12:17:37 +02:00
Henry 6ef69724e7 auto-commit updated style.css via github action 2021-05-19 11:59:14 +02:00
Henry e7b4d171d9 add deployment version of style.css 2021-05-18 18:34:02 +02:00
Henry d8da4ae94b
Merge pull request #220 from ssb-ngi-pointer/room-attendants
room.attendants
2021-05-18 15:56:59 +02:00
Henry 9ee8c47ee8 add package level documentation for internal/broadcasts 2021-05-18 15:20:36 +02:00
Henry 939e7c1aaa
Apply suggestions from code review
Co-authored-by: Alexander Cobleigh <cblgh@cblgh.org>
2021-05-18 15:20:18 +02:00
Henry 634f464d64 add missing copyright header 2021-05-17 16:13:00 +02:00