Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2311 improve HTTP auth error message | Unknwon | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | #2282 fix utf-8 recognized as windows-1252 | Unknwon | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -1/+11 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | #2251 show commits count in PR tabs | Unknwon | 2015-12-19 | 1 | -2/+2 |
| | |||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | fix #2204 | Unknwon | 2015-12-15 | 1 | -5/+4 |
| | |||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | fix possible disclosure | Unknwon | 2015-12-14 | 1 | -6/+7 |
| | |||||
* | fix huge diff hangs | Unknwon | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | improve get commits performance | Unknwon | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | #2167 able to identify git version on Windows | Unknwon | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 | 1 | -6/+3 |
| | |||||
* | #2154 fix form submit error | Unknwon | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -2/+5 |
| | |||||
* | Make serv/update use LOCAL_ROOT_URL instead public | Adam Strzelecki | 2015-12-09 | 1 | -1/+1 |
| | | | | The reasoning for that is in the previous commit. | ||||
* | force new INI version | Unknwon | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 1 | -1/+2 |
| | |||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 1 | -0/+1 |
| | |||||
* | Set default language for i18n | Unknwon | 2015-12-05 | 1 | -1/+2 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -4/+4 |
| | |||||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 | 1 | -74/+2 |
| | |||||
* | fix #2095 | Unknwon | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | fix #976 | Unknwon | 2015-12-03 | 1 | -5/+20 |
| | |||||
* | more UI minor fixes | Unknwon | 2015-12-02 | 1 | -11/+8 |
| | |||||
* | UI: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 | 1 | -2/+2 |
| | | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu. | ||||
* | #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 |
| |