9611893da3
Add single-user password utils ( #9 )
...
- Constrain images to reading viewport
2024-04-27 16:34:59 -04:00
c1790b58fd
Add user maintenance CLI ( #9 )
...
- Add CLI infrastructure
- Add user to index page query
- Strip tags from title
- Move item parsing to FeedItem
2024-04-27 13:01:57 -04:00
7b21b86550
Merge branch 'main' into security-models
2024-04-26 20:49:34 -04:00
ce83b2a389
Add Atom support ( #17 )
2024-04-25 21:19:29 -04:00
cab26db255
First cut of log on page ( #9 )
...
- Add session support
- Refactor security handling to use db connection
- Fix db path issue
2024-04-15 23:25:58 -04:00
c74d9ccb74
Allow HTML in all item content
...
RSS description may contain encoded entities
2024-04-14 20:05:39 -04:00
77d628ed69
Add feed refresh link ( #5 )
...
- Feed updates and refresh use the same logic
- Fixed issue with logic around item add-or-update
2024-04-13 22:32:39 -04:00
9b2190252f
List unread items on home page ( #6 )
...
- Fix feed update (latent bug on #4 )
2024-04-13 12:10:07 -04:00
d9dc3ec361
Add URL to feed error message ( #4 )
2024-04-12 18:29:25 -04:00
da9a569e4a
Add editing of feed URL ( #4 )
...
- Move feed-specific database calls to Feed class
- Detect when feed items have been updated
- Add const keys for $_REQUEST values
2024-04-11 22:01:36 -04:00
7d294b9be8
Add date for RSS feeds ( #4 )
...
- First cut of user message add/display
2024-04-11 19:07:39 -04:00
8ca4bf2109
Change from SimpleXML to DOM ( #4 )
...
This API is more reliable, and should help when implementing the "load a site's HTML and look for feed links" functionality coming before the final release
2024-04-10 20:50:45 -04:00
0530ed0dc9
WIP on adding feed items ( #4 )
2024-04-09 23:14:53 -04:00
5c92c8c7d6
Retrieve feed, add to database ( #4 )
2024-04-09 21:16:34 -04:00