Commit Graph

9127 Commits

Author SHA1 Message Date
Nextcloud bot bca4a9ecbb
[tx-robot] updated from transifex 2019-03-26 10:41:42 +00:00
Nextcloud bot 2c7f1fd001
[tx-robot] updated from transifex 2019-03-21 01:14:06 +00:00
Nextcloud bot ce619b07ae
[tx-robot] updated from transifex 2019-03-20 01:12:57 +00:00
Nextcloud bot 3c76c0ce11
[tx-robot] updated from transifex 2019-03-19 01:12:52 +00:00
Nextcloud bot 590ea7c5fb
[tx-robot] updated from transifex 2019-03-18 01:12:37 +00:00
Nextcloud bot cec3fd4dcf
[tx-robot] updated from transifex 2019-03-17 01:13:33 +00:00
Nextcloud bot d33cec3d7d
[tx-robot] updated from transifex 2019-03-16 01:12:43 +00:00
Nextcloud bot 9ebf78a88d
[tx-robot] updated from transifex 2019-03-15 01:15:29 +00:00
Nextcloud bot 92634ec842
[tx-robot] updated from transifex 2019-03-14 16:08:44 +00:00
Julius Härtl e1ef77be98
Add handler for change event of the expire date field
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-04 13:00:43 +01:00
Nextcloud bot 068b754d31
[tx-robot] updated from transifex 2019-03-01 01:12:48 +00:00
Dominik Wasielewski c60f8248fe Remove additional referrer policy meta tag.
Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
2019-02-28 12:47:08 +00:00
Dominik Wasielewski 80dfe0f484 Remove unnecessary meta tags.
Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
2019-02-28 12:47:08 +00:00
Nextcloud bot aac2669762
[tx-robot] updated from transifex 2019-02-28 01:12:49 +00:00
Nextcloud bot 192bb12d5b
[tx-robot] updated from transifex 2019-02-27 01:12:18 +00:00
Nextcloud bot bb6f832ec3
[tx-robot] updated from transifex 2019-02-26 09:10:14 +00:00
Nextcloud bot a7b322bd65
[tx-robot] updated from transifex 2019-02-25 01:12:29 +00:00
Nextcloud bot 9bc2070c59
[tx-robot] updated from transifex 2019-02-24 01:13:54 +00:00
Nextcloud bot 3832207081
[tx-robot] updated from transifex 2019-02-23 01:12:55 +00:00
Nextcloud bot b879d28f24
[tx-robot] updated from transifex 2019-02-22 01:12:21 +00:00
Nextcloud bot b42e3fa1b3
[tx-robot] updated from transifex 2019-02-21 01:12:14 +00:00
Morris Jobke 37cb480900
Merge pull request #14312 from nextcloud/backport/14255/stable15
[stable15] Fix ocm end-point discovery discovery
2019-02-20 16:46:30 +01:00
Morris Jobke 2e76bc31a9
Add unit tests and provide better message
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-20 15:46:19 +01:00
Bjoern Schiessle 6360f1a389
add setup check for ocm-provider route
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-20 15:42:39 +01:00
Joas Schilling 2f98c873fa Fix OC.getCurrentUser() on guest pages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20 12:22:31 +00:00
Roeland Jago Douma 6e110c35b0
Merge pull request #14275 from nextcloud/backport/12573/stable15
[stable15] Do not do redirect handling when loggin out
2019-02-20 08:55:30 +01:00
Julius Härtl 10aa80d13e Fix header label visibility on open menu
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-19 10:36:20 +00:00
Nextcloud bot 4a0feef83d
[tx-robot] updated from transifex 2019-02-19 01:12:20 +00:00
Roeland Jago Douma 78842d29b3
Do not do redirect handling when loggin out
Fixes #12568
Since the clearing of the execution context causes another reload. We
should not do the redirect_uri handling as this results in redirecting
back to the logout page on login.

