1985 Commits

Author SHA1 Message Date
pk13055
d328a112cd
Status block enabled. 2016-11-17 12:14:19 -05:00
Ahmad Hamdani
552dcb31dc Translated using Weblate (Indonesian)
Currently translated at 33.6% (218 of 647 strings)
2016-11-17 08:43:34 +01:00
Petter Reinholdtsen
cd4f132f63 Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (647 of 647 strings)
2016-11-16 10:06:19 +01:00
James Valleroy
b297435161
Require login to show JSXC shortcut on frontpage
Update changelog
2016-11-15 19:53:49 -05:00
mridulnagpal
fbe40f17b2
apps requiring login don't show up on frontpage unless logged in 2016-11-15 19:50:58 -05:00
Sunil Mohan Adapa
6bacd6bb04
config: Minor indentation fixes 2016-11-15 19:47:21 -05:00
Dietmar
d0a85b3c57 Translated using Weblate (German)
Currently translated at 99.0% (641 of 647 strings)
2016-11-15 04:26:55 +01:00
Sunil Mohan Adapa
7e4af695ce
letsencrypt: I18n and minor fixes
- Fix indentation from a recent change.

- Internationalize 'no domains configured' message.

- Expand the message as per orignal pull request.
2016-11-14 21:38:27 -05:00
Dietmar
a685870b19 Translated using Weblate (German)
Currently translated at 99.0% (641 of 647 strings)
2016-11-14 18:45:05 +01:00
Dietmar
e36a934720 Translated using Weblate (German)
Currently translated at 99.0% (641 of 647 strings)
2016-11-10 21:44:59 +01:00
Dietmar
4cf7634933 Translated using Weblate (German)
Currently translated at 99.0% (641 of 647 strings)
2016-11-08 01:58:53 +01:00
mridulnagpal
14b65ae456
letsencrypt: Improve display when no domains are configured
Show better message, and hide diagnostics button.
2016-11-07 19:53:46 -05:00
James Valleroy
d220fa946a
Reverse logic for clearing domain name 2016-11-06 14:05:32 -05:00
mridulnagpal
4def7dfa7f
Handle clearing of domain name 2016-11-06 13:59:26 -05:00
James Valleroy
cf0e8219af
Use new setup state in template tag 2016-11-03 22:32:17 -04:00
Hemanth Kumar Veeranki
6011a7adfa
Made Suggested Changes 2016-11-03 22:06:08 -04:00
Hemanth Kumar Veeranki
0290f68ae6
Removed redirection for login and help urls
Changed the redirection in state0 template
2016-11-03 22:06:05 -04:00
Hemanth Kumar Veeranki
0332d4489e
Added code for modules to register for first_boot #529 2016-11-03 22:06:00 -04:00
James Valleroy
3fa243ef5b
Cleanup hostname change fix and clarify log message 2016-11-02 22:08:33 -04:00
mridulnagpal
063190a00c
Set current domainname again after hostname change 2016-11-02 21:49:35 -04:00
James Valleroy
b7293e8d98
xmpp: Adjust message for domain not set 2016-10-28 12:55:24 -04:00
mridulnagpal
fd4959da0c
xmpp-domain-set 2016-10-28 12:16:13 -04:00
Tong Hui
9fd8409a86
Update Chinese translation 2016-10-25 21:16:24 -04:00
Petter Reinholdtsen
983fefab44 Translated using Weblate (Norwegian Bokmål)
Currently translated at 99.8% (646 of 647 strings)
2016-10-26 03:07:48 +02:00
mridulnagpal
a535d4e824
README.md updated 2016-10-25 21:06:30 -04:00
ikmaak
4d9afca651 Translated using Weblate (Dutch)
Currently translated at 100.0% (647 of 647 strings)
2016-10-22 21:35:39 +02:00
Sunil Mohan Adapa
5c75eb9649
dynamicdns: Allow reading status as non-root
Recently dynamic DNS module was fixed to use root ownership and limited
permissions for configuration and status files to avoid other users
reading dynmaic DNS account details.  This caused a regression when
Plinth is being run as non-root user.  This patch runs the commands to
read the current configuration as root user.
2016-10-17 11:49:45 -04:00
Petter Reinholdtsen
e28f3963c7 Translated using Weblate (Norwegian Bokmål)
Currently translated at 99.5% (644 of 647 strings)
2016-10-16 00:45:37 +02:00
Luis A. Arizmendi
6a6b21129d Translated using Weblate (Spanish)
Currently translated at 100.0% (647 of 647 strings)
2016-10-06 18:46:01 +02:00
Luis A. Arizmendi
dd55877105 Translated using Weblate (Spanish)
Currently translated at 100.0% (647 of 647 strings)
2016-10-04 17:32:57 +02:00
James Valleroy
f3e7054121
Update changelog 2016-10-01 08:38:52 -04:00
Sunil Mohan Adapa
4db5a35ce0
repro: Open up RTP ports
- RTP ports used for voice and video communication can span a wide range
  of ports.  Some servers seem to restrict the range.  However, repro
  does not seem to do that.  So, open up the full range.
