Commit Graph

35 Commits (303d091ea9d633f6e754aa33a7f6fe54b45fa73b)

Author SHA1 Message Date
Unknwon 477b4d3b50 fix form submit error
Unknwon d0b0d24f22 disable change user for non-local users
-  remove require for gravatar
Unknwon 073da3c49d fix max length of email
Unknwon 7d72c8333e work on and fix miror JS issue when choose targets on compare and pull
Unknwon 932dbccb67 fix import path, fix
Unknwon e4ecbcdf4a new sign in page
Unknwon 5f1183cecf add install option
Unknwon 83e747bfda and and new admin edit user UI
Unknwon e5ed5904c6 GUI bug while adding ldap user
Unknwon 8e0a69f86a disable captcha and new admin create user UI
Unknwon 52ec80fa18 finish all new user settings UI
Unknwon 85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 07fe846c9f change e-mail max length to 254
Unknwon 302938e646 Disable Gravatar option when install
Unknwon bd1d7d1509 Able to set SSH port when install, update Docker docs
Unknwon 4c7b6414eb new access token UI
Unknwon 71fd10dd37 change minimum password length to 1
Unknwon 39a3b768bc : Add Deployment Key Support
无闻 d86c4841fa Merge pull request from stettberger/master
settings/password: no minimal required characters for OldPassword
Unknwon 548b95f7b5 fix install form def
Unknwon a2a9e151f8 install - add mail from setting
Unknwon b9dc2147b4 UI: install - done
Unknwon 5cf3732339 UI: install - new version
Christian Dietrich b36134194c settings/password: no minimal required characters for OldPassword
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.
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
Peter b033f2f535 Finish method for having multiple emails/user.
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
Unknwon ef275ebf62 more on change avatar
Unknwon 55dfe2c978 custom avatar upload
Unknwon 8c9338a537 add personal access token panel
Unknwon fa241efa6d Use binding middleware
Unknwon 0ddb1eb769 Finish new install page, almost ready for 0.5 release
Unknwon 5acc948562 Page: `/org/:orgname/settings`
Unknwon 669552e255 Fix
Unknwon 8dd07c0ddd New UI merge in progress