Commit Graph

120 Commits (bcd7f42529d0d35268b1130afa3d9330b0779d6b)

Author SHA1 Message Date
Unknwon 85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 062adbed8a add confirmation to delete ssh key
Unknwon 4c7b6414eb new access token UI
Unknwon 2493454587 new delete account UI and password confirmation
Unknwon 407385db7e work on
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 698b9e2acc Clearer error message for illegal characters
Unknwon 1cb57b1a44 : fix locale
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon 04164eada3 models: able to rename user with diff letter cases
- templates/org: mirror fix on name output
- routers: add missing error check
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
Peter Smit 6251626de4 Implement Flexible ssh-key input
It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key.
Peter 20b5c23a19 Small fixes to multiple_emails feature
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 dc53270da9 Fix 653
Unknwon ef275ebf62 more on change avatar
Unknwon 55dfe2c978 custom avatar upload
Unknwon 9e22840483 fix
Unknwon 8c9338a537 add personal access token panel
Unknwon 452ccff81c Mirror fix on add ssh key
Unknwon 7ba9257a7f Add suburl support
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
Unknwon 81287ba022 Mirror issue fix
Marios Andreopoulos 510d5a5d74 import strings
Marios Andreopoulos cd0ddcfa01 fix typo
Marios Andreopoulos 3d79f59671 fix wrong variable name
Marios Andreopoulos b40922f4d4 remove extra comma
Marios Andreopoulos 12639c577f Remove newline characters from ssh key before processing it.
Fixes issue : https://github.com/gogits/gogs/issues/370
Unknwon 5acc948562 Page: `/org/:orgname/settings`
Unknwon 78defd238c Page: Manage social accounts
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknwon 8dd07c0ddd New UI merge in progress
无闻 536f65b8ad Merge pull request from wmark/master
Enable users to upload other key types than RSA (+ ED25519, ECDSA, NTRU, McE)
W-Mark Kubacki 887ad1ec8b Utilize ssh-keygen for checking of keys.
Removes the limitation to RSA and enables us to use all key types
SSH recognizes.
Unknown 0f907301b7 Fix
Unknown ee9b7f322f Clean code
Unknown 314193029a Use constants to name template file
Unknown 80055bde86 Code convention
Unknown 8ca14e2109 Improve delete SSH key
Unknown bbdfe25769 User code clean and ui improve
Unknown 89c99167b2 Fix
Unknown 41b0a7b97c Mirror fix on public key
James Anderson e5af34a078 fixed some broken forms that were introduced in james-anderson@521c5f0e10
Unknown d2b53dd43b Add weibo oauth
Unknown 8980675a9f Fix
Unknown 45462662e9 Add flash
Unknown e7c8a3cb8d Add salt for every single user
Unknown e9c4156c87 Add: rename user
Unknown 30618b271a Add admin edit user
Unknown 9f9cd6bfc6 Work on admin
Unknown a922c3ff6a Watch backend
Gogs 56af7e99a8 fork render
Unknown bd9d90d8c4 Add some log
Unknown fbd252c1cf Mirror fix
shengxiang[skyblue] ccd43b09b2 add some comment
Unknown fb960db6af Add check if public key name has been used
Unknown b43cfc5b39 Clean code
slene b9e57e41ce clean code
Unknown f174633b36 Clean code
FuXiaoHei d18237850c add draft page for empty link
Unknown 1ce17cce76 Add log.handle
Unknown 47edf7f4f9 Finish update password and profile
FuXiaoHei 9c0672e0dd user update-password page ui
Unknown c01f593daa Add updatePasswd
Unknown 76dae5bf68 Bug fix
Unknown 57bc2d1ca0 Add update user profile back end, add new gitignore and license, add template data to public profile page
FuXiaoHei 7f92579905 finish user delete page ui
Unknown 897329a644 Add add and delete SSH key
FuXiaoHei efa039a0f7 finish ssh key pages ui
FuXiaoHei 46687f391c ssh keys operation page ui