Unknwon
e6af6487e1
locale: sync from Crowdin
...
Add Vietnamese
2018-04-16 17:48:23 -04:00
Unknwon
cb47595f13
Bump version
2018-04-12 10:57:43 -04:00
Unknwon
c59704a24b
public: update Semantic UI 2.2.13 -> 2.3.1
2018-04-12 09:57:27 -04:00
Unknwon
f2ecfdc96a
auth: support authentication source config file ( #3142 )
2018-04-12 09:55:58 -04:00
Unknwon
717d409b72
templates/admin/auth/list: rename list title
2018-04-11 19:39:17 -04:00
Unknwon
6e207c823e
templates/admin/auth/list: move "new" button to table foot
2018-04-11 19:38:52 -04:00
Unknwon
8b66c433c5
models/pull: fix error on merge pull requests to non-default branch ( #5138 )
2018-04-09 07:26:38 -04:00
Unknwon
55f148f499
template: delete legacy file
2018-04-02 00:03:07 -04:00
Unknwon
34bd04f925
MISC: fix typo and grammar
...
Reference: 932490d7f1 (commitcomment-28344918)
2018-03-30 04:40:13 -04:00
Unknwon
17d789a785
pkg/mailer: support custom mail subject prefix ( #4524 )
2018-03-30 03:52:23 -04:00
Unknwon
63a263f542
templates/admin/config: show SSH.StartBuiltinServer
2018-03-30 01:42:35 -04:00
Unknwon
932490d7f1
conf: add option to rewrite authorized_keys file at start ( #4435 )
...
Added config option '[server] REWRITE_AUTHORIZED_KEYS_AT_START'.
2018-03-30 01:32:18 -04:00
Unknwon
c17a6ff533
templates/repo: show quick guide to people with write permission ( #4646 )
...
Used to only show people who has admin permission.
2018-03-29 05:57:11 -04:00
Unknwon
75555585e8
models/pull: fix rebase merging no effect ( #5051 )
2018-03-21 19:11:36 -04:00
Unknwon
28e0003a9a
templates/repo/branches: escape pound in branch name ( #4874 )
2018-03-20 20:11:02 -04:00
Jorge Maldonado Ventura
2818ce4632
templates: make dropdowns menus work when JavaScript is disabled ( #4780 )
...
* Make dropdowns menus work when JavaScript is disabled
* Update head.tmpl
* Update head.tmpl
2018-03-20 20:04:34 -04:00
Unknwon
52ee796d6d
repo_branch: fix SQL builder ( #5054 )
2018-03-20 19:06:13 -04:00
Unknwon
ba0a78da2a
templates/repo/branches: escape pound in branch name ( #4874 )
2018-03-12 15:27:27 -04:00
Unknwon
d7280f82ac
locale: sync from Crowdin
2018-03-12 09:23:29 -04:00
Unknwon
86d249eb16
migrations: remove unused function and fix compile error
2018-03-09 00:33:40 -05:00
Unknwon
40eb652cfa
public/plugins: update notebookjs to 0.3.0 ( #5077 )
2018-03-08 02:12:04 -05:00
Ruben Vermeersch
f4e4ea1374
public: update notebookjs to 0.3.0 ( #5084 )
...
Fixes #5077
2018-03-08 02:06:57 -05:00
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
2018-03-07 06:39:38 -05:00
Unknwon
49bd893a77
bindata: update changes from pull requests
2018-03-06 17:22:27 -05:00
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.
2018-03-06 17:20:38 -05:00
Larry Li
f9c706e31b
templates/user/settings: fix delete email button ( #4998 )
2018-03-06 17:03:43 -05:00
Sanxing Chen
68d22e78bf
templates: update year in footer ( #4966 )
...
Happy new year!
2018-03-06 16:47:35 -05:00
kaajavi
ca874ba8c7
templates/repo: fix wrong branch url in branches view ( #4902 )
2018-03-06 16:35:24 -05:00
Unknwon
b9e4a052b8
vendor: update gopkg.in/macaron.v1
2018-03-06 01:25:55 -05:00
Unknwon
17d2a9c435
vendor: update github.com/gogits/git-module
2018-03-02 02:17:04 -05:00
Unknwon
6f2347fc71
locale: sync from Crowdin
...
Fixes #4811
2017-11-22 14:46:14 -05:00
Unknwon
b752fe6808
MISC: bump version
2017-11-19 13:29:06 -05:00
Ryan Chang
5260d70b19
templates: fix typo in repo/home.tmpl ( #4845 )
2017-11-18 00:47:48 -05:00
Unknwon
0f14b92bce
MISC: minor fixes in webhook
2017-11-18 00:38:46 -05:00
Unknwon
3b8b8a2ee3
pull_request: able to ignore whitespace when check conflict ( #4834 )
2017-11-16 22:22:38 -05:00
Unknwon
6f04ee879c
auth/ldap: allow placeholder %s for BindDN ( #2526 )
2017-11-16 19:32:33 -05:00
Unknwon
e1e76d3f88
admin/config: add UI for [http] section ( #3987 )
2017-11-16 19:03:46 -05:00
Unknwon
3dd93f5533
vendor: update github.com/gogits/git-module
2017-11-16 00:04:07 -05:00
Unknwon
34c2e52bd5
repo/pull: allow rebase before merging ( #4805 )
2017-11-15 23:28:31 -05:00
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 ).
2017-11-15 23:28:23 -05:00
Unknwon
dbe6de313e
public: update Semantic UI 2.2.10 -> 2.2.13
2017-11-15 21:59:47 -05:00
Unknwon
4258bf3d54
user/auth: fix page not redirect after login
2017-10-22 19:29:17 -04:00
Unknwon
4d1d66d906
Bump version
2017-10-15 00:12:52 -04:00
Unknwon
b727e0be71
SECURITY: fix branch name persistent XSS
...
Reported by Carl Hattenfels.
2017-10-15 00:07:46 -04:00
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
2017-09-21 14:32:48 -04:00
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.
2017-07-27 16:53:02 -04:00
Unknwon
643c85e9c8
routes/home: minor code improve
2017-07-18 22:09:57 -04:00
Unknwon
dc10594d7b
repo: fix cannot fork repository ( #4572 )
...
Should not load attributes if repository not found in HasForkedRepo.
2017-07-18 12:56:23 -04:00
Unknwon
e02fac4968
repo: fix panic on pull request submit ( #4572 )
2017-07-14 18:51:23 -04:00
Unknwon
f67d6bbca3
repo/diff: fix line number in split view template ( #4584 )
2017-07-14 17:02:45 -04:00