aboutsummaryrefslogtreecommitdiff
path: root/cmd
Commit message (Collapse)AuthorAge
* #2646 fix panic on pushing repositorUnknwon2016-02-17
|
* Add env var check for updateUnknwon2016-02-15
|
* Remove cache avatar support and add its testsUnknwon2016-02-14
|
* #2569 delete repo local copy when transferUnknwon2016-02-14
| | | | | | Remote repository path is renamed but does not delete outdated local copy which still has old repository path as remote.
* Add default branch to repo payloadJosh Frye2016-02-12
|
* Bump git-module. Fixes #2589Josh Frye2016-02-11
|
* Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-04
|\ | | | | Hide other teams & repos from organization page
| * Only show teams the user has access toFlorian Kaiser2016-01-31
| |
* | Escape unescaped periods in route regular expressionFlorian Kaiser2016-02-02
|/
* #2491 minor fix for sr on dashboardUnknwon2016-01-29
|
* stop compile bindata for TRANSLATORSUnknwon2016-01-11
| | | | - update required version of git-module for #2373
* #2345 disallow access of some pages for empty repoUnknwon2016-01-07
|
* update dep lib version requirementUnknwon2016-01-06
|
* #2311 improve HTTP auth error messageUnknwon2015-12-30
|
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-25
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* #2251 show commits count in PR tabsUnknwon2015-12-19
|
* #1692 add organization APIsUnknwon2015-12-17
|
* fix #2204Unknwon2015-12-15
|
* rename import pathUnknwon2015-12-15
|
* fix possible disclosureUnknwon2015-12-14
|
* fix huge diff hangsUnknwon2015-12-14
|
* improve get commits performanceUnknwon2015-12-13
|
* #2167 able to identify git version on WindowsUnknwon2015-12-13
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-11
|
* #2154 fix form submit errorUnknwon2015-12-11
|
* #1575 Limit repo creationUnknwon2015-12-10
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* Make serv/update use LOCAL_ROOT_URL instead publicAdam Strzelecki2015-12-09
| | | | The reasoning for that is in the previous commit.
* force new INI versionUnknwon2015-12-07
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-05
|
* fix #2105 and fix #1857Unknwon2015-12-05
|
* Set default language for i18nUnknwon2015-12-05
|
* #2052 advanced select ops for system noticesUnknwon2015-12-05
|
* fix #1829 and fix #890Unknwon2015-12-04
|
* refactor API routes and some work for #976Unknwon2015-12-04
|
* fix #2095Unknwon2015-12-03
|
* fix #976Unknwon2015-12-03
|
* more UI minor fixesUnknwon2015-12-02
|
* UI: Always show menu on repo pagesAdam Strzelecki2015-12-03
| | | | | 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 noticesUnknwon2015-12-01
|
* Merge branch 'feature/wiki' into developUnknwon2015-11-30
|\
| * finish wikiUnknwon2015-11-30
| |
| * wiki: finish editUnknwon2015-11-27
| |
| * wiki: finish newUnknwon2015-11-27
| |
| * introduce git-shellUnknwon2015-11-26
| |
| * Wiki: UI for page newUnknwon2015-11-25
| |
* | 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.