Commit Graph

  • fc5d3e440e add json response for invite facade (fixes #188) User Cryptix 2021-04-22 17:21:23 +0000
  • c991e0831f add a test Henry 2021-04-22 17:05:36 +0200
  • 9b4804b98e dont allow upercase chars in aliases (fix #192) Henry 2021-04-22 16:32:33 +0200
  • 2f0afe8f33 improve sign-in with ssb JS for Firefox Andre Staltz 2021-04-22 17:14:17 +0300
  • 3beb656b9c change join-room to claim-http-invite Andre Staltz 2021-04-22 11:37:57 +0300
  • 5e9dc63153
    Merge pull request #179 from ssb-ngi-pointer/disable-ui-if-unelevated Alexander Cobleigh 2021-04-23 08:50:58 +0200
  • cec5f93fb6 tests for restricted UI behavior cblgh 2021-04-22 10:36:59 +0200
  • 2c9fdcb98e update HTML UI to reflect role access restrictions cblgh 2021-04-21 13:52:44 +0200
  • 5dba245c16
    Merge pull request #184 from ssb-ngi-pointer/fix-183 Henry 2021-04-22 08:55:37 +0200
  • 34eef5fb9b
    rename address field in alias JSON resolver Andre Staltz 2021-04-21 19:46:45 +0300
  • e355036efa
    Merge pull request #182 from ssb-ngi-pointer/fix-alias-json-endpoint Henry 2021-04-21 18:22:00 +0200
  • 02303fcd7d Fix nginx.cfg for alias resolve when using JSON Henry 2021-04-21 17:27:35 +0200
  • 36cd8fc190
    Merge pull request #175 from ssb-ngi-pointer/remove-stale-peers Henry 2021-04-21 12:19:48 +0200
  • 984f3dfc87 remove peers from the room when the muxrpc sessions ends Henry 2021-04-21 11:02:25 +0200
  • 4c875eecd7
    Merge pull request #174 from ssb-ngi-pointer/fix-leaky-connect-error Henry 2021-04-21 11:54:22 +0200
  • f68bd7d46f don't leak internal details to callers Henry 2021-04-21 08:40:31 +0200
  • c28a3a59ef
    Merge pull request #171 from ssb-ngi-pointer/add-endpoint-tests Henry 2021-04-21 11:49:43 +0200
  • 13d9ba41c4 update some comments Henry 2021-04-21 09:44:44 +0200
  • 6aaee070c6 fix test assumption Henry 2021-04-21 08:28:36 +0200
  • 38148aadcb update muxrpc branch Henry 2021-04-20 17:03:22 +0200
  • a965333f90 add assertions to the new test Henry 2021-04-20 17:02:28 +0200
  • 9cd7aa0b5a introduce tunnel.endpoint tests Henry 2021-04-20 12:14:35 +0200
  • 51ad16ccd5 refactor testSession setup Henry 2021-04-20 12:14:24 +0200
  • a872ddf2c0
    Merge pull request #141 from ssb-ngi-pointer/fix-websocket Henry 2021-04-20 18:14:44 +0200
  • 1a6d027292 Apply suggestions from code review Henry 2021-04-20 17:13:50 +0200
  • bcc2570a50 add nginx config (closes #117) Henry 2021-04-19 17:10:46 +0200
  • 940cd2b3d1 Fix ssb-ws connections Henry 2021-04-05 11:33:28 +0200
  • 3afe9b3659 fix origin information of tunnel.connect Henry 2021-04-13 16:59:43 +0200
  • 545187dfe5 dont remove peers on a whim Henry 2021-04-08 16:52:52 +0200
  • b939ca0873 tweak gossip.ping code Henry 2021-04-13 09:50:55 +0200
  • 1b6077e49d sort memberList Henry 2021-04-08 14:38:35 +0200
  • 2007c73295
    Merge pull request #143 from ssb-ngi-pointer/language-picking Alexander Cobleigh 2021-04-20 11:51:51 +0200
  • 16985bba8d rewrite list_languages function to use html/template cblgh 2021-04-20 11:17:56 +0200
  • c6077337d1 use more robust identifier for test cblgh 2021-04-20 10:19:19 +0200
  • a5f7701437 Apply suggestions from code review Alexander Cobleigh 2021-04-20 09:56:30 +0200
  • 0574c9a235 test language picking cblgh 2021-04-19 17:56:59 +0200
  • 8d1f790f57 add flag for toggling usage of alias subdomains cblgh 2021-04-19 16:32:01 +0200
  • 1c5c0b9867 make tests more robust when validating specific csrf token cblgh 2021-04-19 16:03:12 +0200
  • 7759e8f898 add de translation, use []TagTranslation, and sort cblgh 2021-04-19 15:02:37 +0200
  • b9fe27b0ca fix inconsistent cookies, set csrf cookie path cblgh 2021-04-19 13:46:39 +0200
  • c97b7d44c3 add default language admin ui functionality cblgh 2021-04-16 14:33:31 +0200
  • e941e10f24 bump ssb-room-client & package-lock cblgh 2021-04-16 13:23:17 +0200
  • 534bdfcb6d improve api comment for ListLanguages cblgh 2021-04-15 20:31:16 +0200
  • 682283374d mock injected functions for tests cblgh 2021-04-15 20:26:09 +0200
  • ee185e5f43 don't render language picker if we have less than 2 translations cblgh 2021-04-15 20:14:04 +0200
  • 93f84e04b0 redirect with 303 See Other cblgh 2021-04-15 11:00:34 +0200
  • f535aa8f9c set & use language cookie cblgh 2021-04-15 10:23:04 +0200
  • 9863c6b166 add template func for listing languages cblgh 2021-04-14 16:46:43 +0200
  • 8c32b88cce add helper i18n.ListLanguages() cblgh 2021-04-14 11:06:31 +0200
  • cb3feb2a2e add language picker element mock cblgh 2021-04-13 16:32:51 +0200
  • b6df772571
    Merge pull request #162 from ssb-ngi-pointer/fix-wildcard-domain Henry 2021-04-19 16:20:21 +0200
  • e1db5d5162 fix muxrpc tests Henry 2021-04-19 14:57:42 +0200
  • 52ec94e878 fix link generation for alias registration Henry 2021-04-19 14:52:12 +0200
  • a78c039cc7 reuse urlTo in urlToNotice Henry 2021-04-19 09:07:10 +0200
  • 3323a85226 refactor urlTo to use domain information for all links Henry 2021-04-19 08:28:45 +0200
  • e14525f112 allow wildcard of the configured domain, too Henry 2021-04-16 16:57:50 +0200
  • 4d329001fa
    Merge pull request #164 from ssb-ngi-pointer/style-alias André Staltz 2021-04-19 10:33:14 +0300
  • bb25283b4c
    style the alias page and add JS redirect Andre Staltz 2021-04-16 18:53:00 +0300
  • 0e5b2f3843
    Merge pull request #163 from ssb-ngi-pointer/ssb-uri-tmpl André Staltz 2021-04-19 10:03:37 +0300
  • 0f119565e9
    update tests Andre Staltz 2021-04-16 18:38:13 +0300
  • 7bbe33adab
    refactor templates that have ssb uri links Andre Staltz 2021-04-16 18:31:32 +0300
  • 951711d46f
    Merge pull request #159 from ssb-ngi-pointer/members-list-role André Staltz 2021-04-16 15:48:52 +0300
  • fb8c20fffe
    update TestMembers to check for roles Andre Staltz 2021-04-16 14:43:35 +0300
  • 8a7ffee4b5
    member-list.tmpl uses string comparison, not magic enum numbers Andre Staltz 2021-04-16 14:25:32 +0300
  • f6a24921eb
    show admin and moderator tags on members list Andre Staltz 2021-04-16 13:09:59 +0300
  • 26ce19f1eb
    Merge pull request #157 from ssb-ngi-pointer/role-template-helper Henry 2021-04-16 10:11:57 +0200
  • 04fb06dcaa add member_is_admin and member_has_role template helpers Henry 2021-04-12 10:22:58 +0200
  • b411692782
    Merge pull request #155 from ssb-ngi-pointer/dashboard-content-fixes André Staltz 2021-04-15 17:20:12 +0300
  • 6b082c45f7
    more content and member links on the dashboard Andre Staltz 2021-04-15 16:24:57 +0300
  • ab0d6ed16c
    Merge pull request #146 from ssb-ngi-pointer/fix-label-invite André Staltz 2021-04-15 12:27:45 +0300
  • ed5a7f603e
    fix invite QR code Andre Staltz 2021-04-14 16:10:25 +0300
  • 908f082124
    Merge pull request #145 from ssb-ngi-pointer/fix-flag-name Henry 2021-04-14 13:12:24 +0200
  • 6dfaf3a3ca fix flag name Henry 2021-04-14 11:39:44 +0200
  • 919fe51922
    Merge pull request #144 from ssb-ngi-pointer/withssb-remotelogin André Staltz 2021-04-14 13:55:32 +0300
  • 7d229adf39
    refactor an if condition in web/handlers/auth/withssb.go André Staltz 2021-04-14 12:59:09 +0300
  • 87f7a716e8
    change withssb login QR code to be a login URL Andre Staltz 2021-04-13 19:04:25 +0300
  • 1ca3002be7
    Merge pull request #139 from ssb-ngi-pointer/deny-list-conn-establishment Henry 2021-04-13 09:07:03 +0200
  • 50ddcd6423 use s.rootCtx cblgh 2021-04-12 16:41:24 +0200
  • dfddd63225 fix up old test exhibiting a false positive cblgh 2021-04-12 16:34:45 +0200
  • 462f9be27f test: verify denied keys can't get endpoint cblgh 2021-04-12 15:27:40 +0200
  • 8508987b9c refactor muxrpc tests cblgh 2021-04-12 15:00:34 +0200
  • 2ae16ddc90
    Merge pull request #115 from ssb-ngi-pointer/better-error-messages Henry 2021-04-13 09:03:29 +0200
  • 8ff4adf160 various fixes Henry 2021-04-12 11:23:11 +0200
  • 60010a7787 use flashes for notice edits Henry 2021-04-12 10:50:09 +0200
  • 2c96b93102 add role/owner check on alias revocation Henry 2021-04-12 10:34:20 +0200
  • bf46a564c1 make back button somewhat functional Henry 2021-04-05 09:21:48 +0200
  • dbf0fe5801 show login error above form Henry 2021-04-05 09:12:05 +0200
  • cec7bc0e44 add flash message helper Henry 2021-04-01 09:04:38 +0200
  • da62b1eecc add recovery helper to help with panics in handlers Henry 2021-04-01 08:11:11 +0200
  • 59a5fe44a4 sqlite: make sure to return ErrNotFound Henry 2021-04-01 08:05:07 +0200
  • 81bd94344e web/handlers: revamp error localization Henry 2021-03-30 12:48:42 +0200
  • f9652c6423
    Merge pull request #137 from ssb-ngi-pointer/move-privacy-modes Alexander Cobleigh 2021-04-12 13:46:58 +0200
  • 22a2348187 create /settings, move privacy modes ui into it cblgh 2021-04-12 11:22:47 +0200
  • 3eaee9c9e3 Update web/assets/login-events.js André Staltz 2021-04-11 18:56:09 +0300
  • 5bc7b5ef0a Update web/assets/login-events.js André Staltz 2021-04-11 18:56:05 +0300
  • 02a1f8ab5b fix server-initiated success redirect JS Andre Staltz 2021-04-09 18:09:12 +0300
  • 73a4100f9a
    Merge pull request #136 from ssb-ngi-pointer/fix-siwssb-redirect André Staltz 2021-04-11 21:37:24 +0300
  • 28bded7c52
    Merge pull request #133 from ssb-ngi-pointer/tweak-urls André Staltz 2021-04-11 21:31:30 +0300
  • 17bcd83cc1
    Update web/assets/login-events.js André Staltz 2021-04-11 18:56:09 +0300
  • fe30929a2e
    Update web/assets/login-events.js André Staltz 2021-04-11 18:56:05 +0300