| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Add an empty space to make <span> have width.
|
|
|
|
| |
[CI SKIP]
|
| |
|
|
|
|
| |
Also highlight 'Files' tab when use editor.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Added '[repository] ENABLE_RAW_FILE_RENDER_MODE'.
|
| |
|
| |
|
| |
|
|
|
|
| |
Added config options EnableLoginStatusCookie and LoginStatusCookieName under section '[security]'.
|
|
|
|
| |
Added config option '[ui.user] COMMITS_PAGING_NUM'.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Added new config section '[release.attachment]’.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#4273)
* models/repo.go SearchRepositoryByName()
Updated function to return public and private repositories that the logged in user has been given rights to view
issue #3088
* models/repo.go SearchRepositoryName
changed repository table alias to 'repo'
removed debug line
* models/repo.go SearchRepositoryByName
modified UserID search query to use the "access" table instead of team_repo, team_user etc
* models/repo.go SearchRepositoryByName
1) uppercased SQL keywords
2) removed alias for ACCESS table
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* make CORS work by handling preflight OPTIONS request
* Update api.go
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Added new config section '[smartypants]', and disabled by default.
|
| |
|