aboutsummaryrefslogtreecommitdiff
path: root/public
Commit message (Collapse)AuthorAge
* Fix #555Unknwon2014-10-12
|
* Fix #540Unknwon2014-10-12
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-11
|
* Page: Compare 2 commitsUnknwon2014-10-10
|
* Allow custom localeUnknwon2014-10-09
|
* Fix #264Unknwon2014-10-06
|
* Fix #515Unknwon2014-09-30
|
* UI: Confirmation boxUnknwon2014-09-29
|
* Delete verboseUnknwon2014-09-28
|
* Merge branch 'master' of github.com:gogits/gogsUnknwon2014-09-28
|\ | | | | | | | | | | Conflicts: public/ng/less/gogs/repository.less templates/repo/home.tmpl
| * template and ui fixfuxiaohei2014-09-27
| |
| * template and ui fixfuxiaohei2014-09-27
| |
* | UI: Confirmation boxUnknwon2014-09-28
|/
* Add modal to change usernameUnknwon2014-09-26
| | | | Signed-off-by: Unknwon <joe2010xtmf@163.com>
* bugfix, suburl defaults to empty string when suburl is undefinedfundon2014-09-26
|
* Page: User profileUnknwon2014-09-25
|
* is utils improvementfuxiaohei2014-09-25
|
* Page: Commits and fix #249Unknwon2014-09-23
|
* Page: Repository home pageUnknwon2014-09-23
|
* Page: Repository home pageUnknwon2014-09-23
|
* Fix #495 and cannot view repository by tagUnknwon2014-09-23
|
* resize star font sizefuxiaohei2014-09-24
|
* resize star font sizefuxiaohei2014-09-23
|
* pull request ui review, change sidebarfuxiaohei2014-09-23
|
* Merge remote-tracking branch 'origin/dev' into devfuxiaohei2014-09-23
|\
| * Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-09-23
| |\
| * | UI fixUnknwon2014-09-23
| | |
* | | pull request ui review, change sidebarfuxiaohei2014-09-23
| |/ |/|
* | pull request page ui review, upgrade octicon iconsfuxiaohei2014-09-23
|/
* improve ui detailsfuxiaohei2014-09-23
|
* UI: Use tooltip not alert when copy clone URLUnknwon2014-09-22
|
* Fix #491Unknwon2014-09-22
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Fix mirror UI style and work on #475Unknwon2014-09-16
|
* Fix UIUnknwon2014-09-15
|
* Fix #461Unknwon2014-09-14
|
* UI fixUnknwon2014-09-13
|
* add missing styleUnknwon2014-09-13
|
* Prepare 0.5 releaseUnknwon2014-09-12
|
* Fix clone panel z-indexUnknwon2014-09-10
|
* Merge pull request #442 from compressed/org_hook无闻2014-09-07
|\ | | | | Organization-level Webhooks
| * add organization-level webhooksChristopher Brickley2014-09-05
| |
* | Finish new install page, almost ready for 0.5 releaseUnknwon2014-09-07
|/
* take params for milestone and assignee from query instead of path argsVyacheslav Bakhmutov2014-09-03
|
* add commit compare functionalityChristopher Brickley2014-09-01
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-09-01
|\
| * add Slack API webhook supportChristopher Brickley2014-08-31
| |
* | Update depsUnknwon2014-09-01
|/
* UI: SSH/HTTPS address switch and copyUnknwon2014-08-31
|
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.