This adds a simple middleware that will just check if the
ClearExecutionContext session variable is set. If that is the case it
will just redirect back to the login page.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-18 22:22:12 +01:00
Nextcloud bot 84ab16bac4
[tx-robot] updated from transifex 2019-02-18 01:12:21 +00:00
Nextcloud bot 4651c25f17
[tx-robot] updated from transifex 2019-02-17 01:13:40 +00:00
Nextcloud bot 5eb304a69a
[tx-robot] updated from transifex 2019-02-16 01:12:35 +00:00
Morris Jobke 670f1e0ddf Remove trailing spaces from localized strings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-15 12:43:12 +00:00
Andrey Dyakov 37bb7e0671
Fix expiration date changing
Pass shareId to setExpirationDate()
2019-02-14 21:37:29 +01:00
Nextcloud bot 262c5a6236
[tx-robot] updated from transifex 2019-02-14 01:12:38 +00:00
Nextcloud bot 68e5c9d258
[tx-robot] updated from transifex 2019-02-13 01:12:25 +00:00
Nextcloud bot 40b40c94a2
[tx-robot] updated from transifex 2019-02-12 01:12:37 +00:00
Nextcloud bot 29975fab3f
[tx-robot] updated from transifex 2019-02-11 01:12:32 +00:00
Nextcloud bot d049403a82
[tx-robot] updated from transifex 2019-02-10 01:13:39 +00:00
Nextcloud bot 0cf2c7be7c
[tx-robot] updated from transifex 2019-02-09 01:12:50 +00:00
Morris Jobke 6ae8e99c1b
Merge pull request #13982 from nextcloud/stable15-12917-clean-code-and-fix-drop-zone-shadow
[stable15] Clean code and fix drop zone shadow
2019-02-08 09:34:04 +01:00
Nextcloud bot 8660fc3502
[tx-robot] updated from transifex 2019-02-08 01:12:50 +00:00
Nextcloud bot 7b1720ba5d
[tx-robot] updated from transifex 2019-02-06 22:18:33 +00:00
Nextcloud bot 3e72cc16e7
[tx-robot] updated from transifex 2019-02-06 11:27:41 +00:00
fnuesse 150d15ba39 Extract variable for yellow color in icons
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-02-01 16:21:23 +01:00
Roeland Jago Douma 355b0defe4
Clean pending 2FA authentication on password reset
When a password is reste we should make sure that all users are properly
logged in. Pending states should be cleared. For example a session where
the 2FA code is not entered yet should be cleared.

The token is now removed so the session will be killed the next time
this is checked (within 5 minutes).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-30 10:41:09 +01:00
Daniel Calviño Sánchez 9a1d8eb0e5 Fix updating the password of a link share when passwords are enforced
The password input was shown in the popup menu when passwords were not
enforced, or when they were enforced but no password was set, which
prevented updating/changing the password once set. As the password input
should be shown too when password are enforced and a password is set no
condition is needed, so now the password input is always shown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-29 23:37:54 +01:00
Nextcloud bot fc0480282a
[tx-robot] updated from transifex 2019-01-26 01:12:28 +00:00
Nextcloud bot e4ea4061f6
[tx-robot] updated from transifex 2019-01-25 01:12:30 +00:00
Morris Jobke 07ded47c22
Merge pull request #13794 from nextcloud/backport/13742/stable15
[stable15] Add icon to restore activity
2019-01-24 19:17:01 +01:00
Roeland Jago Douma bb624724f6
Merge pull request #13761 from nextcloud/backport/15/13738
[stable15] Fix integration of social sharing into the link popover menu
2019-01-24 18:54:53 +01:00
Joas Schilling d343873e7c Add icon to restore activity
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-24 13:46:53 +00:00
Nextcloud bot 3079a88f03
[tx-robot] updated from transifex 2019-01-24 01:12:16 +00:00
Morris Jobke e086a5e7f9
Merge pull request #13758 from nextcloud/backport/13747/stable15
[stable15] Honor remember_login_cookie_lifetime
2019-01-23 15:31:05 +01:00
Christoph Wurst 90e9877dd0 Respect user locale in natural sort comparator
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-23 11:20:19 +00:00
Julius Härtl cd79769921
Fix integration of social sharing into the link popover menu
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-23 12:07:59 +01:00
Roeland Jago Douma 4d3bb0a521 Honor remember_login_cookie_lifetime
If the remember_login_cookie_lifetime is set to 0 this means we do not
want to use remember me at all. In that case we should also not creatae
a remember me cookie and should create a proper temp token.

