1964 Commits

Author SHA1 Message Date
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
Sunil Mohan Adapa
08068e60fc
xmpp: Introduce simple page to embed JSXC
Create a simple page based on example provided by Javascript XMPP Client
to embed it.
2016-09-19 19:51:13 -04:00
Daniel Steglich
8608bf6f07
dynamicdns: Fix permissions for all /etc files
The file which contains the credentials should not be readable for
"others".
2016-09-18 16:51:31 +05:30
Sunil Mohan Adapa
ac9bda03e6
Update changelog regarding non-root user 2016-09-18 13:20:01 +05:30
nikhil rayaprolu
82f9655981
Run as non-root user - plinth 2016-09-18 13:13:51 +05:30
Sunil Mohan Adapa
26a724b773
networks: Add batctl as dependency
This will be removed from freedombox-setup depedency list.
2016-09-17 14:03:58 -04:00
James Valleroy
2e3f91c8d5
Fix typo in man page
Update changelog.
2016-09-17 13:58:14 -04:00
Sunil Mohan Adapa
375f594808
Add argument to list packages needed by apps 2016-09-17 13:48:46 -04:00
Sunil Mohan Adapa
8ce6312190
Tune log message verbosity
It is no longer very important to show Django configured applications
and module import messages because in practice we have rarely ever seen
being useful anywhere but for development.  Just print the module load
order just once.
2016-09-17 13:48:42 -04:00
Sunil Mohan Adapa
314eddfcae
Print django migrate messages only in debug 2016-09-17 13:48:39 -04:00
Sunil Mohan Adapa
1e3060900b
Update man page to add setup operations 2016-09-17 13:48:32 -04:00
James Valleroy
155ad8db15
Update changelog 2016-09-11 13:18:07 -04:00
Sunil Mohan Adapa
8f179e0d9f
Remove trialing whitespaces and untabify 2016-09-11 13:15:02 -04:00
Sunil Mohan Adapa
ff0d117a89
Readjust the responsive widths of various tables
Most tables now occupy the full width of the container row.  Some of
them are otherwise squished.  Also make sure the new fixed container
layout has not reduced the originally intended width of a table.
2016-09-11 13:15:00 -04:00
Sunil Mohan Adapa
2c204429c6
Remove width management for forms
Now all forms will uniformly occupy the full width of the available
row.  Bootstrap originally designed forms this way.  However, we were
setting restricted widths on forms as they were too wide.  With the new
fixed container layout this is no longer necessary.
2016-09-11 13:14:57 -04:00
James Valleroy
e761789268
Switch from container-fluid to container
This will narrow the content area for larger displays.
2016-09-11 13:14:52 -04:00
ikmaak
ea86e43bfc Translated using Weblate (Dutch)
Currently translated at 100.0% (637 of 637 strings)
2016-09-10 11:58:58 +02:00
Sunil Mohan Adapa
5a04d8057e
networks: Add polkit rules for network management
Allow Plinth to manage network connections even when running as 'plinth'
user and not root user.  This is done by adding polkit rules that
Network Manager checks

- Add new style Javascript based rules file for newer versions of
  polkit (>105). This is not fuly tested.

- Add old style .pkla file for older versions of polkit (<=105).
2016-09-09 19:47:41 -04:00
Sunil Mohan Adapa
38d99ff5ff
Fetch latest manual 2016-09-09 21:16:21 +05:30
John Doe
d55b8f2636 Translated using Weblate (Turkish)
Currently translated at 100.0% (637 of 637 strings)
2016-09-07 19:11:10 +02:00
John Doe
069164dd70 Translated using Weblate (French)
Currently translated at 100.0% (637 of 637 strings)
2016-09-07 19:11:10 +02:00
Daniel Steglich
367b29c50f
dynamicdns: Fix file creation with update URL
The wget command to push the current IP via update URL will download the
update URL document without deleting the HTML document afterwards. This
will cause the script to flood "/root/" folder.
2016-09-07 22:14:57 +05:30