Hemanth Kumar Veeranki
fafd28e90a
Remove deprecated settings from already existing config files
...
Signed-off-by: Hemanth Kumar Veeranki <hems.india1997@gmail.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-08-03 21:51:20 -04:00
Doma Gergő
6ce6996793
Translated using Weblate (Hungarian)
...
Currently translated at 82.8% (824 of 995 strings)
2018-08-04 00:01:16 +02:00
Johannes Keyser
f5b6620682
Translated using Weblate (German)
...
Currently translated at 99.8% (994 of 995 strings)
2018-08-04 00:01:16 +02:00
James Valleroy
73bdd01b93
Add backups info to apps
...
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2018-08-02 21:48:26 -04:00
James Valleroy
174ef83cf1
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (995 of 995 strings)
added {box_name}, please check
2018-08-03 01:55:19 +02:00
Joseph Nuthalapati
7d34c123b6
Fix validation error in Spanish translation
...
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2018-08-02 18:56:18 +05:30
Hemanth Kumar Veeranki
40343437b2
Translated using Weblate (Telugu)
...
Currently translated at 74.4% (741 of 995 strings)
2018-08-02 02:27:50 +02:00
Igor
791a7d9366
Translated using Weblate (Russian)
...
Currently translated at 99.5% (991 of 995 strings)
2018-08-02 02:27:47 +02:00
Luis A. Arizmendi
9ee5451520
Translated using Weblate (Spanish)
...
Currently translated at 100,0% (995 of 995 strings)
2018-08-01 08:33:46 +02:00
James Valleroy
57b0ab876d
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (995 of 995 strings)
remove extra %
2018-08-01 02:53:24 +02:00
Gayathri Das
1b9a8c6260
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (995 of 995 strings)
2018-08-01 01:51:48 +02:00
Gayathri Das
050b1b5fee
Translated using Weblate (Hindi)
...
Currently translated at 94.4% (940 of 995 strings)
2018-07-31 01:36:38 +02:00
James Valleroy
13761ff2ff
Release v0.35.0 to unstable
...
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-30 19:24:45 -04:00
Allan Nordhøy
53f621161e
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 95.8% (954 of 995 strings)
2018-07-31 01:04:17 +02:00
Gayathri Das
ceaa7a0b1c
Translated using Weblate (Hindi)
...
Currently translated at 92.2% (918 of 995 strings)
2018-07-31 01:04:17 +02:00
James Valleroy
17418d3d23
Update translation strings
...
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-30 18:26:04 -04:00
Gayathri Das
b157759b74
Translated using Weblate (Hindi)
...
Currently translated at 94.4% (919 of 973 strings)
2018-07-30 12:01:01 +02:00
Joseph Nuthalapati
0023481d48
configuration: Fix parsing error in retrieving default app
...
- some minor refactoring
- optimized imports
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2018-07-30 15:23:51 +05:30
Gayathri Das
9781cc0cb8
Translated using Weblate (Hindi)
...
Currently translated at 91.7% (893 of 973 strings)
2018-07-30 02:55:36 +02:00
Joseph Nuthalapati
a309b28035
configuration: Use augeas to edit Apache files
...
Move the file editing code to actions/config since it must be executed by a
super user.
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 20:50:14 -04:00
Joseph Nuthalapati
9a3af288fa
configuration: Option to set a default app for FreedomBox
...
Closes #1315
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 20:50:10 -04:00
James Valleroy
c733339719
udiskie: Import glib and udisks only inside methods
...
The module can be imported even before gir1.2-udisks-2.0 is installed.
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 16:11:44 -04:00
Sunil Mohan Adapa
15345aeb47
udiskie: Show special message when no storage device available
...
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 15:58:03 -04:00
Sunil Mohan Adapa
4ca97fc872
udiskie: Remove internal networks warning
...
Since udiskie does not listen on any network ports, the message is not relevant.
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 15:57:49 -04:00
Sunil Mohan Adapa
e420520e8e
udiskie: Also list read-only filesystems
...
In case the media contains a read-only copy of a backup and we need to restore
from it.
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 15:57:37 -04:00
Sunil Mohan Adapa
cdf07a92b4
udiskie: Add eject functionality for a drive
...
When a block device with a filesystem is selected for ejecting, all the
filesystems on the drive to which the selected filesystem belongs will first be
unmounted. Finally the drive itself is ejected.
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 15:57:24 -04:00
Sunil Mohan Adapa
89f31db71f
utils: Remove unused method
...
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 15:57:16 -04:00
Sunil Mohan Adapa
1a11b4967a
udiskie: Remove the unused ejectable property
...
It is also being set incorrectly. It is not very useful because we should still
unmount filesystems even if the device is not ejectable.
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 15:57:00 -04:00
Sunil Mohan Adapa
4184784988
storage: Fix parsing issues when mount point has spaces
...
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 15:56:51 -04:00
Sunil Mohan Adapa
5dc2ad1fa4
udiskie: Move udisks2 methods to separate module
...
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 15:56:36 -04:00
Doma Gergő
f8e3da055f
Translated using Weblate (Hungarian)
...
Currently translated at 84.1% (819 of 973 strings)
2018-07-29 18:26:45 +02:00
Gayathri Das
448b422939
Translated using Weblate (Hindi)
...
Currently translated at 91.6% (892 of 973 strings)
2018-07-29 18:26:45 +02:00
Joseph Nuthalapati
948a222380
turbolinks: Disable caching on application visits
...
Using the "no-preview" directive disables caching on application visits but
shows cached pages on restoration visits.
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 12:23:05 -04:00
Joseph Nuthalapati
daef528576
turbolinks: Replace style elements in head with blocks in body
...
Turbolinks cannot replace the styles in the head of the HTML document. Moved
them to the body by making the class of the body an overridable Django template
block.
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 12:22:57 -04:00
Joseph Nuthalapati
f762f57d1c
Add turbolinks
...
- Load scripts in the head with `defer` instead of at the end of the body
- Disable turbolinks for application shortcuts and manual download
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-29 12:22:52 -04:00
Doma Gergő
4c7d911ec9
Translated using Weblate (Hungarian)
...
Currently translated at 82.5% (803 of 973 strings)
2018-07-28 08:58:42 +02:00
Doma Gergő
6fc48453ec
Translated using Weblate (Hungarian)
...
Currently translated at 78.9% (768 of 973 strings)
2018-07-27 09:23:13 +02:00
Doma Gergő
992bc1f658
Translated using Weblate (Hungarian)
...
Currently translated at 78.2% (761 of 973 strings)
2018-07-27 02:15:34 +02:00
Hemanth Kumar Veeranki
f8a5db2bc0
Clarify description for radicale shared calendar/addressbook
...
Signed-off-by: Hemanth Kumar Veeranki <hems.india1997@gmail.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-07-26 20:11:58 -04:00
Gayathri Das
556c7fe532
Translated using Weblate (Hindi)
...
Currently translated at 86.5% (842 of 973 strings)
2018-07-26 23:38:57 +02:00
Sciumedanglisc
905beccfa8
Translated using Weblate (Italian)
...
Currently translated at 55.0% (536 of 973 strings)
2018-07-26 17:39:26 +02:00
Doma Gergő
84b365d530
Translated using Weblate (Hungarian)
...
Currently translated at 76.2% (742 of 973 strings)
2018-07-26 04:38:53 +02:00
Johannes Keyser
76e4873c2e
Translated using Weblate (German)
...
Currently translated at 100.0% (973 of 973 strings)
2018-07-25 13:04:35 +02:00
Gayathri Das
ee3d677d98
Translated using Weblate (Hindi)
...
Currently translated at 82.9% (807 of 973 strings)
2018-07-25 02:40:19 +02:00
Sciumedanglisc
bf7756d7e6
Translated using Weblate (Italian)
...
Currently translated at 54.8% (534 of 973 strings)
2018-07-24 21:40:31 +02:00
వీవెన్
51579c1101
Translated using Weblate (Telugu)
...
Currently translated at 74.3% (723 of 973 strings)
2018-07-24 19:44:49 +02:00
Gayathri Das
36e87689c9
Translated using Weblate (Hindi)
...
Currently translated at 79.8% (777 of 973 strings)
2018-07-23 14:05:33 +02:00
Jayasuganthi
6fe172acc8
mediawiki: Enable short URLs
...
Fixes #1274
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2018-07-23 17:34:36 +05:30
Praveen Illa
644e9f8e93
Translated using Weblate (Telugu)
...
Currently translated at 72.7% (708 of 973 strings)
2018-07-23 09:44:36 +02:00
Sciumedanglisc
2a68953bf8
Translated using Weblate (Italian)
...
Currently translated at 51.3% (500 of 973 strings)
2018-07-22 17:39:46 +02:00