Further this specifies that is not 0 the remember me time should always
be larger than the session timeout. Because else the behavior is not
really defined.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-23 09:23:41 +00:00
Nextcloud bot 34c1644714
[tx-robot] updated from transifex 2019-01-23 01:12:19 +00:00
Nextcloud bot e1f917fd4c
[tx-robot] updated from transifex 2019-01-22 01:12:37 +00:00
Morris Jobke d908bf190c
Merge pull request #13670 from nextcloud/backport/13660/stable15
[stable15] Fix template paramter
2019-01-21 15:56:46 +01:00
Nextcloud bot c96e47b5ad
[tx-robot] updated from transifex 2019-01-21 01:12:02 +00:00
Nextcloud bot 2b577f5634
[tx-robot] updated from transifex 2019-01-19 01:12:32 +00:00
Roeland Jago Douma 16966ee5aa Fix template paramter
Else we get shown an error page instead of the correct 403.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-18 18:43:45 +00:00
Morris Jobke 5eca1921c7 Use warning background color & primary text color for setting warnings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-18 12:59:33 +00:00
Nextcloud bot af196c4495
[tx-robot] updated from transifex 2019-01-18 01:14:45 +00:00
Nextcloud bot 0469bb11c9
[tx-robot] updated from transifex 2019-01-17 01:12:28 +00:00
Alaa Shmalih 3f8b43f16d the bug number #13263 fixed by the xavierando user
i change the file by xaviterando done and fix
and i will do pull request to the solution becouse xavirando did pull request to him self
2019-01-16 15:30:45 +00:00
Nextcloud bot 6a44943425
[tx-robot] updated from transifex 2019-01-16 01:12:46 +00:00
Nextcloud bot 08676fd8e6
[tx-robot] updated from transifex 2019-01-15 01:12:27 +00:00
Roeland Jago Douma fea21a857b
Merge pull request #13585 from nextcloud/backport/13581/stable15
[stable15] Correctly handle displaynames returned from the sharee API
2019-01-14 19:30:26 +01:00
Joas Schilling 0d5f1e99f8 Correctly handle displaynames returned from the sharee API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-14 14:19:39 +00:00
Michael Weimann 59efe5d0e6 Fix click app names
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-14 11:25:23 +00:00
Christoph Wurst fb9f5ad66b
Merge pull request #13546 from nextcloud/fix/stable15/13520
[stable15] Add strengthify.min files
2019-01-14 09:32:28 +01:00
Nextcloud bot 457261a955
[tx-robot] updated from transifex 2019-01-14 01:12:11 +00:00
Nextcloud bot 0fdb6b4545
[tx-robot] updated from transifex 2019-01-13 01:13:03 +00:00
Roeland Jago Douma 8c772d8b8d
Add strengthify.min files
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-12 14:25:58 +01:00
Nextcloud bot 6dfb0909fa
[tx-robot] updated from transifex 2019-01-12 01:12:07 +00:00
Nextcloud bot a1a9bb7a3a
[tx-robot] updated from transifex 2019-01-11 01:12:41 +00:00
Morris Jobke 625ffdb6c6 Show the repair steps and repair info output in the web for better feedback
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-10 07:37:04 +00:00
Nextcloud bot 941a99c586
[tx-robot] updated from transifex 2019-01-10 01:12:17 +00:00
Maxence Lange e003a77a37 add support for boolean default
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
code cleaning

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
code cleaning

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-01-09 13:01:06 +00:00
John Molakvoæ (skjnldsv) d472eb3e5d Fix apps menu overlapping
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-07 12:33:55 +00:00
Nextcloud bot 06e634330a
[tx-robot] updated from transifex 2019-01-06 01:13:16 +00:00
Nextcloud bot a0d08147d9
[tx-robot] updated from transifex 2019-01-05 01:12:08 +00:00
Roeland Jago Douma 909fc44538 Fix loginflow with apptoken enter on iOS
It seems iOS doesn't like us to change the location. So now we submit it
to the server that geneartes the redirect.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-04 21:43:03 +00:00
Morris Jobke cf11a4585c
Merge pull request #13361 from nextcloud/backport/13145/stable15
[stable15] IE fix for apps menu
2019-01-04 19:45:34 +01:00
John Molakvoæ (skjnldsv) 115ca20a5f IE fix for apps menu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-04 18:30:46 +00:00
Julius Härtl 67ebcf8fa9 Make setup check also pass with a 501 status
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-04 16:08:52 +00:00
Nextcloud bot 5270f3996f
[tx-robot] updated from transifex 2019-01-04 01:12:40 +00:00
Jonas Sulzer 5c88439848 remove user_external from shipped.json
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-03 09:40:48 +00:00
Nextcloud bot ec05897e4e
[tx-robot] updated from transifex 2019-01-03 01:11:58 +00:00
Nextcloud bot eab25fc1fc
[tx-robot] updated from transifex 2019-01-02 01:11:41 +00:00
Nextcloud bot 2d91e9f00d
[tx-robot] updated from transifex 2019-01-01 01:11:45 +00:00
Nextcloud bot 933d0c1902
[tx-robot] updated from transifex 2018-12-31 01:11:52 +00:00
Nextcloud bot 9cc7b9b9ec
[tx-robot] updated from transifex 2018-12-30 01:12:51 +00:00
Nextcloud bot 520ac7c8b1
[tx-robot] updated from transifex 2018-12-29 01:11:53 +00:00
Nextcloud bot 9e315b1ac4
[tx-robot] updated from transifex 2018-12-28 01:11:59 +00:00
Nextcloud bot 424fc68d4c
[tx-robot] updated from transifex 2018-12-27 01:11:51 +00:00
Nextcloud bot 32eeb94692
[tx-robot] updated from transifex 2018-12-26 01:12:06 +00:00
Nextcloud bot 1accc18b8d
[tx-robot] updated from transifex 2018-12-25 01:11:46 +00:00
Nextcloud bot 23889c50fc
[tx-robot] updated from transifex 2018-12-24 01:11:59 +00:00
Nextcloud bot 3aacf8305a
[tx-robot] updated from transifex 2018-12-23 01:12:37 +00:00
Nextcloud bot 925d7733ea
[tx-robot] updated from transifex 2018-12-22 01:11:57 +00:00
John Molakvoæ (skjnldsv) c454ce5c33 Fix ie11 checkboxes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-21 09:18:34 +00:00
Nextcloud bot 6a618ebd8b
[tx-robot] updated from transifex 2018-12-21 01:11:57 +00:00
Michael Weimann fb02625e8e Make the footer "Get your own free account" translatable
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-12-20 06:47:00 +00:00
Nextcloud bot d543678651
[tx-robot] updated from transifex 2018-12-20 01:11:55 +00:00
Nextcloud bot 140f3d2ee0
[tx-robot] updated from transifex 2018-12-19 01:11:56 +00:00
Roeland Jago Douma 5350fee90d Fix SAML Client login flow on Apple devices
Because the redirect from the SAML/SSO endpoint is a POST the lax/strict
cookies are not properly send.

