James Valleroy
eaa2a20e23
Release 0.8.1
v0.8.1
2016-02-15 22:55:53 -05:00
Sunil Mohan Adapa
ccc7310bd5
monkeysphere: Fix error with no host keys
2016-02-16 08:45:50 +05:30
James Valleroy
9c8518499e
help: Specify encoding when opening manual file
...
- Closes #404 .
2016-02-16 08:43:27 +05:30
James Valleroy
2fb25e1e50
Release 0.8
v0.8
2016-02-15 10:41:26 -05:00
James Valleroy
6d28e22204
fetch latest manual
2016-02-15 10:36:31 -05:00
James Valleroy
ec687bcadc
Use docbook2html for html manual.
...
There were some characters that xmlto wasn't handling correctly.
2016-02-15 10:35:47 -05:00
the29a
aff5e102a5
Translated using Weblate (Russian)
...
Currently translated at 98.0% (557 of 568 strings)
2016-02-15 13:21:53 +01:00
Sunil Mohan Adapa
531ec960e4
owncloud: Add packages for external storage
...
The two packages are required when External Storage plugin in ownCloud
is enabled. Since this has been a frequently asked question, add it to
the dependencies list.
2016-02-15 07:18:51 -05:00
Dietmar
b788358022
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (568 of 568 strings)
2016-02-15 12:44:48 +01:00
Dietmar
e0c06e3be5
Translated using Weblate (German)
...
Currently translated at 100.0% (569 of 569 strings)
2016-02-14 18:44:32 +01:00
James Valleroy
3e2c84dba2
Merge branch 'dynamicdns-nonat'
2016-02-10 21:12:36 -05:00
Caly
de802f334d
Translated using Weblate (Swedish)
...
Currently translated at 49.9% (284 of 569 strings)
2016-02-09 05:06:04 +01:00
Sunil Mohan Adapa
082c5ee1ce
networks: Minor trimming to tests
...
- To focus only on what is being tested.
2016-02-09 09:35:14 +05:30
James Valleroy
1851b15836
networks: Fix tests, move settings to a dict
2016-02-09 09:35:01 +05:30
Sunil Mohan Adapa
41db74d6cd
Translated using Transifex (Norwegian Bokmål)
2016-02-07 11:34:45 +05:30
James Valleroy
73c125f1ae
Remove Plinth.egg-info/ during clean. Fixes #335 .
2016-02-07 11:34:34 +05:30
the29a
04c096972f
Translated using Weblate (Russian)
...
Currently translated at 24.2% (138 of 568 strings)
2016-02-07 06:42:11 +01:00
Joel Valleroy
0177754201
Added packagekit to dependency list per issue-369
2016-02-06 16:25:05 +00:00
Dietmar
747728926e
Translated using Weblate (German)
...
Currently translated at 100.0% (569 of 569 strings)
2016-02-06 10:19:02 +01:00
Sunil Mohan Adapa
9646274e0b
New locale file for Russian (ru)
2016-02-06 14:48:10 +05:30
Tong Hui
12b3abcd45
Translated using Weblate (Chinese (China))
...
Currently translated at 92.9% (529 of 569 strings)
2016-02-06 03:44:11 +01:00
Dietmar
0b1932765d
Translated using Weblate (German)
...
Currently translated at 100.0% (569 of 569 strings)
2016-02-05 22:07:33 +01:00
ultrapeer
78588454aa
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (569 of 569 strings)
2016-02-04 21:45:18 +01:00
Tong Hui
e4c0e86c6a
Translated using Weblate (Chinese (China))
...
Currently translated at 69.0% (393 of 569 strings)
2016-02-02 13:14:43 +01:00
Joel Valleroy
a23a40dede
Removed default password warning. Fixes #386 .
2016-02-02 00:12:07 +00:00
Sunil Mohan Adapa
83ec57414c
dynamicdns: Fix starting daemon for no NAT
...
Incase the machine is not behind NAT, fix the logic that decides to
start the daemon.
2016-02-01 11:03:54 +05:30
Sunil Mohan Adapa
51dd1bb000
dynamicdns: Fix an invalid syntax
...
'local' keyword can't be used outside a method.
2016-02-01 11:02:43 +05:30
Sunil Mohan Adapa
ea1e9b6e2a
dynamicdns: Fix writing configuration for no NAT
...
- When writing the configuration file for no NAT case, append then last
part of the file instead of overwriting.
- Also 'echo' statements are missing leading to attempt to execute the
config options instead of writing them to a file.
2016-02-01 11:00:46 +05:30
Sunil Mohan Adapa
aa5efd4984
dynamicdns: Fix computing update times
...
Currenly uptime is being taken as measure to decide whether update must
run. Uptime is the number of seconds since machine has booted. If a
machine has run for 30 hours, and rebooted, then update will not be done
until the machine has run for 30 hours + desinated time. Using seconds
since epoch fixes this.
2016-02-01 10:57:33 +05:30
Sunil Mohan Adapa
2a030f91fe
dynamicdns: Fix reading configuration file
...
- The current code to parse the configuration file does not work proper
if there is an '=' in the password. Fix it.
- Also if predesignated keyword like 'server' occurs in the password,
configuration can't be read properly. Fix it.
2016-02-01 10:53:26 +05:30
Caly
dd65cb7835
Translated using Weblate (Swedish)
...
Currently translated at 37.0% (211 of 569 strings)
2016-02-01 06:20:17 +01:00
Tong Hui
ffbe1f0ce5
Translated using Weblate (Chinese (China))
...
Currently translated at 4.9% (28 of 569 strings)
2016-02-01 06:20:17 +01:00
Daniel Steglich
a90039889d
dynamicdns: Fix passing password via stdin
...
* Add an option to pass the password via cmdline (optional, not used by
plinth) if called manually.
* Fix: If -p option was not the last given option, everything after -p
was lost. Closes #310 .
2016-02-01 10:46:48 +05:30
Sunil Mohan Adapa
2197da54aa
Merge remote-tracking branch 'weblate/master'
2016-01-31 22:51:48 +05:30
Caly
a5584fb700
Translated using Weblate (Swedish)
...
Currently translated at 43.7% (246 of 562 strings)
2016-01-31 18:17:02 +01:00
Sunil Mohan Adapa
506d34f397
Merge remote-tracking branch 'weblate/master'
2016-01-31 22:46:20 +05:30
Caly
aa71221ddd
Translated using Weblate (Swedish)
...
Currently translated at 41.9% (236 of 562 strings)
2016-01-31 17:56:30 +01:00
Sunil Mohan Adapa
bb7d912ed8
Update all translations with latest messages
2016-01-31 22:25:18 +05:30
Sunil Mohan Adapa
65a1985cc0
tor: Minor fixes and styling
...
- Add note about resetarting firewalld.
- Refactor checking for running configuration process.
- Fix error message being show as info message.
- Minor indentation fixes.
2016-01-30 19:41:13 +05:30
James Valleroy
e401a5a028
tor: Get fresh status after config completes
2016-01-30 18:08:56 +05:30
James Valleroy
1e67fcb61a
tor: After enabling hidden service, wait for info
2016-01-30 18:08:47 +05:30
James Valleroy
07130b6007
tor: Run configuration update as background task
...
- Closes : #294 .
2016-01-30 18:08:40 +05:30
James Valleroy
a22595af77
tor: Avoid unneeded service restarts
...
- Fix an import error.
2016-01-30 18:08:33 +05:30
James Valleroy
0844151244
tor: Combine all configuration actions
2016-01-30 18:07:42 +05:30
James Valleroy
a3845e2b28
tor: Add service for bridge relay ports
2016-01-30 18:07:34 +05:30
James Valleroy
315c7f1e93
tor: Notify firewall about socks service status
2016-01-30 18:07:04 +05:30
James Valleroy
376b5c6feb
tor: Refactor into separate files for forms/views
2016-01-30 18:06:33 +05:30
Sunil Mohan Adapa
506bff5c7b
users: Multiple SSH keys and better home creation
...
- Allow setting multiple SSH keys one per line (which is already
allowed, but advertise it better).
- Use mkhomedir_helper to create the user's home directory. Avoid
security and accuracy complexities of creating a home directory.
- Allow homes that don't exist in /home.
2016-01-30 15:30:52 +05:30
James Valleroy
ad7d6db968
users: Add field to set user's SSH key.
2016-01-30 15:30:32 +05:30
Sunil Mohan Adapa
81b3f959fe
Create locale zh_CN
2016-01-28 08:14:27 +05:30