Carlos Tadeu Panato Junior
9a5f16924c
use Hostname() instead of Host which will contain the port ( #6429 )
2017-05-17 08:30:21 -07:00
Carlos Tadeu Panato Junior
0df61d161f
implement PLT-6469 - Send HELO request containing domain name to SMTP server ( #6322 )
2017-05-09 09:34:30 -04:00
Ryan Wang
37586d26bc
[PLT-5440] Add Options to System Console Dropdown Menu ( #5939 )
...
* Add options to system console dropdown menu
* Updating modal css
2017-05-09 07:53:13 -05:00
George Goldberg
85c2d5a478
PLT-6393: Fix Websocket CORS header check. ( #6335 )
2017-05-04 17:21:28 -04:00
Christopher Speller
010ec23af3
Removing password reset salt ( #6334 )
2017-05-04 16:36:51 -04:00
Joram Wilander
49481caf6d
PLT-6262 Add config setting to disable file attachments ( #6301 )
...
* Add config setting to disable file attachments
* Add unit tests
* Updating UI for no attachments (#6312 )
* Update UI text on file upload System Console setting (#6313 )
* Update storage_settings.jsx
* Update en.json
2017-05-04 15:45:19 -04:00
George Goldberg
597641545d
PLT-6355: Use separate Read Replicas for Search. ( #6216 )
2017-05-01 00:19:58 -04:00
Corey Hulen
a8cf08d6ef
PLT-6322 log error messages in english ( #6234 )
2017-04-28 10:03:52 -04:00
Christopher Speller
9a87bb3af6
Creating common token store and moving email invites and verification to it ( #6213 )
2017-04-27 10:55:03 -04:00
Joram Wilander
be9624e2ad
Implement v4 endpoints for OAuth ( #6040 )
...
* Implement POST /oauth/apps endpoint for APIv4
* Implement GET /oauth/apps endpoint for APIv4
* Implement GET /oauth/apps/{app_id} and /oauth/apps/{app_id}/info endpoints for APIv4
* Refactor API version independent oauth endpoints
* Implement DELETE /oauth/apps/{app_id} endpoint for APIv4
* Implement /oauth/apps/{app_id}/regen_secret endpoint for APIv4
* Implement GET /user/{user_id}/oauth/apps/authorized endpoint for APIv4
* Implement POST /oauth/deauthorize endpoint
2017-04-20 09:55:02 -04:00
Christopher Speller
92d8fa4aa8
Merge branch 'release-3.8'
2017-04-17 15:08:56 -04:00
Corey Hulen
acc991dea1
PLT-6317 disable file watcher while running from makefile ( #6103 )
...
* PLT-6317 disable file watcher while running from make file
* Removing debug stmt
2017-04-17 10:55:03 -04:00
Harrison Healey
461a0b3b7c
PLT-6113 Added initial unit tests for cmd package ( #6086 )
...
* Fixed app.CreateUser not using the provided locale
* Added initial unit tests for cmd package
* Disabled unit tests while we move to 'go build'
2017-04-15 13:45:22 -04:00
Harrison Healey
fb6f2a123c
PLT-5860 Updated copyright date ( #6058 )
...
* PLT-5860 Updated copyright date in about modal
* PLT-5860 Updated copyright notice in JSX files
* PLT-5860 Updated copyright notice in go files
* Fixed misc copyright dates
* Fixed component snapshots
2017-04-12 08:27:57 -04:00
Carlos Tadeu Panato Junior
48d9099882
implement POST /emoji for apiV4 ( #5868 )
2017-04-06 11:15:57 -04:00
George Goldberg
87343176fc
PLT-5977: Only reload clients when client config changes. ( #5989 )
2017-04-05 19:10:20 +01:00
Corey Hulen
6bf080393d
Fixing race conditions in the code base ( #5966 )
...
* Adding initial race detector
* Remove setting of config twice
* Fixing config file watch and config reload on license save
* Fixing config file watch and config reload on license save
* Fixing build error
* Fixing locking issue
* Fixing makefile
* Fixing race in config
* Fixing race in status unit test
* Adding EE race tests
* Fixing race in cluster info
* Removing code that's isn't needed
* Fixing some more races
* Fixing govet issue
2017-04-04 14:42:07 -04:00
enahum
0b5c0794fd
PLT-5906 Set logs path instead log filename ( #5949 )
...
* PLT-5906 Set logs path instead log filename
* feedback review
2017-04-04 18:13:31 +01:00
Corey Hulen
e2a8b3d47e
PLT-6115 adding unit tests for licensing ( #5916 )
...
* Adding test to license sql store
* PLT-6115 adding unit tests for licensing
* Removing unused test
2017-04-04 09:21:32 -07:00
Corey Hulen
f0e451a2d3
Fixing config file watch and config reload on license save ( #5954 )
...
* Fixing config file watch and config reload on license save
* Fixing config file watch and config reload on license save
* Fixing build error
* Fixing locking issue
2017-04-04 11:24:58 -04:00
George Goldberg
e49f5928c5
PLT-6139 (Server): Private Channel member managing ( #5941 )
...
Adds an EE policy feature to allow restricting system-wide which level of
Admins can manage the membership of private channels.
2017-04-03 13:13:28 -04:00
Corey Hulen
00bb479989
PLT-6090 adding ability to read license file from disk ( #5895 )
...
* PLT-6090 adding ability to read license file from disk
* Fixing unit test that fails only sometimes
* Fixing test that fails randomly
2017-03-31 09:54:30 -04:00
Corey Hulen
c06a23ea0b
PLT-6076 Read config file info from enviroment vars ( #5873 )
...
* Adding viper libs for config file changes
* Removing the old fsnotify lib
* updating some missing libs
* PLT-6076 Read config file info from enviroment vars
* Changing unit test to use less important props
2017-03-29 21:13:32 -04:00
Joram Wilander
daca0d93f6
Move WebSocket API to it's own package and add websocket v4 endpoint ( #5881 )
2017-03-28 09:58:19 +01:00
George Goldberg
b489a5bb01
PLT-5904 (Server): Config flag for SMTP Cert Check. ( #5857 )
2017-03-27 08:43:27 -03:00
George Goldberg
720ee81113
PLT-6063: AddUserToTeam permission depends on policy. ( #5869 )
...
Uses same policy setting as InviteUserToTeam.
2017-03-26 09:37:39 -04:00
Corey Hulen
54d3d47daf
PLT-6076 Adding viper libs for config file changes ( #5871 )
...
* Adding viper libs for config file changes
* Removing the old fsnotify lib
* updating some missing libs
2017-03-25 03:31:34 -03:00
George Goldberg
c6ded1dbfd
Merge branch 'release-3.7'
2017-03-23 17:38:24 +00:00
George Goldberg
91d430b2a3
Fix policy application in team edition. ( #5771 )
2017-03-15 19:32:02 +00:00
Carlos Tadeu Panato Junior
11f1859de1
improvements for inbucket email test and re-enable Email mention test ( #5647 )
...
Now if we dont get the mailbox to check the email we try 5 times, if
still no message we disable the email verification.
2017-03-11 19:39:00 -03:00
Joram Wilander
e87f5c6cf9
Add system console switch for enabling link previews ( #5663 )
2017-03-06 21:13:12 -05:00
Joram Wilander
f8aaf312c1
PLT-5703 Update license expiry timing and text ( #5602 )
...
* Update license expiry timing and text
* Updating error bar (#5632 )
2017-03-06 20:36:20 -05:00
enahum
758402311a
PLT-5548 Prevent server start if defaultLocate is not available ( #5532 )
...
* PLT-5548 Prevent server start if defaultLocate is not available
* Add validation for supported locales
2017-02-28 09:07:02 +00:00
George Goldberg
f182d196ff
PLT-5070: Server side component of Telemetry. ( #5514 )
2017-02-24 17:33:59 +00:00
George Goldberg
8bbe5dfb2f
Fix permission grants for channel management. ( #5478 )
...
When selecting the Channel, Team & System level for channel permissions,
they must be explicitly granted to the Channel *and* the Team admins.
2017-02-21 10:47:28 -05:00
Corey Hulen
1359f7f391
Adding go vet from hack-a-thon ( #5328 )
...
* Adding go vet to the api package
* Adding go vet to app package
* Adding go vet to manualtesting package
* Adding go vet to the model package
* Adding go vet to the store dir
* Adding go vet to utils package
* Adding missing dirs with go files
* Fixing up makefile
* Fixing up makefile
* Removing root dir
2017-02-09 21:39:15 +00:00
Joram Wilander
9dc76c1823
Implement PUT /users/{user_id}/password endpoint for APIv4 ( #5243 )
2017-02-07 09:35:58 -08:00
Christopher Speller
450c0b3ccb
Improvments to typing messages ( #5230 )
2017-01-30 15:43:34 -05:00
Joram Wilander
c01d9ad6cf
Implement APIv4 infrastructure ( #5191 )
...
* Implement APIv4 infrastructure
* Update parameter requirement functions per feedback
2017-01-30 08:30:02 -05:00
Carlos Tadeu Panato Junior
8ed665cb76
Add initial tests for urlencoded ( #5178 )
2017-01-25 09:00:06 -05:00
Carlos Tadeu Panato Junior
3234f98aec
add initial tests for utils/mail.go ( #5176 )
2017-01-24 10:25:41 -05:00
Joram Wilander
e9c9688b34
Move permissions code into app package ( #5146 )
...
* Move permissions code into app package
* Revert getPosts permission
2017-01-23 08:12:05 -05:00
Joram Wilander
d3a285e64d
Migrate functions to app package ( #5106 )
...
* Refactor and move session logic into app package
* Refactor email functions into the app package
* Refactor password update into app package
* Migrate user functions to app package
* Move team functions into app package
* Migrate channel functions into app package
* Pass SiteURL through to app functions
* Update based on feedback
2017-01-19 09:00:13 -05:00
Amit Yadav
99cf08ac38
Message Editing and Deleting permissions ( #4692 )
2017-01-18 08:08:31 -05:00
Carlos Tadeu Panato Junior
dc54e640c2
Add inbucket docker image to allow local and automated testing of emails ( #4901 )
...
* add docker container for inbucket
* Add way to get the emails using inbucket and add a test for reset password
* add config setting to send emails
* update TestEmailTest
update
* add another test and fix wrong assert
* update per review
fix lint
change senders email
* Revert config.json to default values for EmailSettings section
* update test
* add setup to make the test run
2017-01-17 09:01:41 -05:00
Joram Wilander
97558f6a6e
PLT-4938 Add app package and move logic over from api package ( #4931 )
...
* Add app package and move logic over from api package
* Change app package functions to return errors
* Move non-api tests into app package
* Fix merge
2017-01-13 13:53:37 -05:00
Joram Wilander
280e3aac2b
Don't sanitize company name out of license ( #5001 )
2017-01-09 09:25:20 -05:00
George Goldberg
ca61b4bed9
PLT-5080 (Server): Channel-Admin level permissions ( #4874 )
...
Adds permissions for manage/delete public/private channels at the
Channel Admin level.
2016-12-22 15:44:37 -05:00
Pierre Rudloff
56dc863de1
Fix some typos in the English locale ( fixes #4663 ) ( #4793 )
2016-12-21 19:29:38 -03:00
George Goldberg
dce4205699
PLT-4990 - Server: Split out channel permissions to Create/Manage/Delete ( #4864 )
...
* Server side changes.
* Fix unit tests and default config.
2016-12-21 11:18:41 -08:00