| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Relates to #649 and #2157
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Related to #4329.
|
| |
|
| |
|
|
|
|
| |
Added flag '--archive-name' for backup command.
|
|
|
|
| |
Added new config section '[log.xorm]'.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Add Repositories panel to user settings
issue #4277
* modified personal repo settings format
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|