Commit Graph

  • 6e5c017dd7 Merge pull request 'Remove uri_encode and use Tera filter instead' (#6) from remove_uri_dependency into main main glyph 2022-09-09 10:09:17 +0000
  • ec2da076c0 remove uriencode and use tera filter instead glyph 2022-09-09 11:06:54 +0100
  • 125211cabc Merge pull request 'Fix CSS Formatting' (#5) from cleanup_css into main glyph 2022-09-06 07:49:39 +0000
  • 5fd761b328 small indentation tweak glyph 2022-09-06 08:48:47 +0100
  • 0804fef879 fix css indentation glyph 2022-09-06 08:45:14 +0100
  • 7cff49c368 update ignore list to hide video thumbnail glyph 2022-09-06 08:45:01 +0100
  • e560f4d807 add link to demo video glyph 2022-08-26 10:31:50 +0100
  • 8128b32f40 match post text value to avoid panic when field is empty glyph 2022-08-26 08:46:46 +0100
  • 9434af37b9 fix ui screenshot link glyph 2022-08-25 12:24:38 +0100
  • 1f15bbde42 add ui screenshot to readme glyph 2022-08-25 12:21:50 +0100
  • 582925dafc add link to tutorial repo glyph 2022-08-25 11:54:19 +0100
  • 920141e0ce implement a method for post type glyph 2022-08-23 14:13:27 +0100
  • d7c654fcb4 Merge pull request 'Remove `sbot` module prefix from functions within the module' (#3) from sbot_module_cleanup into main glyph 2022-08-23 07:36:40 +0000
  • 21d0c4b6ab no need to call functions using module prefix glyph 2022-08-23 08:35:20 +0100
  • fcce647711 Merge pull request 'Reverse subscription flow' (#2) from reverse_subscription_flow into main glyph 2022-08-22 15:25:58 +0000
  • 459c2e13bd move unfollow ahead of db removal of peer glyph 2022-08-22 16:20:23 +0100
  • f5b91c70b5 only add peer to db if following glyph 2022-08-22 08:31:06 +0100
  • d6d05c2b23 fix lykin html heading link glyph 2022-08-18 08:51:32 +0100
  • 5a1fcd5288 Merge pull request 'Add flash message capability' (#1) from flash_msg into main glyph 2022-08-17 12:40:58 +0000
  • 90fb255a63 add flash message capability and invalid key error flash glyph 2022-08-17 13:38:08 +0100
  • 8aef6fb0b9 - Remove `whoami` from managed state and instead call it when required - Replace `Context::insert()` with `context!` macro - Simplify `src/routes.rs` by moving composite follow / unfollow functions into `src/sbot.rs` glyph 2022-08-16 17:12:18 +0100
  • ebc6fea762 move WhoAmI to sbot module glyph 2022-08-11 17:34:02 +0100
  • 1d80f0a24e a few more minor template indentation changes glyph 2022-08-11 17:19:50 +0100
  • 1cf6ec52a1 minor template indentation changes glyph 2022-08-11 17:12:44 +0100
  • d67d0f566f unfollow peer when unsubscribing glyph 2022-08-11 14:27:45 +0100
  • 643c1f6a1a add documentation about logging glyph 2022-08-11 13:59:27 +0100
  • 56fc641515 improve logging and code organisation glyph 2022-08-11 13:52:31 +0100
  • ec90040612 add debug-level logging and remove IVecString type glyph 2022-08-11 12:40:51 +0100
  • 79de076930 satisfy clippy glyph 2022-08-11 12:40:28 +0100
  • 168783a028 update docs with quickstart and documentation sections glyph 2022-08-11 11:57:39 +0100
  • 29237bcf12 add env var to set go-sbot port glyph 2022-08-11 11:57:23 +0100
  • 0f91fd8b2c specify license glyph 2022-08-11 11:44:14 +0100
  • 5fa3264462 update doc comments glyph 2022-08-11 11:41:05 +0100
  • 1ffac9658d update css units and move styles to sheet glyph 2022-08-11 10:57:28 +0100
  • 262cf40f44 undo off-by-one change glyph 2022-08-11 09:03:00 +0100
  • 2c3f15e2da fix off-by-one sequence bug glyph 2022-08-11 08:59:33 +0100
  • 271665100a render peer public key in form glyph 2022-08-11 08:59:17 +0100
  • 7720ea49ac update gitignore list glyph 2022-08-11 08:30:10 +0100
  • 9ec99dc0be full functionality and first polish glyph 2022-08-11 08:28:37 +0100
  • e5f784abf9 add routes to mark a post as read or unread glyph 2022-07-07 09:04:33 +0100
  • 5f115617ef add db method to remove a post glyph 2022-07-07 09:03:40 +0100
  • 801934e5aa split ui into smaller templates and separate css glyph 2022-07-07 09:02:13 +0100
  • 56b5609da3 update method name in task loop glyph 2022-06-13 08:55:17 +0100
  • 4bbcd348e8 add database doc comment and change insert -> add glyph 2022-06-13 08:54:55 +0100
  • 23ce3f00f0 add task loop, basic viewer functionality and routes mycognosist 2022-06-13 08:24:55 +0100
  • 5012910c25 create ui and task loop glyph 2022-05-16 15:32:58 +0200
  • 12b4165029 add webserver, sbot follow and subscription logic for database glyph 2022-05-10 16:14:28 +0200
  • 51521a57f9 initial commit glyph 2022-05-09 13:51:09 +0200