1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/validator
jvoisin 0086e0b356 perf(validator): slightly optimize a regex
- There is no need to have groups as we're only using this regex for
  `MatchString`.
- Since the only place where this regex is used is already calling
  strings.ToLower, there is no need to check for `A-Z`.
2025-06-10 19:20:58 -07:00
..
api_key.go feat(api): add new endpoints to manage API keys 2025-05-25 15:50:13 -07:00
category.go fix(api): hide_globally categories field should be a boolean 2025-04-21 19:43:25 -07:00
enclosure.go feat: add API routes /v1/enclosures/{enclosureID} 2024-08-18 11:53:19 -07:00
entry.go Add API endpoint to update entry title and content 2023-10-06 23:27:19 -07:00
entry_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
feed.go feat: implement proxy URL per feed 2025-04-06 21:05:19 -07:00
subscription.go feat: implement proxy URL per feed 2025-04-06 21:05:19 -07:00
user.go feat(settings): add validation for entry order and categories sorting order 2025-05-11 17:52:59 -07:00
validator.go perf(validator): slightly optimize a regex 2025-06-10 19:20:58 -07:00
validator_test.go feat: validate usernames upon creation 2024-12-26 14:14:07 -08:00