Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 1 | -2/+3 |
| | |||||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 1 | -4/+2 |
| | |||||
* | #2558 delete local wiki copy when rename repo and user | Unknwon | 2016-02-05 | 1 | -2/+10 |
| | |||||
* | Fix random avatar does not work on Windows | Unknwon | 2016-02-02 | 1 | -2/+1 |
| | | | | path.Dir can't handle Windows case, must use filepath.Dir | ||||
* | Minor fix for #2494 | Unknwon | 2016-01-28 | 1 | -3/+3 |
| | | | | - Change tooltip size from mini to tiny in profile page | ||||
* | Change user name in Pull Requests | Martin Hartkorn | 2016-01-27 | 1 | -0/+5 |
| | |||||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 | 1 | -6/+1 |
| | |||||
* | Add default for NumFollowing field (fixes #2261) | Angus Gibson | 2015-12-22 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -72/+73 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -2/+2 |
| | |||||
* | #1692 add user email APIs | Unknwon | 2015-12-15 | 1 | -10/+36 |
| | |||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | #2155 The owner has reached maximum creation limit of 0 repositories | Unknwon | 2015-12-11 | 1 | -2/+3 |
| | |||||
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 1 | -0/+5 |
| | |||||
* | fix bool check for repo max limit and fix hang when push repo with tons of ↵ | Unknwon | 2015-12-10 | 1 | -0/+3 |
| | | | | commits | ||||
* | fix user repo limit default value | Unknwon | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | #1301 "read-only" users | Unknwon | 2015-12-10 | 1 | -4/+4 |
| | |||||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 | 1 | -0/+22 |
| | |||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -4/+3 |
| | |||||
* | finish wiki | Unknwon | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | wiki: finish new | Unknwon | 2015-11-27 | 1 | -4/+6 |
| | |||||
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 | 1 | -3/+0 |
| | |||||
* | some fix to #2026 | Unknwon | 2015-11-23 | 1 | -0/+1 |
| | |||||
* | UI: long organization name in create repository owner list | Unknwon | 2015-11-18 | 1 | -0/+9 |
| | |||||
* | fix #1960 | Unknwon | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | work on #1961 | Unknwon | 2015-11-16 | 1 | -0/+6 |
| | |||||
* | Show custom avatars in commits | Unknwon | 2015-11-13 | 1 | -1/+1 |
| | |||||
* | save custom avatar as PNG | Unknwon | 2015-11-13 | 1 | -8/+8 |
| | |||||
* | #1896 fatal when no needed update task | Unknwon | 2015-11-04 | 1 | -2/+2 |
| | |||||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 | 1 | -3/+14 |
| | |||||
* | #1657 allow forcing all private repos | Unknwon | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | drop oauth2 feature support | Unknwon | 2015-09-17 | 1 | -1/+0 |
| | |||||
* | user gomail and new activate account email tpl | Unknwon | 2015-09-17 | 1 | -0/+16 |
| | | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header | ||||
* | #1633 admin delete user | Unknwon | 2015-09-13 | 1 | -1/+2 |
| | |||||
* | new admin user list UI | Unknwon | 2015-09-11 | 1 | -5/+4 |
| | |||||
* | finish all new user settings UI | Unknwon | 2015-09-10 | 1 | -10/+10 |
| | |||||
* | #1585 order owners list by last changed time | Unknwon | 2015-09-07 | 1 | -0/+7 |
| | |||||
* | minor fix on #1589 | Unknwon | 2015-09-06 | 1 | -4/+3 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | #1193 Make organization emails non-mandatory | Unknwon | 2015-09-06 | 1 | -42/+54 |
| | |||||
* | fix #1558 | Unknwon | 2015-09-06 | 1 | -30/+38 |
| | |||||
* | fix #1568 | Unknwon | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | work on #1558 | Unknwon | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | XSS in username | Unknwon | 2015-09-01 | 1 | -0/+10 |
| | |||||
* | fix repository count of user is messed up | Unknwon | 2015-08-30 | 1 | -4/+8 |
| | |||||
* | new create webhook event | Unknwon | 2015-08-28 | 1 | -6/+14 |
| | |||||
* | complate list of gitignores and licenses | Unknwon | 2015-08-28 | 1 | -0/+3 |
| | |||||
* | rename a user method | Unknwon | 2015-08-27 | 1 | -14/+6 |
| | |||||
* | new webhooks list UI | Unknwon | 2015-08-26 | 1 | -1/+13 |
| | |||||
* | #1535 Removing deploy key does not remove key | Unknwon | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | only assign auto-admin when sign up by web | Unknwon | 2015-08-19 | 1 | -9/+1 |
| |