2150 Commits

Author SHA1 Message Date
James Valleroy
c0d1f22196
Update changelog 2017-01-19 18:48:32 -05:00
Sunil Mohan Adapa
b7a974e326
setup: Fix an infinite redirect in a rare case
Don't try to show setup view for login page.  This happens under a rare
circumstance that user does not usually face.  If 'users' module has not
been setup but we try to run first boot and last part of the firstboot
process is not yet completed and when user is not already logged in, an
infinite redirect happens.

Simply don't try to show setup view for login URL under any
circumstance.  This is similar to how firstboot middleware itself does
not meddle with login URL.
2017-01-19 18:46:06 -05:00
Robert Martinez
e8ff9b4501 Translated using Weblate (German)
Currently translated at 98.5% (677 of 687 strings)
2017-01-19 20:23:03 +01:00
ikmaak
e382fd57f3 Translated using Weblate (Dutch)
Currently translated at 100.0% (687 of 687 strings)
2017-01-19 09:25:39 +01:00
James Valleroy
a8486b53d2
Release v0.13.0 v0.13.0 2017-01-18 20:10:21 -05:00
James Valleroy
08a4ad0661
Fetch latest manual from wiki 2017-01-18 20:04:02 -05:00
James Valleroy
971802af73
Update translation strings 2017-01-18 19:33:30 -05:00
James Valleroy
1d186ff87b
Update changelog 2017-01-18 18:42:21 -05:00
James Valleroy
1aa767e6bd
users: Move part of LDAP setup to first-run
LDAP admin and basic structure setup requires running slapd. Move this
to first-run so we don't have to start slapd during setup. This should
avoid issues when running setup in a chroot.
2017-01-18 18:40:03 -05:00
Sunil Mohan Adapa
45c7fe7a8b
infinoted: Minor update to description
- To convey that Gobby is a desktop application.
2017-01-18 10:36:52 +05:30
Sunil Mohan Adapa
414a59856d
infinoted: Add service only when setup is completed
- Inline with recent changes done.
2017-01-18 10:36:44 +05:30
Sunil Mohan Adapa
fb8ac3b748
infinoted: Minor updates to action
- No need to have /etc/default/infinoted file.  It is not used in the
  systemd service.

- Enable directory sync plugin so that plaing text files are always
  available on server.

- Enable automatic save every 60 seconds with autosave plugin.

- Enhanced logging by enabling logging plugin.

- Remove double quotes in system user name.
2017-01-18 10:36:36 +05:30
Sunil Mohan Adapa
eff8a7b84e
infinoted: Update firewall service description
- Mention Gobby.

- Add note on when the firewall service should be enabled in line with
  other firewalld service descriptions.
2017-01-18 10:36:27 +05:30
Sunil Mohan Adapa
8b1d5b6f57
infinoted: Update shortcut code for newer style
- Use special icon.

