Unknwon
320ebf419c
Merge pull request #2076 from Gibheer/new_mirror
add new mirror button to dashboard
9 years ago
Gibheer
656d90ff25
add new mirror button to dashboard
This adds the button to create a new mirror on the dashboard at the same
place where "new repository" and "new organization" already exist.
9 years ago
Unknwon
93bdb360bd
Merge pull request #2016 from raxetul/develop
Dockerfile for RaspberryPi is added.
9 years ago
Unknwon
2250edf7d8
Merge pull request #2069 from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
9 years ago
Unknwon
791bf77886
fix #2042
9 years ago
Unknwon
043da9de5a
Merge branch 'feature/wiki' into develop
9 years ago
Unknwon
72d7ca7fbd
finish wiki
9 years ago
Unknwon
41fbc60a2c
Merge pull request #2053 from kakwa/develop
various fixes in gogs dump command
9 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.
9 years ago
Unknwon
b8aaca0747
#1681 carry --config flag for builtin SSH
9 years ago
Unknwon
5f5bf79cfb
add line break after SSH error message
9 years ago
kakwa
7e3fa5f1ac
add name of the dump file in last log message
9 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.
9 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.
9 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)
9 years ago
Unknwon
063c916837
wiki: finish pages
9 years ago
Unknwon
7943f3f40e
wiki: finish edit
9 years ago
Unknwon
42d8bbe23e
wiki: finish new
9 years ago
Unknwon
43eda8feb3
introduce git-shell
9 years ago
Unknwon
34ca19347f
Use better LDAP lib and should fix #1139
9 years ago
Unknwon
92c67cd672
Wiki: UI for page new
9 years ago
Unknwon
130587ac9a
Merge branch '0.8.0' of github.com:gogits/gogs into develop
9 years ago
Unknwon
4135588e83
prepare for release
9 years ago
Unknwon
a4f930f86c
add unsupported migration prompt
9 years ago
Unknwon
67ccea3792
allow admin to migrate for any user/org
9 years ago
Unknwon
d921d5a37d
minor fix markdown post process
9 years ago
Unknwon
16ecc0a9c0
more link fix
9 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
b9303efd7c
fix #2020
9 years ago
Unknwon
fe32140ce0
#2008 more supported git hooks
9 years ago
Unknwon
58be232090
print error log to client side when dev mode
9 years ago
Unknwon
48c519be58
#1681 some fixes for builtin SSH server on Windows
9 years ago
Unknwon
9e2d9998bf
some fix to #2026
9 years ago
Unknwon
637cea5c30
Merge pull request #2024 from andreynering/dropzone-allow-all-files
Fixing Dropzone should accept all files when config is "*/*".
9 years ago
Andrey Nering
120178cb88
Fixing Dropzone should accept all files when config is "*/*".
9 years ago
Unknwon
77b9822647
more HTTP clone word fix
9 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
9 years ago
Emrah URHAN
3bdf0768f8
Dockerfile for RaspberryPi is added.
9 years ago
Unknwon
549f196be9
fix #2013
9 years ago
Unknwon
1a99a42dd7
minor JS fix
9 years ago
Unknwon
a14c20813c
fix #650
9 years ago
Unknwon
24bcdb8711
upgrade libs
9 years ago
Unknwon
43b9b14520
fix possible panic
9 years ago
Unknwon
769376c5ed
fix incorrect
9 years ago
Unknwon
ba9c044ac5
add some log
9 years ago
Unknwon
351ac1728d
remove tags redis and memcache
9 years ago
Unknwon
d1ac2abb36
prepare for release
9 years ago
Unknwon
c76b07701f
update locales
9 years ago
Unknwon
58e4eebf77
fix for #2012
9 years ago
Unknwon
5236dd3a2d
minor fix on #1694
9 years ago