aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #2053 from kakwa/developUnknwon2015-11-30
|\ | | | | various fixes in gogs dump command
| * add name of the dump file in last log messagekakwa2015-11-28
| |
| * Fix dump of log and custom directory in dump cmdkakwa2015-11-28
| | | | | | | | | | | | | | | | 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.
| * Using a tmp dir to generate db and repo dumpskakwa2015-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Adding more error handling in dump cmdkakwa2015-11-28
| | | | | | | | | | | | | | | | | | 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)
* | #1681 carry --config flag for builtin SSHUnknwon2015-11-30
| |
* | add line break after SSH error messageUnknwon2015-11-30
|/
* Use better LDAP lib and should fix #1139Unknwon2015-11-26
|
* Merge branch '0.8.0' of github.com:gogits/gogs into developUnknwon2015-11-25
|\
| * add unsupported migration promptUnknwon2015-11-25
| |
* | prepare for releaseUnknwon2015-11-25
|/
* allow admin to migrate for any user/orgUnknwon2015-11-25
|
* minor fix markdown post processUnknwon2015-11-24
|
* more link fixUnknwon2015-11-24
|
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-24
|
* fix #2020Unknwon2015-11-24
|
* #2008 more supported git hooksUnknwon2015-11-24
|
* print error log to client side when dev modeUnknwon2015-11-23
|
* #1681 some fixes for builtin SSH server on WindowsUnknwon2015-11-23
|
* some fix to #2026Unknwon2015-11-23
|
* Merge pull request #2024 from andreynering/dropzone-allow-all-filesUnknwon2015-11-23
|\ | | | | Fixing Dropzone should accept all files when config is "*/*".
| * Fixing Dropzone should accept all files when config is "*/*".Andrey Nering2015-11-23
|/
* more HTTP clone word fixUnknwon2015-11-22
|
* fix #2013Unknwon2015-11-22
|
* minor JS fixUnknwon2015-11-22
|
* fix #650Unknwon2015-11-22
|
* upgrade libsUnknwon2015-11-21
|
* fix possible panicUnknwon2015-11-21
|
* fix incorrectUnknwon2015-11-21
|
* add some logUnknwon2015-11-21
|
* remove tags redis and memcacheUnknwon2015-11-21
|
* prepare for releaseUnknwon2015-11-21
|
* update localesUnknwon2015-11-21
|
* fix for #2012Unknwon2015-11-21
|
* minor fix on #1694Unknwon2015-11-21
|
* Merge pull request #1694 from sapk/fix-admin-configuration-new-uiUnknwon2015-11-21
|\ | | | | Fix admin configuration new ui
| * Fix admin configuration new uiAntoine GIRARD2015-11-21
|/
* noticeUnknwon2015-11-20
|
* add more debug infoUnknwon2015-11-20
|
* HTML render fixUnknwon2015-11-20
|
* more fix on #2002Unknwon2015-11-20
|
* fix #2002Unknwon2015-11-20
|
* fix #1383Unknwon2015-11-20
|
* fix #1873Unknwon2015-11-20
|
* better escape char handleUnknwon2015-11-20
|
* fix #1119 and data race in timming tasksUnknwon2015-11-20
|
* fix minor dashboard CSS issueUnknwon2015-11-19
|
* better error messageUnknwon2015-11-19
|
* #1971 more general rule to detect errorUnknwon2015-11-19
|
* fix typo for #1996Unknwon2015-11-19
|