]> source.dussan.org Git - gitea.git/log
gitea.git
8 years agoFix dump of log and custom directory in dump cmd
kakwa [Sat, 28 Nov 2015 14:08:50 +0000 (15:08 +0100)]
Fix dump of log and custom directory in dump cmd

Now, the dump cmd uses setting.CustomPath and setting.LogRootPath
instead of setting.WorkDir which was kind of broken if the gogs
binary was in a different directory than gogs data.
Additionally, the backup of setting.CustomPath directory is only done
if it exists.

8 years agoUsing a tmp dir to generate db and repo dumps
kakwa [Sat, 28 Nov 2015 13:07:51 +0000 (14:07 +0100)]
Using a tmp dir to generate db and repo dumps

Using a tmp dir makes gogs dump more robust to concurrent runs.

It also permits an easier cleaning of the tmp files (gogs-db.sql and
gog-repo.zip) by just removing the tmp dir.

As a side effect, it partially fix bugs on workdir.
Previously, 'gogs dump' created the archives in the current directory,
and tried to include these archives from the directory where the
gogs binary lies.
ex: if gogs binary is in /usr/bin/gogs, and gogs dump is run from /tmp/,
/tmp/gog-repo.zip is created, but gogs dump tried to include
/usr/bin/gogs-repo.zip.

8 years agoAdding more error handling in dump cmd
kakwa [Sat, 28 Nov 2015 11:11:38 +0000 (12:11 +0100)]
Adding more error handling in dump cmd

The dump cmd did not check the return value of the z.AddFile or
z.AddDir when building the final archive.
It caused the dump command to succeed even if an error occurred.
The resulted dump archive could be corrupted/empty.
(errors could be various: removal by a concurrent process, disk full,
bugs in the dump cmd itself)

8 years agoUse better LDAP lib and should fix #1139
Unknwon [Thu, 26 Nov 2015 19:04:58 +0000 (14:04 -0500)]
Use better LDAP lib and should fix #1139

8 years agoMerge branch '0.8.0' of github.com:gogits/gogs into develop
Unknwon [Wed, 25 Nov 2015 16:01:40 +0000 (11:01 -0500)]
Merge branch '0.8.0' of github.com:gogits/gogs into develop

8 years agoprepare for release
Unknwon [Wed, 25 Nov 2015 14:36:26 +0000 (09:36 -0500)]
prepare for release

8 years agoadd unsupported migration prompt
Unknwon [Wed, 25 Nov 2015 14:27:27 +0000 (09:27 -0500)]
add unsupported migration prompt

8 years agoallow admin to migrate for any user/org
Unknwon [Wed, 25 Nov 2015 05:55:37 +0000 (00:55 -0500)]
allow admin to migrate for any user/org

8 years agominor fix markdown post process
Unknwon [Wed, 25 Nov 2015 00:29:35 +0000 (19:29 -0500)]
minor fix markdown post process

8 years agomore link fix
Unknwon [Wed, 25 Nov 2015 00:28:24 +0000 (19:28 -0500)]
more link fix

8 years ago#1944 Drop /org/ URL path prefix in organization home page
Unknwon [Wed, 25 Nov 2015 00:14:00 +0000 (19:14 -0500)]
#1944 Drop /org/ URL path prefix in organization home page

8 years agofix #2020
Unknwon [Tue, 24 Nov 2015 23:49:34 +0000 (18:49 -0500)]
fix #2020

8 years ago#2008 more supported git hooks
Unknwon [Tue, 24 Nov 2015 21:30:47 +0000 (16:30 -0500)]
#2008 more supported git hooks

8 years agoprint error log to client side when dev mode
Unknwon [Tue, 24 Nov 2015 03:33:24 +0000 (22:33 -0500)]
print error log to client side when dev mode

8 years ago#1681 some fixes for builtin SSH server on Windows
Unknwon [Tue, 24 Nov 2015 03:32:07 +0000 (22:32 -0500)]
#1681 some fixes for builtin SSH server on Windows

8 years agosome fix to #2026
Unknwon [Tue, 24 Nov 2015 01:43:04 +0000 (20:43 -0500)]
some fix to #2026

8 years agoMerge pull request #2024 from andreynering/dropzone-allow-all-files
Unknwon [Mon, 23 Nov 2015 15:54:48 +0000 (10:54 -0500)]
Merge pull request #2024 from andreynering/dropzone-allow-all-files

Fixing Dropzone should accept all files when config is "*/*".

8 years agoFixing Dropzone should accept all files when config is "*/*".
Andrey Nering [Mon, 23 Nov 2015 15:46:58 +0000 (13:46 -0200)]
Fixing Dropzone should accept all files when config is "*/*".

