aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/user_form.go
Commit message (Collapse)AuthorAge
* Add support for federated avatars (#3320)Sandro Santilli2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for federated avatars Fixes #3105 Removes avatar fetching duplication code Adds an "Enable Federated Avatar" checkbox in user settings (defaults to unchecked) Moves avatar settings all in the same form, making local and remote avatars mutually exclusive Renames UploadAvatarForm to AvatarForm as it's not anymore only for uploading * Run gofmt on all modified files * Move Avatar form in its own page * Add go-libravatar dependency to vendor/ dir Hopefully helps with accepting the contribution. See also #3214 * Revert "Add go-libravatar dependency to vendor/ dir" This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82. * Make federated avatar setting a global configuration Removes the per-user setting * Move avatar handling back to base tool, disable federated avatar in offline mode * Format, handle error * Properly set fallback host * Use unsupported github.com mirror for importing go-libravatar * Remove comment showing life exists outside of github.com ... pity, but contribution would not be accepted otherwise * Use Combo for Get and Post methods over /avatar * FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR * Fix persistance of federated avatar lookup checkbox at install time * Federated Avatars -> Enable Federated Avatars * Use len(string) == 0 instead of string == "" * Move import line where it belong See https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md Pity the import url is still the unofficial one, but oh well... * Save a line (and waste much more expensive time) * Remove redundant parens * Remove an empty line * Remove empty lines * Reorder lines to make diff smaller * Remove another newline Unknwon review got me start a fight against newlines * Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE On re-reading the diff I figured what Unknwon meant here: https://github.com/gogits/gogs/pull/3320/files#r73741106 * Remove newlines that weren't there before my intervention
* Make log path requiredJosh Frye2016-02-12
|
* Add install option for log pathJosh Frye2016-02-12
|
* #2154 fix form submit errorUnknwon2015-12-11
|
* #2154 disable change user for non-local usersUnknwon2015-12-11
| | | | - #2153 remove require for gravatar
* #470 fix max length of emailUnknwon2015-10-29
|
* work on #470 and fix miror JS issue when choose targets on compare and pullUnknwon2015-10-29
|
* fix import path, fix #1782Unknwon2015-10-15
|
* new sign in pageUnknwon2015-09-14
|
* #697 add install optionUnknwon2015-09-13
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-13
|
* #1606 GUI bug while adding ldap userUnknwon2015-09-13
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-13
|
* finish all new user settings UIUnknwon2015-09-10
|
* new user profile settings UIUnknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* #1579 change e-mail max length to 254Unknwon2015-09-04
|
* #1333 Disable Gravatar option when installUnknwon2015-08-30
|
* Able to set SSH port when install, update Docker docsUnknwon2015-08-19
|
* new access token UIUnknwon2015-08-19
|
* change minimum password length to 1Unknwon2015-08-18
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* Merge pull request #1309 from stettberger/master无闻2015-07-25
|\ | | | | settings/password: no minimal required characters for OldPassword
| * settings/password: no minimal required characters for OldPasswordChristian Dietrich2015-06-03
| | | | | | | | | | | | | | | | If users are added to gogs due a reverse proxy automatically, their password is set to their initial username. If their username is shorter than 6 characters, they can never set a password. But since this password is required for some operations (e.g. repository deletion), they could not use all features of gogs until now.
* | fix install form defUnknwon2015-07-20
| |
* | install - add mail from settingUnknwon2015-07-09
| |
* | UI: install - doneUnknwon2015-07-09
| |
* | UI: install - new versionUnknwon2015-07-08
|/
* templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
| | | | | - routers/user: little code format - conf/locale: update French locale
* cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-01
| | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page
* 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.
* more on change avatarUnknwon2014-11-21
|
* custom avatar uploadUnknwon2014-11-21
|
* add personal access token panel #12Unknwon2014-11-12
|
* Use binding middlewareUnknwon2014-10-15
|
* Finish new install page, almost ready for 0.5 releaseUnknwon2014-09-07
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14
|
* Fix #340Unknwon2014-08-01
|
* New UI merge in progressUnknwon2014-07-26