- Upate parameters.
2017-01-18 10:36:21 +05:30
James Valleroy
cd12f5d2b3
infinoted: Add new module for collaborative editing 2017-01-18 10:35:06 +05:30
James Valleroy
c7b4bb7cc8
help: Fix issues with new version indicator 2017-01-17 12:29:33 -05:00
pk13055
7fdb09abfd
help: Add indicator for new plinth version available 2017-01-17 12:11:01 -05:00
Petter Reinholdtsen
b9954f4c79 Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (658 of 658 strings)
2017-01-13 09:45:41 +01:00
Manchala Lakshmi
021bd394f9 Translated using Weblate (Telugu)
Currently translated at 64.1% (422 of 658 strings)
2017-01-12 15:46:38 +01:00
pitchum
c9d6dbb580 Translated using Weblate (French)
Currently translated at 100.0% (658 of 658 strings)
2017-01-11 22:55:37 +01:00
James Valleroy
2c37316648
ejabberd, jsxc: Fix few remaining issues from module split 2017-01-09 16:54:58 -05:00
Swapnil Gupta
bb70c43923
jsxc: Add setup
Fix routes.
2017-01-09 11:50:35 -05:00
Swapnil Gupta
7a9554cbf7
ejabberd: Rename xmpp to ejabberd 2017-01-09 11:50:31 -05:00
Swapnil Gupta
d84b02adcf
jsxc: Cleanup signal handling 2017-01-09 11:50:27 -05:00
Swapnil Gupta
1797931055
ejabberd, jsxc: Changes made to __init__.py 2017-01-09 11:50:23 -05:00
Swapnil Gupta
bfe273ff7c
xmpp: Separated jsxc and ejabberd 2017-01-09 11:50:16 -05:00
James Valleroy
85b87268b4
tor: Fix various issues related to plinth instance
- Remove extra newlines added to torrc.
- Remove comments added in random places to torrc.
- Enable tor instance during setup.
- Fix restarts to use tor instance.
- Revert change to augeas lens to attempt handling +.
- Add support for hyphens in values to augeas lens.
- Increment module version so setup can run again.
2017-01-08 15:36:59 -05:00
mridulnagpal
658e52f6cd
tor: Remove +SocksPort line from instance torrc
Not supported by augeas tor lens.
2017-01-08 14:55:42 -05:00
mridulnagpal
7afd5dd32d
tor: Disable tor service (replaced by tor@plinth) 2017-01-08 14:55:40 -05:00
mridulnagpal
fdac901181
tor: Run tor-instance-create during setup 2017-01-08 14:55:37 -05:00
mridulnagpal
49106fe8ee
tor: Update setup to use plinth instance 2017-01-08 14:55:35 -05:00
mridulnagpal
9f2521ce76
tor: Use plinth instance 2017-01-08 14:55:31 -05:00
James Valleroy
24943ebe15
bind: Use django's form validation 2017-01-06 19:03:53 -05:00
James Valleroy
8f8d0e8901
bind: Minor fixes and style updates 2017-01-06 18:44:44 -05:00
mridulnagpal
d4b0809db0
bind: Replace config in setup 2017-01-06 18:17:29 -05:00
mridulnagpal
e0abdbd0e9
bind: Add validator 2017-01-06 18:17:27 -05:00
mridulnagpal
0312c41415
bind: Added DNS servers setting 2017-01-06 18:17:25 -05:00
mridulnagpal
d986d58250
bind: Add enable DNSSEC 2017-01-06 18:17:22 -05:00
mridulnagpal
8c0d8e9db2
bind: forwarding works fine now 2017-01-06 18:17:19 -05:00
mridulnagpal
95265426a9
bind: Move setup to action script 2017-01-06 18:17:17 -05:00
mridulnagpal
aded0f6be0
bind: Remove icon 2017-01-06 18:17:14 -05:00
mridulnagpal
4a73cbcf3c
bind: Run setup 2017-01-06 18:17:11 -05:00
mridulnagpal
17ed3f92c7
bind: Add config form 2017-01-06 18:17:09 -05:00
mridulnagpal
da408d3381
bind: Add basic config 2017-01-06 18:17:06 -05:00
mridulnagpal
4439831922
bind: Add icon 2017-01-06 18:17:02 -05:00
mridulnagpal
8552f43154
Add bind module 2017-01-06 18:16:38 -05:00
Anusha Mamidala
d9838dbedb Translated using Weblate (Telugu)
Currently translated at 61.5% (405 of 658 strings)
2017-01-06 12:46:36 +01:00
Sripath Roy Koganti
054b2b7723 Translated using Weblate (Telugu)
Currently translated at 61.3% (404 of 658 strings)
2017-01-04 10:18:52 +01:00
Swara Yerukola
c1abb32505 Translated using Weblate (Telugu)
Currently translated at 61.3% (404 of 658 strings)
2017-01-03 18:35:09 +01:00
Sripath Roy Koganti
c2edc039bf Translated using Weblate (Telugu)
Currently translated at 61.0% (402 of 658 strings)
2017-01-03 18:34:07 +01:00