1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-03 05:58:03 +00:00
gitea/services/context
wxiaoguang 07c6087878
Fix team permission ()
The `team.access_mode` should be either `none` or `admin/owner`.
For non-admin team, the real permissions are provided by `team_unit`.
2025-04-08 04:15:15 +00:00
..
upload enable staticcheck QFxxxx rules () 2025-03-29 17:32:28 -04:00
access_log_test.go Enable addtional linters () 2025-04-01 10:14:01 +00:00
access_log.go Enable addtional linters () 2025-04-01 10:14:01 +00:00
api_org.go
api_test.go Enable testifylint rules () 2025-03-31 01:53:48 -04:00
api.go Enable addtional linters () 2025-04-01 10:14:01 +00:00
base_form.go [Feature] Private README.md for organization () 2024-12-31 04:22:09 +00:00
base_path.go Clarify path param naming () 2024-12-24 13:47:45 +00:00
base_test.go Enable addtional linters () 2025-04-01 10:14:01 +00:00
base.go Enable addtional linters () 2025-04-01 10:14:01 +00:00
captcha.go Refactor template & test related code () 2024-12-22 15:33:19 +00:00
context_cookie.go
context_model.go Refactor context repository () 2025-01-12 03:39:46 +00:00
context_request.go
context_response.go Do not show 500 error when default branch doesn't exist () 2025-04-01 21:39:00 -07:00
context_template.go
context_test.go Refactor request context () 2024-12-24 11:43:57 +08:00
context.go Enable addtional linters () 2025-04-01 10:14:01 +00:00
csrf.go Refactor CSRF token () 2024-10-10 03:48:21 +00:00
org.go Fix team permission () 2025-04-08 04:15:15 +00:00
package.go Add a config option to block "expensive" pages for anonymous users () 2025-03-30 05:26:19 +00:00
pagination.go Only use prev and next buttons for pagination on user dashboard () 2025-03-23 19:52:43 +00:00
permission.go Refactor error system () 2025-02-16 22:13:17 -08:00
private.go Enable addtional linters () 2025-04-01 10:14:01 +00:00
repo.go Remove dead code: RepoRef () 2025-04-06 20:08:10 +03:00
response.go Remove duplicate "ResponseWriter.Status" method () 2025-01-22 06:37:52 +00:00
user.go Refactor error system () 2025-02-17 12:41:03 -08:00
utils.go
xsrf_test.go
xsrf.go