Unknwon
63eaac67a6
repo: improve error handling for PR #4803
7 years ago
Unknwon
1f7983059a
models: move ErrBranchNotExist to errors package
7 years ago
bayangan1991
51e087fd87
repo: disallow web ui to delete protected branch after PR merged ( #4803 )
...
* Disallow web ui to delete protected branch
* Fix for branches not yet protected
Had to change how error was handled. If a branch had not yet been protected the error would be generated.
Reworked to start as false and then use the protected if it was found.
7 years ago
Markus Hauschild
679147cd5d
pkgr: update spec to build on Debian 9 (Stretch) ( #5083 )
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
Wendell Sun
e4f187cd3d
models: bug fix for query protected branches ( #5054 )
...
Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
7 years ago
Larry Li
f9c706e31b
templates/user/settings: fix delete email button ( #4998 )
7 years ago
Anton Kazarinov
c5728291ba
conf/gitignore: add PhpStorm and WebStorm ( #4974 )
7 years ago
Sanxing Chen
68d22e78bf
templates: update year in footer ( #4966 )
...
Happy new year!
7 years ago
Douglas Thrift
0bfce7aca4
repo/commit: fix file commit history pagination ( #4965 )
...
- The `commits_table.tmpl` pagination uses a `$.FileName` variable in
order to generate the next/previous URLs, but it seems like that
variable was no longer being populated in `renderCommits`.
7 years ago
Drahoslav Bednář
7faa2356d8
pkg/context: add doctype to go-get=1 response ( #4938 )
7 years ago
Arnie97
2a8a293c7c
pkg/tool: use identicon image as the default gravatar ( #4934 )
7 years ago
Flávio Monteiro
f3e8352193
locale: update TRANSLATORS ( #4908 )
7 years ago
kaajavi
ca874ba8c7
templates/repo: fix wrong branch url in branches view ( #4902 )
7 years ago
Unknwon
f274f76607
vendor: update github.com/go-xorm/core
...
Related #4642
7 years ago
Unknwon
a8b9cefa73
ci: add Go 1.10
7 years ago
Unknwon
b9e4a052b8
vendor: update gopkg.in/macaron.v1
7 years ago
Unknwon
4a669f5478
web: support HTTP HEAD requests ( #2857 )
7 years ago
Unknwon
ade8aab43f
locale: sync from Crowdin
...
Added Indonesian and Persian
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
dd245fe8bd
pull_request: fix changes not pushed to upstream if between two repositories ( #4890 )
7 years ago
m2nlight
f12c058b78
models: update mySQL charset=utf8mb4 ( #4880 )
...
* Add utf8mb4 to connStr for mysql. fix #4131
* Update models.go. charset=utf8mb4 for mysql.
charset=utf8mb4 for mysql.
7 years ago
Robin Alexander Richtsfeld
3cba8778b2
scripts: fix overextending of variable name ( #4888 )
7 years ago
Unknwon
1c33c936e6
MISC: add Discord invite link to README
...
[CI SKIP]
7 years ago
m2nlight
67d67289c7
models: add utf8mb4 to connStr for mysql ( #4878 )
7 years ago
Unknwon
f4ab9f9932
css: fix UI breaks
7 years ago
Unknwon
b752fe6808
MISC: bump version
7 years ago
Unknwon
114677b747
bindata: update
7 years ago
无闻
9362b9fdfe
cmd/hook: fix custom hook cannot be executed on Windows ( #4255 )
...
This solution still requires the server installed git-bash.
7 years ago
Unknwon
f48921c256
README: update numer of language supported
...
[CI SKIP]
7 years ago
Unknwon
51e0eef11e
locale: sync from Crowdin
7 years ago
Ross Williams
925c2a2ca2
docker: symlink fixes ( #4747 )
...
* Prevent circular links (symlinks) from being created:
* /data/gogs/log/log -> /data/gogs/log
* /data/gogs/data/data -> /data/gogs/data
* /data/git/git -> /data/git
7 years ago
Yen Chi Hsuan
f1465b6847
locale: fix the language name for zh_TW ( #4807 )
7 years ago
Ryan Chang
5260d70b19
templates: fix typo in repo/home.tmpl ( #4845 )
7 years ago
33MHz
339fd9c5a4
locale: fix English grammar for delete repository dialog ( #4862 )
...
* fix typo in en-US delete dialog
* fix typo in en-GB delete dialog
* improve en-GB delete dialog language
* improve en-US delete dialog language
7 years ago
Unknwon
0f14b92bce
MISC: minor fixes in webhook
7 years ago
Unknwon
43d6ad5fda
pull: fix after commit ID is not latest commit in the base branch ( #4442 )
7 years ago
Unknwon
667c40c3de
css: fix minor table issue
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
221aa8968a
CI: add go 1.9.x
7 years ago
Unknwon
86931f546f
repo: fix go-get meta tags ( #4832 )
...
The first part in go-import should be the root import path. It
included subpath when 'go get' with a subpath and was not correct.
7 years ago
Unknwon
ae40bb00b3
vendor: update github.com/gogits/git-module ( #4855 )
7 years ago
Unknwon
3dd93f5533
vendor: update github.com/gogits/git-module
7 years ago