Commit Graph

17 Commits

Author SHA1 Message Date
Rogerio Chaves 5c9521090a
Finally got a setup working with native bindings for chrolide, sodium and whatever else for require('ssb-keys') to work 2020-05-05 10:27:54 +02:00
Rogerio Chaves f447ee29d4
Add link to community on hashtags 2020-05-03 00:24:20 +02:00
Rogerio Chaves ea2ed6f814
Block access to /pubs and /debug for non-admins, remove profile.debug, leave only .admin 2020-05-02 22:35:53 +02:00
Rogerio Chaves 54c1e8d77b
Add pub.feedless.social as a first pub when in standalone mode 2020-05-02 22:26:46 +02:00
Rogerio Chaves f63e2e42ab
Fix pubs page and add separate endpoint to generate invites 2020-05-02 22:26:45 +02:00
Rogerio Chaves 2f5dd2b222
Protonmail goes to spam unfortunately, switching to gmail 2020-05-02 10:21:44 +02:00
Rogerio Chaves 553dae9660
Change email sender to feedless address 2020-05-02 10:03:31 +02:00
Rogerio Chaves a3c98d722d
Fix signup and keys page for standalone mode 2020-05-01 22:48:55 +02:00
Rogerio Chaves aa81b9de8e
Make it compatible with patchwork to be able to reuse .ssb folder 2020-05-01 22:16:25 +02:00
Rogerio Chaves 8938d8b2b5
Use ssb as default folder 2020-05-01 21:45:19 +02:00
Rogerio Chaves 65578bf147
Change the way standalone mode identity works, it does not use cookie anymore, only the local /secret file as other standard ssb clients, still if you have no .ssb folder locally it asks you to create or login, so new users have a more standard UX, with logout being possible as well 2020-05-01 20:52:48 +02:00
Rogerio Chaves 924e9a7ae0
Fix isSyncing 2020-05-01 09:21:22 +02:00
Rogerio Chaves 4e430255b6
Completely remove saving ssb keys to the filesystem, now the key is used on every request from the cookies and stays just in memory 2020-04-30 18:54:41 +02:00
Rogerio Chaves 37ff8c895e
Fix login with text key 2020-04-29 21:36:56 +02:00
Rogerio Chaves 140b68b2c8
Fix login from ios and probably other email clients, also add key in the email itself. According to https://security.stackexchange.com/questions/177643/is-emailing-sign-in-links-bad-practice having any keys in the email is not secure anyway, so we are unsafe already anyway, at least now users have a chance to copy the key and delete the email 2020-04-29 09:19:25 +02:00
Rogerio Chaves 909b76f167
Rename social to feedless 2020-04-29 07:31:54 +02:00
Rogerio Chaves 532f15c0a3
Rename app to web since other is ios and they are all apps 2020-04-29 07:16:01 +02:00