jojo/routers/web/user
Shiny Nematoda 255ed593d3 feat(issue-search): support query syntax (#9109)
List of currently supported filters:

- `is:open` (or `-is:closed`)
- `is:closed` (or `-is:open`)
- `is:all`
- `author:<username>`
- `assignee:<username>`
- `review:<username>`
- `mentions:<username>`
- `modified:[>|<]<date>`, where `<date>` is the last update date.
- `sort:<by>:[asc|desc]`, where `<by>` is among
	- created
	- comments
	- updated
	- deadline

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9109
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Ellen Εμιλία Άννα Zscheile <fogti@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
Co-committed-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
2025-11-19 16:05:42 +01:00
..
setting feat: Global 2FA enforcement (#8753) 2025-08-15 10:56:45 +02:00
avatar.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
code.go fix(code-search): fix broken pagination. (#9000) 2025-08-23 13:06:41 +02:00
home.go feat(issue-search): support query syntax (#9109) 2025-11-19 16:05:42 +01:00
home_test.go fix: reduce deadlocks merging PRs by using caching for repo issue count stats (#9922) 2025-10-31 23:50:05 +01:00
main_test.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
notification.go feat: always publish the link to the commit status (#8177) 2025-06-13 12:41:34 +02:00
package.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
profile.go chore: Remove IsDeleted from action (activity) table (#9829) 2025-11-08 04:20:05 +01:00
search.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
stop_watch.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
task.go feat(build): improve lint-locale-usage further (#8736) 2025-08-27 23:47:34 +02:00