Sunil Mohan Adapa
efac9cb59e
transmission: Disable rpc whitelists on install
2015-12-23 06:16:22 -05:00
James Valleroy
48295abccc
Use ugettext_lazy during init of config and power modules.
2015-12-19 18:31:37 -05:00
Philippe Baret
99dbf78662
Edited first paragraph
...
Added a sentence to avoid stress when you land on the first time without know if a click on Tor link will install it or not directly.
see https://github.com/freedombox/Plinth/issues/347
2015-12-19 13:36:47 -05:00
Philippe Baret
2037a273b3
Edited string
...
LDAP mention to delete (https://github.com/freedombox/Plinth/issues/347 )
2015-12-19 13:36:47 -05:00
James Valleroy
8c3337ad60
Some fixes for shaarli:
...
- Pass on_install to required packages decorator.
- Fix indentation.
2015-12-19 11:00:06 -05:00
Philippe Baret
32a5b3cfbc
shaarli: on_install function
...
please read https://github.com/freedombox/Plinth/issues/344
2015-12-16 18:07:31 +01:00
Ruben Lubbes
71f3dd6483
Typo
2015-12-13 19:54:10 +01:00
Sunil Mohan Adapa
007a4ec2b0
firewall: Fix minor Django deprication warning
2015-12-12 15:39:39 +05:30
Sunil Mohan Adapa
3c895f58f5
quassel: Minor styling and UI message chanages
...
- Add information about Quassel clients and usage.
- Expand introduction.
- Update titles for consistency.
- Minor styling
2015-12-12 15:38:03 +05:30
Sunil Mohan Adapa
644ab8db9f
quassel: Fix issue with firewall operation
2015-12-12 15:36:33 +05:30
Sunil Mohan Adapa
6bc9c3bd8e
quassel: Implement diagnostics
2015-12-12 15:35:43 +05:30
James Valleroy
e74c4791ec
Add quassel module.
2015-12-11 19:09:54 -05:00
Sunil Mohan Adapa
201837518f
Update strings during edit/delete operations
2015-12-09 23:55:55 +05:30
Ruben Lubbes
161e374419
Improved base strings to avoid duplicates
...
Should not affect already translated strings.
2015-12-09 23:55:55 +05:30
Ruben Lubbes
fad7448417
More punctuation and minor errors changed
2015-12-09 23:55:55 +05:30
Ruben Lubbes
841439ba73
Punctuation errors changed after DE language check
...
Influences all translations, so do not use for 0.7.
2015-12-09 23:55:55 +05:30
Sunil Mohan Adapa
ba5c7a772d
networks: Refactor & fix extracting netmask
...
- Use host byte ordering instead of big-endian.
2015-12-09 17:55:03 +05:30
Sunil Mohan Adapa
da99a7cb9d
networks: Minor indentation fixes
2015-12-09 12:21:38 +05:30
Sunil Mohan Adapa
d1b20ac113
networks: I18N for static IP configuration
2015-12-09 12:20:37 +05:30
Daniel Steglich
1a1faa8a1b
Github issue 314: static IP configuration enhancement
...
* fixed IP configuration
* set up a new ipv4settings object to avoid the need of reseting all the values
* extended Static IP configuration:
* allow configuration of netmask (optional)
* allow configuration of Gateway (optional)
* allow configuartion of two DNS Servers (optional)
* extend DHCP configuration:
* allow configuration of user specific DNS Server
* DHCP provided DNS Servers will be ignored in that case
2015-12-09 10:28:53 +05:30
Sunil Mohan Adapa
3e8a6f553a
Minor styling fix
2015-12-06 15:52:14 +05:30
James Valleroy
0695ee5abb
tor: Switch to obfs4proxy.
...
Replaces scramblesuit, and also supports obfs3.
Also add tor-geoipdb which is useful for bridges.
2015-12-06 12:21:22 +05:30
Sunil Mohan Adapa
a69f419c3c
Make Django urlpatterns list of url()s
...
- Support for legacy pattern() mechanism will be removed in Django
1.10. Currently we see a warning for each Plinth module.
2015-12-05 09:33:23 -05:00
Sunil Mohan Adapa
7100429342
tor: Minor fixes
...
- Be a little bit more strict about Tor tests by requiring the module to
be importable even when not running as root.
2015-12-04 10:14:47 +05:30
James Valleroy
90a1c334fe
Skip tor tests unless root.
2015-12-04 09:16:06 +05:30
James Valleroy
66625c35a3
Handle error where /etc/tor/torrc does not exist when checking hidden service config.
...
Handle error where tor state file does not exist when getting list of ports.
Add test for checking if apt-transport-tor is enabled.
2015-12-04 09:16:06 +05:30
Sunil Mohan Adapa
803f4ecc94
names: Update icon to not clash with applications
2015-11-28 17:44:43 -05:00
Sunil Mohan Adapa
a0da928dae
power: Minor updates
...
- Change term 'reboot' to 'restart' as it is less techinical and more
consistent with popular interaces on desktop/mobiles.
- Updated description for power module.
- Simplify the module title to just 'Power'.
- Update the use of elipses and angular quotes as angular quotes and
elipses are both used to indicate that further user interface will be
available after pressing the button.
- Remove suprious '\' in power_reboot.html.
- Notify to the user that web interface will not be available after
reboot/shutdown.
- Redirect the user to application page after restart/shutdown. If the
page serve succeeds, they will have simply refresh/access it after
restart/shutdown after waiting or powering on.
2015-11-27 11:40:09 +05:30
Joel Valleroy
a002ca300c
Use POST for reboot/shutdown now
2015-11-26 17:05:34 -05:00
Joel Valleroy
eca36e6f96
add power module with reboot and shut down
2015-11-26 16:29:38 -05:00
Sunil Mohan Adapa
0220cff57c
upgrades: Minor fixes
...
- Show error message based on return code rather than messages in
stderr.
- Don't decorate the message paragraph with alert color, we are already
doing that by showing a message at the top.
- Untabify.
- Improve message showing that upgrades are running, gramatically.
- Show errors messages decorated as errors.
- Minor cleanups.
2015-11-26 11:10:59 +05:30
James Valleroy
24cd095c6e
upgrades: Run as background task ( Closes : #285 ).
2015-11-26 07:53:01 +05:30
fonfon
1dbc566515
names module, pagekite: moved updating names to utils
2015-11-25 15:22:27 +01:00
James Valleroy
d476326212
Internationalize names module.
2015-11-25 15:22:27 +01:00
James Valleroy
e0bfd1401f
Name Services module
2015-11-25 15:22:27 +01:00
James Valleroy
af6ebff5ca
minor styling fix
2015-11-22 11:20:29 -05:00
fonfon
027dd528db
Fix KeyError on first run when no language is set
2015-11-22 10:34:58 +01:00
fonfon
aeaa6ab800
Adds a 'language' dropdown field to the system configuration
...
- The language choice is stored with the session, not persistently
- This removes confirmation messages if nothing was changed
2015-11-18 18:29:54 +01:00
Sunil Mohan Adapa
f8f7a979f2
restore: Fix minor styling issues
...
- Missing comment added and comment styling.
- Expanded the description.
- Change the title and menu item capitalization for consistency.
2015-11-17 10:15:45 +05:30
Sunil Mohan Adapa
cc181c79c3
Minor styling fixes for domain name validator
2015-11-16 22:00:25 +05:30
Joel Valleroy
e7fb549349
Updated domain name validation and unit tests
2015-11-16 22:00:25 +05:30
Sunil Mohan Adapa
cc858bbd6a
Use pgi only when gi is not available
...
- Write a convenience utility to handle the import process.
2015-11-16 09:55:20 +05:30
Nik Nyby
608897b9ec
Test on python 3.3 and 3.4 with travis
...
Python 3.2.x is deprecated, so I thought it would be
good to get tests running on some newer pythons. I've
switched from the python3-gi package to using 'pgi' from
pypi, because the apt-installed python3-gi was having trouble
importing.
pgi required python 3.3+ (see: https://pypi.python.org/pypi/pgi ),
so I've removed python 3.2 from the test matrix. Let me know if
we're using python 3.2 anywhere, but as far as I know plinth is
run on python 3.4.3 with debian sid on the freedombox image.
2015-11-16 08:44:01 +05:30
Sunil Mohan Adapa
c985fdae56
Update config form for hostnames and domainnames
...
- Make minimum length 1 for the fields.
- Write tests.
- Update description to reflect the new conditions.
2015-11-15 10:59:27 +05:30
Joel Valleroy
45fff7057b
Allow hyphens in hostname and domainname. Fixes #275 .
2015-11-14 17:23:06 -05:00
Sunil Mohan Adapa
0b4f56c59d
Fix bug in i18n of change password link
2015-11-14 12:05:27 +05:30
Sunil Mohan Adapa
01d50c7ae8
Fix i18n of template expressions
2015-11-14 11:42:32 +05:30
Sunil Mohan Adapa
3df1a88824
Switch to Django i18n for code strings
...
Django i18n layer is on top of gettext and provide may crucial features
such as per-request locales, lazy translations etc.
2015-11-13 22:08:43 +05:30
Sunil Mohan Adapa
02cd89b60d
Internationalize strings in template files
2015-11-13 22:02:17 +05:30
James Valleroy
903a11824e
Merge pull request #265 from fonfon/restore
...
Added reStore module/application
2015-11-04 08:00:55 -05:00