Skip to main content

Search

Items tagged with: 63


100 of the Most Loved Photos on Street Art Utopia Right Now


Content warning: These are the 100 photos currently sitting at the top of Street Art Utopia’s ongoing Top Images collection. Get ready for a visual feast! This collection features the very best murals, sculptures, and clever street interventions. These are the images that

#5 #4 #1 #2 #3 #25 #9 #14 #15 #16 #17 #18 #19 #8 #6 #89 #91 #93 #7 #10 #34 #12 #21 #22 #32 #11 #23 #13 #39 #40 #41 #42 #73 #20 #31 #88 #63 #69 #27 #57 #100 #24 #26 #28 #29 #30 #33 #35 #36 #37 #38 #43 #44 #45 #46 #47 #48 #49 #50 #51 #52 #53 #54 #55 #56 #58 #59 #60 #61 #62 #64 #65 #66 #67 #68 #70 #71 #72 #74 #75 #76 #77 #78 #79 #80 #81 #82 #83 #84 #85 #86 #87 #90 #92 #94 #95 #96 #97 #98 #99


Here's what I've been working on the past few days: processing deletions.

https://gitlab.com/soapbox-pub/ditto/-/merge_requests/36

- Add a deleteFilters function to delete events by filter from the database
- Reworked the `tags` database table, renamed `value_1` to `value`, dropped `value_2`, `value_3`, added a foreign key on `event_id`
- Enabled autovacuum on the database.
- Automatically delete events older than 7 days. Fixes #63
- Broadcast deletions from local users to all known relays.
- Process deletion events through the pipeline, delete from our database if authorized.
- Protect against deleted events being resubmitted (not perfect).
- Improved the terminal output for migrations.
- Fix various bugs.

#63