Commit Graph

  • 1f90e2ab3e Add missing import to search.nim Zed 2019-07-11 00:49:09 +0200
  • ab36664ad2
    Use Karax html rendering instead of source filters (#2) Zed 2019-07-11 00:42:31 +0200
  • fad2575d93 Fix sensitive media being rendered as unavailable Zed 2019-07-10 23:38:52 +0200
  • 069ff60fdc Fix missing timeline query for empty timelines Zed 2019-07-08 23:43:02 +0200
  • 344d3cd57f Reorder timeline tweets according to their threads Zed 2019-07-04 14:54:15 +0200
  • 83931e7044 Include retweets in "Tweets & Replies" Zed 2019-07-04 11:55:19 +0200
  • 6186ae7a9f Make profile sticky Zed 2019-07-04 09:34:33 +0200
  • 6b64e84d81 Make quote badges more readable Zed 2019-07-04 04:39:59 +0200
  • b708c78c42 Display unavailable quotes Zed 2019-07-04 04:38:23 +0200
  • 8773fd901b Improve profile stat layout on low resolutions Zed 2019-07-04 04:27:30 +0200
  • 141bfdc508 Add photo rail support Zed 2019-07-04 04:18:32 +0200
  • 080d4774cf Tweak layout, making it wider and fixing overflows Zed 2019-07-04 03:15:54 +0200
  • f235677024 Fix quote's "show thread" also shown in parent Zed 2019-07-03 12:27:18 +0200
  • 388d3987b7 Add tests to prevent username regex bugs Zed 2019-07-03 12:20:49 +0200
  • 779b97db4d Fix "more reply" pluralization Zed 2019-07-03 12:20:35 +0200
  • 15826a1e1e Workaround for .@usernames Zed 2019-07-03 12:20:23 +0200
  • 13a9f6cd1f Add timeline filters Zed 2019-07-03 11:46:03 +0200
  • a7249080db Fix username regex Zed 2019-07-03 11:46:44 +0200
  • b1c80a1e34 Fix inconsistent timeline padding Zed 2019-07-03 10:41:42 +0200
  • 4c37e93314 Fix replying-to username links Zed 2019-07-03 10:28:50 +0200
  • 45afa5509a Fix parsing old gifs Zed 2019-07-03 10:00:27 +0200
  • 92e3df411f Improve memory usage by making Thread a ref object Zed 2019-07-03 07:18:19 +0200
  • 640bb2fadf Fix slow video loading due to not passing token Zed 2019-07-03 07:15:52 +0200
  • 875bb4d510 Update todo Zed 2019-07-02 03:32:17 +0200
  • 69f5a555cb Fix quote reply edgecase Zed 2019-07-02 01:38:14 +0200
  • f378eedcc8 Hide "Replying to" in threads when appropriate Zed 2019-07-02 01:01:27 +0200
  • a67d27e0c4 Support "Replying to" and "Show thread" Zed 2019-07-02 00:52:50 +0200
  • 97166feec9 Fix getLink typo Zed 2019-07-01 23:55:19 +0200
  • 7ef10b88f4 Workaround for Twitter bug Zed 2019-07-01 23:48:33 +0200
  • 3cedcf29ea Refactor tweet stats Zed 2019-07-01 23:48:25 +0200
  • c60280415e Minor retweet refactor Zed 2019-07-01 23:22:00 +0200
  • 9b07199901 Generate tweet links Zed 2019-07-01 23:14:36 +0200
  • 04dbd07959 Fix retweet deduplication Zed 2019-07-01 22:45:28 +0200
  • baa734b32e Add thread/conversation tests Zed 2019-07-01 07:12:46 +0200
  • b982259f1d Update readme Zed 2019-07-01 04:58:54 +0200
  • 1bae69e5b0 Fix image/gif properly Zed 2019-07-01 03:56:09 +0200
  • a901e50df5 Display "more replies" Zed 2019-07-01 03:13:12 +0200
  • 160c28eda3 Improve firefox support for images Zed 2019-07-01 03:12:28 +0200
  • af167ddef4 Add media tests Zed 2019-07-01 00:29:40 +0200
  • 6176c6f668 Add poll test Zed 2019-06-30 00:53:07 +0200
  • 02f63f97d6 Fix gif size regression Zed 2019-06-29 14:33:21 +0200
  • 1a0ccbb3f7 Add support for polls Zed 2019-06-29 14:11:23 +0200
  • ff01ab61d1 Add support for mp4 videos Zed 2019-06-29 07:45:36 +0200
  • b31338dcc7 Improve thread/timeline parsing Zed 2019-06-29 06:31:02 +0200
  • 49daad3930 Add timeline tests Zed 2019-06-29 00:42:53 +0200
  • c78ee6bca0 Add profile banner tests Zed 2019-06-29 00:42:44 +0200
  • f410720d1a Add more tweet tests Zed 2019-06-29 00:42:10 +0200
  • a5676e1c2c Improve test base Zed 2019-06-29 00:41:57 +0200
  • ee1d6f7cf0 Fix inconsistent display of timeline warnings Zed 2019-06-29 00:41:09 +0200
  • 6150f52342 Use test paramerization Zed 2019-06-28 19:18:52 +0200
  • 8fac54ac8c Add basic tests, wip Zed 2019-06-28 04:56:02 +0200
  • 7107c79334 Remove nested bio Zed 2019-06-28 04:42:23 +0200
  • 77879a1450 Fix url regex Zed 2019-06-27 22:30:00 +0200
  • 9dc4b240e7 Fix tweet tags being shown as unavailable tweets Zed 2019-06-27 21:48:59 +0200
  • e2039ec81c Refactor nil checks, remove getAttr Zed 2019-06-27 21:07:29 +0200
  • a43950dcf5 Include username in status requests Zed 2019-06-27 20:13:46 +0200
  • a801b01142 Make tweet profile pics clickable Zed 2019-06-26 21:55:04 +0200
  • 547cd635bf Display unavailable tweets Zed 2019-06-26 21:06:42 +0200
  • d052ff538c Fix tweet stat parsing Zed 2019-06-26 20:06:20 +0200
  • 7d2fa15676 Improve tweet selectors Zed 2019-06-26 19:59:28 +0200
  • 02fcd7b880 Switch from nimquery to q Zed 2019-06-26 18:51:21 +0200
  • b51f1cbbd4 Fix username regex, add media endpoint Zed 2019-06-25 19:19:01 +0200
  • 632a2c6c82 Workaround for httpbeast bug causing upload errors Zed 2019-06-25 15:29:39 +0200
  • 12cf772616 Make image upload resilient to crashes Zed 2019-06-25 15:09:43 +0200
  • 2f51de90d0 Limit video token usage to prevent crashes Zed 2019-06-25 15:09:13 +0200
  • a3285e8410 Fix crash on protected profiles Zed 2019-06-25 13:18:44 +0200
  • 8000a814df Fix crash on invalid id and non-existent profiles Zed 2019-06-25 13:07:49 +0200
  • 684489ee21 Thread lines cleanup Zed 2019-06-25 13:07:12 +0200
  • 0155607ed3 Display lines between threads Zed 2019-06-25 12:57:19 +0200
  • 13dc5efcf6 Add support for "vmap" videos Zed 2019-06-25 07:37:44 +0200
  • ac8d0e2052 Improve timeline support, "no more tweets" message Zed 2019-06-25 07:36:36 +0200
  • c4d648e952 Always emojify Zed 2019-06-25 06:02:57 +0200
  • 1806686e63 Set global lineheight to avoid tall names Zed 2019-06-25 05:45:05 +0200
  • b31cc7bc25 Fix link regex edgecases Zed 2019-06-25 05:32:25 +0200
  • aae0e51154 Ensure correct text formatting Zed 2019-06-25 04:52:38 +0200
  • 0fee70eeba Cleaner image code Zed 2019-06-25 03:48:57 +0200
  • 94b2187453 Display sensitive quotes properly Zed 2019-06-25 02:58:33 +0200
  • a098d3ea84 Add simple emoji support Zed 2019-06-25 02:38:18 +0200
  • 4bf38f71f3 Increase cache times Zed 2019-06-25 01:00:23 +0200
  • 06a54a5c32 Fix crash when profile doesn't exist Zed 2019-06-25 00:55:41 +0200
  • d6b8b386fa Show badges on quoted gifs Zed 2019-06-25 00:39:32 +0200
  • 6c5f491ee0 Rename templates Zed 2019-06-24 23:25:21 +0200
  • 2ee79e7970 Strip nbsp from account names Zed 2019-06-24 22:55:37 +0200
  • d864cf95bc Fix size of clickable area in quotes Zed 2019-06-24 22:54:56 +0200
  • 38565e2e1f Add dynamic page title Zed 2019-06-24 22:40:48 +0200
  • fb3c8ab5c3 Fix quote badge position Zed 2019-06-24 22:23:00 +0200
  • b0b23800e1 Properly display names, usernames and badges Zed 2019-06-24 20:45:03 +0200
  • 6f932b53b0 Improve quote video badge Zed 2019-06-24 18:19:43 +0200
  • e920e98d10 Only strip quote links Zed 2019-06-24 09:39:45 +0200
  • e07a8d04b4 Fix link linkifying Zed 2019-06-24 09:39:28 +0200
  • d5214e2f77 Fix inaccurate verified check Zed 2019-06-24 09:30:34 +0200
  • e81865e144 Display "No tweets found" when appropriate Zed 2019-06-24 08:44:37 +0200
  • 1927858f95 Fix gif padding Zed 2019-06-24 08:24:43 +0200
  • af9a5d4872 Render tweet quotes Zed 2019-06-24 08:07:36 +0200
  • 1213220ef0 Cache video token Zed 2019-06-24 05:29:47 +0200
  • 861ac7a593 Better video/gif support Zed 2019-06-24 05:14:14 +0200
  • 8f7c61eab6 Fix loading more tweets when last one is a retweet Zed 2019-06-24 04:41:23 +0200
  • 2c2d2c767e description -> bio Zed 2019-06-24 02:09:32 +0200
  • 2e303719f2 Fix image cache skipping files with queries Zed 2019-06-24 01:59:52 +0200
  • baa936894d Display single images properly Zed 2019-06-24 01:59:32 +0200