summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Fixed @all not working as intended (#3335)David Lu2016-06-151-6/+2
* PLT-3264 remove session cookie when switching accounts (#3341)Corey Hulen2016-06-151-0/+3
* Fix channels showing up across teams when multiple teams open in same browser...Joram Wilander2016-06-152-0/+11
* Fix bad condition on hiding email addresses and update user etag to include p...Joram Wilander2016-06-141-4/+4
* PLT-3143 Added serverside code for custom Emoji (#3311)Harrison Healey2016-06-143-0/+701
* Made error message clearer (#3318)David Lu2016-06-141-2/+8
* Merge branch 'release-3.1'JoramWilander2016-06-133-40/+59
|\
| * Auto join teams if coming from team sign-up page to login for GitLab (#3284)Joram Wilander2016-06-073-40/+59
* | PLT-2058 Debugging incoming web hook content (#3150)Martin Schenck2016-06-101-3/+23
* | CLI: invite user by email - missing siteURL in email (#3297)Thomas Balthazar2016-06-101-2/+2
|/
* System messages trigger notifications when user is mentioned (#3235)Joram Wilander2016-06-061-24/+23
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-062-0/+124
* PLT-2559 Always return successful when trying to join a channel that the user...Harrison Healey2016-06-063-4/+37
* PLT-2990 Clicking on a desktop notification from another team opens the team ...enahum2016-06-061-0/+1
* PLT-2939 Fix Default slash command icon is invalid (#3250)enahum2016-06-061-1/+1
* LDAP users should not be subject to password guess limits or email verificati...Christopher Speller2016-06-051-3/+6
* PLT-2994 Added @all (#3233)David Lu2016-06-041-4/+4
* Don't allow users to be added to a channel they are not in the team of (#3246)Joram Wilander2016-06-043-3/+17
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-031-0/+23
* PLT-3131 Add slash command for sending email invites (#3218)Joram Wilander2016-06-023-4/+113
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-023-3/+3
* Close HTTP response bodies properly in golang driver (and some api functions)...Joram Wilander2016-06-022-0/+6
* Allow system admins to update and delete channels (#3161)Joram Wilander2016-06-012-23/+56
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-013-3/+3
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-013-3/+3
* Add a wait condition in outgoing webhook test to prevent race condition (#3177)Joram Wilander2016-05-311-0/+5
* PLT-2170 Send payload in application/json for outgoing webhooks (#3160)Thomas Balthazar2016-05-312-88/+92
* Send websocket event for system message posts (#3162)Joram Wilander2016-05-311-15/+17
* PLT-2061 Include FULL PATH in logs when referring to a directory (#3170)Khoa LĂȘ2016-05-311-1/+2
* Don't allow gitlab users to activate mfa (#3125)Joram Wilander2016-05-271-0/+4
* Added duplicated trigger validation (#3124)David Lu2016-05-274-13/+76
* Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-272-3/+2
* PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-272-2/+3
* Send Post ID in webhooks (#3120)Thomas Balthazar2016-05-262-3/+136
* Made message command for all users (#3122)David Lu2016-05-261-1/+1
* PLT-2976 Adding checkout for missing SMTP server when testing email connectio...Corey Hulen2016-05-262-2/+12
* fixed type speical -> special (#3052)rompic2016-05-251-2/+2
* Adding APIs to reload config, recycle db connections and ping server (#3096)Corey Hulen2016-05-245-42/+166
* Revert "PLT-1800 Load server side locale from the config.json (#3076)"Christopher Speller2016-05-242-3/+2
* Max_File_Size setting in System Console > File Settings (#3070)Thomas Balthazar2016-05-244-10/+11
* Removed isTestDomain (#3069)David Lu2016-05-241-64/+0
* PLT-1800 Load server side locale from the config.json (#3076)enahum2016-05-242-2/+3
* Fixed double join messages (#3059)David Lu2016-05-202-21/+2
* PLT-2664 Split out push notifications from email notifications (#3049)Joram Wilander2016-05-191-177/+206
* Added /shortcuts (#3048)David Lu2016-05-192-0/+58
* Move away from the "andForget" style of function (#3046)Thomas Balthazar2016-05-187-351/+332
* Move away from the "andForget" style of function (#3043)Thomas Balthazar2016-05-182-170/+144
* Send email notification when username changed (#3022)Thomas Balthazar2016-05-181-9/+35
* Merge branch 'release-3.0'Christopher Speller2016-05-174-13/+8
|\
| * Fixing websocket connection=Corey Hulen2016-05-173-8/+8