mattermost/model
Jesús Espino da6cb83f9b
Allow to export global relay to zip (#11492)
* Allow to export global relay to zip

* Addressing review comments
2019-07-08 11:06:59 +02:00
..
gitlab Simplify oauth (#8972) 2018-06-26 17:23:13 -07:00
testdata PLT-3383: image proxy support (#7991) 2018-01-22 15:32:50 -06:00
access.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
access_test.go avoid t.Fatal() in tests (#9189) 2018-08-09 11:26:38 +02:00
analytics_row.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
analytics_row_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
audit.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
audit_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
audits.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
audits_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
authorize.go Bump AuthorizeRequest State max length to 1024 (#9468) 2018-09-27 12:17:27 -07:00
authorize_test.go avoid t.Fatal() in tests (#9189) 2018-08-09 11:26:38 +02:00
bot.go [MM-16146] When converting a bot to a user, set the role to system_user (#11361) 2019-06-28 07:41:14 -07:00
bot_default_image.go Setting bot accounts image to specific image. (#10497) 2019-03-26 15:43:24 -07:00
bot_test.go [MM-16146] When converting a bot to a user, set the role to system_user (#11361) 2019-06-28 07:41:14 -07:00
builtin.go add model.NewX funcs for builtin types (#7692) 2017-10-23 09:40:35 -07:00
bundle_info.go MM-10702 Moving plugins to use hashicorp go-plugin. (#8978) 2018-06-25 12:33:13 -07:00
bundle_info_test.go Implement experimental REST API endpoints for plugins (#7279) 2017-09-01 09:00:27 -04:00
channel.go MM-16499: Adds ability to retrieve channels with total count f… (#11375) 2019-06-25 15:18:48 +03:00
channel_count.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
channel_data.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
channel_list.go Ldap groups phase1 (#9752) 2019-01-10 15:17:31 -05:00
channel_member.go MM-15021: Adding new builtin system schema for Guests (#10601) 2019-04-30 20:36:21 +02:00
channel_member_history.go Remove bad field from ChannelMemberHistory model 2018-02-16 17:03:12 -05:00
channel_member_history_result.go MM-14721 - Add an identifier for compliance exports when a message is posted by a bot account (#10908) 2019-05-23 13:33:18 +03:00
channel_member_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
channel_mentions.go MM-10833: send down computed channel props (#8953) 2018-06-26 16:46:57 -04:00
channel_search.go MM-15422: Adds new parameters for retrieving pages of channels. (#10903) 2019-05-24 11:28:42 -04:00
channel_search_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
channel_stats.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
channel_test.go MM-14768: Switches field type from sql.NullBool to a bool pointer. (#10526) 2019-03-29 09:42:25 -04:00
channel_view.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
channel_view_test.go PLT-7404 Return viewed at times in view channel API response (#7428) 2017-09-29 08:45:59 -07:00
client4.go MM-15452 - Add ability to override LHS icon for bot accounts (#11423) 2019-07-06 08:56:21 +02:00
client4_test.go revert master changes 2018-02-12 16:01:02 -05:00
cluster_discovery.go MM-16400: Adding more control over bind and advertising address in cluster configuration (#11283) 2019-06-26 09:40:19 +02:00
cluster_discovery_test.go MM-16400: Adding more control over bind and advertising address in cluster configuration (#11283) 2019-06-26 09:40:19 +02:00
cluster_info.go general cleanup (#8387) 2018-03-07 12:36:40 -06:00
cluster_info_test.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
cluster_message.go [Mm-7854] [Backend] Add an endpoint to revoke sessions from all users (#11200) 2019-07-01 22:28:46 +01:00
cluster_message_test.go avoid t.Fatal() in tests (#9189) 2018-08-09 11:26:38 +02:00
cluster_stats.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
cluster_stats_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
command_args.go Move to the mattermost/go-i18n fork (#10669) 2019-04-23 09:33:42 -04:00
command_response.go [MM-9937] Add support for sending a message to a different channel than where the slash command was issued from (#9878) 2018-12-12 07:43:31 +01:00
command_response_test.go [MM-9937] Add support for sending a message to a different channel than where the slash command was issued from (#9878) 2018-12-12 07:43:31 +01:00
command_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
command_webhook.go PLT-1649: add response_url support for custom slash commands (#6739) 2017-08-16 08:17:57 -04:00
command_webhook_test.go PLT-1649: add response_url support for custom slash commands (#6739) 2017-08-16 08:17:57 -04:00
compliance.go ABC-173: introduce Normalize(Username|Email) (#8183) 2018-02-05 14:56:01 -05:00
compliance_post.go MM-14721 - Add an identifier for compliance exports when a message is posted by a bot account (#11063) 2019-06-14 18:36:38 +03:00
compliance_post_test.go avoid t.Fatal() in tests (#9189) 2018-08-09 11:26:38 +02:00
compliance_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
config.go Allow to export global relay to zip (#11492) 2019-07-08 11:06:59 +02:00
config_test.go MM-16474: SMTP password should be redacted in system console. (#11350) 2019-06-25 10:36:26 -04:00
data_retention_policy.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
emoji.go MM-11272 Added initial post metadata (#9175) 2018-11-01 15:22:33 -04:00
emoji_data.go [MM-9777] Avoids adding custom emojis with the same name as a system emoji (#8461) 2018-03-23 09:11:43 -04:00
emoji_search.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
emoji_search_test.go ABC-90 Add POST /emoji/search and GET /emoji/autocomplete API endpoints (#8125) 2018-01-23 08:04:44 -08:00
emoji_test.go avoid t.Fatal() in tests (#9189) 2018-08-09 11:26:38 +02:00
file.go [MM-8421] Fix tiff preview - backend (#10170) 2019-02-21 09:06:59 +01:00
file_info.go MM-7633: Optimize memory utilization during file uploads (#9835) 2018-12-13 22:32:07 +01:00
file_info_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
gitlab.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
group.go MM-14897: Changes to be able to add and remove groups from channels. (#10794) 2019-05-15 12:03:47 -04:00
group_member.go Ldap groups phase1 (#9752) 2019-01-10 15:17:31 -05:00
group_syncable.go MM-14412: Enables force removals of team/channel members base on group constraints. (#10490) 2019-04-02 09:22:50 -04:00
incoming_webhook.go MM-11703: Update incoming and outgoing webhook description to 500 characters (#9265) 2018-09-04 13:24:41 +02:00
incoming_webhook_test.go MM-11703: Update incoming and outgoing webhook description to 500 characters (#9265) 2018-09-04 13:24:41 +02:00
initial_load.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
initial_load_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
integration_action.go MM-14741 Add default option to post action dropdown (#10659) 2019-04-22 08:57:54 -07:00
integration_action_test.go Add helper methods for SubmitDialog structs (#9864) 2018-11-23 12:29:32 -05:00
job.go Enable PluginJobs (#10198) 2019-02-06 08:25:07 +01:00
ldap.go general cleanup (#8387) 2018-03-07 12:36:40 -06:00
license.go Ldap groups phase1 (#9752) 2019-01-10 15:17:31 -05:00
license_test.go Ldap groups phase1 (#9752) 2019-01-10 15:17:31 -05:00
link_metadata.go Truncate data from OpenGraph metadata (#10532) 2019-06-11 17:39:35 +02:00
link_metadata_test.go Truncate data from OpenGraph metadata (#10532) 2019-06-11 17:39:35 +02:00
main_test.go [MM-13828] Initialize tests in each package with a new temp folder with all test resources (#10261) 2019-02-19 09:20:11 -05:00
manifest.go Document markdown-enabled manifest fields. (#11426) 2019-06-28 15:57:25 -04:00
manifest_test.go Various unit test related improvements (#9865) 2018-11-28 09:05:39 -05:00
message_export.go MM-14721 - Add an identifier for compliance exports when a message is posted by a bot account (#11063) 2019-06-14 18:36:38 +03:00
mfa_secret.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
mfa_secret_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
migration.go MM-9728: Online migration for advanced permissions phase 2 (#8744) 2018-05-14 15:59:04 +01:00
modeltestlib_test.go platform/model: Don't pull in the "testing" package in normal builds (#6735) 2017-06-26 14:32:39 -04:00
oauth.go Revert "Support for Embeded chat (#9129)" (#10017) 2019-01-02 07:57:36 -08:00
oauth_test.go avoid t.Fatal() in tests (#9189) 2018-08-09 11:26:38 +02:00
outgoing_webhook.go MM-13606 Remove consumeAndClose and clean up integration response handling (#10066) 2019-01-09 17:07:08 -05:00
outgoing_webhook_test.go MM-13606 Remove consumeAndClose and clean up integration response handling (#10066) 2019-01-09 17:07:08 -05:00
permission.go MM-14722 - Don't let bots create other bot accounts (#10808) 2019-05-14 22:15:23 +02:00
permission_test.go XYZ-37: Advanced Permissions Phase 1 Backend. (#8159) 2018-02-06 15:34:08 +00:00
plugin_key_value.go DeleteAll for KV (#9431) 2018-10-10 10:55:12 -07:00
plugin_key_value_test.go [MM-12452] Stop inserting hashed plugin keys (#9817) 2018-11-27 21:50:31 +01:00
plugin_status.go [MM-15831] Improve system for storing status of available plug… (#11185) 2019-06-25 17:44:08 -04:00
plugins_response.go MM-10702 Moving plugins to use hashicorp go-plugin. (#8978) 2018-06-25 12:33:13 -07:00
plugins_response_test.go Support server, deprecate backend in plugin manifest (#9127) 2018-07-18 15:32:33 -07:00
post.go [MM-14720] Add Posts Per Day Analytics and Number Posts Previous Day Functionality (#11402) 2019-07-02 14:10:22 -07:00
post_embed.go MM-11868/MM-12010/MM-12011/MM-12036 Improve post metadata structure (#9693) 2018-11-01 15:41:29 -04:00
post_list.go MM-11210 Add "GET /posts/unread" API to support landing on the last unread post (#11486) 2019-07-04 02:53:04 +05:30
post_list_test.go Added the SearchPostsInTeam method to the plugin API (#10106) 2019-02-13 07:41:32 +01:00
post_metadata.go MM-14030 Add format and frame count to image metadata (#10757) 2019-04-30 16:45:26 -04:00
post_search_results.go MM-6992 Added highlighting to elasticsearch results (#8861) 2018-06-19 11:46:29 +02:00
post_test.go MM-15276: Migrate Team.Update to sync by default (#10693) 2019-04-25 15:29:02 +02:00
preference.go Added the changes requested for MM-8860: Bulk import email intervals (#8498) (#9578) 2018-10-08 17:01:27 +01:00
preference_test.go avoid t.Fatal() in tests (#9189) 2018-08-09 11:26:38 +02:00
preferences.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
push_notification.go Tracking Push Notifications in a structured logger (notifications.log) (#10823) 2019-05-13 07:53:46 -07:00
push_notification_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
push_response.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
push_response_test.go PLT-6112: Add some more unit tests to the model package (#6142) 2017-04-20 09:58:54 -04:00
reaction.go [GH-6798] added a new api endpoint to get the bulk reactions for posts (#10049) 2019-01-03 08:35:08 -05:00
reaction_test.go MM-12826 Include list of reactions in post metadata instead of just counts (#9749) 2018-11-01 15:41:43 -04:00
role.go MM-15021: Adding new builtin system schema for Guests (#10601) 2019-04-30 20:36:21 +02:00
saml.go default text to SAML (#9827) 2018-11-14 11:41:20 +01:00
saml_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
scheduled_task.go fix scheduled task race (#8355) 2018-02-23 12:56:32 -06:00
scheduled_task_test.go fix scheduled task race (#8355) 2018-02-23 12:56:32 -06:00
scheme.go MM-15021: Adding new builtin system schema for Guests (#10601) 2019-04-30 20:36:21 +02:00
search_params.go Added the SearchPostsInTeam method to the plugin API (#10106) 2019-02-13 07:41:32 +01:00
search_params_test.go [MM-12484] Fix return search posts on date filters (#9568) 2018-10-05 22:25:34 +08:00
security_bulletin.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
security_bulletin_test.go PLT-6112: Add some more unit tests to the model package (#6142) 2017-04-20 09:58:54 -04:00
session.go Fix bots being unable to post when personal access tokens are disabled. (#11105) 2019-06-13 11:54:09 -07:00
session_test.go #MM-12130 changes for custom service terms (#9450) 2018-09-26 16:49:22 -04:00
slack_attachment.go [MM-14846] Update EditAt for FileIds and Attachment in Post + Ignore FileIds Updates (#10540) 2019-04-04 20:01:21 +02:00
slack_attachment_test.go Fix panicing of ParseSlackAttachment for nil in attachments list (#10141) 2019-01-25 09:31:19 -08:00
slack_compatibility.go MM-13826 Webhooks: Allow "true"/"false" for bool values in payload body (#10114) 2019-01-24 11:36:10 -04:00
slack_compatibility_test.go MM-13826 Webhooks: Allow "true"/"false" for bool values in payload body (#10114) 2019-01-24 11:36:10 -04:00
status.go MM-10425 Include active_channel in cluster update user status messages (#8967) 2018-06-21 10:42:20 -07:00
status_test.go MM-10425 Include active_channel in cluster update user status messages (#8967) 2018-06-21 10:42:20 -07:00
suggest_command.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
suggest_command_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
switch_request.go MM-4998 Adding LoginIdAttribute to allow LDAP users to change their login ID without losing their account (#8756) 2018-05-10 09:46:09 -07:00
switch_request_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
system.go MM-10516: Added support for PostActions in ephemeral posts (#10258) 2019-03-01 10:15:31 -08:00
system_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
team.go MM-16500: Adds ability to retrieve the total count of teams via the API. (#11325) 2019-06-24 22:05:34 +01:00
team_member.go MM-15021: Adding new builtin system schema for Guests (#10601) 2019-04-30 20:36:21 +02:00
team_member_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
team_search.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
team_search_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00
team_stats.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
team_test.go [MM-13671] Rework Team InviteId Creation and Updates (#10536) 2019-04-25 23:09:38 +02:00
terms_of_service.go #146 Terms of Service Phase 2 (#9731) 2018-11-08 15:48:14 -05:00
terms_of_service_test.go Fixing formatting. (#9801) 2018-11-06 16:28:55 +08:00
token.go MM-13817: Increase the time limit of tokens existency from 24h to 48h (#10318) 2019-02-27 12:44:46 +01:00
user.go MM-16258: Adds new API endpoint + (App & Client & Store) to retrieve … (#11176) 2019-06-17 09:51:56 -04:00
user_access_token.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
user_access_token_search.go [PLT-7793] Add /users/tokens/search endpoint (#8088) 2018-01-11 16:30:55 -05:00
user_access_token_search_test.go [PLT-7793] Add /users/tokens/search endpoint (#8088) 2018-01-11 16:30:55 -05:00
user_access_token_test.go PLT-6763 Implement user access tokens and new roles (server-side) (#6972) 2017-07-31 12:59:32 -04:00
user_autocomplete.go unnamed return (#8170) 2018-01-30 15:23:00 -08:00
user_count.go Adding new "VIEW_MEMBERS" permissions restrict the scope of users visibility (#10487) 2019-04-29 16:56:56 +02:00
user_get.go MM-16477 Add api to get users modified since a given time (#11406) 2019-06-27 09:37:03 -04:00
user_search.go [MM-14751] Adds group_constrained filter to user list and search endpoints (#10678) 2019-05-16 10:12:06 +01:00
user_search_test.go MM-12234: configurable limit to user autocomplete and search matches (#9499) 2018-10-17 11:24:12 -04:00
user_terms_of_service.go #146 Terms of Service Phase 2 (#9731) 2018-11-08 15:48:14 -05:00
user_terms_of_Service_test.go Moving app from singular to being created for every request (#9889) 2018-11-28 10:56:21 -08:00
user_test.go MM-14882 Filter out inactive users from out of channel/group mentions (#10685) 2019-04-25 08:45:03 -04:00
users_stats.go Get the count of the all system users at endpoint /users/stats (#8847) 2018-06-07 12:45:49 -04:00
utils.go MM-15325: Allowing to configure the device for detect the IP in HA clusters (#10917) 2019-06-11 20:53:03 +02:00
utils_test.go MM-15325: Allowing to configure the device for detect the IP in HA clusters (#10917) 2019-06-11 20:53:03 +02:00
version.go upgrade db to 5.13 and prepare upgrade to 5.14 (#11198) 2019-06-18 10:51:45 +02:00
version_test.go avoid t.Fatal() in tests (#9189) 2018-08-09 11:26:38 +02:00
websocket_client.go MM-8708 Remove api package (#8784) 2018-05-16 13:43:22 -04:00
websocket_message.go Team restore cli command (#9551) 2019-01-28 13:04:19 +01:00
websocket_message_test.go MM-8710: Web Hub optimizations (#8293) 2018-02-20 10:50:10 -08:00
websocket_request.go Move to the mattermost/go-i18n fork (#10669) 2019-04-23 09:33:42 -04:00
websocket_request_test.go PLT-5860 Updated copyright date (#6058) 2017-04-12 08:27:57 -04:00