8 years agomore HTTP clone word fix
Unknwon [Sun, 22 Nov 2015 18:01:42 +0000 (13:01 -0500)]
more HTTP clone word fix

8 years agofix #2013
Unknwon [Sun, 22 Nov 2015 07:42:39 +0000 (02:42 -0500)]
fix #2013

8 years agominor JS fix
Unknwon [Sun, 22 Nov 2015 07:29:20 +0000 (02:29 -0500)]
minor JS fix

8 years agofix #650
Unknwon [Sun, 22 Nov 2015 06:32:09 +0000 (01:32 -0500)]
fix #650

8 years agoupgrade libs
Unknwon [Sun, 22 Nov 2015 02:09:18 +0000 (21:09 -0500)]
upgrade libs

8 years agofix possible panic
Unknwon [Sun, 22 Nov 2015 02:06:11 +0000 (21:06 -0500)]
fix possible panic

8 years agofix incorrect
Unknwon [Sun, 22 Nov 2015 00:30:11 +0000 (19:30 -0500)]
fix incorrect

8 years agoadd some log
Unknwon [Sun, 22 Nov 2015 00:11:57 +0000 (19:11 -0500)]
add some log

8 years agoremove tags redis and memcache
Unknwon [Sat, 21 Nov 2015 22:21:22 +0000 (17:21 -0500)]
remove tags redis and memcache

8 years agoprepare for release
Unknwon [Sat, 21 Nov 2015 19:40:29 +0000 (14:40 -0500)]
prepare for release

8 years agoupdate locales
Unknwon [Sat, 21 Nov 2015 19:08:23 +0000 (14:08 -0500)]
update locales

8 years agofix for #2012
Unknwon [Sat, 21 Nov 2015 19:02:37 +0000 (14:02 -0500)]
fix for #2012

8 years agominor fix on #1694
Unknwon [Sat, 21 Nov 2015 17:58:31 +0000 (12:58 -0500)]
minor fix on #1694

8 years agoMerge pull request #1694 from sapk/fix-admin-configuration-new-ui
Unknwon [Sat, 21 Nov 2015 17:53:33 +0000 (12:53 -0500)]
Merge pull request #1694 from sapk/fix-admin-configuration-new-ui

Fix admin configuration new ui

8 years agoFix admin configuration new ui
Antoine GIRARD [Sat, 21 Nov 2015 11:57:28 +0000 (12:57 +0100)]
Fix admin configuration new ui

8 years agonotice
Unknwon [Fri, 20 Nov 2015 16:37:17 +0000 (11:37 -0500)]
notice

8 years agoadd more debug info
Unknwon [Fri, 20 Nov 2015 13:43:15 +0000 (08:43 -0500)]
add more debug info

8 years agoHTML render fix
Unknwon [Fri, 20 Nov 2015 10:37:51 +0000 (05:37 -0500)]
HTML render fix

8 years agomore fix on #2002
Unknwon [Fri, 20 Nov 2015 09:08:08 +0000 (04:08 -0500)]
more fix on #2002

8 years agofix #2002
Unknwon [Fri, 20 Nov 2015 07:53:54 +0000 (02:53 -0500)]
fix #2002

8 years agofix #1383
Unknwon [Fri, 20 Nov 2015 07:38:41 +0000 (02:38 -0500)]
fix #1383

8 years agofix #1873
Unknwon [Fri, 20 Nov 2015 06:52:11 +0000 (01:52 -0500)]
fix #1873

8 years agobetter escape char handle
Unknwon [Fri, 20 Nov 2015 06:18:50 +0000 (01:18 -0500)]
better escape char handle

8 years agofix #1119 and data race in timming tasks
Unknwon [Fri, 20 Nov 2015 05:47:35 +0000 (00:47 -0500)]
fix #1119 and data race in timming tasks

8 years agofix minor dashboard CSS issue
Unknwon [Fri, 20 Nov 2015 04:52:23 +0000 (23:52 -0500)]
fix minor dashboard CSS issue

8 years agobetter error message
Unknwon [Thu, 19 Nov 2015 18:45:07 +0000 (13:45 -0500)]
better error message

8 years ago#1971 more general rule to detect error
Unknwon [Thu, 19 Nov 2015 18:04:07 +0000 (13:04 -0500)]
#1971 more general rule to detect error

8 years agofix typo for #1996
Unknwon [Thu, 19 Nov 2015 16:52:39 +0000 (11:52 -0500)]
fix typo for #1996

8 years agofix #1997
Unknwon [Thu, 19 Nov 2015 16:40:00 +0000 (11:40 -0500)]
fix #1997

8 years agominor fix on auto sign in
Unknwon [Thu, 19 Nov 2015 05:22:16 +0000 (00:22 -0500)]
minor fix on auto sign in

