summaryrefslogtreecommitdiffstats
path: root/templates/user
Commit message (Collapse)AuthorAgeFilesLines
* Add suburl supportUnknwon2014-09-1915-47/+47
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-1815-47/+47
| | | | | | | | | | | | | | 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
|
* UI fixUnknwon2014-09-131-0/+4
|
* 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-305-5/+5
| | | | | | | | | | 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 admin users pagesUnknwon2014-08-292-2/+2
|
* Mirror issue fixUnknwon2014-08-272-19/+0
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-166-17/+0
|
* Finish new organization members and invitation pageUnknwon2014-08-151-1/+1
|
* Finish new home page of organizationUnknwon2014-08-101-1/+1
|
* Finish new reset password, etc.Unknwon2014-08-095-93/+95
|
* Page: Manage social accountsUnknwon2014-08-094-43/+25
|
* Finish new web hook pagesUnknwon2014-08-091-1/+1
|
* Finish new hooks list pageUnknwon2014-08-092-20/+22
|
* Finish new collaboration pageUnknwon2014-08-071-0/+2
|
* Convert captcha, cache, csrf as middlewaresUnknwon2014-07-312-3/+1
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-266-24/+35
| | | | 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-266-49/+39
|
* New UI merge in progressUnknwon2014-07-2618-483/+476
|
* Finish delete organizationUnknown2014-06-281-1/+1
|
* Add create organizationUnknown2014-06-252-11/+31
|
* add organization dashboard pagefuxiaohei2014-06-231-1/+3
|
* Use constants to name template fileUnknown2014-06-221-0/+0
|
* add dashboard context switch buttonfuxiaohei2014-06-221-0/+14
|
* Add corn rask monitor panelUnknown2014-06-131-1/+1
|
* Code conventionUnknown2014-05-243-2/+54
|
* Show collaborative repositories in dashboardUnknown2014-05-121-0/+13
|
* User code clean and ui improveUnknown2014-05-058-141/+187
|
* fix profile uiFuXiaoHei2014-05-011-1/+1
|
* Fix #149Unknown2014-05-012-0/+8
|
* Add login by emailUnknown2014-04-271-1/+1
|
* HTTP no follow and offline modeUnknown2014-04-271-3/+3
|
* fixed some broken forms that were introduced in james-anderson@521c5f0e10James Anderson2014-04-243-3/+3
|
* Changed setting url to settingsJames Anderson2014-04-232-6/+6
|
* Minor grammatical fix for Disable Registration featureBryan Johnson2014-04-211-1/+1
|
* Update reset_passwd.tmpl无闻2014-04-211-1/+1
|
* Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-208-20/+20
| | | | American English.
* Mirror bug fixUnknown2014-04-181-0/+0
|
* Mirror updatesUnknown2014-04-141-2/+1
|
* Add weibo oauthUnknown2014-04-134-4/+23
|
* Clean oauth codeUnknown2014-04-134-31/+24
|
* Add repo mirror and importUnknown2014-04-122-12/+14
|
* social login button uiFuXiaoHei2014-04-121-6/+21
|
* fix logo ui, add following ui in user-profile pageFuXiaoHei2014-04-121-0/+12
|
* Merge branch 'dev' of github.com:gogits/gogs into devskyblue2014-04-121-1/+1
|\
| * UPDATE READMEUnknown2014-04-111-1/+1
| |