summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* [MM-12608] Migrate to idiomatic error handling in the file `app/scheme.go` in...Rafael George2018-10-171-28/+26
* [MM-12465] Added capability to export reactions of posts during bulk export (...Wasim Thabraze2018-10-173-1/+75
* Migrate to idiomatic error handling in app/notification_email.go (#9676)Hanzei2018-10-171-73/+28
* Migrate to idiomatic error handling in app/command.go (#9675)Hanzei2018-10-171-120/+130
* Set default ciphers, set tls 1.2 via config, set curve prefs (#9315)Daniel Schalla2018-10-162-8/+204
* add GetEmojiByName method to plugin API (#9641)Charles Kenney2018-10-151-0/+4
* MM-11905: deactivate plugins before unregistering (#9666)Jesse Hallam2018-10-151-2/+1
* [MM-12538] Migrate to idiomatic error handling the file `app/session.go` (#9590)Mukul Rawat2018-10-151-86/+93
* [MM-12536] Migrate to idiomatic error handling the file `app/user_agent.go` i...Mukul Rawat2018-10-151-39/+42
* Add GetPostsBefore() to plugin API (#9651)Hanzei2018-10-151-0/+4
* add GetChannelsForTeamForUser to plugin api (#9646)Daniel Hodan2018-10-151-0/+4
* GH-9609: Add GetUsersInTeam in plugin API (#9642)Daniel Hodan2018-10-151-0/+4
* Add SearchChannels plugin api (#9657)Jason Mojica2018-10-151-0/+4
* Add a delete brand image action on the APIv4 (#9552)Julien Levesy2018-10-151-0/+16
* GH-9633 Added plugin API method to return user's profile image (#9653)Alexander Akhmetov2018-10-152-1/+27
* Add GetPostsSince() to plugin API (#9649)Hanzei2018-10-151-0/+4
* Add GetPostThread() to plugin API (#9652)Hanzei2018-10-151-0/+4
* [MM-12537] Migrate to idiomatic error handling the file `app/status.go` in th...Mukul Rawat2018-10-141-23/+23
* [MM-12606] Migrate to idiomatic error handling in the file `app/role.go` in t...Mukul Rawat2018-10-131-17/+20
* [MM-12607] Migrate to idiomatic error handling in the file `app/saml.go` in ...Mukul Rawat2018-10-131-3/+3
* [APIv4] add getChannelMembersTimezone (#9286)Carlos Tadeu Panato Junior2018-10-132-0/+56
* MM-11905: delete plugin commands on removal (#9601)Jesse Hallam2018-10-103-21/+147
* DeleteAll for KV (#9431)Daniel Schalla2018-10-103-0/+44
* Add GetPostsForChannel method to plugin API (#9557)Akash Srivastava2018-10-101-0/+4
* Refactored to rename "service terms" to "terms of service" (#9581)Harshil Sharma2018-10-096-60/+60
* Added the changes requested for MM-8860: Bulk import email intervals (#8498) ...Simone Salsi2018-10-085-0/+51
* MM-12251: Add flag to MoveChannel to remove all deactivated users. (#9515)George Goldberg2018-10-082-3/+36
* MM-12323: Fix trailing slash in ServiceSettings.SiteURL (#9463)Hanzei2018-10-052-4/+31
* Move CustomServiceTermsEnabled to the correct table in diagnostics (#9521)Jason Blais2018-10-041-1/+1
* Add GetChannelMembers method to plugin API (#9525)Akash Srivastava2018-10-031-0/+4
* MM-11863 Add KVList method (#9467)Shobhit Gupta2018-10-033-0/+57
* Set a proper HTTP user-agent header (#9482)Andreas Linz2018-10-031-2/+4
* MM-12193: remove auto unmarshalling (#9519)Jesse Hallam2018-10-031-8/+32
* MM-10699: Disallow renaming direct and group message channels (#9518)Jesús Espino2018-10-022-7/+48
* MM-12067: Add SetDefaultProfileImage to reset the user profile image to a gen...Jesús Espino2018-10-022-27/+83
* fix gofmt for go 1.11 (#9516)Carlos Tadeu Panato Junior2018-10-011-51/+51
* MM-12110: Don't /invite or /kick deactivated users. (#9494)George Goldberg2018-10-014-16/+78
* Migrate to idiomatic error handling app/notification*.go (#9487)Jesús Espino2018-10-013-73/+81
* Idiomatic error handling for app/{job,license,login}.go (#9474)Jesús Espino2018-09-283-50/+46
* Add EnablePublicChannelsMaterialization to diagnostics.go (#9495)Jason Blais2018-09-281-8/+9
* MM-12080: Added some extra logging to cluster leader changed. (#9475)George Goldberg2018-09-272-1/+6
* MM-12013: Fix post-permission checks to cascade for DM/GM channels. (#9476)George Goldberg2018-09-271-1/+3
* Fixing non elastic search paging. (#9471)Christopher Speller2018-09-271-0/+5
* Add plugin API methode to return the current server version (#9429)Hanzei2018-09-271-0/+4
* Idiomatic error handling for app/import*.go (#9473)Jesús Espino2018-09-273-125/+107
* MM-11567: Autocomplete search in: for DMs and GMs (#9430)Jesús Espino2018-09-271-3/+51
* When leave a channel the push notification can fail (#9478)Jesús Espino2018-09-271-1/+7
* #MM-12130 changes for custom service terms (#9450)Harshil Sharma2018-09-268-2/+122
* Move HTTPService and ConfigService into services package (#9422)Harrison Healey2018-09-263-91/+6
* MM-7188: Cleaning push notification on every read, not only on channel switch...Jesús Espino2018-09-268-100/+209