summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* PLT-2989 Incoming webhooks available to all channels user is member of (#3082)David Lu2016-05-263-9/+45
| | | | | | | | | | | | * Removed OPEN_CHANNEL check * Added checks for each type of channel * Added all channels display Used onComponentUpdate, made code clearer * Made requested changes
* Moving tests to javascript client (#3108)Christopher Speller2016-05-2611-2252/+0
|
* PLT-2952 fixing preview mode error message (#3113)Corey Hulen2016-05-262-2/+15
|
* PLT-3002 Removed Auto-capitalization on Mobile Devices (#3099)David Lu2016-05-253-2/+8
| | | | | | | | * Added autoCapitalize='off' * Changed inputs to email * Removed autocapitalize for email
* PLT-1042 allow cancel pending post (#3053)samogot2016-05-2510-111/+121
|
* Removed all password trimming (#3109)David Lu2016-05-257-11/+11
|
* daily translations 20160524 (#3101)enahum2016-05-255-58/+83
|
* Updated our fork of marked and prevented catastrophic backtracking (#3098)Harrison Healey2016-05-252-50/+4
|
* Minor UI improvements (#3095)Asaad Mahmood2016-05-256-9/+29
| | | | | | | | | Updating config.json Updating config.json Updating config.json Updating config.json
* Adding APIs to reload config, recycle db connections and ping server (#3096)Corey Hulen2016-05-244-250/+303
| | | | | | | | * Adding APIs to reload config, recycle db connections and ping server * Fixing unit test * Adding unit tests
* Revert "PLT-1800 Load server side locale from the config.json (#3076)"Christopher Speller2016-05-2412-307/+17
| | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
* Revert "Updated our fork of marked and added more links to test-links.md ↵Harrison Healey2016-05-242-4/+50
| | | | | (#3047)" (#3090) This reverts commit c868620693c69e2931c3023460eaafd9f6d330b6.
* Max_File_Size setting in System Console > File Settings (#3070)Thomas Balthazar2016-05-241-1/+21
|
* Removed isTestDomain (#3069)David Lu2016-05-241-32/+0
|
* PLT-1800 Load server side locale from the config.json (#3076)enahum2016-05-2412-17/+308
| | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics
* Minor UI changes (#3078)Asaad Mahmood2016-05-248-23/+51
| | | | | Updating navbar dropdown Updating margin on login page
* Fix YouTube videos when Google Api Key is not set (#3083)enahum2016-05-241-1/+5
|
* Removed unused call to onListenerChange (#3081)David Lu2016-05-231-2/+0
|
* Added all keycodes (#3079)David Lu2016-05-231-7/+90
|
* Centering channel intro message (#3074)Christopher Speller2016-05-231-1/+2
|
* Added validation for command triggers (#3068)David Lu2016-05-207-17/+66
|
* Fixed JS errors, wrapped around nav shortcuts (#3067)David Lu2016-05-202-34/+62
|
* PLT 783 Fix Previews for removed YouTube videos (#3073)enahum2016-05-206-16/+87
| | | | | | * PLT-783 Fix Previews for removed YouTube videos render incorrectly and throw a 404 * Updating video poster for video not found (#3072)
* Adding enterprise build hash to about dialog (#3058)Christopher Speller2016-05-203-1/+9
|
* daily translations 20160519 (#3061)enahum2016-05-205-36/+56
|
* PLT-2664 Split out push notifications from email notifications (#3049)Joram Wilander2016-05-192-10/+159
| | | | | | | | * Split out push and email notification logic, always send push notifications on mention * Add user setting to control push notifications * Minor changeto simplify code
* daily translations 20160518 (#3050)enahum2016-05-192-55/+55
|
* Multiple UI Improvements (#3038)Asaad Mahmood2016-05-1915-45/+84
|
* Updated our fork of marked and added more links to test-links.md (#3047)Harrison Healey2016-05-192-50/+4
|
* PLT-1909 Fixed error rendering pending posts (#3041)Harrison Healey2016-05-184-5/+6
| | | | | | * Fixed error caused by checking if a post is a system message * Fixed trying to edit system posts when using the up arrow hotkey
* Moving out javascript driver (#3040)Christopher Speller2016-05-185-1500/+13
|
* daily translations 20160517 (#3030)enahum2016-05-185-76/+368
|
* Update copyright year to 2015-2016 (#3034)jasonblais2016-05-181-1/+1
|
* PLT-1909 Removed the ability to edit system posts (#3013)Harrison Healey2016-05-174-3/+7
| | | | | | * Removed the ability to edit system posts * Added increased timeout to SpinnerButton unit tests
* Fix english html links in locs (#3019)enahum2016-05-171-2/+2
|
* PLT-2257 Reorganized System Console (#3003)Harrison Healey2016-05-1757-6560/+5683
| | | | | | | | | | | | | | | | | | | | | | | | | | * Reorganized system console * Fixed the names of some components * Fixed timestamp for BrandImageSetting * Fixed merge issues * Updated push notification settings to match master branch * Removed top level setting pages and moved enable Gitlab/LDAP settings onto their respective pages * Re-added restrictDirectMessage setting to system console * Re-added email connection test and fixed some margins * Fixed ESLint errors * Renamed Authentication > Onboarding to Authentication > Email in the system console * Renamed Customization > Whitelabeling to Customization > Custom Branding in System Console * Re-added EnableOpenServer to system console
* Fixed search results to correctly update when search term changes (#3010)Harrison Healey2016-05-161-2/+3
|
* PLT-2020 Fix Clicking save without changing your email shows an error ↵enahum2016-05-161-5/+5
| | | | message (#3008)
* Refresh login page if server version of client doesn't match browser version ↵Joram Wilander2016-05-164-14/+28
| | | | of client (#3004)
* PLT-2784 Channel Navigation Shortcuts (#2979)David Lu2016-05-163-4/+83
| | | | | | | | | | | | | | | | | | | | | | * Completed shortcuts * Fixed up logic * Removed shortcut conflicts * Added code to limit channel navigation within group * Made code conform to user display, fixed minor logic * Completed shortcuts * Fixed up logic * Removed shortcut conflicts * Added code to limit channel navigation within group * Made code conform to user display, fixed minor logic
* Changed named emoticons to not require surrounding whitespace and added unit ↵Harrison Healey2016-05-162-8/+54
| | | | tests (#3009)
* Added CMD+UP for OSX (#2987)David Lu2016-05-162-4/+4
|
* Adding compact layout (#2991)Asaad Mahmood2016-05-1616-32/+409
| | | | | | * Adding compact layout * Fixing ESLint error
* Update Japanese translation to 2016-05-15 (#3002)Ryo ONODERA2016-05-161-10/+41
|
* Merge branch 'release-3.0'Christopher Speller2016-05-161-0/+9
|\
| * Properly updated FilteredUserList when the provided user list is changed (#2983)Harrison Healey2016-05-121-0/+9
| |
* | Added preventDefault to suppress browser-specific shortcuts (#2995)David Lu2016-05-162-0/+2
| |
* | Cleaning up make test-client. Adding to build. (#2984)Christopher Speller2016-05-135-139/+23
| |
* | Merge branch 'release-3.0'Christopher Speller2016-05-1216-216/+292
|\|
| * Stopped supressing LDAP user filtered error on clientside (#2981)Harrison Healey2016-05-121-2/+1
| |