summaryrefslogtreecommitdiffstats
path: root/store/sql_channel_store.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing race condition=Corey Hulen2015-08-201-2/+3
|
* Fixing bug=Corey Hulen2015-08-201-1/+3
|
* Track channel creator in DB and show in channel intro message.JoramWilander2015-08-191-0/+2
|
* fix channelIdWithCountAndUpdateAt naming to be proper camel caseJoramWilander2015-08-111-2/+2
|
* incorporate channel updateAt into channel counts and pull channel data on ↵JoramWilander2015-08-111-4/+6
| | | | channel update
* added getChannelCounts service and refactored the client to more ↵JoramWilander2015-08-111-0/+33
| | | | intelligently pull channel data
* Adding etag to channel extra_info api call.Christopher Speller2015-07-291-14/+57
|
* updated channel error messages to reflect proper namingJoramWilander2015-07-291-4/+4
|
* fixes some database queries that broke with postgres, fixes the unread/new ↵JoramWilander2015-07-271-1/+1
| | | | mesasge issues
* removing old bindVars methods=Corey Hulen2015-07-231-1/+1
|
* Fixing merges for latest postgres=Corey Hulen2015-07-231-1/+1
|
* fixing merge conflicts=Corey Hulen2015-07-211-1/+1
|\
| * Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-171-4/+4
| | | | | | | | references from FullName to Nickname.
* | minor tweaks to make sure mysql still runs=Corey Hulen2015-07-121-4/+20
| |
* | Patching remainder of the sql stmts to work with postgres=Corey Hulen2015-07-121-7/+6
| |
* | Fixes mm-1420 adding postgres support=Corey Hulen2015-07-121-43/+48
|/
* Added new error message when trying to add a channel that was previously ↵Reed Garmsen2015-07-061-2/+14
| | | | deleted as well as a corresponding unit test
* rebase touch-upsJoramWilander2015-06-291-1/+1
|
* fix more indentingJoramWilander2015-06-291-1/+1
|
* fix indentingJoramWilander2015-06-291-1/+1
|
* fixes mm-1316 improves channel notifications UI and updates channellist etagJoramWilander2015-06-291-3/+9
|
* first commit=Corey Hulen2015-06-141-0/+554