aboutsummaryrefslogtreecommitdiff
path: root/templates/user/settings
Commit message (Collapse)AuthorAge
* #1157 some avatar setting changesUnknwon2016-03-05
| | | | - Allow to delete current avatar
* #2154 disable change user for non-local usersUnknwon2015-12-11
| | | | - #2153 remove require for gravatar
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-10
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* fix #2101Unknwon2015-12-04
|
* drop oauth2 feature supportUnknwon2015-09-17
|
* finish all new user settings UIUnknwon2015-09-10
|
* new user profile settings UIUnknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* finish new org settings pageUnknwon2015-09-06
|
* add webhook recent deliveriesUnknwon2015-08-27
|
* add confirmation to delete ssh keyUnknwon2015-08-20
|
* token recent activityUnknwon2015-08-19
|
* fix access token styleUnknwon2015-08-19
|
* new access token UIUnknwon2015-08-19
|
* new delete account UI and password confirmationUnknwon2015-08-19
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* fix #1156Unknwon2015-03-26
|
* #1098 Hide gravatar email field if gravatar is disabled (or offline mode)Unknwon2015-03-24
|
* templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
| | | | | - routers/user: little code format - conf/locale: update French locale
* Remove the "PHP" style formatting functionPeter Smit2015-02-16
| | | | | | 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.
* public/ng/css: code fix on #895Unknwon2015-02-03
| | | | - templates/user/settings: fix email panel nav highlight
* fix settings/email html&cssAlexey Makhov2015-02-03
|
* Fix #799 by adding a tooltip for all dates in all settings/panelsPeter Smit2015-01-02
|
* Forgot to i18n "Primary"Peter Smit2014-12-22
|
* Create English locale keys for multiple e-mails featurePeter Smit2014-12-22
| | | | | Also, change all current 'emails' to 'e-mails'. Still todo: some CSS for the user/settings/email page, but that is not my specialty
* Finish method for having multiple emails/user.Peter2014-12-17
| | | | | All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy.
* fix #675Unknwon2014-11-27
|
* more on change avatarUnknwon2014-11-21
|
* custom avatar uploadUnknwon2014-11-21
|
* add personal access token panel #12Unknwon2014-11-12
|
* work on #616 and update localesUnknwon2014-11-10
|
* UI: Confirmation boxUnknwon2014-09-28
|
* Add modal to change usernameUnknwon2014-09-26
| | | | Signed-off-by: Unknwon <joe2010xtmf@163.com>
* 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
* UI fixUnknwon2014-09-13
|
* Finish new admin users pagesUnknwon2014-08-29
|
* Mirror issue fixUnknwon2014-08-27
|
* Page: Manage social accountsUnknwon2014-08-09
|
* Finish new web hook pagesUnknwon2014-08-09
|
* Finish new hooks list pageUnknwon2014-08-09
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* New UI merge in progressUnknwon2014-07-26