server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
post_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
PLT-5483 Fix bug where flagged posts endpoint returned posts on other teams (...
Joram Wilander
2017-03-31
1
-0
/
+5
*
Merge branch 'release-3.7'
George Goldberg
2017-03-23
1
-0
/
+13
|
\
|
*
Fix policy application in team edition. (#5771)
George Goldberg
2017-03-15
1
-0
/
+13
*
|
Add pinned posts (#4217)
Gabin Aureche
2017-03-13
1
-0
/
+46
*
|
improvements for inbucket email test and re-enable Email mention test (#5647)
Carlos Tadeu Panato Junior
2017-03-11
1
-45
/
+56
|
/
*
Add system console switch for enabling link previews (#5663)
Joram Wilander
2017-03-06
1
-0
/
+11
*
PLT-5355: Fix permalink to private/direct channels. (#5574)
George Goldberg
2017-03-02
1
-1
/
+38
*
Fixing file info caching issue with Aurora for master (#5477)
Corey Hulen
2017-02-20
1
-1
/
+1
*
Remove MakeDirectChannelVisible and add client handling for showing DMs (#5430)
Joram Wilander
2017-02-15
1
-36
/
+0
*
Disabling email mention test (#5381)
Corey Hulen
2017-02-13
1
-45
/
+45
*
PLT-5455 Added caching for OG metadata of link preview. (#5361)
Debanshu Kundu
2017-02-12
1
-4
/
+28
*
Add caching for file infos (#5330)
Joram Wilander
2017-02-07
1
-1
/
+3
*
#4257 Added functionality to create previews for post links using open graph...
Debanshu Kundu
2017-01-20
1
-0
/
+31
*
Message Editing and Deleting permissions (#4692)
Amit Yadav
2017-01-18
1
-6
/
+149
*
Add inbucket docker image to allow local and automated testing of emails (#4901)
Carlos Tadeu Panato Junior
2017-01-17
1
-2
/
+36
*
PLT-4938 Add app package and move logic over from api package (#4931)
Joram Wilander
2017-01-13
1
-328
/
+19
*
PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)
Debanshu Kundu
2017-01-12
1
-0
/
+11
*
inital draft (#4883)
Carlos Tadeu Panato Junior
2017-01-06
1
-0
/
+30
*
Remove TODOs that now have tickets (#4935)
Joram Wilander
2017-01-03
1
-1
/
+0
*
Add initial unit test for post.getPostById() (#4910)
Carlos Tadeu Panato Junior
2016-12-30
1
-0
/
+30
*
Handled possible race confition in TestGetMessageForNotification (#4737)
Harrison Healey
2016-12-08
1
-2
/
+2
*
PLT-4762 Prevent turn off of (at)mentions (server) (#4714)
enahum
2016-12-06
1
-5
/
+23
*
PLT-4429 disabling at_all at_channel metions mentions when channel has more t...
Corey Hulen
2016-11-24
1
-13
/
+13
*
Fix SystemAdmin use of CreateAt in CreatePost API (#4349) (#4408)
Rachel Willmer
2016-11-17
1
-0
/
+31
*
Fix notifications for public/private channels and add basic unit test (#4295)
Joram Wilander
2016-10-21
1
-0
/
+38
*
Merging performance branch into master (#4268)
Joram Wilander
2016-10-19
1
-39
/
+28
*
PLT-3105 Files table migration (#4068)
Harrison Healey
2016-09-30
1
-17
/
+114
*
PLT-3734 Cleaning up shouldSendEvent function (#4024)
enahum
2016-09-27
1
-1
/
+1
*
Modifying permissions system. (#3897)
Christopher Speller
2016-09-13
1
-0
/
+1
*
PLT-3647 Email Batching (#3718)
Harrison Healey
2016-08-16
1
-0
/
+39
*
Refactored mention parsing and added unit tests (#3806)
Harrison Healey
2016-08-16
1
-56
/
+244
*
PLT-3506 Added flagged posts functionality (#3679)
Joram Wilander
2016-08-04
1
-0
/
+35
*
Add a wait condition in outgoing webhook test to prevent race condition (#3177)
Joram Wilander
2016-05-31
1
-0
/
+5
*
PLT-2170 Send payload in application/json for outgoing webhooks (#3160)
Thomas Balthazar
2016-05-31
1
-58
/
+64
*
Send Post ID in webhooks (#3120)
Thomas Balthazar
2016-05-26
1
-3
/
+134
*
PLT-1909 Removed the ability to edit system posts (#3013)
Harrison Healey
2016-05-17
1
-0
/
+11
*
Recent mention searches now OR terms instead of AND (#2931)
Joram Wilander
2016-05-09
1
-24
/
+30
*
PLT-2258 Unified login screen and related APIs (#2820)
Harrison Healey
2016-05-03
1
-3
/
+3
*
Fixed typo (#2862)
Arif Usman
2016-05-03
1
-3
/
+3
*
PLT-2057 User as a first class object (#2648)
Corey Hulen
2016-04-21
1
-284
/
+101
*
Removed search test case where MySQL and PostgreSQL didn't agree
JoramWilander
2016-03-18
1
-4
/
+0
*
Reworked the code for sending notifications and checking for out of channel m...
hmhealey
2016-02-04
1
-5
/
+31
*
Changed out of channel mention tests to use proper email addresses
hmhealey
2016-02-04
1
-6
/
+7
*
Added serverside check for a post that @mentions someone who isn't in the cha...
hmhealey
2016-02-04
1
-0
/
+68
*
Fixing email unit tests
=Corey Hulen
2016-02-01
1
-20
/
+20
*
Updated search test cases
JoramWilander
2016-01-27
1
-4
/
+10
*
Update search query to ignore system messages
JoramWilander
2016-01-26
1
-8
/
+6
*
Revert " PLT-7 adding loc for db calls"
Corey Hulen
2016-01-20
1
-22
/
+22
*
PLT-7 adding loc db calls for users table
=Corey Hulen
2016-01-20
1
-21
/
+21
*
PLT-7 adding loc for db calls audits and prefs
=Corey Hulen
2016-01-20
1
-1
/
+1
[next]