8 years agoupdate locale #1965
Unknwon [Thu, 19 Nov 2015 05:08:31 +0000 (00:08 -0500)]
update locale #1965

8 years agowork on #1891
Unknwon [Thu, 19 Nov 2015 04:52:09 +0000 (23:52 -0500)]
work on #1891

8 years agoMerge pull request #1994 from arthuroy/develop
Unknwon [Thu, 19 Nov 2015 04:01:06 +0000 (23:01 -0500)]
Merge pull request #1994 from arthuroy/develop

Fix #1965 - the hyperlink and the display name of the branch

8 years agofix #878
Unknwon [Thu, 19 Nov 2015 02:21:47 +0000 (21:21 -0500)]
fix #878

8 years ago#1401 #493 Admin should be able to see private repositories
Unknwon [Thu, 19 Nov 2015 00:49:11 +0000 (19:49 -0500)]
#1401 #493 Admin should be able to see private repositories

8 years ago#1742 Update default branch in git repository while change in web view
Unknwon [Thu, 19 Nov 2015 00:32:23 +0000 (19:32 -0500)]
#1742 Update default branch in git repository while change in web view

8 years agoUse refStr[len("refs/heads/"):] instead of refStr[11:] and fix error
Arthur Ouyang [Thu, 19 Nov 2015 00:10:44 +0000 (08:10 +0800)]
Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix error

Fix #1965

8 years agoUse refStr[11:] instead of TrimPrefix
Arthur Ouyang [Thu, 19 Nov 2015 00:05:27 +0000 (08:05 +0800)]
Use refStr[11:] instead of TrimPrefix

Fix #1965

8 years agoFix #1965 - the hyperlink and the display name of the branch
Arthur Ouyang [Wed, 18 Nov 2015 23:31:55 +0000 (07:31 +0800)]
Fix #1965 - the hyperlink and the display name of the branch

The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'

8 years agoUI: long organization name in create repository owner list
Unknwon [Wed, 18 Nov 2015 22:42:20 +0000 (17:42 -0500)]
UI: long organization name in create repository owner list

8 years agominor fix for #1992
Unknwon [Wed, 18 Nov 2015 22:19:36 +0000 (17:19 -0500)]
minor fix for #1992

8 years agoMerge pull request #1992 from Gibheer/disable_version_display
Unknwon [Wed, 18 Nov 2015 22:15:14 +0000 (17:15 -0500)]
Merge pull request #1992 from Gibheer/disable_version_display

fix #1957 - disable version display

8 years agofix old naming
Gibheer [Wed, 18 Nov 2015 22:12:42 +0000 (23:12 +0100)]
fix old naming

This is the old naming of the variable and I forgot to fix it. It now
works and is tested.

8 years agofix #1957 - disable version display
Gibheer [Wed, 18 Nov 2015 21:32:31 +0000 (22:32 +0100)]
fix #1957 - disable version display

This allows the admin to disable the version information about gogs and
go in use in the footer.

8 years agoadd admin op: delete missing repos
Unknwon [Wed, 18 Nov 2015 20:37:48 +0000 (15:37 -0500)]
add admin op: delete missing repos

8 years agofix #1981
Unknwon [Wed, 18 Nov 2015 20:11:37 +0000 (15:11 -0500)]
fix #1981

8 years agofix #1987
Unknwon [Wed, 18 Nov 2015 20:01:11 +0000 (15:01 -0500)]
fix #1987

8 years agofix #1979
Unknwon [Wed, 18 Nov 2015 19:51:38 +0000 (14:51 -0500)]
fix #1979

8 years agofix #1990
Unknwon [Wed, 18 Nov 2015 19:12:10 +0000 (14:12 -0500)]
fix #1990

8 years agofix #1988
Unknwon [Wed, 18 Nov 2015 18:14:46 +0000 (13:14 -0500)]
fix #1988

8 years agoMerge pull request #1769 from sapk/fix-admin-dashboard-new-ui
Unknwon [Wed, 18 Nov 2015 15:24:35 +0000 (10:24 -0500)]
Merge pull request #1769 from sapk/fix-admin-dashboard-new-ui

Fix admin dashboard new ui

8 years agominor css fix
Unknwon [Tue, 17 Nov 2015 07:20:49 +0000 (02:20 -0500)]
minor css fix

8 years agofix #1448
Unknwon [Tue, 17 Nov 2015 07:18:05 +0000 (02:18 -0500)]
fix #1448

8 years agoclean up code
Unknwon [Tue, 17 Nov 2015 04:33:40 +0000 (23:33 -0500)]
clean up code

8 years agofix CSS width
Unknwon [Tue, 17 Nov 2015 04:31:35 +0000 (23:31 -0500)]
fix CSS width

