summaryrefslogtreecommitdiffstats
path: root/store/sql_post_store.go
Commit message (Collapse)AuthorAgeFilesLines
* fixed type speical -> special (#3052)rompic2016-05-251-1/+1
|
* Filtering colons from search to prevent postgres error (#3075)Christopher Speller2016-05-231-0/+1
|
* Recent mention searches now OR terms instead of AND (#2931)Joram Wilander2016-05-091-6/+12
|
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Removing old schema upgrades affecting postgres=Corey Hulen2016-03-211-5/+0
|
* Change searches to AND terms instead of ORJoramWilander2016-03-181-1/+8
|
* Refactor and modularize analytics on the clientJoramWilander2016-03-011-1/+1
|
* Fixing device id column for droid=Corey Hulen2016-02-221-2/+2
|
* Merge pull request #2057 from khoa-le/PLT-1673Harrison Healey2016-02-031-2/+2
|\ | | | | PLT-1673: Make hashtag searching independent of case
| * Make hashtag searching independent of caseKhoa, Le Ngoc2016-02-031-2/+2
| |
* | Added extra system-wide statistics for EEJoramWilander2016-02-021-3/+10
|/
* PLT-1765 allowing support of 2 previous versions=Corey Hulen2016-01-281-0/+5
|
* Update search query to ignore system messagesJoramWilander2016-01-261-0/+1
|
* PLT-7: Refactoring stores to use translations (chunk 7)Elias Nahum2016-01-251-22/+22
| | | | - Add spanish translations
* Generalize analytics server functions and begin componentizing client ↵JoramWilander2016-01-211-16/+36
| | | | analytics controls
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-27/+26
|
* PLT-7 adding loc db calls for posts table=Corey Hulen2016-01-201-26/+27
|
* Removing old 1.3 DB upgrade codeChristopher Speller2015-12-091-2/+0
|
* Make sure posts in threads are included in getPosts DB queryJoramWilander2015-12-071-1/+2
|
* PLT-1326: Enable channel posts of type join or leave not trigger unread ↵Florian Orben2015-12-041-1/+2
| | | | notifications
* Add limit to Props size in Post tableJoramWilander2015-12-031-1/+1
|
* PLT-1035: Remove last data point in graphs on #statistics pageFlorian Orben2015-11-281-4/+13
|
* Adding perm delete to cmd line=Corey Hulen2015-11-161-2/+77
|
* PLT-975 adding perm deletes=Corey Hulen2015-11-161-0/+18
|
* Omit unneeded fields from user object in getProfiles service and remove ↵JoramWilander2015-11-091-0/+1
| | | | ImgCount field from Post model
* Removing old DB upgrade codeChristopher Speller2015-11-091-17/+0
|
* remove max column size from 'props'Florian Orben2015-11-061-1/+1
|
* fix alter table command for postgresFlorian Orben2015-11-061-1/+7
|
* postgres needs another query to get table information...Florian Orben2015-11-051-2/+2
|
* PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-051-0/+11
|
* Merge pull request #1285 from mattermost/plt-824Joram Wilander2015-11-041-0/+98
|\ | | | | PLT-824 Adding ability to fetch posts around a specifc post
| * Adding ability to fetch posts around a specifc postChristopher Speller2015-11-031-0/+98
| |
* | Improved tests for search wildcards and removed duplicate search codehmhealey2015-11-021-7/+0
|/
* Fix spelling of encounteredPat Lathem2015-10-301-1/+1
|
* PLT-25 fixing stats for postgres=Corey Hulen2015-10-271-17/+23
|
* Fixing postgres=Corey Hulen2015-10-261-8/+49
|
* Merge branch 'master' into PLT-25=Corey Hulen2015-10-261-10/+42
|\
| * Moved logic for searching for posts by multiple users/channels into the sql ↵hmhealey2015-10-261-10/+42
| | | | | | | | query
* | Adding analytics tab=Corey Hulen2015-10-221-0/+102
|/
* Fixed incorrectly escaped * in wildcard search for postgreshmhealey2015-10-191-1/+1
|
* Added from:, in:, and channel: search modifiershmhealey2015-10-191-49/+79
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Parse special characters out of search strings and replace with spaces.JoramWilander2015-10-061-4/+15
|
* PLT-404 adding basic error checking to config file.=Corey Hulen2015-09-291-2/+2
|
* Making changes to versioning=Corey Hulen2015-09-171-2/+2
|
* PLT-92 Adding server side versioning to the binary=Corey Hulen2015-09-161-2/+2
|
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+24
|
* Merge pull request #475 from nickago/MM-1773Christopher Speller2015-08-311-3/+11
|\ | | | | MM-1773a Add wildcard searching for postgresql
| * Added unit testsnickago2015-08-271-1/+0
| |
| * Added wildcard highlighting and removed redundant whitespace parsingnickago2015-08-271-6/+6
| |