2
0
Commit Graph

216 Commits

Author SHA1 Message Date
Unknwon
a0b1c6ab2b Minor fix for #2494
- Change tooltip size from mini to tiny in profile page
2016-01-28 06:07:16 -05:00
Martin Hartkorn
01031ba457 Change user name in Pull Requests 2016-01-27 22:45:03 +01:00
Unknwon
ee97f04f27 #2287 Truncate repository name if too long 2016-01-11 20:41:43 +08:00
Angus Gibson
2ff0c8dadb Add default for NumFollowing field (fixes #2261)
We set the default value for the non-NULL field NumFollowing of the User
model to 0, which stops an error when the ORM tries to sync.
2015-12-22 11:09:28 +11:00
Unknwon
4e1f46f983 #1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
Unknwon
6f6c77a6cd #1692 add organization APIs 2015-12-17 02:28:47 -05:00
Unknwon
db5c4abcb2 #1692 add user email APIs 2015-12-15 22:57:18 -05:00
Unknwon
adb4784fe0 rename import path 2015-12-15 17:25:45 -05:00
Unknwon
3bd998fe21 #2155 The owner has reached maximum creation limit of 0 repositories 2015-12-11 15:11:13 -05:00
Unknwon
4d4e36aaa9 #1938 #1374 disable password change for non-local users 2015-12-10 19:02:57 -05:00
Unknwon
31e8ef25fe fix bool check for repo max limit and fix hang when push repo with tons of commits 2015-12-10 16:27:47 -05:00
Unknwon
7f1d5e2f61 fix user repo limit default value 2015-12-10 12:48:45 -05:00
Unknwon
354a8ae402 #1301 "read-only" users 2015-12-10 12:46:05 -05:00
Unknwon
74ceced0e8 #1575 Limit repo creation 2015-12-10 12:37:53 -05:00
Unknwon
0638ee1b76 move out git module and #1573 send push hook 2015-12-09 20:46:05 -05:00
Unknwon
05e2641b27 finish wiki 2015-11-30 20:45:55 -05:00
Unknwon
5369b119f8 wiki: finish new 2015-11-27 00:24:24 -05:00
Unknwon
2f84c3ea0a #1944 Drop /org/ URL path prefix in organization home page 2015-11-24 19:14:00 -05:00
Unknwon
6870ad9897 some fix to #2026 2015-11-23 20:43:04 -05:00
Unknwon
1e5f8c2090 UI: long organization name in create repository owner list 2015-11-18 17:42:20 -05:00
Unknwon
05cf023b6a fix #1960 2015-11-16 11:11:59 -05:00
Unknwon
40870fc25c work on #1961 2015-11-16 10:14:12 -05:00
Unknwon
9fe7b7125d Show custom avatars in commits 2015-11-13 17:10:25 -05:00
Unknwon
3d46157c3c save custom avatar as PNG 2015-11-13 16:43:43 -05:00
Unknwon
a94538ef3a #1896 fatal when no needed update task 2015-11-04 21:57:10 -05:00
Unknwon
efd1b30453 #1511 Allow local import only for admin users 2015-11-03 18:40:52 -05:00
Unknwon
ae339c4642 #1657 allow forcing all private repos 2015-10-25 04:26:26 -04:00
Unknwon
6fa54b35e4 drop oauth2 feature support 2015-09-17 16:11:44 -04:00
Unknwon
9bea30ac07 user gomail and new activate account email tpl
- #1496: fallback plain text
- #1002: add date header
- #913: fix encoding of header
2015-09-17 01:54:12 -04:00
Unknwon
52efd51fd2 #1633 admin delete user 2015-09-13 13:26:20 -04:00
Unknwon
d44f90afee new admin user list UI 2015-09-11 20:42:26 -04:00
Unknwon
e68815466c finish all new user settings UI 2015-09-10 11:40:34 -04:00
Unknwon
355b7cb195 #1585 order owners list by last changed time 2015-09-07 13:58:23 -04:00
Unknwon
7650b33a58 minor fix on #1589
Signed-off-by: Unknwon <u@gogs.io>
2015-09-06 18:19:30 -04:00
Unknwon
4306182e0c #1193 Make organization emails non-mandatory 2015-09-06 10:08:14 -04:00
Unknwon
aae2dd500c fix #1558 2015-09-06 08:54:08 -04:00
Unknwon
139fb01f24 fix #1568 2015-09-03 03:58:44 -04:00
Unknwon
dfb6eb684c work on #1558 2015-09-02 05:16:30 -04:00
Unknwon
33b3c75ad4 XSS in username 2015-09-01 12:19:52 -04:00
Unknwon
6dbba9e8a5 fix repository count of user is messed up 2015-08-30 01:13:24 +08:00
Unknwon
4f756f6722 new create webhook event 2015-08-28 23:36:13 +08:00
Unknwon
112d019b4e complate list of gitignores and licenses 2015-08-28 16:44:04 +08:00
Unknwon
a2d4c170f4 rename a user method 2015-08-27 13:26:38 +08:00
Unknwon
33967fd492 new webhooks list UI 2015-08-26 21:45:51 +08:00
Unknwon
6ed5b515ee #1535 Removing deploy key does not remove key 2015-08-25 03:30:39 +08:00
Unknwon
ea89de97d4 only assign auto-admin when sign up by web 2015-08-19 04:58:45 +08:00
Unknwon
df3b347514 work on #1493 2015-08-17 17:05:37 +08:00
Unknwon
7666621473 #1419: 500 when visit a issue with issue/comments of deleted user 2015-08-15 02:48:05 +08:00
Unknwon
0ea0bb4fe5 Show owner/poster tags of comments and fix #1312 2015-08-14 02:43:40 +08:00
Unknwon
e144d0f20c delete avatar when del user 2015-08-12 03:46:08 +08:00