Los Angeles, CA
LA, CA USA - Managua, Nicaragua
Comment by ~petersanchez on ~netlandish/gobwebs
An example of this is the following case:
err.Error() == "pq: canceling statement due to user request"
Ticket created by ~petersanchez on ~netlandish/links
This is tricky because these are valid links being saved and valid notes. However it's obviously SEO agencies and spammers posting them. So we need a way to exclude certain links from being listed on popular and recent pages.
Comment by ~petersanchez on ~netlandish/links
Peter Sanchez referenced this ticket in commit 1fba6eb.
REPORTED
RESOLVED FIXEDTicket created by ~petersanchez on ~netlandish/links
When a bookmark description is very short the URL listing is jumping up next to the description. Reference:
https://linktaco.com/bookmarks/2v58FctMyVbONP8spZPk5ZwfNZF
Probably just needs a proper structure in that area versus the paragraph trash I tried to put in there.
task added by ~petersanchez on ~netlandish/links
Ticket created by ~petersanchez on ~netlandish/links
Currently the import is not preserving the date originally saved, if included, when writing links to the database. I think it should be preserving this.
Need to look at the import types:
- Pinboard:
time
value of the record- HTML:
ADD_DATE
attribute in record (unix epoch)Look into the
OrgLinkStoreBatch
helper function inmodels/org_links.go
and of coursecore/import.go
for where to add changes to assign the creation date.
Comment by ~petersanchez on ~netlandish/links
Peter Sanchez referenced this ticket in commit 4b576a8.
REPORTED
RESOLVED IMPLEMENTEDComment by ~petersanchez on ~netlandish/links
Peter Sanchez referenced this ticket in commit 0869e11.
REPORTED
RESOLVED FIXEDadmin added by ~petersanchez on ~netlandish/links
Ticket created by ~petersanchez on ~netlandish/links
This is for more internal house keeping but when storing of AuditLog entries from the API server (where most are actually triggered for storage) the end user IP is not being recorded properly. This is because the service servers are not passing the proper header when forwarding a request to the api end point.