summaryrefslogtreecommitdiffstats
path: root/templates/user/profile.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* minor fix on #1464Unknwon2015-08-111-2/+2
|
* Hide avatar-changing instructions unless it's your profile (resolves #1107)James Anderson2015-08-101-4/+6
|
* fix #1204Unknwon2015-07-311-1/+1
|
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-221-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * Remove the "PHP" style formatting functionPeter Smit2015-02-161-1/+1
| | | | | | | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
* | fix mirror issues uncaught #941Unknwon2015-02-131-1/+1
|/
* custom avatar uploadUnknwon2014-11-211-0/+4
|
* Fix #605, fix #255, fix #101Unknwon2014-11-061-2/+7
|
* Fix #554Unknwon2014-10-191-34/+36
|
* Page: User profileUnknwon2014-09-251-72/+82
|
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-1/+1
| | | | | | | | | | | | | | 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
* 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.
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-3/+3
|
* User code clean and ui improveUnknown2014-05-051-0/+1
|
* fix profile uiFuXiaoHei2014-05-011-1/+1
|
* Fix #149Unknown2014-05-011-0/+1
|
* HTTP no follow and offline modeUnknown2014-04-271-3/+3
|
* Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-201-1/+1
| | | | American English.
* Mirror updatesUnknown2014-04-141-2/+1
|
* Clean oauth codeUnknown2014-04-131-4/+4
|
* Add repo mirror and importUnknown2014-04-121-11/+13
|
* fix logo ui, add following ui in user-profile pageFuXiaoHei2014-04-121-0/+12
|
* fix some linkslene2014-03-301-2/+2
|
* Fix action email bugUnknown2014-03-291-1/+1
|
* Mirror fixUnknown2014-03-291-2/+1
|
* fix init-tabs bugFuXiaoHei2014-03-261-1/+1
|
* change css name styleFuXiaoHei2014-03-251-6/+6
|
* Mirror updatesUnknown2014-03-231-1/+1
|
* Watch backendUnknown2014-03-191-2/+2
|
* ui and js updateFuXiaoHei2014-03-171-1/+1
|
* Fix commit feed uiUnknown2014-03-161-1/+2
|
* update user repos styleslene2014-03-161-2/+10
|
* Add repo list data, need front-end fixUnknown2014-03-151-1/+7
|
* Mirror fixUnknown2014-03-151-1/+1
|
* Finish feedsUnknown2014-03-151-2/+2
|
* Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.slene2014-03-151-11/+22
|
* Add basic render of public actUnknown2014-03-151-2/+6
|
* That's one small step for man, one giant leap for gopher.slene2014-03-151-3/+9
|
* Finish update password and profileUnknown2014-03-141-2/+2
|
* Add update user profile back end, add new gitignore and license, add ↵Unknown2014-03-131-6/+6
| | | | template data to public profile page
* single repository setting page uiFuXiaoHei2014-03-131-6/+1
|
* Bug fixUnknown2014-03-061-2/+2
|
* nav ui for user loggedFuXiaoHei2014-03-031-1/+0
|
* ui for user/profile page, only skeletonFuXiaoHei2014-03-021-0/+37