aboutsummaryrefslogtreecommitdiffstats
path: root/public/ng
Commit message (Collapse)AuthorAgeFilesLines
...
* resize star font sizefuxiaohei2014-09-232-0/+2
|
* pull request ui review, change sidebarfuxiaohei2014-09-232-14/+18
|
* Merge remote-tracking branch 'origin/dev' into devfuxiaohei2014-09-232-0/+4
|\
| * Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-09-237-219/+215
| |\
| * | UI fixUnknwon2014-09-232-2/+4
| | |
* | | pull request ui review, change sidebarfuxiaohei2014-09-233-52/+73
| |/ |/|
* | pull request page ui review, upgrade octicon iconsfuxiaohei2014-09-238-221/+215
|/
* improve ui detailsfuxiaohei2014-09-234-419/+419
|
* UI: Use tooltip not alert when copy clone URLUnknwon2014-09-224-34/+319
|
* Fix #491Unknwon2014-09-224-17/+23
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-6/+7
| | | | | | | | | | | | | | 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-162-4/+2
|
* Fix UIUnknwon2014-09-152-2/+2
|
* Fix #461Unknwon2014-09-142-24/+29
|
* UI fixUnknwon2014-09-132-7/+13
|
* add missing styleUnknwon2014-09-132-10/+18
|
* Prepare 0.5 releaseUnknwon2014-09-122-0/+2
|
* Fix clone panel z-indexUnknwon2014-09-103-2/+2
|
* Merge pull request #442 from compressed/org_hook无闻2014-09-071-11/+18
|\ | | | | Organization-level Webhooks
| * add organization-level webhooksChristopher Brickley2014-09-051-11/+18
| |
* | Finish new install page, almost ready for 0.5 releaseUnknwon2014-09-074-87/+148
|/
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-09-013-8/+52
|\
| * add Slack API webhook supportChristopher Brickley2014-08-313-8/+52
| |
* | Update depsUnknwon2014-09-012-0/+2
|/
* UI: SSH/HTTPS address switch and copyUnknwon2014-08-312-1/+62
|
* Removed trailing white spacesTristan Storch2014-08-303-9/+9
| | | | | | | | | | 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.
* Continue working on new admin pagesUnknwon2014-08-293-4/+32
|
* Finish new admin users pagesUnknwon2014-08-294-16/+78
|
* Finish new admin dashboardUnknwon2014-08-288-9/+92
|
* Finsih add/remove repo in organizationUnknwon2014-08-264-9/+87
|
* Finish new edit team page, add member to teamUnknwon2014-08-244-0/+74
|
* Working on organization pagesUnknwon2014-08-232-0/+26
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-163-13/+65
|
* Finish new organization members and invitation pageUnknwon2014-08-153-4/+37
|
* Finish new organization members and invitation pageUnknwon2014-08-154-3/+117
|
* Page: `/org/:orgname/settings`Unknwon2014-08-143-31/+56
|
* Finish new home page of organizationUnknwon2014-08-107-5/+221
|
* Finish new reset password, etc.Unknwon2014-08-093-398/+382
|
* Page: Manage social accountsUnknwon2014-08-092-0/+12
|
* Finish new web hook pagesUnknwon2014-08-096-21/+45
|
* Finish new hooks list pageUnknwon2014-08-097-36/+92
|
* Finish new collaboration pageUnknwon2014-08-078-23/+244
|
* nowarp fixUnknwon2014-08-072-13/+40
|
* Add missing less filesUnknwon2014-08-0511-37/+1915
|
* Fix bare repo bugUnknwon2014-08-051-3/+8
|
* Finish new repo settings pageUnknwon2014-08-026-1/+148
|
* Finish new migrate pageUnknwon2014-08-012-3/+21
|
* Mirror fix on templateUnknwon2014-07-301-3/+5
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-263-99/+139
| | | | dashboard news feed page, create organization page
* Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-261-1/+20
| | | | instead of 40-length string, complete log module