2613 Commits

Author SHA1 Message Date
Dietmar
4e76ea8435 Translated using Weblate (German)
Currently translated at 100.0% (798 of 798 strings)
2017-11-06 07:11:01 +01:00
Johannes Keyser
5fb68b459c
Enable django SecurityMiddleware, mitigates issue #1111.
Signed-off-by: Johannes Keyser <johanneskeyser@posteo.de>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2017-11-06 11:38:57 +05:30
Sunil Mohan Adapa
6b1c78c3b0
circleci: Remove dead code
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:31:12 -04:00
Sunil Mohan Adapa
7c92310326
debian: Handle jsxc links creation in upstream
The Debian packaging no longer needs to create these links as they are available
in upstream code. Override lintian errors as removing the links in upstream will
lead to code breaks in certain development modes.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:31:05 -04:00
Sunil Mohan Adapa
cb730e2845
debian: Override lintian warning about depending on Apache
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:30:59 -04:00
Sunil Mohan Adapa
379d3421bd
debian: Override lintian warning about switch to native package
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:30:52 -04:00
Sunil Mohan Adapa
ff67f61212
debian: Remove watch file
Because this is a native package and release of Plinth means upload to Debian.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:30:46 -04:00
Sunil Mohan Adapa
14aa0b3144
debian: Remove patches for fixing tests
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:30:39 -04:00
Sunil Mohan Adapa
61d88fd4f2
debian: Remove special handling for doc due to native package
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:30:33 -04:00
Sunil Mohan Adapa
62d103bc66
git: Ignore debian generated temporary files
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:30:25 -04:00
Sunil Mohan Adapa
e8601bf627
tests: Use a temporary directory for testing actions
This eliminates the case where the test module was getting installed in a
different location compared to other modules. Also eliminates the need to run
this test as root.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:30:18 -04:00
Sunil Mohan Adapa
b5a8b85a91
diaspora: Update tests for better temp directory creation
Eliminate test failures under some conditions when the directory could not be
created.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:30:11 -04:00
Sunil Mohan Adapa
b1eb05967f
debian: Next release version is likely 0.16
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:30:04 -04:00
Sunil Mohan Adapa
edec7eeccb
debian: Remove patch that has been applied
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:29:47 -04:00
Sunil Mohan Adapa
b9168020c7
shaarli: Disable module since package is not available
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:29:39 -04:00
Sunil Mohan Adapa
27d3972eda
restore: Disable module since package is not available
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:29:32 -04:00
Sunil Mohan Adapa
4f620fde10
debian: Update Homepage and VCS URLs
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:29:25 -04:00
Sunil Mohan Adapa
41e8bb4805
debian: Remove python3-yaml dependency
The yaml package is not used in Plinth anywhere.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:29:16 -04:00
Sunil Mohan Adapa
493d138ee4
debian: Change the source format to 3.0 (native)
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-11-04 15:28:36 -04:00
Sunil Mohan Adapa
7327a6b803
users: After setup, enable and restart slapd and nslcd
Apply the patch present in Debian packaging:

James Valleroy: When testing new image builds, I found users created through
plinth could not login through console or SSH. The reason is that slapd and
nslcd services were not enabled and not running. I don't know what is causing
this situation, so this is just a workaround.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2017-11-03 18:33:11 +05:30
Federico Ceratto
f0c0d6dcf5
letsencrypt: Disable test when sudo is not available
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2017-11-03 18:32:14 +05:30
Federico Ceratto
8ace9046c3
circleci: Update to build native package
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2017-11-03 18:31:55 +05:30
Federico Ceratto
34ae273692
debian: Remove unneded rules target
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2017-11-03 18:31:01 +05:30
Federico Ceratto
17ee712502
debian: Switch to native package
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2017-11-03 18:30:35 +05:30
Sunil Mohan Adapa
0af8175fd0
Install dependency packages during install/provisioning
This will not install all the dependencies of Plinth but will install the
dependencies required for essential modules to setup properly.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2017-11-03 12:41:11 +05:30
Palash Nigam
d4b479174c
Docs converted to markdown
The docs named HACKING, COPYING,
CONTRIBUTING and INSTALL were
converted to markdown format

Closes: #1106

