summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* Add push tag actionUnknwon2014-10-101-0/+2
|
* Page: Compare 2 commitsUnknwon2014-10-101-0/+1
|
* Mirror fix on transfer repoUnknwon2014-09-252-43/+2
|
* Page: User profileUnknwon2014-09-252-1/+43
|
* Fix bug on transfer repoUnknwon2014-09-251-0/+2
|
* Add suburl supportUnknwon2014-09-192-15/+15
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-182-15/+15
| | | | | | | | | | | | | | 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
* Add success message after transfer repository #481Unknwon2014-09-171-0/+1
|
* Fix mirror UI style and work on #475Unknwon2014-09-161-2/+2
|
* Mirror fix and hide missing pages for 0.5 releaseUnknwon2014-09-011-4/+6
|
* Add missing 'new migration' linkMichael Dyrynda2014-08-311-1/+2
| | | | Addresses issue #399
* Removed trailing white spacesTristan Storch2014-08-301-1/+1
| | | | | | | | | | 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.
* Finish new organization members and invitation pageUnknwon2014-08-151-1/+1
|
* Finish new home page of organizationUnknwon2014-08-101-1/+1
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-263-5/+33
| | | | dashboard news feed page, create organization page
* Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-263-15/+47
| | | | instead of 40-length string, complete log module
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-262-45/+16
|
* New UI merge in progressUnknwon2014-07-262-0/+188