Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-29 | Implement per-feed tag limit of 100 | Arjun Satarkar | |
Seems necessary to have a limit here to avoid DoS, though of course there are several avenues for it still, which should also be addressed. 100 seems more than would be necessary for any non-pathological usage; the system is built under the assumption that tags can be loaded all at once, don't need to be paginated, etc. (unlike feeds and entries) anyway. | |||
2023-07-04 | Add feed modification and deletion | Arjun Satarkar | |