| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Fix #32499
- Add the missing `recentupdate` to `OrderByFlatMap`
- Assign default value(`recentupdate`) to `EXPLORE_PAGING_DEFAULT_SORT`
|
|
|
| |
https://github.com/go-gitea/gitea/pull/30876#discussion_r1637112394
|
|
|
| |
https://github.com/go-gitea/gitea/pull/30876/files#r1637288202
|
|
|
|
| |
have repo OrderBy definitions defined in one place and use a single type
for OrderBy database options
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
instead of:
- zowner/gcode
- awesome/nul
- zowner/nul
- zowner/zzz
we will get:
- awesome/nul
- zowner/gcode
- zowner/nul
- zowner/zzz
|
|
The "modules/context.go" is too large to maintain.
This PR splits it to separate files, eg: context_request.go,
context_response.go, context_serve.go
This PR will help:
1. The future refactoring for Gitea's web context (eg: simplify the context)
2. Introduce proper "range request" support
3. Introduce context function
This PR only moves code, doesn't change any logic.
|