Unknwon
791bf77886
fix #2042
10 years ago
Unknwon
043da9de5a
Merge branch 'feature/wiki' into develop
10 years ago
Unknwon
72d7ca7fbd
finish wiki
10 years ago
Unknwon
41fbc60a2c
Merge pull request #2053 from kakwa/develop
various fixes in gogs dump command
10 years ago
Adam Strzelecki
6b10567eef
Admin should be able to see all organizations
This is follow-up for 56c66ee486 allowing admin
to see private repositories, even when not being member of them.
10 years ago
Unknwon
b8aaca0747
#1681 carry --config flag for builtin SSH
10 years ago
Unknwon
5f5bf79cfb
add line break after SSH error message
10 years ago
kakwa
7e3fa5f1ac
add name of the dump file in last log message
10 years ago
kakwa
4138113c96
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.
10 years ago
kakwa
37aad3389d
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.
10 years ago
kakwa
56d040b8ac
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)
10 years ago
Unknwon
063c916837
wiki: finish pages
10 years ago
Unknwon
7943f3f40e
wiki: finish edit
10 years ago
Unknwon
42d8bbe23e
wiki: finish new
10 years ago
Unknwon
43eda8feb3
introduce git-shell
10 years ago
Unknwon
34ca19347f
Use better LDAP lib and should fix #1139
10 years ago
Unknwon
92c67cd672
Wiki: UI for page new
10 years ago
Unknwon
130587ac9a
Merge branch '0.8.0' of github.com:gogits/gogs into develop
10 years ago
Unknwon
4135588e83
prepare for release
10 years ago
Unknwon
a4f930f86c
add unsupported migration prompt
10 years ago
Unknwon
67ccea3792
allow admin to migrate for any user/org
10 years ago
Unknwon
d921d5a37d
minor fix markdown post process
10 years ago
Unknwon
16ecc0a9c0
more link fix
10 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
10 years ago
Unknwon
b9303efd7c
fix #2020
10 years ago
Unknwon
fe32140ce0
#2008 more supported git hooks
10 years ago
Unknwon
58be232090
print error log to client side when dev mode
10 years ago
Unknwon
48c519be58
#1681 some fixes for builtin SSH server on Windows
10 years ago
Unknwon
9e2d9998bf
some fix to #2026
10 years ago
Unknwon
637cea5c30
Merge pull request #2024 from andreynering/dropzone-allow-all-files
Fixing Dropzone should accept all files when config is "*/*".
10 years ago
Andrey Nering
120178cb88
Fixing Dropzone should accept all files when config is "*/*".
10 years ago
Unknwon
77b9822647
more HTTP clone word fix
10 years ago
Emrah URHAN
2aada3befa
Latest develop updates is merged with my RaspberryPi Dockerfile version.
Merge branch 'develop' of https://github.com/gogits/gogs into develop
10 years ago
Emrah URHAN
3bdf0768f8
Dockerfile for RaspberryPi is added.
10 years ago
Unknwon
549f196be9
fix #2013
10 years ago
Unknwon
1a99a42dd7
minor JS fix
10 years ago
Unknwon
a14c20813c
fix #650
10 years ago
Unknwon
24bcdb8711
upgrade libs
10 years ago
Unknwon
43b9b14520
fix possible panic
10 years ago
Unknwon
769376c5ed
fix incorrect
10 years ago
Unknwon
ba9c044ac5
add some log
10 years ago
Unknwon
351ac1728d
remove tags redis and memcache
10 years ago
Unknwon
d1ac2abb36
prepare for release
10 years ago
Unknwon
c76b07701f
update locales
10 years ago
Unknwon
58e4eebf77
fix for #2012
10 years ago
Unknwon
5236dd3a2d
minor fix on #1694
10 years ago
Unknwon
c17aa36c0c
Merge pull request #1694 from sapk/fix-admin-configuration-new-ui
Fix admin configuration new ui
10 years ago
Antoine GIRARD
e52408bf5a
Fix admin configuration new ui
10 years ago
Unknwon
5bb5e34f93
notice
10 years ago
Unknwon
b0cd76734d
add more debug info
10 years ago