Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use a gopher as default avatar (rather than the gravatar logo) (#3208) | Sandro Santilli | 2016-06-27 |
| | | | | | | | | | | | | Also changes the avatar from a jpeg to a png, to allow for transparent background. The indexed png is also smaller in size. Note that at the moment the default avatar is only used when the user requested a custom avatar and the custom avatar file is not found (should never happen). In the future the default avatar could be used as a default return when by-mail avatar lookups fail too (both gravatar and libravatar support passing a default) | ||
* | #2814 LOWER() column value within search | Unknwon | 2016-03-16 |
| | |||
* | Remove email from user search | Odin Ugedal | 2016-03-15 |
| | |||
* | Make user search look in username, name and email | Odin Ugedal | 2016-03-15 |
| | | | | | | Make user search function look in username (lower_name), full name (full_name) and primary email (email). This will benefit searching after user in "explore", admin panel and when adding new collaborators. | ||
* | #13 fix postgres aggregate | Unknwon | 2016-03-11 |
| | |||
* | #13 finish user and repository search | Unknwon | 2016-03-11 |
| | | | | Both are possible on explore and admin panel | ||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 |
| | |||
* | Minor fixes for #2766 | Unknwon | 2016-03-06 |
| | |||
* | Added: Ability to delete org avatar. | Tamás Molnár | 2016-03-06 |
| | |||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 |
| | |||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 |
| | | | | - Allow to delete current avatar | ||
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 |
| | |||
* | Make markdown as an independent module | Unknwon | 2016-02-20 |
| | |||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 |
| | |||
* | #2558 delete local wiki copy when rename repo and user | Unknwon | 2016-02-05 |
| | |||
* | Fix random avatar does not work on Windows | Unknwon | 2016-02-02 |
| | | | | path.Dir can't handle Windows case, must use filepath.Dir | ||
* | Minor fix for #2494 | Unknwon | 2016-01-28 |
| | | | | - Change tooltip size from mini to tiny in profile page | ||
* | Change user name in Pull Requests | Martin Hartkorn | 2016-01-27 |
| | |||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 |
| | |||
* | Add default for NumFollowing field (fixes #2261) | Angus Gibson | 2015-12-22 |
| | | | | | 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 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | #1692 add organization APIs | Unknwon | 2015-12-17 |
| | |||
* | #1692 add user email APIs | Unknwon | 2015-12-15 |
| | |||
* | rename import path | Unknwon | 2015-12-15 |
| | |||
* | #2155 The owner has reached maximum creation limit of 0 repositories | Unknwon | 2015-12-11 |
| | |||
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 |
| | |||
* | fix bool check for repo max limit and fix hang when push repo with tons of ↵ | Unknwon | 2015-12-10 |
| | | | | commits | ||
* | fix user repo limit default value | Unknwon | 2015-12-10 |
| | |||
* | #1301 "read-only" users | Unknwon | 2015-12-10 |
| | |||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 |
| | |||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 |
| | |||
* | finish wiki | Unknwon | 2015-11-30 |
| | |||
* | wiki: finish new | Unknwon | 2015-11-27 |
| | |||
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 |
| | |||
* | some fix to #2026 | Unknwon | 2015-11-23 |
| | |||
* | UI: long organization name in create repository owner list | Unknwon | 2015-11-18 |
| | |||
* | fix #1960 | Unknwon | 2015-11-16 |
| | |||
* | work on #1961 | Unknwon | 2015-11-16 |
| | |||
* | Show custom avatars in commits | Unknwon | 2015-11-13 |
| | |||
* | save custom avatar as PNG | Unknwon | 2015-11-13 |
| | |||
* | #1896 fatal when no needed update task | Unknwon | 2015-11-04 |
| | |||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 |
| | |||
* | #1657 allow forcing all private repos | Unknwon | 2015-10-25 |
| | |||
* | drop oauth2 feature support | Unknwon | 2015-09-17 |
| | |||
* | user gomail and new activate account email tpl | Unknwon | 2015-09-17 |
| | | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header | ||
* | #1633 admin delete user | Unknwon | 2015-09-13 |
| | |||
* | new admin user list UI | Unknwon | 2015-09-11 |
| | |||
* | finish all new user settings UI | Unknwon | 2015-09-10 |
| | |||
* | #1585 order owners list by last changed time | Unknwon | 2015-09-07 |
| | |||
* | minor fix on #1589 | Unknwon | 2015-09-06 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> |