Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor AppURL usage (#30885) | wxiaoguang | 2024-05-07 | 1 | -1/+1 |
| | | | | | | | | Fix #30883 Fix #29591 --------- Co-authored-by: KN4CK3R <admin@oldschoolhack.me> | ||||
* | Refactor URL detection (#29960) | wxiaoguang | 2024-03-21 | 1 | -1/+1 |
| | | | "Redirect" functions should only redirect if the target is for current Gitea site. | ||||
* | Use fetch to send requests to create issues/comments (#25258) | wxiaoguang | 2023-06-16 | 1 | -0/+26 |
Follow #23290 Network error won't make content lost. And this is a much better approach than "loading-button". The UI is not perfect and there are still some TODOs, they can be done in following PRs, not a must in this PR's scope. <details>  </details> |