Unknwon
0049c80cd9
less/repository: minor fix for #git-stats
8 years ago
Unknwon
ebc0943713
templates/repo: only show Git stats in repository home page ( #3518 )
...
Move 'Commits' and 'Releases' tabs down to body.
This patch also reduces page load time for pages that do not need
to use commits count anywhere. Get commits count can hurt
performance badly for huge repositories that has tens of thousands
commits like Linux Kernel.
8 years ago
Unknwon
451aef7a1c
release: improve page load performance
...
Previously, we load all releases of a repository which could hurt
performance when the repository has a lot of releases.
Now we're able to only load releases in current page view we need
to show by matching with 'tag_name'.
8 years ago
Unknwon
22882d7c04
models/user: explicitly select for organization type
8 years ago
Unknwon
c3cde864f8
models/pull: treat all errors as conflict ( #4265 )
...
If there is a misdetection, log shows everything.
8 years ago
Unknwon
f860ddbbb7
models/pull: better error message detection ( #4265 )
...
Stop using English phrases in case of Git localization.
8 years ago
Unknwon
89cc6aa430
webhook: add issue comment event
8 years ago
Unknwon
c93731339f
webhook: support Issues event ( #2319 )
...
Also addresses #3485 .
8 years ago
Unknwon
bab448681d
models/user: handle case when user doesn't belong to any organization ( #4258 )
8 years ago
Unknwon
de2d3e3fd8
ssh_key: create parent directory of 'authorized_keys' file
8 years ago
Unknwon
295d251232
mirror: update repository updated_unix after sync ( #2807 )
8 years ago
Unknwon
83f6b8e847
Protected branches: allow whitelist bypass require pull request check ( #4207 )
8 years ago
Unknwon
e38fef0009
Update README
8 years ago
Unknwon
6c3424dc3f
repo/setting: fix admin cannot transfer organizational repository
8 years ago
Unknwon
d1f0bc48ce
repo/setting: fix admin cannot delete organizational repository wiki
8 years ago
Unknwon
bb005f3f9a
models/user: better directory handling when change username
...
Previously, if the user base directory somehow doesn't exist, the
application throws 500 for failure of rename.
Now it detects if the application should rename or just create a
new directory.
8 years ago
Unknwon
e6dbfd918c
security: fix vulnerability in changing username
...
Reported by João Arnaut.
8 years ago
Unknwon
c2f0711db0
Update locale
8 years ago
Unknwon
92153fd898
git_hook: add new env var 'GOGS_AUTH_USER_EMAIL' ( #4252 )
8 years ago
Unknwon
a9d2480c7f
templates/user/profile: fix link to avatar settings ( #4251 )
8 years ago
Unknwon
fd70d503e0
public: minor fixes on build tool config
8 years ago
Unknwon
8b73c8076f
modules/markdown: fix wrong raw link to internal images
8 years ago
Unknwon
971a96a962
Revert "public: update Semantic UI from 2.2.7 -> 2.2.9"
...
This reverts commit eaab01fa49
.
8 years ago
Unknwon
e9838a83ce
routers/repo/http: only prompt HTTP Basic Authentication when intended
...
Sometimes user could simply request wrong URL, but if that wrong URL
has nothing related Git HTTP operations, HTTP Basic Authentication
should not prompted. Instead, clean 404 page should be presented.
The patch also supports Git HTTP operations without '.git' suffix
to the repository name, which addresses #4226 and #4189 .
8 years ago
Fastidious
837fc9847d
conf/gitignore: use correct OS name ( #4240 )
...
This is no more OSX, but macOS. Long live macOS!
8 years ago
Unknwon
7e883f891a
scripts: update gogs.service ( #4223 )
...
According to https://goo.gl/ea8k9K , it hurts nothing to use
nonexistent services but gains convenient for default settings.
8 years ago
Félix MIKAELIAN
e19a69442d
Update README.md ( #4238 )
8 years ago
Unknwon
ebd95dd082
models/org: reduce to 2 SQL executions for GetOrgIDsByUserID
...
This also addresses #4231 . It is now ignoring nonexistent
organizations returned from 'org_user' table.
This was a bug caused in older version that didn't cleanup
'org_user' table when delete an organization.
8 years ago
Unknwon
f7b7d008b6
setting: fix Webhook.SkipTLSVerify didn't load ( #4228 )
8 years ago
Unknwon
b39454ca16
scripts: update gogs.service ( #4223 )
...
Add 'After=mariadb.service’.
[CI SKIP]
8 years ago
Bo-Yi Wu
00943a025f
locale: update TRANSLATORS ( #4224 )
8 years ago
Unknwon
600f748cb0
vendor: update golang.org/x/crypto/ssh
...
Related to #4160
8 years ago
Unknwon
038b107c3d
Update locale
...
Also fixes #4213
8 years ago
Unknwon
c6e08d76fd
admin/config: minor CSS fix
8 years ago
Unknwon
6daac151b8
miniwinsvc: fix import path
8 years ago
Unknwon
e08161a302
hook: fix can’t be executed while run as service on Windows ( #4207 )
8 years ago
atzoum
341eafcf04
adapt Dockerfile.aarch64 ( #4210 )
8 years ago
Unknwon
dd649eb4cc
admin: fix template error
...
Also a try to display key-value pairs in table.
8 years ago
Unknwon
d43f5f17fd
webhook: fix push panic to organizational repository ( #4206 )
8 years ago
Corentin BRETON
193cc3ba9a
locale: update TRANSLATORS ( #4204 )
8 years ago
Unknwon
fd667ca1d8
Merge branch 'master' of github.com:gogits/gogs into develop
8 years ago
Unknwon
9d40b8a83c
Bump version
8 years ago
Unknwon
b0169ba064
Merge branch 'master' of github.com:gogits/gogs into develop
8 years ago
Unknwon
9ace35ee8b
repo_branch: fix inapproriate logic
8 years ago
Unknwon
ca2cfaf71e
cmd: able to backup and restore
...
Not very robust, must execute under correct workdir.
Addresses #2072 , #3708 , #648
8 years ago
Unknwon
b06f299748
webhook: add fork event
8 years ago
Unknwon
beea014343
template: add more icons for news feed
8 years ago
Unknwon
70072e2842
dashboard: add delete branch and tag news feeds
8 years ago
Unknwon
f0086e66ae
webhook: able to detect delete branch or tag ( #2315 )
8 years ago
Unknwon
7fe13e72d8
cmd: refactoring command name
8 years ago