Note that it is not strictly requried on this endpoint as we do not need
the remember me data. Only the real session info is enough. The endpoint
is also already protected by a state token.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-17 13:18:32 +00:00
Nextcloud bot 3f3337af9b
[tx-robot] updated from transifex 2018-12-17 01:11:42 +00:00
Nextcloud bot 3045b6aae2
[tx-robot] updated from transifex 2018-12-16 01:12:42 +00:00
Nextcloud bot da3196fdb8
[tx-robot] updated from transifex 2018-12-15 01:11:48 +00:00
Nextcloud bot d92e3bb47b
[tx-robot] updated from transifex 2018-12-13 01:12:07 +00:00
Roeland Jago Douma 474c9fb8e5
Merge pull request #13007 from nextcloud/backport/13003/stable15
[stable15] Use default cursor for disabled primary buttons
2018-12-12 13:30:11 +01:00
Nextcloud bot 4fb51850c5
[tx-robot] updated from transifex 2018-12-12 01:11:48 +00:00
Daniel Calviño Sánchez 2a06ca4dae Use default cursor for disabled primary buttons
Disabled buttons use the default cursor, but as the cursor property for
primary buttons is set after the cursor property for disabled buttons
the latter is always overridden, even if the primary button is also
disabled. Due to this it is necessary to explicitly set the default
cursor for disabled primary buttons.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-11 13:48:37 +00:00
Nextcloud bot 76d1364167
[tx-robot] updated from transifex 2018-12-11 01:11:57 +00:00
Nextcloud bot 303fa31b11
[tx-robot] updated from transifex 2018-12-10 01:11:48 +00:00
Nextcloud bot 9d6d39d218
[tx-robot] updated from transifex 2018-12-09 01:12:37 +00:00
Nextcloud bot eb7c17add2
[tx-robot] updated from transifex 2018-12-08 01:11:34 +00:00
Morris Jobke 8a247d52de Fix logo path in non-themed instance
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-07 12:38:34 +00:00
Nextcloud bot f7ef71bef5
[tx-robot] updated from transifex 2018-12-07 01:11:51 +00:00
Nextcloud bot 1f94126f59
[tx-robot] updated from transifex 2018-12-06 01:12:12 +00:00
Morris Jobke 9838c91a5c Add setup check for pending bigint conversion
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 17:53:42 +00:00
Morris Jobke bdeaff0790 Fix bigint conversion on SQLite
* on SQLite primary keys can't be bigint - see https://stackoverflow.com/a/18835967/520507

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 17:53:42 +00:00
Morris Jobke 5322de3fec Show columns to update in CLI interface
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 17:53:42 +00:00
Morris Jobke 328f93f66d
Merge pull request #12837 from nextcloud/backport/12821/stable15
[stable15] Add setup check for recommended PHP modules (i.e. Imagick, intl)
2018-12-05 09:29:52 +01:00
Nextcloud bot e77f1ea351
[tx-robot] updated from transifex 2018-12-05 01:12:05 +00:00
Morris Jobke f4b582ec44 Update casing of PHP inside method name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 23:34:39 +00:00
Morris Jobke ec9d58b21d Add setup check for recommended PHP modules (i.e. Imagick, intl)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 23:34:39 +00:00
Roeland Jago Douma c358bf8d4a
Merge pull request #12784 from nextcloud/backport/12762/stable15
[stable15] Polishing of various modal dialogs
2018-12-04 09:52:53 +01:00
Nextcloud bot faf27a1f20
[tx-robot] updated from transifex 2018-12-04 01:12:16 +00:00
Jan-Christoph Borchardt e71dbb133f Fix dialogs, button position
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-03 06:30:58 +00:00
Nextcloud bot 00ff059ba1
[tx-robot] updated from transifex 2018-12-03 01:11:44 +00:00
Nextcloud bot decb8d6068
[tx-robot] updated from transifex 2018-12-02 01:12:48 +00:00
Nextcloud bot 2841f85954
[tx-robot] updated from transifex 2018-12-01 01:11:38 +00:00
Nextcloud bot 2ca2393513
[tx-robot] updated from transifex 2018-11-30 01:12:08 +00:00
Morris Jobke 0ecd92d70b
Merge pull request #12742 from nextcloud/backport/12734/stable15
[stable15] Add check for missing .woff2 rule in Nginx via setup check
2018-11-29 21:37:53 +01:00
Roeland Jago Douma 5ae517d905
Merge pull request #12741 from nextcloud/backport/12709/stable15
[stable15] Fix the loader position and the focus state on the login button
2018-11-29 20:49:53 +01:00
Roeland Jago Douma ae9e3ddbce
Merge pull request #12740 from nextcloud/backport/12732/stable15
[stable15] Polishing fixes
2018-11-29 20:21:19 +01:00
Morris Jobke 19fbff9dd1 Add check for missing .woff2 rule in Nginx via setup check
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-29 18:37:41 +00:00
Roeland Jago Douma cbb264552a
Merge pull request #12733 from nextcloud/backport/12674/stable15
[stable15] Date title to linkshare
2018-11-29 19:37:20 +01:00
John Molakvoæ (skjnldsv) 294cf525e8 Fix the loader position and the focus state on the login button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 17:31:27 +00:00
John Molakvoæ (skjnldsv) 869867890a Remove animation on the sidebar for accessibility purpose
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 17:22:09 +00:00
John Molakvoæ (skjnldsv) 626ef06ee6 Fix default filepicker style and gridview
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 17:22:09 +00:00
John Molakvoæ (skjnldsv) 3119b2ba01 Fix app navigation edit entry
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 17:22:08 +00:00
John Molakvoæ (skjnldsv) 6893b2fe0d Better identification of the public link shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 16:03:12 +00:00
John Molakvoæ (skjnldsv) b208cce889 Remove redirect page
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 10:17:01 +00:00
John Molakvoæ (skjnldsv) c1c0a7e392 Remove old button to submit the apppassword login
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 10:17:00 +00:00
Nextcloud bot be1b653ede
[tx-robot] updated from transifex 2018-11-29 01:11:44 +00:00