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
Unknwon
a34c21cde3
migrations/v16: sync table
8 years ago
Unknwon
bb19bb601e
repo: able to view size ( #1158 )
8 years ago
Unknwon
05dbd3f7d7
refactoring: experimental with models/errors package
8 years ago
Unknwon
dee76e4189
models/webhook: add skip check for Release event
8 years ago
Unknwon
b615d670b3
webhook: add Release event ( #2387 )
8 years ago
Girish Sonawane
b9bb4a62d6
api: make CORS work by handling preflight OPTIONS request ( #4264 )
...
* make CORS work by handling preflight OPTIONS request
* Update api.go
8 years ago
Unknwon
61e2bff757
repo: commits, branches and releases should highlight files tab
8 years ago
Unknwon
9713016637
repo/branches: hide buttons for regular users
8 years ago
Unknwon
5c7cb1594b
repo/branches: overview and all ( #2310 )
8 years ago
Unknwon
3eb57370a6
api/repo: fix cannot reponse branch with slashes ( #4198 )
8 years ago
Unknwon
ac8b1e595f
markdown: support Smartypants ( #4162 )
...
Added new config section '[smartypants]', and disabled by default.
8 years ago
Unknwon
31c55213ff
css/repository: fix undesired style for label template select list
8 years ago
Unknwon
23da90e25d
issue_mail: send notifications to participants in comments ( #2929 )
8 years ago
Unknwon
60ee79363d
templates: use owner's avatar as image of repository
8 years ago
Unknwon
8fa6d0d302
repo/pull: handle head repository of merged pull requests deleted
8 years ago
Unknwon
a534f9f9b6
templates/repo: change some buttons to use 'basic' style
8 years ago
Unknwon
aa99e805c8
repo/release: 404 when edit draft (4262)
8 years ago
Unknwon
0049c80cd9
less/repository: minor fix for #git-stats
8 years ago
Unknwon
ebc0943713
templates/repo: only show Git stats in repository home page ( #3518 )
...
Move 'Commits' and 'Releases' tabs down to body.
This patch also reduces page load time for pages that do not need
to use commits count anywhere. Get commits count can hurt
performance badly for huge repositories that has tens of thousands
commits like Linux Kernel.
8 years ago
Unknwon
451aef7a1c
release: improve page load performance
...
Previously, we load all releases of a repository which could hurt
performance when the repository has a lot of releases.
Now we're able to only load releases in current page view we need
to show by matching with 'tag_name'.
8 years ago
Unknwon
22882d7c04
models/user: explicitly select for organization type
8 years ago
Unknwon
c3cde864f8
models/pull: treat all errors as conflict ( #4265 )
...
If there is a misdetection, log shows everything.
8 years ago
Unknwon
f860ddbbb7
models/pull: better error message detection ( #4265 )
...
Stop using English phrases in case of Git localization.
8 years ago
Unknwon
89cc6aa430
webhook: add issue comment event
8 years ago
Unknwon
c93731339f
webhook: support Issues event ( #2319 )
...
Also addresses #3485 .
8 years ago
Unknwon
bab448681d
models/user: handle case when user doesn't belong to any organization ( #4258 )
8 years ago
Unknwon
de2d3e3fd8
ssh_key: create parent directory of 'authorized_keys' file
8 years ago
Unknwon
295d251232
mirror: update repository updated_unix after sync ( #2807 )
8 years ago
Unknwon
83f6b8e847
Protected branches: allow whitelist bypass require pull request check ( #4207 )
8 years ago
Unknwon
e38fef0009
Update README
8 years ago