Ted Unangst
|
f994120a87
|
xonks without https are simply invalid
|
2019-11-30 17:51:27 -05:00 |
Ted Unangst
|
c77ef4636c
|
it seems some implementations do check context for a uri, so add data:
|
2019-11-27 14:48:18 -05:00 |
Ted Unangst
|
35375d2be9
|
simplify update save code
|
2019-11-27 14:44:16 -05:00 |
Ted Unangst
|
0b89e1b06c
|
save mentions in honkmeta
|
2019-11-27 14:36:29 -05:00 |
Ted Unangst
|
3014826f6f
|
add a raw sendactivity API action
|
2019-11-26 14:57:23 -05:00 |
Ted Unangst
|
97e84447c3
|
save federated pdfs
|
2019-11-26 02:32:23 -05:00 |
Ted Unangst
|
a719f9a03e
|
fix another case of bad err shadowing
|
2019-11-26 00:42:32 -05:00 |
Ted Unangst
|
ecbd80352f
|
when sending updates or deletes, send to all fetch recipients too
|
2019-11-26 00:29:31 -05:00 |
Ted Unangst
|
577eb7068d
|
add some re: re: re: to replies
|
2019-11-25 22:14:27 -05:00 |
Ted Unangst
|
c871ba9468
|
don't make two attachment requests concurrently either
|
2019-11-25 22:00:33 -05:00 |
Ted Unangst
|
c9aba7ecba
|
save timestamp for xonker additions
|
2019-11-25 15:50:17 -05:00 |
Ted Unangst
|
0a6ec93384
|
update whofore after an update
|
2019-11-20 11:35:34 -05:00 |
Ted Unangst
|
b63031da52
|
fix a dumb bug caused by err shadow which prevented pubkey loading from working
|
2019-11-18 15:18:07 -05:00 |
Ted Unangst
|
7bffa8414d
|
consistent order of variables and row scans
|
2019-11-13 11:00:25 -05:00 |
Ted Unangst
|
89aa0a821d
|
put a limit on some caches that may grow kinda large
|
2019-11-11 18:30:40 -05:00 |
Ted Unangst
|
46e6d99eda
|
add some logging so i can see the magic happen
|
2019-11-11 12:56:37 -05:00 |
Ted Unangst
|
5032f180d1
|
also save handle when ingesting
|
2019-11-11 12:52:08 -05:00 |
Ted Unangst
|
528e768278
|
avoid some unnessary requests by fully processing what we get
|
2019-11-11 12:03:00 -05:00 |
Ted Unangst
|
8a6eaf5fe1
|
move the memory intensive and sometimes fragile image code
to a special backend process
|
2019-11-09 02:15:15 -05:00 |
Ted Unangst
|
778a3b1d79
|
read avatar option from db
|
2019-11-06 21:33:13 -05:00 |
Ted Unangst
|
5139949a5a
|
let's try to stick with AP/AS defined locations
|
2019-11-06 15:17:53 -05:00 |
Ted Unangst
|
693c7fe6e2
|
include context in read activities
|
2019-10-29 19:50:45 -04:00 |
Ted Unangst
|
295f558560
|
incrementally closer to consistent html processing
|
2019-10-29 16:24:32 -04:00 |
Ted Unangst
|
3b70052f3d
|
can use the cache functions for handles now
|
2019-10-29 14:18:13 -04:00 |
Ted Unangst
|
f27a4d9ce2
|
new day, new libs. use gate library.
|
2019-10-29 13:38:51 -04:00 |
Ted Unangst
|
c9aaab4869
|
fix some format string mismatches
|
2019-10-28 16:03:32 -04:00 |
Ted Unangst
|
dd048cc9ba
|
include hash in hashtag collection name
|
2019-10-28 15:40:13 -04:00 |
Ted Unangst
|
c0717679ed
|
basic Add support
|
2019-10-27 01:22:43 -04:00 |
Ted Unangst
|
58292a808c
|
some code towards enabling following a collection
|
2019-10-26 18:31:42 -04:00 |
Ted Unangst
|
4ee177e157
|
handle importing collection of strings
|
2019-10-26 17:35:44 -04:00 |
Ted Unangst
|
077e2570d0
|
not sure this works, but untested code to handle collection follow
|
2019-10-25 20:31:07 -04:00 |
Ted Unangst
|
3f67140c76
|
rework delivery and key loading to use userid
|
2019-10-25 18:46:27 -04:00 |
Ted Unangst
|
e1add4f012
|
can simplify a bit with new functions
|
2019-10-25 17:44:46 -04:00 |
Ted Unangst
|
91a7a93cc3
|
add a server actor
|
2019-10-25 17:31:48 -04:00 |
Ted Unangst
|
eafb6203df
|
don't need this debug
|
2019-10-23 00:30:15 -04:00 |
Ted Unangst
|
aebc6c8981
|
more robust shortcut.. return hash of long xid instead of tail.
sometimes the suffix is common to many activities.
noticed by micropub.
|
2019-10-22 13:06:43 -04:00 |
Ted Unangst
|
054aa15a17
|
composition support for inline images
|
2019-10-22 00:19:31 -04:00 |
Ted Unangst
|
b4901ad975
|
fix inline imgs so they don't lose the donks
|
2019-10-21 23:12:43 -04:00 |
Ted Unangst
|
9d89310be0
|
style consistency
|
2019-10-21 01:29:39 -04:00 |
Ted Unangst
|
c0d7cee48d
|
refresh pages using internal honkid which makes query much faster
|
2019-10-20 14:36:55 -04:00 |
Ted Unangst
|
7830694baa
|
remove the unfinished peep command
|
2019-10-19 22:53:12 -04:00 |
Ted Unangst
|
3de799b34c
|
remove some extra variables
|
2019-10-19 15:26:36 -04:00 |
Ted Unangst
|
341b03b8f0
|
another try at recontexting friendica threads
|
2019-10-18 21:22:33 -04:00 |
Ted Unangst
|
4a9851c09c
|
only count mentions that are tagged as such
|
2019-10-16 18:23:25 -04:00 |
Ted Unangst
|
5e33ab4c87
|
slightly simpler
|
2019-10-16 02:48:33 -04:00 |
Ted Unangst
|
881ef2e395
|
updated junk interface
|
2019-10-16 02:27:04 -04:00 |
Ted Unangst
|
bae6e430d6
|
some cleanups
|
2019-10-16 02:06:53 -04:00 |
Ted Unangst
|
da9dccf2fc
|
try a bit harder to avoid duplicate requests in flight
|
2019-10-13 13:25:12 -04:00 |
Ted Unangst
|
d357480a1f
|
convert to using library version of cache
|
2019-10-12 19:25:23 -04:00 |
Ted Unangst
|
620729d380
|
handle the event case without changing too much
|
2019-10-11 00:17:42 -04:00 |