Joris Tirado
377bfceefb
UI-3116: Move sub-module templates in their own folder ( #73 )
* Move sub-module templates in their own `views` folder
By using `getTemplate()` we can specify which sub-module a template is
related to, enabling this behavior.
The templates names were shortened by stripping the name of their
sub-module from it since they are stored under their sub-module folder.
String templates are created using `getTemplate()` instead of
`monster.template()` that we are trying to depreciate.
* Only use `getTemplate()` for both regular and string templates
8 years ago
Joris Tirado
950b8af38c
UI-3111: Refactor caller id privacy feature with better description ( #71 )
* Refactor caller id privacy for the users submodule
* Refactor caller id privacy for the devices submodule
8 years ago
Joris Tirado
91e745461f
UI-3067: Remove incorrect sentence from feature code description ( #70 )
8 years ago
sergey-safarov
17dbe82cb5
UI-3111: Added user and device privacy options ( #63 )
* Adeed device privacy options
* Added user privacy options
8 years ago
Joris Tirado
ac623f8bf1
UI-3102: Fix typo (retires -> retries) ( #69 )
8 years ago
Joris Tirado
338a2d05f8
UI-3060: Update app metadata ( #68 )
* Update app name/category
* Define release phase
8 years ago
Joris Tirado
2e57fe5d4f
UI-3067: Handle missing i18n feature code key ( #67 )
8 years ago
Joris Tirado
86bed3e155
UI-3107: Use correct object property to access group ID ( #66 )
8 years ago
Joris Tirado
f62cf3153e
UI-3106: Don't override sip settings on save ( #65 )
8 years ago
Joris Tirado
aa69573fd2
UI-3067: Use correct tooltip for park/valet feature codes ( #64 )
8 years ago
Joris Tirado
5c9f653fe8
UI-3102: Set default faxbox retries to 3 ( #62 )
8 years ago
Joris Tirado
b2f0fc68ac
UI-3096: Only list groups created with SmartPBX ( #61 )
When creating groups on SmartPBX, the app automatically generates
baseGroup/userGroup callflows depending on which users are part of the
group. On the other end, the Callflows app only creates a group without
any callflow.
Since SmartPBX is listing all groups, an error was raised when trying to
view the details of group created through the Callflows app since an
associated callflow does not exist.
8 years ago
Joris Tirado
82cab2b20d
UI-3093: Use correct endpoint to retrieve available service plans ( #60 )
8 years ago
Joris Tirado
704d862d5c
UI-3081: Disable failover by default when call forward is enabled ( #59 )
8 years ago
Joris Tirado
25c14d305b
UI-3081: Disable failover when call forwarding is enabled ( #58 )
8 years ago
Anthony Perish
836210239e
UI-3053: Added Smart PBX SIP Device feature key drag and drop reordering ( #55 )
* UI-3053 Added Smart PBX SIP Device feature key drag and drop reordering
* Removed extra function around feature key sortable code
8 years ago
sergey-safarov
9b8b80d2d2
Fixed partial csv file download ( #57 )
Thanks for the contribution! 👍
8 years ago
Joris Tirado
c669ba8c82
UI-3067: Add tooltips for feature codes ( #56 )
* UI-3067: Restructure i18n to have tooltips for feature codes
* UI-3067: Add tooltip text for feature code
8 years ago
Joris Tirado
f7cba46b22
UI-3048: Replace chosen plugin method with monster helper ( #54 )
8 years ago
Jean-Roch Maitre
30494f6349
Merge branch 'master' of github.com:2600hz/monster-ui-voip
8 years ago
Jean-Roch Maitre
2819106315
UI-3040: Add Temporary Greeting dropdown
8 years ago
Joris Tirado
5e20473ccf
UI-3034: Set correct module for qubicle callflows ( #52 )
8 years ago
almostexactly
f632eacc51
Make the call forward activate feature code a pattern to accept the number to forward to ( #51 )
Thanks for the contribution!
8 years ago
mira-t
f061be784e
Add do not disturb user feature ( #44 )
8 years ago
mira-t
1ef1fb2cfe
Toggle user caller id strategy ( #48 )
* Allow toggle via config between two caller id selection methods
This only affects caller ID for users. If
monster.config.whitelabel.allowAnyOwnedNumberAsCallerID is falsy, the
old way of assigning caller ID will be activated i.e. users can only
have their caller ID set to numbers assigned to them, otherwise the main
number is used. If monster.config.whitelabel.allowAnyOwnedNumberAsCallerID
is truthy, the user can also have any number owned by the account used as
their caller ID.
* Add automatic eslint fixes
* Eslint fix: make mixed user of && and || tidier
8 years ago
Jack Kingsman
a4b4d208b3
s/him/them ( #50 )
Just making things all inclusive 🙂
8 years ago
Jean-Roch Maitre
dfb54ed814
OOB: following existing media for greetings of receptionist PR, select right media if already selected, always create new media instead of reusing the same ones which led to confusing scenarios
8 years ago
mira-t
f7f22c98cd
Add option to use existing media for virtual receptionist greeting ( #45 )
8 years ago
Martin Falkus
7cd2c02994
UI-3019: Fix dashboard 50 user count and PDF directory limit ( #49 )
8 years ago
Jean-Roch Maitre
2c70ea00b5
UI-2994: adding chart to show user roles if available
Conflicts:
submodules/myOffice/myOffice.js
submodules/users/users.js
8 years ago
Jean-Roch Maitre
d2db190375
UI-2994: adding licensed service plan roles to smart pbx
Conflicts:
i18n/en-US.json
8 years ago
Joris Tirado
9e83cbd8e9
UI-2988: Expose `repeats` prop from group callflow ( #42 )
8 years ago
Jean-Roch Maitre
04d89f8d22
Merge branch 'master' of github.com:2600hz/monster-ui-voip
8 years ago
Jean-Roch Maitre
cb276e983a
UI-2977: remove code linked to locality as it's deprecated
8 years ago
Anthony Perish
b84138b8c3
UI-2980 Removes pagination from API call to fix Feature Keys Presence dropdown ( #41 )
8 years ago
JR Maitre
cd07b77964
UI-2968: roll back require key press label change
8 years ago
JR Maitre
aa5e82a7e6
OOB: Cleanup old comments
8 years ago
Joris Tirado
71a47daa67
Merge branch 'Audian-UI-2958'
8 years ago
Anthony Perish
4605803cc9
UI-2958 - Added ability for users to see disabled devices from the Smart PBX users page as black device icons.
8 years ago
Jean-Roch Maitre
3c4c4e40ba
Merge branch 'master' of github.com:2600hz/monster-ui-voip
8 years ago
Jean-Roch Maitre
2a8240994d
OOB: move on value to the right of 3-state toggles
8 years ago
JR Maitre
3db2f716e7
UI-2952: hide pw from user creation/update if wl field is set
8 years ago
JR Maitre
195fe08d06
UI-2952: adding webrtc mode to softphones in smart pbx
8 years ago
Jean-Roch Maitre
f5d2d80932
Merge branch 'Audian-UI-2945'
8 years ago
Jean-Roch Maitre
2d02c7744a
UI-2945: fix small linting issues, add pointer to sortable column titles
8 years ago
Anthony Perish
dd95f22dfb
UI-2945 - Allow user list in smart pbx to be sorted
- Clicking on the appropriate header in the smart pbx user list
will sort by that column.
8 years ago
JR Maitre
f6f301c1e0
UI-2942: fix issue with empty faxbox notifications
8 years ago
Jean-Roch Maitre
265844efcc
UI-2921: add way to impersonate users from smart pbx
8 years ago
sergey-safarov
28cd94c7ff
Updated russian translation ( #37 )
Thanks for the update :)
8 years ago
Jean-Roch Maitre
afbd8ed43b
UI-2865: remove console.log
8 years ago