Commit Graph

677 Commits

Author SHA1 Message Date
Andre Staltz ad474c5bd4
fix server-initiated success redirect JS 2021-04-09 18:09:12 +03:00
Alexander Cobleigh f69451dee7
Merge pull request #126 from ssb-ngi-pointer/privacy-modes-ui
Start styling privacy modes ui
2021-04-09 15:02:38 +02:00
Alexander Cobleigh ff028699d2
Apply suggestions from code review
Co-authored-by: André Staltz <andre@staltz.com>
2021-04-09 14:35:06 +02:00
cblgh ac1ede43be clean up privacy mode logic 2021-04-09 13:50:15 +02:00
cblgh 092ce82ab1 wip logic for setting privacy modes 2021-04-09 13:25:40 +02:00
Andre Staltz aee9b7ad69
support /login?ssb-http-auth=1 2021-04-09 13:44:12 +03:00
cblgh 99f168e81e add english translations 2021-04-08 15:42:22 +02:00
cblgh b79d46d36e remake grid using tailwind 2021-04-08 15:42:22 +02:00
cblgh 3c75fcc6b0 start styling privacy modes ui 2021-04-08 15:42:22 +02:00
André Staltz 5dec9bd44b
Merge pull request #128 from ssb-ngi-pointer/style-invites3
restyle the invites page
2021-04-08 15:04:41 +03:00
André Staltz 33327d7bc6
Merge pull request #129 from ssb-ngi-pointer/edit-landing-notice
show home on the footer, and edit notice when logged in
2021-04-08 14:44:12 +03:00
André Staltz 69ee2529e2
add code comment on Members.getAliases
Co-authored-by: Henry <111202+cryptix@users.noreply.github.com>
2021-04-08 14:42:44 +03:00
Andre Staltz 6a48bb8149
update bottom margin in notice/show.tmpl 2021-04-08 13:36:20 +03:00
Andre Staltz 822e43e56f
update tests for invites-list admin page 2021-04-08 13:34:43 +03:00
Andre Staltz 23f3a844b4
show home on the footer, and edit notice when logged in 2021-04-08 13:28:08 +03:00
Andre Staltz 67877407b8
restyle the invites page 2021-04-08 13:10:45 +03:00
André Staltz aeb0f9f824
Merge pull request #123 from ssb-ngi-pointer/style-members3
combine aliases page with members page
2021-04-08 11:58:03 +03:00
Alexander Cobleigh 7d80cc45fc
Merge pull request #127 from ssb-ngi-pointer/cblgh-patch-1
Misc readme updates
2021-04-08 10:34:54 +02:00
Alexander Cobleigh b37afdd24a
Misc readme updates
* ✔️ SSO SSB
* typo
* link + clarification re: tailwind
2021-04-08 10:34:06 +02:00
Andre Staltz 326b9453f6
replace a hard-coded internal URL with urlTo 2021-04-07 19:28:05 +03:00
André Staltz 9c4bd63a50
Update roomdb/sqlite/members.go
Co-authored-by: Henry <111202+cryptix@users.noreply.github.com>
2021-04-07 17:06:54 +03:00
Alexander Cobleigh c611a9ccee
Merge pull request #122 from ssb-ngi-pointer/expand-denylist
Expand denylist
2021-04-07 15:32:36 +02:00
Andre Staltz 60c0b36f04
add tests for member-details 2021-04-07 14:58:31 +03:00
Andre Staltz 4f70c62ab2
combine aliases page with members page 2021-04-07 14:38:03 +03:00
cblgh d11839c3ce fix call count 2021-04-07 13:03:14 +02:00
cblgh 7ea79b3e33 test invite consumption being denied 2021-04-07 13:01:28 +02:00
cblgh 5e4b48c1b8 update test util to match new mksrv signature 2021-04-07 12:58:03 +02:00
cblgh 35d1d27c5f deny invite consumption for banned keys 2021-04-07 12:58:03 +02:00
cblgh 83500421f8 deny connections for banned keys 2021-04-07 12:58:03 +02:00
Henry 764b15f4eb
Merge pull request #121 from ssb-ngi-pointer/fix-dashboard-styling
fix dashboard styling and invite count
2021-04-07 09:58:07 +02:00
Henry 01cd99b3e6 fix dashboard styling and invite count 2021-04-07 09:54:33 +02:00
Henry 9286e9f783
Merge pull request #120 from ssb-ngi-pointer/pm-orm-stuff
use custom type marshalling via database/sql interface
2021-04-07 09:15:38 +02:00
cblgh 418f1d6606 use custom type marshalling via database/sql interface
* remove cruft from sqlite package
* update sqlboiler.toml
* fix default value in migration
* add default tests
2021-04-07 08:53:50 +02:00
Henry 77b1f5268a
Merge pull request #100 from ssb-ngi-pointer/privacy-modes
Implement Room Privacy Modes
2021-04-06 17:34:13 +02:00
Henry e9534a0dec set default privacy mode for all tests 2021-04-06 17:24:46 +02:00
cblgh 1b366dcf9f wip fix tests after new roomdb.RoomConfig interface added 2021-04-06 17:21:41 +02:00
cblgh a7d1e17d3f add stringer-generated file for privacy modes 2021-04-06 16:52:54 +02:00
cblgh 4af943e695 add basic tests for privacy modes 2021-04-06 16:52:54 +02:00
cblgh 09eff17712 implement review suggestions 2021-04-06 16:52:54 +02:00
cblgh 75c60dbb16 implement SetPrivacyMode, rework -mode flag to use 2021-04-06 16:52:54 +02:00
cblgh b0761783f9 persist privacy mode in sqlite :> 2021-04-06 16:52:54 +02:00
cblgh 7e3fcdb479 update package doc & old names 2021-04-06 16:52:54 +02:00
cblgh 5666ee4a80 make sure generate-models.sh runs from correct dir 2021-04-06 16:52:54 +02:00
cblgh faae7c0324 get started with privacy modes, parse -mode flag 2021-04-06 16:52:51 +02:00
Henry dafc341091
Merge pull request #114 from ssb-ngi-pointer/style-invites
style the invite pages
2021-04-06 12:29:08 +02:00
André Staltz 106e961ce9
Fix web/handlers/invites.go
Co-authored-by: Henry <111202+cryptix@users.noreply.github.com>
2021-04-06 13:17:50 +03:00
André Staltz 4a066fd7e5
buildJoinRoomURI function returns template.URL
Co-authored-by: Henry <111202+cryptix@users.noreply.github.com>
2021-04-06 13:12:11 +03:00
Andre Staltz 2c55b092a2
update chart 2021-04-06 13:10:57 +03:00
Andre Staltz 2aa82bcfbf
update tests for invite web handlers 2021-04-06 12:32:29 +03:00
Andre Staltz ed4c50dcaf
add a loading indicator on invite facade 2021-04-06 11:43:42 +03:00