Unknwon
75555585e8
models/pull: fix rebase merging no effect ( #5051 )
7 years ago
Unknwon
28e0003a9a
templates/repo/branches: escape pound in branch name ( #4874 )
7 years ago
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
7 years ago
Unknwon
52ee796d6d
repo_branch: fix SQL builder ( #5054 )
7 years ago
Unknwon
0f737f2999
vendor: update gopkg.in/clog.v1
7 years ago
William Hilton
6a185e94b9
repo/http: add CORS headers to allow clone/push from browser agents ( #4970 )
7 years ago
Unknwon
ba0a78da2a
templates/repo/branches: escape pound in branch name ( #4874 )
7 years ago
Dennis Chen
f0bbcef3a4
api: fix nil pointer dereference on repo/forks ( #4633 )
...
Sets BaseRepo value for each resulting fork in GetForks().
Finds correct permissions for parent repository in APIFormat().
The output JSON is a little redundant, perhaps we should offer a
different view of the api.Repository without the Parent attribute?
Signed-off-by: Dennis Chen <barracks510@gmail.com>
7 years ago
Unknwon
d7280f82ac
locale: sync from Crowdin
7 years ago
m2nlight
aa53d0978c
models: add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 ( #4913 )
...
* Add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 (fix #4894 )
* Update models.go
Rename NewEngine2 to NewEngineWithParams
* Rename NewEngine2 to NewEngineWithParams
Please update vendor when https://github.com/go-xorm/xorm/pull/798 closed.
* Update dialect_mysql.go
* Update dialect_mysql.go
* Update models.go
7 years ago
Julian Xhokaxhiu
ffdd8b3afa
docker: enable Automated builds for aarch64 ( ARM64 ) platforms ( #5058 )
...
* Enable Automated builds for aarch64
* Native aarch64 build
* Move to the new organization
* Try to build it with latest go binary
* Rebuild using Go 1.10
7 years ago
Unknwon
86d249eb16
migrations: remove unused function and fix compile error
7 years ago
Unknwon
28f74cf1c6
vendor: update github.com/go-xorm/xorm ( #4913 )
7 years ago
Unknwon
83655d5c00
vendor: update github.com/go-xorm/core ( #4913 )
7 years ago
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