Signed-off-by: Palash Nigam <npalash25@gmail.com>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2017-11-03 12:20:17 +05:30
Johannes Keyser
508cbe7361
ejabberd, jsxc, apache: Rename out-dated "http-bind" to "bosh".
Signed-off-by: Johannes Keyser <johanneskeyser@posteo.de>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-31 20:26:49 -04:00
Johannes Keyser
2ca5cd8043
ejabberd: Fix LDAP server entry in config file during setup.
Signed-off-by: Johannes Keyser <johanneskeyser@posteo.de>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-31 19:52:53 -04:00
Johannes Keyser
3bed804f72 Translated using Weblate (German)
Currently translated at 100.0% (798 of 798 strings)
2017-10-28 16:07:57 +02:00
Johannes Keyser
e0a1de4137
letsencrypt: fix internal server error when obtaining a certificate.
- Fixes issue #1103.

Signed-off-by: Johannes Keyser <johanneskeyser@posteo.de>
2017-10-28 15:21:05 +02:00
James Valleroy
a77db8aa1a
Use better looking CircleCI badge
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-27 06:46:16 -04:00
Joseph Nuthalapati
ef0cc66a9c
ci: Remove Travis CI
- Replace travis-ci's badge with circle-ci's badge in README
- Remove .travis.yml
- Remove requirements.txt

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-26 22:43:20 -04:00
Joseph Nuthalapati
29ca31fae2
letsencrypt: Fix tests requiring sudo
Closes #1084

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-26 22:08:43 -04:00
Federico Ceratto
cf62269bf7 Add CircleCI badge 2017-10-26 12:09:24 +01:00
Johannes Keyser
479e6b1678
letsencrypt: log info about obtain/revoke only if actually attempted
- Fixes issue #1086.

Signed-off-by: Johannes Keyser <johanneskeyser@posteo.de>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-26 06:51:45 -04:00
Joseph Nuthalapati
dbfe612c8d
Fix formatting in LICENSES file
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2017-10-24 17:45:44 +05:30
Sahithi
7722419e05
Change localization platform details from Transifex to Weblate
Update localization platform details in HACKING and README.md from
Transifex to Weblate.

Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2017-10-24 17:33:11 +05:30
Pavel Borecki
b14e3cc9d4 Translated using Weblate (Czech)
Currently translated at 92.1% (735 of 798 strings)
2017-10-24 13:46:07 +02:00
Prachi Srivastava
83430f4031
Add mobile, web and desktop client for modules
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2017-10-24 17:13:13 +05:30
Prachi Srivastava
bc5cd164f2
Add template to show client info
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2017-10-24 17:12:38 +05:30
Prachi Srivastava
b8725a0d9f
Add google play image and fdroid image
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2017-10-24 17:12:05 +05:30
John Doe
32048b9948 Translated using Weblate (Turkish)
Currently translated at 100.0% (798 of 798 strings)
2017-10-21 01:22:19 +02:00
John Doe
89a5f2ec3a Translated using Weblate (French)
Currently translated at 99.4% (794 of 798 strings)
2017-10-21 01:22:19 +02:00
James Valleroy
3c089df969
Release v0.15.3
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
v0.15.3
2017-10-20 19:20:01 -04:00
James Valleroy
043d11a668
Fetch latest manual from wiki
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-20 05:37:13 -04:00
John Doe
9954554f59 Translated using Weblate (Turkish)
Currently translated at 100.0% (798 of 798 strings)
2017-10-20 10:00:43 +02:00
James Valleroy
8e8037cc6e
Update changelog
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-19 22:12:10 -04:00
James Valleroy
0765e7c28b
Update translation strings
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-19 21:15:14 -04:00
James Valleroy
f745ef42f1
Also fix user name in urls for UpdateUser
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-19 20:50:52 -04:00
Joseph Nuthalapati
d755d42a76
Handle both admin and non-admin user names in update user template
When an admin user goes to the UpdateUser view of a different user, the template
gets only one username which is of the user being updated. This causes the admin
user's name being overwritten in the header section thus making it appear that
the user is modifying themselves and not the admin. This can cause confusion to
the admin user.

Explicitly getting the name of the user that made the request ensures that we
always get the correct username.

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-10-19 20:48:37 -04:00