Unknwon
79ba0314e9
milestone: only show issue-related count under issue list ( #4316 )
8 years ago
Unknwon
c441f8080e
api/repo: add endpoint to sync mirror ( #2235 )
8 years ago
Unknwon
bd1e757350
user: remove sanitizer for FullName ( #1937 )
8 years ago
Unknwon
3144be5c81
repo: remove legacy sanitizer for repository description
...
Related to #4329 .
8 years ago
Unknwon
fdc7cb565d
repo: fix unable to propose pull request from secondary fork ( #4324 )
8 years ago
Unknwon
a6dbde4c46
user/settings: minor input style fix ( #4327 )
8 years ago
Unknwon
8ce23e2c71
cmd/backup: able to specify archive name ( #4320 )
...
Added flag '--archive-name' for backup command.
8 years ago
Unknwon
8a3f4fc616
models: add config options for XORM logger ( #3183 )
...
Added new config section '[log.xorm]'.
8 years ago
Unknwon
66c1e6b0e8
user/settings: complete repositories panel ( #4312 )
8 years ago
Unknwon
beee6e03b1
error: move ErrRepoNotExist -> errors.RepoNotExist
8 years ago
Rob Richards
902372067c
user/settings: add repositories panel ( #4312 )
...
* Add Repositories panel to user settings
issue #4277
* modified personal repo settings format
8 years ago
Nikolay Korotkiy
7adaf8f812
locale: fix language names ( #4330 )
8 years ago
Unknwon
71753cdd46
templates/label: another minor style improve
8 years ago
Unknwon
d3363430dc
templates/label: minor style improve
...
Add an empty space to make <span> have width.
8 years ago
Unknwon
945e65eedf
README: update alts
...
[CI SKIP]
8 years ago
Unknwon
85a050fca7
issue: fix redirect to random issue if index does not exist ( #4315 )
8 years ago
Unknwon
bb86d66496
repo: rename PageIsViewCode -> PageIsViewFiles
...
Also highlight 'Files' tab when use editor.
8 years ago
Unknwon
aba8789542
vendor: update github.com/go-macaron/session ( #3363 )
8 years ago
Unknwon
5f1bbbde49
user/settings: fix cannot change profile for non-local users ( #4313 )
8 years ago
Unknwon
0203eaab00
user/dashboard: hide More button if reached end on first load
8 years ago
Unknwon
2807274e2d
repo/webhook: able to retrigger delivery history ( #2187 )
8 years ago
Unknwon
55a5ad5cdc
api/repo: fix incorrect permission values ( #4309 )
8 years ago
Unknwon
b3c4a39208
setting: add config option for raw file render mode ( #3608 )
...
Added '[repository] ENABLE_RAW_FILE_RENDER_MODE'.
8 years ago
Unknwon
cac7af2c78
explore: able list and search for private but accessible repositories ( #3088 )
8 years ago
Unknwon
2d4dc544be
install: able to enable console mode ( #3119 )
8 years ago
Unknwon
171f97868d
repo: allow issues and wiki for bare repository ( #4104 )
8 years ago
Unknwon
becaec19a7
setting: add login status cookie ( #2885 )
...
Added config options EnableLoginStatusCookie and LoginStatusCookieName under section '[security]'.
8 years ago
Unknwon
bc630cc52b
repo/commit: able to config default commits page size ( #4230 )
...
Added config option '[ui.user] COMMITS_PAGING_NUM'.
8 years ago
Unknwon
d591cb0dfb
dashboard/feeds: able to load more history ( #2511 )
8 years ago
Unknwon
07a9cbe0a9
setting: able to config dashboard news feed paging number ( #4247 )
8 years ago
Unknwon
7c802f6d83
repo/setting: filter out deleted branch in protect list ( #4288 )
8 years ago
Unknwon
431e930367
Add Go 1.8 to .travis.yml
8 years ago
Unknwon
9e8ffa14cb
webhook: add file status to push event ( #3897 )
8 years ago
Unknwon
0ccd7c97ab
models: rename ErrUserNotExist -> errors.UserNotExist
8 years ago
Unknwon
4e64e71e28
templates/repo/webhook: move to its own directory
8 years ago
Unknwon
86c7f45383
js: minor fix for #4294
8 years ago
Brian Paulson
50b36a732c
ui: added Select class to ui.dropdown menus to prevent label changing ( #4294 )
8 years ago
Unknwon
f54bcba339
Update locales
8 years ago
Unknwon
f0209ac2f6
api: handle new events for hook
8 years ago
Unknwon
e1dcd11051
repo/settings: improve Git hook editor
8 years ago
Unknwon
24734a33e7
release: improve attachment handle
8 years ago
Unknwon
1df54ea0cd
release: able to add attchments to release ( #1614 )
...
Added new config section '[release.attachment]’.
8 years ago
Unknwon
e6df2259ab
explore: panic if search without login ( #3088 )
8 years ago
Unknwon
96ae0129ef
models/repo: minor code style and comment fix ( #4273 )
8 years ago
Rob Richards
aaadc61ee8
models/repo: allow SearchRepos to return private but accessible repositories ( #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
8 years ago
Danny Althoff
44a6b63316
cmd/hook: fixed typo ( #4280 )
8 years ago
Unknwon
5f058c3f07
issue_mail: fix issue poster not receive email if not watching ( #2929 )
8 years ago
Unknwon
b116dc506b
migrations/v16: use continue not return for bad records
8 years ago
Unknwon
bf58f26305
migrations/v16: make SQLite3 work
8 years ago
Unknwon
601f174ea0
migrations/v16: only Warn if repository happens to have bad data
8 years ago