mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-01 09:30:29 +00:00
Require login to show JSXC shortcut on frontpage
Update changelog
This commit is contained in:
parent
fbe40f17b2
commit
b297435161
@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
|
||||
### Changed
|
||||
- repro: Use firewalld provided SIP services.
|
||||
- xmpp: Show more clearly if domain is not set.
|
||||
- frontpage: Don't show apps requiring login, unless logged in.
|
||||
|
||||
## [0.11.0] - 2016-09-21
|
||||
### Added
|
||||
|
||||
@ -92,7 +92,7 @@ def setup(helper, old_version=None):
|
||||
def add_shortcut():
|
||||
frontpage.add_shortcut('jsxc', _('Chat Client (jsxc)'),
|
||||
reverse_lazy('xmpp:jsxc'), 'glyphicon-comment',
|
||||
login_required=False)
|
||||
login_required=True)
|
||||
frontpage.add_shortcut('xmpp', title, None, 'glyphicon-comment',
|
||||
description, login_required=True)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user