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
Unknwon
181dc5d75e
editor: remove out of sync branch before checkout again
...
If a branch was deleted from server, sometimes it is not reflected
on local copy. Therefore, we need to remove the branch with same
name if it is out of sync and then checkout to correct version.
7 years ago
Mohammad Gholami
ae4c4708ad
locale: update TRANSLATORS ( #4866 )
...
Crowdin contributor
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
Anton Antonov
77c77fbd42
api: add endpoint /api/v1/user/orgs ( #4835 )
...
* Add API endpoint /api/v1/user/orgs
The difference between this endpoint and
/api/v1/admin/users/<username>/orgs,
is that here you're creating a repo with the `user`
that corresponds to the API token you're using.
* Extract duplicate API org creation
7 years ago
Unknwon
9b4054f1fc
locale: sync from Crowdin
7 years ago
Unknwon
af3911b833
MISC: update README and migration comment
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
Unknwon
ea313d0c1e
SECURITY: HTML injection in user search API
...
Reported by Tim Hawes.
7 years ago
Unknwon
c1507eda45
locale: sync from Crowdin
7 years ago
Robert Beal
ce7496aec9
docker: allow setting UID and GID when running a container ( #4776 )
...
* Allow setting the UID and GID when running a docker container via shadow
* Disable password login via usermod (fix leaving user in insecure state)
7 years ago
Josef Kemetmüller
b16c12f67b
cmd/admin: add subcommands for all admin dashboard actions ( #4813 )
7 years ago
Unknwon
1b24e6ed76
locale: sync from Crowdin
7 years ago