Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 | 1 | -0/+1 |
| | |||||
* | Merge branch 'feature/wiki' into develop | Unknwon | 2015-11-30 | 2 | -20/+42 |
|\ | |||||
| * | finish wiki | Unknwon | 2015-11-30 | 1 | -15/+23 |
| | | |||||
| * | wiki: finish edit | Unknwon | 2015-11-27 | 1 | -3/+5 |
| | | |||||
| * | wiki: finish new | Unknwon | 2015-11-27 | 1 | -0/+1 |
| | | |||||
| * | introduce git-shell | Unknwon | 2015-11-26 | 1 | -1/+2 |
| | | |||||
| * | Wiki: UI for page new | Unknwon | 2015-11-25 | 1 | -5/+15 |
| | | |||||
* | | Merge pull request #2053 from kakwa/develop | Unknwon | 2015-11-30 | 1 | -10/+33 |
|\ \ | | | | | | | various fixes in gogs dump command | ||||
| * | | add name of the dump file in last log message | kakwa | 2015-11-28 | 1 | -1/+1 |
| | | | |||||
| * | | Fix dump of log and custom directory in dump cmd | kakwa | 2015-11-28 | 1 | -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 dumps | kakwa | 2015-11-28 | 1 | -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 cmd | kakwa | 2015-11-28 | 1 | -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 message | Unknwon | 2015-11-30 | 1 | -1/+1 |
|/ | |||||
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 | 1 | -5/+2 |
| | |||||
* | print error log to client side when dev mode | Unknwon | 2015-11-23 | 1 | -0/+3 |
| | |||||
* | #1681 some fixes for builtin SSH server on Windows | Unknwon | 2015-11-23 | 1 | -2/+7 |
| | |||||
* | fix #650 | Unknwon | 2015-11-22 | 1 | -2/+2 |
| | |||||
* | fix #1383 | Unknwon | 2015-11-20 | 1 | -0/+1 |
| | |||||
* | fix #878 | Unknwon | 2015-11-18 | 1 | -0/+7 |
| | |||||
* | repo sidebar active class | Unknwon | 2015-11-16 | 1 | -0/+2 |
| | |||||
* | fix #1960 | Unknwon | 2015-11-16 | 1 | -2/+5 |
| | |||||
* | work on #1961 | Unknwon | 2015-11-16 | 1 | -5/+8 |
| | |||||
* | fix api broken | Unknwon | 2015-11-15 | 6 | -12/+54 |
| | |||||
* | minor UI fix and fix ssh race | Unknwon | 2015-11-14 | 1 | -1/+2 |
| | |||||
* | Show custom avatars in commits | Unknwon | 2015-11-13 | 1 | -3/+3 |
| | |||||
* | convert missing name | Unknwon | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | #1266 convert name to lower when handle SSH | Unknwon | 2015-11-09 | 1 | -2/+2 |
| | |||||
* | fix 1540 and experimental SSH server support | Unknwon | 2015-11-08 | 1 | -2/+2 |
| | |||||
* | go vet and fix #1890 | Unknwon | 2015-11-08 | 1 | -1/+13 |
| | |||||
* | fix #1902 | Unknwon | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | #1896 fatal when no needed update task | Unknwon | 2015-11-04 | 2 | -34/+40 |
| | |||||
* | add Makefile | Unknwon | 2015-11-03 | 1 | -5/+5 |
| | |||||
* | fix insecure tls when trigger task | Unknwon | 2015-10-26 | 1 | -1/+4 |
| | |||||
* | New push to head repo of head branch: regenerate patch and retest apply | Unknwon | 2015-10-24 | 3 | -25/+27 |
| | |||||
* | reduce code | Unknwon | 2015-10-22 | 1 | -2/+2 |
| | |||||
* | add get repo API | Unknwon | 2015-10-22 | 1 | -6/+7 |
| | |||||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 | 2 | -10/+11 |
| | |||||
* | unified API error response | Unknwon | 2015-10-08 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1736 from soudy/develop | 无闻 | 2015-10-08 | 1 | -0/+1 |
|\ | | | | | Added repository remove option to API | ||||
| * | added repository remove option to api | Steven Oud | 2015-10-04 | 1 | -0/+1 |
| | | |||||
* | | add log for trigger hook when push through SSH | Unknwon | 2015-10-05 | 1 | -1/+5 |
|/ | |||||
* | moved routes to RouterRef group | kendaru | 2015-10-02 | 1 | -3/+3 |
| | |||||
* | changed integrated page number to GET | kendaru | 2015-10-02 | 1 | -2/+2 |
| | |||||
* | implemented #1721: see users who forked/starred/watched a repository | Steven | 2015-10-01 | 1 | -0/+3 |
| | |||||
* | fix URL match | Unknwon | 2015-09-24 | 1 | -4/+4 |
| | |||||
* | drop oauth2 feature support | Unknwon | 2015-09-17 | 1 | -11/+0 |
| | |||||
* | simplify names | Unknwon | 2015-09-16 | 2 | -5/+5 |
| | |||||
* | #1606 GUI bug while adding ldap user | Unknwon | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | finish new edit auth UI | Unknwon | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | finish all new user settings UI | Unknwon | 2015-09-10 | 1 | -2/+3 |
| |