aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* #2052 Ability to batch delete system noticesUnknwon2015-12-011-0/+1
|
* Merge branch 'feature/wiki' into developUnknwon2015-11-302-20/+42
|\
| * finish wikiUnknwon2015-11-301-15/+23
| |
| * wiki: finish editUnknwon2015-11-271-3/+5
| |
| * wiki: finish newUnknwon2015-11-271-0/+1
| |
| * introduce git-shellUnknwon2015-11-261-1/+2
| |
| * Wiki: UI for page newUnknwon2015-11-251-5/+15
| |
* | Merge pull request #2053 from kakwa/developUnknwon2015-11-301-10/+33
|\ \ | | | | | | various fixes in gogs dump command
| * | add name of the dump file in last log messagekakwa2015-11-281-1/+1
| | |
| * | Fix dump of log and custom directory in dump cmdkakwa2015-11-281-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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-281-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-281-4/+12
| |/ | | | | | | | | | | | | | | | | 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)
* / add line break after SSH error messageUnknwon2015-11-301-1/+1
|/
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-241-5/+2
|
* print error log to client side when dev modeUnknwon2015-11-231-0/+3
|
* #1681 some fixes for builtin SSH server on WindowsUnknwon2015-11-231-2/+7
|
* fix #650Unknwon2015-11-221-2/+2
|
* fix #1383Unknwon2015-11-201-0/+1
|
* fix #878Unknwon2015-11-181-0/+7
|
* repo sidebar active classUnknwon2015-11-161-0/+2
|
* fix #1960Unknwon2015-11-161-2/+5
|
* work on #1961Unknwon2015-11-161-5/+8
|
* fix api brokenUnknwon2015-11-156-12/+54
|
* minor UI fix and fix ssh raceUnknwon2015-11-141-1/+2
|
* Show custom avatars in commitsUnknwon2015-11-131-3/+3
|
* convert missing nameUnknwon2015-11-091-1/+1
|
* #1266 convert name to lower when handle SSHUnknwon2015-11-091-2/+2
|
* fix 1540 and experimental SSH server supportUnknwon2015-11-081-2/+2
|
* go vet and fix #1890Unknwon2015-11-081-1/+13
|
* fix #1902Unknwon2015-11-071-1/+1
|
* #1896 fatal when no needed update taskUnknwon2015-11-042-34/+40
|
* add MakefileUnknwon2015-11-031-5/+5
|
* fix insecure tls when trigger taskUnknwon2015-10-261-1/+4
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-243-25/+27
|
* reduce codeUnknwon2015-10-221-2/+2
|
* add get repo APIUnknwon2015-10-221-6/+7
|
* fix import path, fix #1782Unknwon2015-10-152-10/+11
|
* unified API error responseUnknwon2015-10-081-2/+2
|
* Merge pull request #1736 from soudy/develop无闻2015-10-081-0/+1
|\ | | | | Added repository remove option to API
| * added repository remove option to apiSteven Oud2015-10-041-0/+1
| |
* | add log for trigger hook when push through SSHUnknwon2015-10-051-1/+5
|/
* moved routes to RouterRef groupkendaru2015-10-021-3/+3
|
* changed integrated page number to GETkendaru2015-10-021-2/+2
|
* implemented #1721: see users who forked/starred/watched a repositorySteven2015-10-011-0/+3
|
* fix URL matchUnknwon2015-09-241-4/+4
|
* drop oauth2 feature supportUnknwon2015-09-171-11/+0
|
* simplify namesUnknwon2015-09-162-5/+5
|
* #1606 GUI bug while adding ldap userUnknwon2015-09-131-1/+1
|
* finish new edit auth UIUnknwon2015-09-111-2/+2
|
* finish all new user settings UIUnknwon2015-09-101-2/+3
|