8 years agofix CSS
Unknwon [Tue, 17 Nov 2015 04:30:05 +0000 (23:30 -0500)]
fix CSS

8 years agonew watchers, stars and forks UI
Unknwon [Tue, 17 Nov 2015 04:28:46 +0000 (23:28 -0500)]
new watchers, stars and forks UI

8 years ago#1922 Pull request fail to merge with BIN
Unknwon [Tue, 17 Nov 2015 02:18:04 +0000 (21:18 -0500)]
#1922 Pull request fail to merge with BIN

8 years agoMerge pull request #1962 from 0rax/develop
Unknwon [Mon, 16 Nov 2015 17:11:06 +0000 (12:11 -0500)]
Merge pull request #1962 from 0rax/develop

Update S6 Path after Alpine Package update

8 years agoAdd `set -x` & `set -e` to docker/build.sh for better debugging
Jean-Philippe Roemer [Mon, 16 Nov 2015 16:49:40 +0000 (16:49 +0000)]
Add `set -x` & `set -e` to docker/build.sh for better debugging

8 years agoUpdate s6 path following package update
Jean-Philippe Roemer [Mon, 16 Nov 2015 16:48:09 +0000 (16:48 +0000)]
Update s6 path following package update

8 years agoonly show user's activities in profile
Unknwon [Mon, 16 Nov 2015 16:43:23 +0000 (11:43 -0500)]
only show user's activities in profile

8 years agoocticon fix in feeds
Unknwon [Mon, 16 Nov 2015 16:39:48 +0000 (11:39 -0500)]
octicon fix in feeds

8 years agoCSS fix
Unknwon [Mon, 16 Nov 2015 16:33:46 +0000 (11:33 -0500)]
CSS fix

8 years agominor fix for #1961
Unknwon [Mon, 16 Nov 2015 16:20:11 +0000 (11:20 -0500)]
minor fix for #1961

8 years agorepo sidebar active class
Unknwon [Mon, 16 Nov 2015 16:16:52 +0000 (11:16 -0500)]
repo sidebar active class

8 years agofix #1960
Unknwon [Mon, 16 Nov 2015 16:11:59 +0000 (11:11 -0500)]
fix #1960

8 years agowork on #1961
Unknwon [Mon, 16 Nov 2015 15:14:12 +0000 (10:14 -0500)]
work on #1961

8 years agofix #1959
Unknwon [Mon, 16 Nov 2015 05:26:20 +0000 (00:26 -0500)]
fix #1959

8 years agoremove test code
Unknwon [Mon, 16 Nov 2015 05:16:43 +0000 (00:16 -0500)]
remove test code

8 years agoUI fix
Unknwon [Mon, 16 Nov 2015 05:16:03 +0000 (00:16 -0500)]
UI fix

8 years agoUI fix
Unknwon [Mon, 16 Nov 2015 05:03:23 +0000 (00:03 -0500)]
UI fix

8 years agominor HTML fix
Unknwon [Mon, 16 Nov 2015 04:59:39 +0000 (23:59 -0500)]
minor HTML fix

8 years agofix #1958
Unknwon [Mon, 16 Nov 2015 04:52:46 +0000 (23:52 -0500)]
fix #1958

8 years agominor fix for #1949
Unknwon [Sun, 15 Nov 2015 22:37:26 +0000 (17:37 -0500)]
minor fix for #1949

8 years agofix api broken
Unknwon [Sun, 15 Nov 2015 22:07:44 +0000 (17:07 -0500)]
fix api broken

8 years agoMerge pull request #1949 from TheHowl/develop
Unknwon [Sun, 15 Nov 2015 21:23:55 +0000 (16:23 -0500)]
Merge pull request #1949 from TheHowl/develop

Fix bad issue links in non-readme markdown files

8 years agoSafely detect urlPrefix in the format /:owner/:repo
Howl [Sun, 15 Nov 2015 21:22:25 +0000 (22:22 +0100)]
Safely detect urlPrefix in the format /:owner/:repo

8 years agofix #1953
Unknwon [Sun, 15 Nov 2015 19:55:12 +0000 (14:55 -0500)]
fix #1953

8 years agofix markdown padding
Unknwon [Sun, 15 Nov 2015 19:50:35 +0000 (14:50 -0500)]
fix markdown padding

8 years ago#1931 Test patch does not checkout correct base branch
Unknwon [Sun, 15 Nov 2015 19:41:36 +0000 (14:41 -0500)]
#1931 Test patch does not checkout correct base branch

8 years agofix #1948
Unknwon [Sun, 15 Nov 2015 19:05:51 +0000 (14:05 -0500)]
fix #1948