summaryrefslogtreecommitdiffstats
path: root/store/sql_channel_store.go
Commit message (Collapse)AuthorAgeFilesLines
...
* PLT-3695 refactoring to use sql_upgrader (#3788)Corey Hulen2016-08-241-3/+0
| | | | | | | | | | | | | | | | | | | | * PLT-3695 unitying upgrade support * PLT-3695 refactoring to use sql_upgrader * Fixing unit test * Adding 3.3 to 3.4 * Fixing upgrading * Seperating DB schema from version.go * Fixing upgrade cmd * Moving to const for exit codes * remving old unused code
* Cleaning up old export code (#3601)Christopher Speller2016-07-151-22/+0
|
* PLT-3366 Holding down the ALT key and clicking on a message adds a new ↵samogot2016-07-141-0/+52
| | | | messages indicator (squashed) (#3374)
* PLT-3512 adding join/leave channel to the CLI (#3498)Corey Hulen2016-07-061-1/+27
| | | | | | | | | | | | | | * PLT-3512 adding join/leave channel to the CLI * PLT-3512 adding list channels to the CLI * PLT-3512 adding restore channel * Adding make run-cli command * Updating txt * Fixing txt purposed by PMs
* Don't allow users to be added to a channel they are not in the team of (#3246)Joram Wilander2016-06-041-4/+4
|
* Fixing LDAP issue with Postgres (#3033)Corey Hulen2016-05-171-3/+3
|
* Multiple cross-team functionality fixes (#2902)Joram Wilander2016-05-061-2/+5
|
* Don't return error if already part of channel being joined (#2814)Joram Wilander2016-04-281-3/+8
|
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-5/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding client side unit test * Cleaning up the clint side tests * Fixing msg * Adding more client side unit tests * Adding more using tests * Adding last bit of client side unit tests and adding make cmd * Fixing bad merge * Fixing libraries * Updating to new client side API * Fixing borken unit test * Fixing unit tests * ugg...trying to beat gofmt * ugg...trying to beat gofmt * Cleaning up remainder of the server side routes * Adding inital load api * Increased coverage of webhook unit tests (#2660) * Adding loading ... to root html * Fixing bad merge * Removing explicit content type so superagent will guess corectly (#2685) * Fixing merge and unit tests * Adding create team UI * Fixing signup flows * Adding LDAP unit tests and enterprise unit test helper (#2702) * Add the ability to reset MFA from the commandline (#2706) * Fixing compliance unit tests * Fixing client side tests * Adding open server to system console * Moving websocket connection * Fixing unit test * Fixing unit tests * Fixing unit tests * Adding nickname and more LDAP unit tests (#2717) * Adding join open teams * Cleaning up all TODOs in the code * Fixing web sockets * Removing unused webockets file * PLT-2533 Add the ability to reset a user's MFA from the system console (#2715) * Add the ability to reset a user's MFA from the system console * Add client side unit test for adminResetMfa * Reorganizing authentication to fix LDAP error message (#2723) * Fixing failing unit test * Initial upgrade db code * Adding upgrade script * Fixing upgrade script after running on core * Update OAuth and Claim routes to work with user model changes (#2739) * Fixing perminant deletion. Adding ability to delete all user and the entire database (#2740) * Fixing team invite ldap login call (#2741) * Fixing bluebar and some img stuff * Fix all the different file upload web utils (#2743) * Fixing invalid session redirect (#2744) * Redirect on bad channel name (#2746) * Fixing a bunch of issue and removing dead code * Patch to fix error message on leave channel (#2747) * Setting EnableOpenServer to false by default * Fixing config * Fixing upgrade * Fixing reported bugs * Bug fixes for PLT-2057 * PLT-2563 Redo password recovery to use a database table (#2745) * Redo password recovery to use a database table * Update reset password audits * Split out admin and user reset password APIs to be separate * Delete password recovery when user is permanently deleted * Consolidate password resetting into a single function * Removed private channels as an option for outgoing webhooks (#2752) * PLT-2577/PLT-2552 Fixes for backstage (#2753) * Added URL to incoming webhook list * Fixed client functions for adding/removing integrations * Disallowed slash commands without trigger words * Fixed clientside handling of errors on AddCommand page * Minor auth cleanup (#2758) * Changed EditPostModal to just close if you save without making any changes (#2759) * Renamed client -> Client in async_client.jsx and fixed eslint warnings (#2756) * Fixed url in channel info modal (#2755) * Fixing reported issues * Moving to version 3 of the apis * Fixing command unit tests (#2760) * Adding team admins * Fixing DM issue * Fixing eslint error * Properly set EditPostModal's originalText state in all cases (#2762) * Update client config check to assume features is defined if server is licensed (#2772) * Fixing url link * Fixing issue with websocket crashing when sending messages to different teams
* msg commandAlan Mooiman2016-03-241-1/+10
|
* Member show on Activate and Hide on deactivate from channel member list and ↵Elias Nahum2016-02-251-0/+22
| | | | at_mention
* Stopped returning inactive members with getExtraInfo callshmhealey2016-02-101-2/+29
|
* PLT-7: Refactoring stores to use translations (chunk 7)Elias Nahum2016-01-251-45/+45
| | | | - Add spanish translations
* Changed GetMemberCount to stop including inactive usershmhealey2016-01-231-1/+10
|
* Generalize analytics server functions and begin componentizing client ↵JoramWilander2016-01-211-9/+7
| | | | analytics controls
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-42/+41
|
* PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-41/+42
|
* Added the ability to get more channel members from getChannelExtraInfohmhealey2016-01-061-1/+8
|
* Fixing channel limit=Corey Hulen2015-12-151-7/+9
|
* Split db channel get into two functions using master and replicaJoramWilander2015-12-091-3/+17
|
* PLT-1302 fixing hiding email adddress=Corey Hulen2015-12-071-1/+1
|
* Fix possible race condition on when creating new channelsJoramWilander2015-12-041-1/+2
|
* Adding perm delete channels by team=Corey Hulen2015-11-161-0/+17
|
* Adding perm delete to cmd line=Corey Hulen2015-11-161-1/+1
|
* PLT-975 adding perm deletes=Corey Hulen2015-11-161-0/+17
|
* Added ChannelExtra.MemberCount field to reflect the actual member count when ↵hmhealey2015-11-121-0/+20
| | | | we truncate the list of members to 20
* Fixing buildChristopher Speller2015-11-091-1/+0
|
* Removing old DB upgrade codeChristopher Speller2015-11-091-49/+0
|
* Fix spelling of encounteredPat Lathem2015-10-301-3/+3
|
* Merge pull request #1199 from hmhealey/plt600Corey Hulen2015-10-281-1/+7
|\ | | | | PLT-600 Renamed channel description to channel header and added channel purpose field
| * Added Channel.Purpose on the serverhmhealey2015-10-271-0/+2
| |
| * Renamed Channel.Description to Channel.Header on the serverhmhealey2015-10-271-1/+5
| |
* | Merge branch 'master' into PLT-25=Corey Hulen2015-10-261-2/+1
|\|
| * PLT-828 fixing db upgrade code=Corey Hulen2015-10-261-2/+1
| |
* | Merge branch 'master' into PLT-25=Corey Hulen2015-10-231-54/+139
|\|
| * Refactoring direct channel creation to use transaction to avaoid state where ↵Christopher Speller2015-10-221-54/+139
| | | | | | | | channel is created without both users
* | Adding analytics tab=Corey Hulen2015-10-221-0/+28
|/
* Fixing db upgrade for 1.1=Corey Hulen2015-10-081-0/+3
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-011-32/+1
|
* Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-011-31/+74
|
* Removed UI for quiet mode and added UI to set when a channel will be marked ↵hmhealey2015-09-301-0/+30
| | | | unread in the sidebar
* PLT-404 adding basic error checking to config file.=Corey Hulen2015-09-291-2/+2
|
* Renaming "Handle" to "Channel URL" or "URL"it332015-09-201-2/+2
|
* Merge branch 'master' into PLT-92=Corey Hulen2015-09-171-1/+1
|\
| * Adding gofmt to travis buildChristopher Speller2015-09-171-1/+1
| |
* | Adding database schema version=Corey Hulen2015-09-161-1/+0
|/
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+22
|
* Adding ability to upgrade postgres schema=Corey Hulen2015-08-271-2/+1
|
* Fixes race condition=Corey Hulen2015-08-211-4/+10
|