Commit Graph

8006 Commits

Author SHA1 Message Date
Saturnino Abril
74c1fbbcf7 Mobile Web: Auto-focus cursor in the search box (#5284)
* Mobile Web: Auto-focus cursor in the search box and open keyboard when the search icon is tapped

* fixed issue with safari mobile view

* added isFocus props to search_bar.jsx component

* used 'x' and fixed spacing

* changed 'x' icon and fixed css

* added aria-hidden='true'
2017-03-03 15:20:06 -03:00
Joram Wilander
f37c03a75f Prevent user count popovers in GMs from opening view/manage members modal (#5619) 2017-03-03 12:26:53 -05:00
Poornima
c3aff45250 Fixing Link url when cancelling edit of incoming webhook (#5612) 2017-03-03 12:25:57 -05:00
Joram Wilander
e739a91c94 Fix JS error when receiving reply during channel switch (#5582) 2017-03-03 12:25:32 -05:00
Joram Wilander
2e911b77c3 Usernames must start with a letter (#5581) 2017-03-03 12:04:15 -05:00
Joram Wilander
09ee8e8a58 Fix tab causing textbox placeholder to fill in (#5592) 2017-03-03 16:54:28 +00:00
Jason Blais
12e9eb0073 Move Performance Monitoring out of beta (#5616)
* Update metrics_settings.jsx

* Update admin_sidebar.jsx

* Update en.json
2017-03-03 10:26:57 -05:00
Harrison Healey
ca4181b5fe PLT-5484 Reduced scope of CSS rules for (edited) tag (#5599)
* PLT-5484 Reduced scope of CSS rules for (edited) tag

* Reverted accidental change from div tags to spans
2017-03-03 07:49:54 -05:00
George Goldberg
7016c6b3a1 Make config.go defaults the same as config.json. (#5605) 2017-03-03 07:46:04 -05:00
Joram Wilander
3a91d4e5e4 PLT-3077 Add group messaging (#5489)
* Implement server changes for group messaging

* Majority of client-side implementation

* Some server updates

* Added new React multiselect component

* Fix style issues

* Add custom renderer for options

* Fix model test

* Update ENTER functionality for multiselect control

* Remove buttons from multiselect UI control

* Updating group messaging UI (#5524)

* Move filter controls up a component level

* Scroll with arrow keys

* Updating mobile layout for multiselect (#5534)

* Fix race condition when backspacing quickly

* Hidden or new GMs show up for regular messages

* Add overriding of number remaining text

* Add UI filtering for team if config setting set

* Add icon to channel switcher and class prop to status icon

* Minor updates per feedback

* Improving group messaging UI (#5563)

* UX changes per feedback

* Update email for group messages

* UI fixes for group messaging (#5587)

* Fix missing localization string

* Add maximum users message when adding members to GM

* Fix input clearing on Android

* Updating group messaging UI (#5603)

* Updating UI for group messaging (#5604)
2017-03-02 17:48:56 -05:00
Ryan Wang
8c5cee9521 Correct typo in app/email.go (#5569) 2017-03-02 18:39:16 -03:00
enahum
7de54f063c Fix push notifications where channel is set to all activity (#5594)
* Fix push notifications where channel is set to all activity

* feedback review

* moved push notification logic to DoesStatusAllowPushNotification

* Have every option handled in ShouldSendPushNotification

* unit tests
2017-03-02 18:38:38 -03:00
Debanshu Kundu
47114a18e3 PLT-5380 Moved link preview image to top right corner of preview area (#5212)
* PLT-5380 Moved link preview image to top right corner of preview area for smaller images, larger and wide images are still shown below the text.

Also added logic to hide image area if image loading fails.

* Updating link previews css
2017-03-02 14:47:27 -03:00
Ari Autio
d9a297d629 PLT-4929: Confirmation Dialog when Deleting Entry on the Integrations pages (#5529) 2017-03-02 17:34:53 +00:00
enahum
4f8abfaeee translations PR 20170227 (#5554) 2017-03-02 13:23:01 -03:00
George Goldberg
f513879ffc PLT-5479: Import Slack team without emails. (#5597)
Use a fake email address for now, and inform the user doing the import
clearly that this has been done.
2017-03-02 09:12:23 -05:00
George Goldberg
2e5ebac615 PLT-5612: Don't show error on invalid search query. (#5596)
Log a warning to the logs, but don't show an error to the user in the
WebUI, just an empty set of query results, when the fulltext search
query they enter generates a syntax error from the database.
2017-03-02 09:11:59 -05:00
Joram Wilander
d945393403 Fix blank DMs on page refresh (#5593) 2017-03-02 09:10:53 -05:00
Asaad Mahmood
1bd3917e3e Ui improvements (#5588)
* PLT-5354 - Making statistics flow on page

* PLT-5262 - Updating icon on join team page

* PLT-5218 - Making menu colors consistent on mobile

* PLT-5377 - Adding bg to current posts in the RHS

* PLT-5645 - Adjusting spacing after/before ul/ol
2017-03-02 09:10:20 -05:00
George Goldberg
f4aebed220 PLT-5355: Fix permalink to private/direct channels. (#5574)
Appropriate permission checks depend on the type of channel this
permalink links to.
2017-03-02 09:08:00 -05:00
Harrison Healey
991925b7ee Added unit tests for mentions inside of hashtags (#5577) 2017-03-02 08:42:28 -05:00
Jason Blais
ea10b63ae4 Update UI text for shortcuts to follow text formatting guidelines (#5533)
* Update en.json

* Update user_settings_advanced.jsx

* Update messaging.jsx

* Update composing.jsx

* Fix formatting error with double quotes
2017-03-02 08:38:56 -05:00
lfbrock
4fb71d8d6c PLT-5261 Update MFA help text (#5590)
* Update mfa_settings.jsx

* Update mfa_settings.jsx

* Update en.json
2017-03-02 08:35:51 -05:00
Jeff Schering
2846fa2042 Update NOTICE.txt (#5595)
Added go-opengraph and updated copyright date.
2017-03-02 08:34:03 -05:00
Harry Moreno
187bb31bb7 Update emoji_test.go (#5589)
fix typo
2017-03-01 13:57:11 -05:00
Corey Hulen
7829c24e92 Removing typing check for master (#5583)
* Removing typing check for master

* Removing typing check for master
2017-03-01 12:49:46 -05:00
Corey Hulen
633e894e4f Fixing parsing of device Ids (#5580) 2017-03-01 12:33:16 -05:00
Corey Hulen
71e6a423e8 Optimizing weh_hub.Start() for master (#5576)
* Optimizing weh_hub.Start()

* Optimizing weh_hub.Start()

* Optimizing weh_hub.Start()

* Adding to IsAuthenticated

* Fixing problem with IsAuthenticated
2017-03-01 11:03:21 -05:00
Ruzette Tanyag
5df5d1fd02 reduced channel name min length to 2 (#5570) 2017-03-01 10:57:04 -05:00
Carlos Tadeu Panato Junior
e5065cf757 Make all emails with the same pattern on subject (#5198)
* make all email subject standard

* move SendPasswordReset to app/email.go

update per review

* update email subjects per review

update error

fix expected subject

* Update email_test.go

* Update en.json

* fix missing quotes
2017-03-01 09:28:38 -05:00
Ari Autio
c1d5e9a9e6 PLT-5571: Updated error messages related to url length, start, end and adjacent underscores (#5550) 2017-03-01 08:44:52 +00:00
enahum
551adddb67 Prevent msg count subtraction to be less than zero (#5565) 2017-03-01 08:43:40 +00:00
Harrison Healey
daef8d8384 Added a unique prefix to text formatting entities (#5549) 2017-02-28 22:21:10 -03:00
Corey Hulen
fc9e5d8510 Fixing removing push tokens and logging error messages (#5551) 2017-02-28 22:19:19 -03:00
Saturnino Abril
28c218db3b Implementation endpoint of APIv4: GET /files/{file_id}/thumbnail (#5553)
* APIv4: GET /files/{file_id}/thumbnail

* added delay time
2017-02-28 22:18:36 -03:00
Joram Wilander
2a621f7470 Don't show new message indicator for ephemeral posts (#5555) 2017-02-28 22:16:31 -03:00
George Goldberg
f7682ad11a PLT-5367: Basic post bulk importing. (#5562) 2017-02-28 20:55:21 -03:00
Ari Autio
48d124ec9a PLT-5490: Add machine readable timestamps for search results (#5564) 2017-02-28 20:53:13 -03:00
Harrison Healey
df07aeeb12 Fixed pasting text sending the caret to the end of the post textbox (#5567) 2017-02-28 20:51:11 -03:00
Josta Yee
23be0167f4 Set timeout to http client (#5540)
Update client
2017-02-28 17:59:53 -05:00
Corey Hulen
838bb8cee2 Optimzing the user typing event in ShouldSendEvent() (#5560) 2017-02-28 17:49:25 -05:00
Ari Autio
d6d603d8cf PLT-3535: Handle plus (+) sign in emails by ensuring the email is uri encoded on login redirect (#5536) 2017-02-28 16:45:37 -05:00
Joram Wilander
5e9adddb6f Reload license from DB for all cluster app servers (#5525)
* Reload license from DB for all cluster app servers

* Increase test timeout
2017-02-28 16:39:25 -05:00
George Goldberg
5a3bc43668 PLT-5188: Reinstate delete option on system messages. (#5113)
* PLT-5188: Reinstate delete option on system messages.

* Fix styling.

* Fix empty hover box.
2017-02-28 16:28:37 -05:00
Andrei Stanciu
25b9b7d26b ApiV4: GET /users/{user_id}/teams/unread (#5539) 2017-02-28 15:47:30 +00:00
Joram Wilander
b0410615b8 Update channel notifications default properly when changing account settings (#5559) 2017-02-28 15:31:35 +00:00
Joram Wilander
0cd34227cc Fix JS error from some link previews (#5556) 2017-02-28 12:24:16 -03:00
Saturnino Abril
66c5f7a31c Implementation of APIv4: POST users/{user_id}/image (#5537)
* APIv4: POST users/{user_id}/image

* removed 'return' and rebased to master
2017-02-28 08:11:55 -05:00
Carlos Tadeu Panato Junior
da902ef8ba Slash command: goto_location not working as expected (#5507) 2017-02-28 09:36:45 +00:00
Andrei Stanciu
6ff350380b ApiV4: PUT /posts/{post_id} (#5521) 2017-02-28 09:34:32 +00:00