Commit Graph

1622 Commits

Author SHA1 Message Date
Ted Unangst 2514129b3a add a sample meme 2023-08-06 02:19:56 -04:00
Ted Unangst 656d4c99a5 if we don't get the bonk, nothing to do 2023-08-05 20:59:58 -04:00
Ted Unangst e7454cc9be m 2023-08-05 20:53:15 -04:00
Ted Unangst 6a5f4ba621 reject origin test in getjunk path to catch strays 2023-08-05 20:52:55 -04:00
Ted Unangst 2376371d76 update twitter import again, from tom 2023-08-04 13:08:15 -04:00
Ted Unangst 79756a6b0f don't report csp violations by default 2023-08-04 13:06:24 -04:00
Ted Unangst 9de375d169 unusued range var 2023-08-02 23:34:24 -04:00
Ted Unangst ef8b188fa9 raw sendmsg from command line 2023-08-02 18:49:28 -04:00
Ted Unangst 04cc94facd a little rework of the chonky bonk flow 2023-08-01 16:17:45 -04:00
Ted Unangst 2e82a931b9 some people are determined to fill my database with tombstones,
so only save zonk if we deleted something
2023-07-31 22:54:53 -04:00
Ted Unangst 592c189e8b need to demasto the mention 2023-07-31 20:46:43 -04:00
Ted Unangst 6cc464910d change notes 2023-07-31 20:45:56 -04:00
Ted Unangst c24f06b9f3 going forward, include tag in plain 2023-07-31 20:37:03 -04:00
Ted Unangst 14c9d31bd7 upgrade to backfill the plain text column 2023-07-31 20:36:15 -04:00
Ted Unangst a08e0d0cb8 create a plain column and use that for search 2023-07-31 19:46:55 -04:00
Ted Unangst 22d448fa5f strings are hard 2023-07-30 21:31:53 -04:00
Ted Unangst 8387dd4400 mixed case hashtag complicates things a bit 2023-07-30 21:01:45 -04:00
Ted Unangst c44af76356 better presentation for readded invisible content 2023-07-30 20:39:31 -04:00
Ted Unangst c57a52a90c allow tagging outside of content 2023-07-30 20:31:00 -04:00
Ted Unangst d3bf2b7bc8 retarget mention links to local profile 2023-07-30 17:03:46 -04:00
Ted Unangst a8aa306af4 simplify junk.get code 2023-07-30 16:49:34 -04:00
Ted Unangst 035f23eec0 m 2023-07-30 13:11:50 -04:00
Ted Unangst bed7d662bb clean up the one or many arrays a little 2023-07-30 13:08:53 -04:00
Ted Unangst bd80e1b4a8 search precis too 2023-07-29 21:56:45 -04:00
Ted Unangst a7adc79f20 handle announce of update like announce of create 2023-07-29 16:13:19 -04:00
Ted Unangst 92b1c61dc1 handle the case where the tag is just an object 2023-07-29 15:04:11 -04:00
Ted Unangst d5a2c8694c ::: spoiler markdown support 2023-07-29 14:45:01 -04:00
Ted Unangst 2c92593553 be mindful style for summary applies only to our details field 2023-07-29 14:36:30 -04:00
Ted Unangst fde9187832 let's just say http 400 is okie dokie 2023-07-27 20:51:19 -04:00
Ted Unangst c19490a802 donks for days. multiple images with api, adapted from benjojo 2023-07-24 14:28:24 -04:00
Ted Unangst b688f24e6d webs 63 with the cookie fix 2023-07-22 16:37:07 -04:00
Ted Unangst 3c0bce83f6 try lazy loading imgs. 2023-07-20 17:38:24 -04:00
Ted Unangst 7728080855 try simpler emu css from yonle 2023-07-20 17:32:30 -04:00
Ted Unangst 6d47ef0129 check again for the announce/create/page activity 2023-07-19 18:09:12 -04:00
Ted Unangst 2dd6b27356 when looking at another user on the same server, don't display controls.
you can't interact with other users via their pages because technically
it's like they are on a different server.
2023-07-15 18:19:12 -04:00
Ted Unangst 97b9634a9e practically, sufficient for keys to be owned by same domain as actor.
the url scheme doesn't matter, and need not match.
problem identified by eta.
2023-07-15 18:07:07 -04:00
Ted Unangst 54fd484558 this query should not find bonks, which later causes crashes.
thanks benjojo
2023-07-15 18:03:47 -04:00
Ted Unangst 211ab9a97a cleanup some old mistakes and cruft from the database 2023-07-15 17:59:44 -04:00
Ted Unangst 14bc7f5cec CGO is required, and the compiler error without is confusing 2023-07-13 02:27:53 -04:00
Ted Unangst 51fe6d99b2 don't need fmt 2023-07-10 00:16:42 -04:00
Ted Unangst 43705654d1 fix 2023-07-10 00:16:17 -04:00
Ted Unangst dea831d23f error check unveil 2023-07-10 00:15:35 -04:00
Ted Unangst bf09636bc1 remove old imports 2023-07-10 00:15:02 -04:00
Ted Unangst cdc0ffaeb7 clean out some years old upgrade code 2023-07-08 12:32:48 -04:00
Ted Unangst b5091cc5e1 note threaded display as change 2023-07-03 00:47:35 -04:00
Ted Unangst 8a14e67b32 add some more search capabilities 2023-07-03 00:45:35 -04:00
Ted Unangst 6b46a2a597 identify hashtag links as hashtag 2023-07-02 18:31:51 -04:00
Ted Unangst 63f6a949bc we don't care about dislikes 2023-07-02 14:47:00 -04:00
Ted Unangst 5d03fbac6a tune up quotes. save the fetched post. 2023-07-02 14:44:52 -04:00
Ted Unangst cb7c9d700b go vet claims we need a buffered chan for signal 2023-07-02 14:08:26 -04:00