Unknwon
52ee796d6d
repo_branch: fix SQL builder ( #5054 )
7 years ago
Unknwon
ba0a78da2a
templates/repo/branches: escape pound in branch name ( #4874 )
7 years ago
Unknwon
d7280f82ac
locale: sync from Crowdin
7 years ago
Unknwon
86d249eb16
migrations: remove unused function and fix compile error
7 years ago
Unknwon
40eb652cfa
public/plugins: update notebookjs to 0.3.0 ( #5077 )
7 years ago
Ruben Vermeersch
f4e4ea1374
public: update notebookjs to 0.3.0 ( #5084 )
...
Fixes #5077
7 years ago
James
199d67581a
templates/user/dashboard/issues: show labels to each issue ( #4976 )
...
* add issue labels
* remove hyperlink from issue label
* wrap labels in right aligned span
* put issues with div
put the issue labels within a div so they don't interfere with the number of comments
7 years ago
Unknwon
49bd893a77
bindata: update changes from pull requests
7 years ago
Andres D
8729a60c1d
templates/user/auth/login: disable password autocomplete ( #5068 )
...
As gogs can be linked with PAM it is recommended to disable the autocomplete on the password input.
7 years ago
Larry Li
f9c706e31b
templates/user/settings: fix delete email button ( #4998 )
7 years ago
Sanxing Chen
68d22e78bf
templates: update year in footer ( #4966 )
...
Happy new year!
7 years ago
kaajavi
ca874ba8c7
templates/repo: fix wrong branch url in branches view ( #4902 )
7 years ago
Unknwon
b9e4a052b8
vendor: update gopkg.in/macaron.v1
7 years ago
Unknwon
17d2a9c435
vendor: update github.com/gogits/git-module
7 years ago
Unknwon
6f2347fc71
locale: sync from Crowdin
...
Fixes #4811
7 years ago
Unknwon
b752fe6808
MISC: bump version
7 years ago
Ryan Chang
5260d70b19
templates: fix typo in repo/home.tmpl ( #4845 )
7 years ago
Unknwon
0f14b92bce
MISC: minor fixes in webhook
7 years ago
Unknwon
3b8b8a2ee3
pull_request: able to ignore whitespace when check conflict ( #4834 )
7 years ago
Unknwon
6f04ee879c
auth/ldap: allow placeholder %s for BindDN ( #2526 )
7 years ago
Unknwon
e1e76d3f88
admin/config: add UI for [http] section ( #3987 )
7 years ago
Unknwon
3dd93f5533
vendor: update github.com/gogits/git-module
7 years ago
Unknwon
34c2e52bd5
repo/pull: allow rebase before merging ( #4805 )
7 years ago
mharinder
5cd1fdeb9e
pull: add an option to use rebase for merging pull requests
...
For DVCS, either merge or rebase works for getting new code in a pull
request in the main branch.
The rebase workflow produces a linear history which is cleaner, and
more bisect-able.
This commit adds a repo-level option to enable the rebase workflow. Once
enabled, "Merge Pull Request" will be replaced by
"Rebase and Merge Pull Request" which does exactly what the user wants.
It's unlikely a project wants a mixed-use of both rebase and merge
workflows, therefore the feature is not implemented as a drop-down
button like what GitHub does
(https://github.com/blog/2243-rebase-and-merge-pull-requests ).
7 years ago
Unknwon
dbe6de313e
public: update Semantic UI 2.2.10 -> 2.2.13
7 years ago
Unknwon
4258bf3d54
user/auth: fix page not redirect after login
7 years ago
Unknwon
4d1d66d906
Bump version
7 years ago
Unknwon
b727e0be71
SECURITY: fix branch name persistent XSS
...
Reported by Carl Hattenfels.
7 years ago
Athurg Feng
52f3833811
Add Dingtalk webhook support ( #4773 )
...
* Add dingtalk webhook into html template
* Add Dingtalk's icon
* Insert dingtalk into repo's webhook page template
* Insert dingtalk into org's webhook page
* Add dingtalk into default webhook config
* Add locale string for add_dingtalk_hook_desc
* Update bindata
* Add dingtalk webhook form validator
* Add dingtalk hook task
* Add dingtalk hook create handler
* Add dingtalk hook edit handler
* Add dingtalk router
* Add dingtalk webhook task skeleton
* Add markdown link formatter
* Add Dingtalk ActionCard create wrapper
* Add support for dingtalk create event payload
* Add support for dingtalk delete event payload
* Add support for dingtalk fork event payload
* Add support for dingtalk push event payload
* Add support for dingtalk issue event payload
* Add support for dingtalk issue comment payload
* Add support for dingtalk pull event payload
* Add support for dingtalk release event payload
7 years ago
Unknwon
6bc11c4450
hook: fix email not sent after push ( #4430 )
...
Turns out mail service was not initialized at all, also mail must
be sent in sync in hook mode before program exits.
7 years ago
Unknwon
643c85e9c8
routes/home: minor code improve
7 years ago
Unknwon
dc10594d7b
repo: fix cannot fork repository ( #4572 )
...
Should not load attributes if repository not found in HasForkedRepo.
7 years ago
Unknwon
e02fac4968
repo: fix panic on pull request submit ( #4572 )
7 years ago
Unknwon
f67d6bbca3
repo/diff: fix line number in split view template ( #4584 )
7 years ago
Unknwon
c970c4ee41
css: not include line numbers in diff selection ( #4584 )
...
Changed template file in order to make CSS work properly.
7 years ago
Unknwon
8ed2330d6e
issue_comment: fix pg syntax ambiguous ( #4586 )
...
Also handle error related to time parsing.
7 years ago
Unknwon
d1a96c2543
cmd/restore: skip non existent directories in backup archive ( #4413 )
7 years ago
Unknwon
11b1498a6e
api/repo: load attributes when listing user repositories ( #4565 )
7 years ago
Unknwon
e16196124e
setting: disable SSH minimum key size check when not eligible ( #4507 )
8 years ago
Unknwon
ab2197bc75
random: some code simplify
8 years ago
Unknwon
a887e475e3
repo: change action visibility when repository visibility changed ( #4414 )
8 years ago
Unknwon
4400d2fdd9
Refactoring: rename package routers -> routes
8 years ago
Unknwon
91f65cedc8
repo/view: trim Windows line ending when display content ( #4546 )
8 years ago
Unknwon
09f2cbfb18
api/repo: response full API format for search results ( #4522 )
8 years ago
Unknwon
b40dc550ed
vendor: update github.com/go-xorm/* ( #4419 )
8 years ago
Unknwon
c210984b40
repo: improve relative path detection ( #4366 )
8 years ago
Unknwon
455dc072ba
repo: use BranchLink instead of TreeLink ( #4366 )
8 years ago
Unknwon
a851b77ac9
markup: able to display image from IPython notebook ( #4366 )
8 years ago
Unknwon
c0be055541
api/repo: fix admin migrate repo for non-org users ( #4479 )
8 years ago
Unknwon
36d6450977
repo/pull: detect case when no merge base found ( #4434 )
8 years ago