summaryrefslogtreecommitdiffstats
path: root/web/web.go
Commit message (Collapse)AuthorAgeFilesLines
* Use User.FirstName instead of trying to infer a user's first name from their ↵hmhealey2015-07-171-1/+1
| | | | nickname in multiple places.
* Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-171-3/+3
| | | | references from FullName to Nickname.
* redirected channel name 404's to town squarenickago2015-07-061-1/+4
|
* move default channel creation to seperate func and add off-topicJoramWilander2015-06-291-1/+1
|
* added team store, team settings menu, and the ability to turn on valet ↵JoramWilander2015-06-181-0/+1
| | | | feature from client
* first commit=Corey Hulen2015-06-141-0/+430