Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Removing nickname parameter from FireAndForgetVerifyEmail | Christopher Speller | 2015-07-30 | 1 | -3/+2 | |
| | | | ||||||
| * | | Fixing links for signup from team invite link. Enter now advances ↵ | Christopher Speller | 2015-07-30 | 1 | -5/+5 | |
| |/ | | | | | | | signup_user_complete screen. Signin now link now redirects properly. | |||||
* | | Made font type a field in the config file | Reed Garmsen | 2015-07-29 | 1 | -1/+1 | |
| | | ||||||
* | | Changed text initial size and positioning to better handle different image ↵ | Reed Garmsen | 2015-07-29 | 1 | -3/+5 | |
| | | | | | | | | sizes and removed dead code | |||||
* | | Added godeps and the source for the go freetype library | Reed Garmsen | 2015-07-29 | 1 | -29/+5 | |
| | | ||||||
* | | Added back username initials being included in default profile picture | Reed Garmsen | 2015-07-28 | 1 | -5/+38 | |
| | | ||||||
* | | Initial changes to putting initials on default profile pics | Reed Garmsen | 2015-07-28 | 1 | -0/+18 | |
|/ | ||||||
* | added store unit test for user.GetByAuth and added password length checking ↵ | JoramWilander | 2015-07-23 | 1 | -0/+6 | |
| | | | | in api.login | |||||
* | add check on server to prevent password updating for users who log in ↵ | JoramWilander | 2015-07-22 | 1 | -0/+7 | |
| | | | | through oauth | |||||
* | add changes from team review | JoramWilander | 2015-07-22 | 1 | -0/+1 | |
| | ||||||
* | added error case for login and removed authdata + authservice unique ↵ | JoramWilander | 2015-07-22 | 1 | -9/+23 | |
| | | | | constraint in users table | |||||
* | added signup link verification to oauth signup flow | JoramWilander | 2015-07-22 | 1 | -45/+34 | |
| | ||||||
* | add error for trying to sign up with the same oauth account twice | JoramWilander | 2015-07-22 | 1 | -1/+1 | |
| | ||||||
* | merged with new team domain changes and added signup/login links for gitlab | JoramWilander | 2015-07-22 | 1 | -6/+6 | |
| | ||||||
* | made oauth architecture more generalized | JoramWilander | 2015-07-22 | 1 | -13/+48 | |
| | ||||||
* | inital implementation of using GitLab OAuth2 provider for signup/login | JoramWilander | 2015-07-22 | 1 | -46/+104 | |
| | ||||||
* | initial implementation of local server storage for files | JoramWilander | 2015-07-21 | 1 | -31/+12 | |
| | ||||||
* | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 1 | -39/+39 | |
| | | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users | |||||
* | Merge pull request #185 from mattermost/mm-1348 | Corey Hulen | 2015-07-17 | 1 | -1/+1 | |
|\ | | | | | fixes mm-1348 removing dependency on redis | |||||
| * | fixes mm-1348 removing dependency on redis | =Corey Hulen | 2015-07-14 | 1 | -1/+1 | |
| | | ||||||
* | | Use User.FirstName instead of trying to infer a user's first name from their ↵ | hmhealey | 2015-07-17 | 1 | -2/+2 | |
| | | | | | | | | nickname in multiple places. | |||||
* | | Renamed FullName column in database to Nickname. Renamed all serverside ↵ | hmhealey | 2015-07-17 | 1 | -4/+4 | |
| | | | | | | | | references from FullName to Nickname. | |||||
* | | Added last updated for pictures | nickago | 2015-07-16 | 1 | -1/+1 | |
| | | ||||||
* | | fixing merge | =Corey Hulen | 2015-07-15 | 1 | -0/+2 | |
|\| | ||||||
| * | removed testing state | nickago | 2015-07-13 | 1 | -2/+0 | |
| | | ||||||
| * | Added User update function | nickago | 2015-07-13 | 1 | -0/+4 | |
| | | ||||||
* | | Fixes mm-1415 adding email bypass flag | =Corey Hulen | 2015-07-12 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #136 from mattermost/code-review | Joram Wilander | 2015-07-08 | 1 | -5/+6 | |
|\ | | | | | team code review | |||||
| * | team code review | =Corey Hulen | 2015-07-06 | 1 | -5/+6 | |
| | | ||||||
* | | Explicitly cast to an int64 when selecting a random profile picture colour ↵ | hmhealey | 2015-07-06 | 1 | -1/+1 | |
|/ | | | | to prevent overflow on 32-bit installations of Go | |||||
* | new users now join off-topic defaultly | JoramWilander | 2015-06-29 | 1 | -10/+5 | |
| | ||||||
* | Merge pull request #27 from mattermost/mm-1240 | Corey Hulen | 2015-06-25 | 1 | -4/+0 | |
|\ | | | | | fixes mm-1240 adds ability to turn valet feature on | |||||
| * | move valet feature switch to DB from config | JoramWilander | 2015-06-17 | 1 | -4/+0 | |
| | | ||||||
| * | fixes mm-1239 adds config setting to turn off valet feature | JoramWilander | 2015-06-15 | 1 | -0/+4 | |
| | | ||||||
| * | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+1258 | |
| | ||||||
* | use proper dimensions for generated profile image | JoramWilander | 2015-06-22 | 1 | -1/+1 | |
| | ||||||
* | fixes mm-1320 removes freetype libs and only use solid color for generated ↵ | JoramWilander | 2015-06-22 | 1 | -34/+5 | |
| | | | | profile pics | |||||
* | profile image now generates on each call if S3 is not configured | JoramWilander | 2015-06-19 | 1 | -31/+37 | |
| | ||||||
* | fixes mm-1239 adds config setting to turn off valet feature | JoramWilander | 2015-06-15 | 1 | -0/+4 | |
| | ||||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+1258 | |