aboutsummaryrefslogtreecommitdiff
path: root/templates/user
Commit message (Collapse)AuthorAge
* Add suburl supportUnknwon2014-09-19
|
* 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
* Add success message after transfer repository #481Unknwon2014-09-17
|
* Fix mirror UI style and work on #475Unknwon2014-09-16
|
* UI fixUnknwon2014-09-13
|
* Mirror fix and hide missing pages for 0.5 releaseUnknwon2014-09-01
|
* Add missing 'new migration' linkMichael Dyrynda2014-08-31
| | | | Addresses issue #399
* 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.
* Finish new admin users pagesUnknwon2014-08-29
|
* Mirror issue fixUnknwon2014-08-27
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* Finish new home page of organizationUnknwon2014-08-10
|
* Finish new reset password, etc.Unknwon2014-08-09
|
* Page: Manage social accountsUnknwon2014-08-09
|
* Finish new web hook pagesUnknwon2014-08-09
|
* Finish new hooks list pageUnknwon2014-08-09
|
* Finish new collaboration pageUnknwon2014-08-07
|
* Convert captcha, cache, csrf as middlewaresUnknwon2014-07-31
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-26
| | | | dashboard news feed page, create organization page
* Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-26
| | | | instead of 40-length string, complete log module
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* New UI merge in progressUnknwon2014-07-26
|
* Finish delete organizationUnknown2014-06-28
|
* Add create organizationUnknown2014-06-25
|
* add organization dashboard pagefuxiaohei2014-06-23
|
* Use constants to name template fileUnknown2014-06-22
|
* add dashboard context switch buttonfuxiaohei2014-06-22
|
* Add corn rask monitor panelUnknown2014-06-13
|
* Code conventionUnknown2014-05-24
|
* Show collaborative repositories in dashboardUnknown2014-05-12
|
* User code clean and ui improveUnknown2014-05-05
|
* fix profile uiFuXiaoHei2014-05-01
|
* Fix #149Unknown2014-05-01
|
* Add login by emailUnknown2014-04-27
|
* HTTP no follow and offline modeUnknown2014-04-27
|
* fixed some broken forms that were introduced in james-anderson@521c5f0e10James Anderson2014-04-24
|
* Changed setting url to settingsJames Anderson2014-04-23
|
* Minor grammatical fix for Disable Registration featureBryan Johnson2014-04-21
|
* Update reset_passwd.tmpl无闻2014-04-21
|
* Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-20
| | | | American English.
* Mirror bug fixUnknown2014-04-18
|
* Mirror updatesUnknown2014-04-14
|
* Add weibo oauthUnknown2014-04-13
|
* Clean oauth codeUnknown2014-04-13
|
* Add repo mirror and importUnknown2014-04-12
|
* social login button uiFuXiaoHei2014-04-12
|
* fix logo ui, add following ui in user-profile pageFuXiaoHei2014-04-12
|
* Merge branch 'dev' of github.com:gogits/gogs into devskyblue2014-04-12
|\
| * UPDATE READMEUnknown2014-04-11
| |