2016-10-01 08:19:57 -04:00
Sunil Mohan Adapa
7a80e04ddd
repro: Use firewalld provided SIP services
Now that firewalld has service definitions for SIP and SIP over
TLS/DTLS use them instead of custom service definitions.
2016-10-01 08:19:51 -04:00
James Valleroy
ef16ca1cf4
Update changelog 2016-10-01 07:56:02 -04:00
Sunil Mohan Adapa
dce51fd6d7
networks: Support configuring IPv6 networks
- Very similar to configuration of IPv4 networks.

- Supports 'auto', 'dhcp', 'manual' and 'ignored' modes as supported by
  network manager.  'shared' mode is not yet implemented by network
  manager.
2016-10-01 07:09:03 -04:00
James Valleroy
c8cfcd03d9
Include module static files in build
"./setup.py install" already handles this correctly, but needs to be
explicity listed for git-buildpackage to include the files in the
debian package.
2016-10-01 08:59:51 +05:30
Michelle Tham
18e76a0938
Add screenshots to README.md (Fixes #618) 2016-10-01 08:22:50 +05:30
Dietmar
a40e93470b Translated using Weblate (German)
Currently translated at 99.0% (641 of 647 strings)
2016-09-28 21:44:52 +02:00
Алексей Докучаев
a8ee770e7f Translated using Weblate (Russian)
Currently translated at 100.0% (647 of 647 strings)
2016-09-26 09:15:58 +02:00
John Doe
6db167de63 Translated using Weblate (Turkish)
Currently translated at 100.0% (647 of 647 strings)
2016-09-23 21:27:53 +02:00
Dietmar
99c4afd82d Translated using Weblate (German)
Currently translated at 96.5% (625 of 647 strings)
2016-09-23 13:54:59 +02:00
James Valleroy
71f8869bea
Upstream patch from Debian bug #837206
Fixes DB and log file permissions. Also switch to new setup command.
2016-09-23 07:52:48 -04:00
James Valleroy
e7a7d83208
Release v0.11.0 v0.11.0 2016-09-21 17:23:06 -04:00
James Valleroy
02bc724dc1
Fetch latest manual 2016-09-21 17:21:43 -04:00
James Valleroy
0f3efd750d
Update all translations with latest messages 2016-09-21 12:20:16 -04:00
James Valleroy
758234de7b
ikiwiki: Add help text about name restriction 2016-09-21 12:08:29 -04:00
Hemanth Kumar Veeranki
68046b638b
ikiwiki: Allow only alphanumerics in wiki/blog name 2016-09-21 12:02:23 -04:00
James Valleroy
51386bfe37
xmpp: Bump module version number
This will allow existing installs to be updated for jsxc.
2016-09-19 19:51:29 -04:00
Sunil Mohan Adapa
305cc3218d
xmpp: Replace jwchat with jsxc
- Update action to not configure jwchat anymore.

- Update action to not disable jwchat apache configuration.  Since the
  package is no longer installed, this could cause failures.

- Update action to no refer to jwchat in comments.

- Update jwchat-plinth Apache configuration to not include jwchat
  anymore.  Keep this file name for now instead of renaming it to
  jsxc-plinth as this would introduce additional complexity with little
  benefit.

- Install package libjs-jsxc instead of jwchat during xmpp setup.

- Create jsxc front page shortcut instead of for jwchat.

- Perform diagnostics on /http-bind/ URL needed for jwchat instead of
  /jwchat.

- Update links that launch XMPP web client.
2016-09-19 19:51:26 -04:00
Sunil Mohan Adapa
e57aa2ae85
xmpp: Add a view to serve JSXC embed page
This is a publicly available view since people should be able to login
even without access to Plinth interface.  Also avoid double login.
There should be no security risk in doing this.
2016-09-19 19:51:20 -04:00