Commit Graph

613 Commits

Author SHA1 Message Date
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
Henry e7c20bcd5d add room.attendants implementation
updates #89
2021-05-17 16:06:09 +02:00
Henry 89d3881258 add slicker attendants broadcaster 2021-05-17 15:40:47 +02:00
Henry ec4edcccbc rename broadcast types 2021-05-17 15:40:33 +02:00
Henry 3fae8a200a change handler registration 2021-05-17 15:31:29 +02:00
Henry 27fc5713cc change isRoom to have metadata
fixes #58
2021-05-17 12:24:29 +02:00
Henry 81c05a663d Support open invites (fixes #102) 2021-05-17 10:16:26 +02:00
Henry 385b98a3a1 add privacy mode and role tests (fixes #185)
* denied/remove
* denied/add
* invites/revoke
* members/remove
* notices/edit
* notices/add

also:
* add members.CheckAction helper
* fix muxrpc abort bug and update to v2.0.5
* strictly use SeeOther not 307 (fixes #149)
2021-05-14 14:27:01 +02:00
Henry 98c5a59348
Merge pull request #211 from ssb-ngi-pointer/passwords-overhaul
Overhaul passwords
2021-05-14 08:07:31 +02:00
Henry aa50cb4aeb tweak css a bit 2021-05-14 08:06:45 +02:00
Henry 7c356fa407 change []byte password to string 2021-05-13 07:39:19 +02:00
Henry be35f154b7 add tests for new password features
* reset link creation
* own password change
* setPasswordWithToken
* also: move member handler funcs to own file
2021-05-13 07:39:19 +02:00
Henry 336596552e fix HTML in i18n strings
previously it just worked on errors
2021-05-13 07:39:19 +02:00
Henry 4558b208ee implement password update flow with reset tokens (fixes #98)
also update AuthFallback database

* re-write fallback auth to use alias or ssbid
* replace Create() with SetPassword() which does an upsert
* Add reset tokens to sqlite
* add test for SetPassword with reset token
2021-05-13 07:39:14 +02:00
Alexander Cobleigh d1a25ebe2a
Merge pull request #65 from ssb-ngi-pointer/testing-docs
add wip personal notes on testing
2021-05-12 14:03:21 +02:00