Commit Graph

  • 5c9521090a
    Finally got a setup working with native bindings for chrolide, sodium and whatever else for require('ssb-keys') to work master Rogerio Chaves 2020-05-05 10:27:54 +0200
  • 7ac7db8621
    Add nodejs-mobile and a sample posts loading Rogerio Chaves 2020-05-03 22:22:36 +0200
  • f447ee29d4
    Add link to community on hashtags Rogerio Chaves 2020-05-03 00:24:20 +0200
  • 60f5a40596
    Split posts by word and add a marker of 1/ at the end Rogerio Chaves 2020-05-03 00:17:27 +0200
  • e0f602ade7
    Display 140 limit on home and profile posts Rogerio Chaves 2020-05-02 23:38:03 +0200
  • ea2ed6f814
    Block access to /pubs and /debug for non-admins, remove profile.debug, leave only .admin Rogerio Chaves 2020-05-02 22:35:53 +0200
  • 0b268a0c49
    Put link to repo on index page Rogerio Chaves 2020-05-02 22:31:19 +0200
  • 54c1e8d77b
    Add pub.feedless.social as a first pub when in standalone mode Rogerio Chaves 2020-05-02 22:26:14 +0200
  • f63e2e42ab
    Fix pubs page and add separate endpoint to generate invites Rogerio Chaves 2020-05-02 22:06:51 +0200
  • aa341188fe
    Merge pull request #5 from timjrobinson/add-readme Rogério Chaves 2020-05-02 11:24:28 +0200
  • 87a826a002
    Add AGPL-3.0 license, same as patchwork Rogerio Chaves 2020-05-02 11:19:31 +0200
  • f067622ab5
    Add icons to app Rogerio Chaves 2020-05-02 11:09:43 +0200
  • 06ae4b5a1a
    Use 🙂 as a favicon Rogerio Chaves 2020-05-02 10:45:49 +0200
  • 2f5dd2b222
    Protonmail goes to spam unfortunately, switching to gmail Rogerio Chaves 2020-05-02 10:21:44 +0200
  • 553dae9660
    Change email sender to feedless address Rogerio Chaves 2020-05-02 10:03:31 +0200
  • 17b203678c
    Small styling and copy change for desktop menu Rogerio Chaves 2020-05-02 10:03:10 +0200
  • e1076bd972 Add README Tim Robinson 2020-05-02 13:21:19 +1000
  • a3c98d722d
    Fix signup and keys page for standalone mode Rogerio Chaves 2020-05-01 22:48:55 +0200
  • 26f758d60d
    Change volume mapping to new default folder Rogerio Chaves 2020-05-01 22:27:10 +0200
  • aa81b9de8e
    Make it compatible with patchwork to be able to reuse .ssb folder Rogerio Chaves 2020-05-01 22:16:25 +0200
  • 8938d8b2b5
    Use ssb as default folder Rogerio Chaves 2020-05-01 21:45:19 +0200
  • 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 Rogerio Chaves 2020-05-01 20:52:36 +0200
  • 924e9a7ae0
    Fix isSyncing Rogerio Chaves 2020-05-01 09:21:22 +0200
  • e377488862
    Fix dependencies Rogerio Chaves 2020-04-30 19:05:03 +0200
  • 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 Rogerio Chaves 2020-04-30 18:54:41 +0200
  • 37ff8c895e
    Fix login with text key Rogerio Chaves 2020-04-29 21:36:56 +0200
  • 03ea0cdd64
    Fix tab name on community Rogerio Chaves 2020-04-29 10:25:01 +0200
  • cf81faa956
    Improvements on login email Rogerio Chaves 2020-04-29 10:24:53 +0200
  • 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 Rogerio Chaves 2020-04-29 09:15:46 +0200
  • 909b76f167
    Rename social to feedless Rogerio Chaves 2020-04-29 07:26:10 +0200
  • 532f15c0a3
    Rename app to web since other is ios and they are all apps Rogerio Chaves 2020-04-29 07:16:01 +0200
  • 66e2543c38
    Init iOS project Rogerio Chaves 2020-04-29 07:14:38 +0200
  • 45372e3d42
    Add create new community functionality Rogerio Chaves 2020-04-26 22:02:00 +0200
  • 189a5f873d
    Cache dependencies for today on docker Rogerio Chaves 2020-04-26 21:23:58 +0200
  • ec087cc8bb
    Resize image to save some bandwidth and layout flicking Rogerio Chaves 2020-04-26 21:18:15 +0200
  • 143f7d3543
    Simple tracking for frontend js errors Rogerio Chaves 2020-04-26 21:05:10 +0200
  • 2e96851bb9
    Small fix to not detect 'ok...' as link Rogerio Chaves 2020-04-26 20:34:40 +0200
  • 333bc8226e
    Split posts with more then 140 characteres in multiple posts instead of hiding content so we take advantage of already existing user posts Rogerio Chaves 2020-04-26 20:22:20 +0200
  • b4d92d66e4
    Improve htmlify and markdown rules Rogerio Chaves 2020-04-26 19:55:55 +0200
  • 5ea14d906e
    Refactor to move desktop views to desktop/ folder to put it as same level with mobile, because desktop shouldn't sound like a first-class citzen, it should be equal, also, having a shared/ folder will make it more obvious which parts are reused for both Rogerio Chaves 2020-04-26 19:37:41 +0200
  • 9f0f98e21e
    Show communities on others profiles, both on mobile and desktop Rogerio Chaves 2020-04-26 19:16:19 +0200
  • e6ce416dce
    Do not recreate interval on hot-reloads Rogerio Chaves 2020-04-26 19:08:41 +0200
  • ddd5bff147
    Show communities on your home on desktop Rogerio Chaves 2020-04-26 19:07:37 +0200
  • d5c3121cb7
    Show communities you joined on communities page Rogerio Chaves 2020-04-26 19:00:24 +0200
  • 5282ba0648
    Add button to join/leave communities Rogerio Chaves 2020-04-26 18:45:45 +0200
  • bf7f2e7aeb
    Add min height to pictures to avoid layout from jumping around Rogerio Chaves 2020-04-26 11:37:23 +0200
  • d291483908
    Fix publishing on other's profile and secrets modal closing on desktop Rogerio Chaves 2020-04-26 11:13:04 +0200
  • de012758f9
    Refactor hidden to display: none, because hidden has many edge cases and display: none is way more common for devs Rogerio Chaves 2020-04-26 11:07:01 +0200
  • 83a06924b3
    Add top menu to mobile Rogerio Chaves 2020-04-26 10:46:07 +0200
  • f82c24eff4
    Few adaptations to make index and signup/login pages more mobile-friendly Rogerio Chaves 2020-04-26 09:49:44 +0200
  • dd2aaf5c89
    Package for linux as well Rogerio Chaves 2020-04-26 09:18:51 +0200
  • 86dc9d0128
    Changes for client version to work properly Rogerio Chaves 2020-04-25 15:06:07 +0200
  • 1d6ffff158
    Small english fix Rogerio Chaves 2020-04-25 13:58:18 +0200
  • c3d35c8f70
    Best-effort escaping markdown and adding links to urls and images Rogerio Chaves 2020-04-25 13:56:42 +0200
  • 35481a61e3
    Add members to community page on mobile Rogerio Chaves 2020-04-25 13:01:14 +0200
  • 0076b4f456
    Open back arrow key in mac is actually a up and down arrow on iphone, so replacing for emoji back arrow Rogerio Chaves 2020-04-25 12:42:29 +0200
  • bd3815faa7
    Add search mobile Rogerio Chaves 2020-04-25 12:28:47 +0200
  • 2ebb5f65ae
    Split mobile, desktop and shared CSS to avoid fighting overrides of desktop all the time Rogerio Chaves 2020-04-25 12:18:00 +0200
  • d46c2ad6df
    Add community topics and new topic Rogerio Chaves 2020-04-25 12:01:22 +0200
  • b3ea5383bf
    Fix no description error Rogerio Chaves 2020-04-25 09:16:22 +0200
  • c63823964d
    Refactor ssbServer, which is actually a client, to be a singleton Rogerio Chaves 2020-04-25 09:14:27 +0200
  • 98d6e27d2c
    Refactor mobile/desktop redirects as a router configuration Rogerio Chaves 2020-04-25 08:57:31 +0200
  • 207287fbc8
    Refactor to extract mobile routes to a separate file Rogerio Chaves 2020-04-25 08:43:48 +0200
  • ba3c85d917
    Add community details page Rogerio Chaves 2020-04-25 08:34:36 +0200
  • 51ce88bf87
    Add friends list to profile Rogerio Chaves 2020-04-24 09:26:24 +0200
  • ae27ee5445
    Add mobile friends Rogerio Chaves 2020-04-23 22:46:25 +0200
  • 107ea2e4f6
    Add mobile friends Rogerio Chaves 2020-04-23 09:52:53 +0200
  • 09a7854af9
    Add compose multiple to mobile Rogerio Chaves 2020-04-23 08:30:22 +0200
  • 2d514edb48
    Compose secret on mobile Rogerio Chaves 2020-04-22 22:37:48 +0200
  • 9fb8e50463
    Mobile reading secret Rogerio Chaves 2020-04-22 22:15:18 +0200
  • 912c623048
    Add mobile UI for home Rogerio Chaves 2020-04-22 09:15:39 +0200
  • c0cc015c81
    Refactor to make it login protected first, and public route only if specified Rogerio Chaves 2020-04-22 08:14:47 +0200
  • 3e3c8e4b6a
    Add new posts and replies Rogerio Chaves 2020-04-21 23:13:55 +0200
  • 2928ebfc88
    Add community topic visualization Rogerio Chaves 2020-04-21 09:12:24 +0200
  • e85077bcc6
    Improve communities design Rogerio Chaves 2020-04-21 08:41:10 +0200
  • d24b7aa956
    Add communities to search results Rogerio Chaves 2020-04-21 08:13:33 +0200
  • 3b06e741bd
    Improve search a bit Rogerio Chaves 2020-04-20 21:57:00 +0200
  • b7cb6f69e7
    Encrypt cookies, set them to expire at the end of time, httpOnly and sameSite as good security practices Rogerio Chaves 2020-04-20 21:19:57 +0200
  • b6e8242bb6
    Change homepage and fix login and account creation pages Rogerio Chaves 2020-04-20 21:02:08 +0200
  • 71b44e7586
    Fix always showing request rejected Rogerio Chaves 2020-04-20 00:31:13 +0200
  • 176b7e28bf
    Styles improvements Rogerio Chaves 2020-04-20 00:27:51 +0200
  • c85e471f4c
    Small style fix Rogerio Chaves 2020-04-20 00:14:11 +0200
  • 8e6866167d
    Small copy change Rogerio Chaves 2020-04-20 00:10:40 +0200
  • 2d47cfae0f
    Keep recipient sent in the secret chat list Rogerio Chaves 2020-04-19 23:58:51 +0200
  • 94743f2555
    Group secrets together and keep them in the sidebar to send messages back Rogerio Chaves 2020-04-19 23:20:21 +0200
  • ab6a592fbf
    Send secret to multiple friends at once Rogerio Chaves 2020-04-19 21:47:53 +0200
  • 2942ce00e5
    Rename vanish to secret Rogerio Chaves 2020-04-19 12:52:10 +0200
  • 074ad788cc
    Add publishing new vanishing message Rogerio Chaves 2020-04-19 12:50:16 +0200
  • 80ee04782d
    Vanishing messages and profile design improvements Rogerio Chaves 2020-04-19 10:08:15 +0200
  • b776bc09c0
    Major redesign Rogerio Chaves 2020-04-19 09:39:11 +0200
  • e33b8b9166
    Add communities, read-only for now Rogerio Chaves 2020-04-18 09:55:55 +0200
  • c376a4f065
    Adding back accidentally deleted code Rogerio Chaves 2020-04-18 08:55:18 +0200
  • 54a66a9e3f
    Redirect to home if not signed in Rogerio Chaves 2020-04-17 19:46:22 +0200
  • abb5c564cf
    Hide Pubs and Debug if not admin Rogerio Chaves 2020-04-17 19:45:12 +0200
  • 988bd567af
    Add link to github issues as a quick form of feedback Rogerio Chaves 2020-04-17 07:56:06 +0200
  • 47f5d68a2c
    Hotmail for some reason appends x_ to the key Rogerio Chaves 2020-04-16 22:35:09 +0200
  • 4a634ee2ae
    Skip extra step of checking keys Rogerio Chaves 2020-04-16 22:20:31 +0200
  • 52a329135e
    Fix origin and add email login note to login page Rogerio Chaves 2020-04-16 22:16:23 +0200
  • 4ed2d68d17
    Redirect to keys after sign up Rogerio Chaves 2020-04-16 22:16:04 +0200
  • 63fcbc8d68
    Fix email sending and login button Rogerio Chaves 2020-04-16 22:05:22 +0200