aboutsummaryrefslogtreecommitdiff
path: root/models/user.go
Commit message (Collapse)AuthorAge
...
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Use struct for UI settingsUnknwon2016-07-24
|
* Remove redundant Unix timestamp method callUnknwon2016-07-23
| | | | Unix() already uses UTC as timezone
* #2903 use different reversed words and patterns for repository and userUnknwon2016-07-23
|
* avatar: make custom and generated avatars equal (#3301)Dennis Chen2016-07-21
| | | | | | Sets all avatars to use PNG image format. Keeps avatars consistent at 290x290px resolution. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* #2937 able to prohibit user loginUnknwon2016-07-16
|
* models/user_mail: refactor EmailAddressUnknwon2016-07-16
|
* Return avatar link as absolute url (#3235)Sandro Santilli2016-07-16
| | | | | Fixes relative urls coming from api/v1 See https://github.com/drone/drone/issues/1701
* Use a gopher as default avatar (rather than the gravatar logo) (#3208)Sandro Santilli2016-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 searchUnknwon2016-03-16
|
* Remove email from user searchOdin Ugedal2016-03-15
|
* Make user search look in username, name and emailOdin Ugedal2016-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 aggregateUnknwon2016-03-11
|
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|
* Minor fixes for #2766Unknwon2016-03-06
|
* Added: Ability to delete org avatar.Tamás Molnár2016-03-06
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* #1157 some avatar setting changesUnknwon2016-03-05
| | | | - Allow to delete current avatar
* #1597 support pull requests in same repositoryUnknwon2016-03-04
|
* Make markdown as an independent moduleUnknwon2016-02-20
|
* Remove cache avatar support and add its testsUnknwon2016-02-14
|
* #2558 delete local wiki copy when rename repo and userUnknwon2016-02-05
|
* Fix random avatar does not work on WindowsUnknwon2016-02-02
| | | | path.Dir can't handle Windows case, must use filepath.Dir
* Minor fix for #2494Unknwon2016-01-28
| | | | - Change tooltip size from mini to tiny in profile page
* Change user name in Pull RequestsMartin Hartkorn2016-01-27
|
* #2287 Truncate repository name if too longUnknwon2016-01-11
|
* Add default for NumFollowing field (fixes #2261)Angus Gibson2015-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 FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* #1692 add organization APIsUnknwon2015-12-17
|
* #1692 add user email APIsUnknwon2015-12-15
|
* rename import pathUnknwon2015-12-15
|
* #2155 The owner has reached maximum creation limit of 0 repositoriesUnknwon2015-12-11
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-10
|
* fix bool check for repo max limit and fix hang when push repo with tons of ↵Unknwon2015-12-10
| | | | commits
* fix user repo limit default valueUnknwon2015-12-10
|
* #1301 "read-only" usersUnknwon2015-12-10
|
* #1575 Limit repo creationUnknwon2015-12-10
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* finish wikiUnknwon2015-11-30
|
* wiki: finish newUnknwon2015-11-27
|
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-24
|
* some fix to #2026Unknwon2015-11-23
|
* UI: long organization name in create repository owner listUnknwon2015-11-18
|
* fix #1960Unknwon2015-11-16
|
* work on #1961Unknwon2015-11-16
|
* Show custom avatars in commitsUnknwon2015-11-13
|
* save custom avatar as PNGUnknwon2015-11-13
|
* #1896 fatal when no needed update taskUnknwon2015-11-04
|
* #1511 Allow local import only for admin usersUnknwon2015-11-03
|