Commit Graph

46131 Commits

Author SHA1 Message Date
Nextcloud bot 3d5ecac012
[tx-robot] updated from transifex 2019-01-05 01:12:17 +00:00
Morris Jobke 41ee4d4807
14.0.5 RC 1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-05 00:13:11 +01:00
Morris Jobke c39ad3d37b
Merge pull request #13373 from nextcloud/backport/13138/stable14
[stable14] register and show when an LDAP user was detected as unavailable/deleted
2019-01-05 00:12:36 +01:00
Morris Jobke 11994b66c9
Merge pull request #13371 from nextcloud/backport/13363/stable14
[stable14] Fix loginflow with apptoken enter on iOS
2019-01-04 23:57:53 +01:00
Morris Jobke 7a0772e602
Merge pull request #13369 from nextcloud/backport/13367/stable14
[stable14] Throttle with correct metadata
2019-01-04 23:24:28 +01:00
Arthur Schiwon 9bef634cc9 ensure db is pristine before starting the tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-01-04 21:49:16 +00:00
Arthur Schiwon ac2577fd66 LDAP: extend remnants output with "detected on" field
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-01-04 21:49:16 +00:00
Arthur Schiwon 4884c294b5 add tests for the DUI
as they are interact with the DB they are more integraiton than unit tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-01-04 21:49:15 +00:00
Roeland Jago Douma 5cf1a3d4dc 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:36 +00:00
Roeland Jago Douma 17b7a4805a Throttle with correct metadata
Fixes #13202

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-04 21:22:19 +00:00
Roeland Jago Douma 15851c6d2f
Merge pull request #13350 from nextcloud/backport/13172/stable14
[stable14] fix can change password check in case of encryption is enabled
2019-01-04 14:10:16 +01:00
Morris Jobke 848029fc47
Merge pull request #13353 from nextcloud/backport/13351/stable14
[stable14] Update the CRL
2019-01-04 10:44:42 +01:00
Roeland Jago Douma a52310af3b Update the CRL
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-04 09:40:33 +00:00
Bjoern Schiessle 5153c1b519 fix can change password check in case of encryption is enabled
Admin should _not_ be able to change password when:
- if an encryption module is loaded and it uses per-user keys
- if encryption is enabled but no encryption modules are loaded

Admin should be able to change the password when:
- no encryption module is loaded and encryption is disabled
- encryption module is loaded but it doesn't require per user keys

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-01-04 08:54:46 +00:00
Nextcloud bot 4cd730c5bd
[tx-robot] updated from transifex 2019-01-04 01:12:48 +00:00
John Molakvoæ 9afb2ce843
Merge pull request #13224 from nextcloud/stb14-svg-controller-fixes
[stable14] Use only app path to get the icon on the svg api
2019-01-03 17:53:53 +01:00
Roeland Jago Douma 4db95a8b5f
Merge pull request #13254 from nextcloud/backport/13227/stable14
[stable14] Fix opening search results for comments
2019-01-03 11:37:14 +01:00
Morris Jobke 25fe43fa1a
Merge pull request #13321 from nextcloud/bugfix/noid/backport-of-issues-fixed-in-12105
[stable14] Force var to be integer
2019-01-03 10:41:51 +01:00
Roeland Jago Douma 3698a44f17
Merge pull request #13322 from nextcloud/backport/13163/stable14
[stable14] Make the footer "Get your own free account" translatable
2019-01-03 07:39:57 +01:00
Nextcloud bot 6e78ac0888
[tx-robot] updated from transifex 2019-01-03 01:12:07 +00:00
Michael Weimann 5fae1b9cda Make the footer "Get your own free account" translatable
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-01-02 11:57:03 +00:00
Maxence Lange bdf5c93c30 force var to be integer
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-01-02 09:49:03 -01:00
Nextcloud bot 0c746c0826
[tx-robot] updated from transifex 2019-01-02 01:11:48 +00:00
Nextcloud bot 591b4ec18a
[tx-robot] updated from transifex 2019-01-01 01:11:54 +00:00
Nextcloud bot 0c9fb32585
[tx-robot] updated from transifex 2018-12-31 01:12:01 +00:00
Nextcloud bot d3eb44469e
[tx-robot] updated from transifex 2018-12-30 01:13:01 +00:00
Nextcloud bot 58b744acf0
[tx-robot] updated from transifex 2018-12-29 01:12:01 +00:00
Nextcloud bot 61000a7c1d
[tx-robot] updated from transifex 2018-12-28 01:12:07 +00:00
Nextcloud bot ed43996cc1
[tx-robot] updated from transifex 2018-12-27 01:12:01 +00:00
Nextcloud bot e8fc1decf4
[tx-robot] updated from transifex 2018-12-26 01:12:16 +00:00
Nextcloud bot 99bd29414f
[tx-robot] updated from transifex 2018-12-25 01:11:54 +00:00
Daniel Calviño Sánchez e2465c6793 Fix opening search results for comments
"OC.dirname" removes everything after the last "/", so a path without
slashes is returned without changes. "result.path" does not include
leading nor trailing "/", so when the path is for a file or folder in
the base folder "OC.dirname(result.path)" returns "result.path".

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-24 13:22:06 +00:00
Daniel Calviño Sánchez 0f3a0420f7 Add acceptance tests for opening search results for comments
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-24 13:22:06 +00:00
Daniel Calviño Sánchez aeb2760d7e Add acceptance tests for searching comments
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-24 13:22:06 +00:00
Nextcloud bot c099e7cbe9
[tx-robot] updated from transifex 2018-12-24 01:12:08 +00:00
Nextcloud bot 398429c6b0
[tx-robot] updated from transifex 2018-12-23 01:12:46 +00:00
Roeland Jago Douma ce2c08da6a
Merge pull request #12617 from nextcloud/backport/10839/stable14
[stable14] adjust Calendar resource / room interfaces to use class implementation
2018-12-22 12:15:05 +01:00
Roeland Jago Douma 0bbb1fa6ba
Merge pull request #13216 from nextcloud/backport/13212/stable14
[stable14] Files list not rendering if user has favorites navigation unfolded
2018-12-22 10:35:08 +01:00
Nextcloud bot 54ee69929a
[tx-robot] updated from transifex 2018-12-22 01:12:06 +00:00
John Molakvoæ (skjnldsv) 8a8ef211c8
Use only app path to get the icon on the svg api
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-21 17:37:29 +01:00
blizzz b9628e74fc
Merge pull request #13219 from nextcloud/backport/13187/stable14
[stable14] do not forgot to store the second displayname portion
2018-12-21 16:58:17 +01:00
Arthur Schiwon f82c5b5074 do not forgot to store the second displayname portion
otherwise it causes a chain reaction of system addressbook updates

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-21 13:44:09 +00:00
Roeland Jago Douma a599dc11f9
Merge pull request #13207 from nextcloud/backport/13154/stable14
[stable14] Fix ie11 checkboxes
2018-12-21 14:22:56 +01:00
Julius Härtl faf7a1906f Replace ChildNode.before with custom before helper
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-21 13:21:52 +00:00
John Molakvoæ (skjnldsv) 4550da7016 Fix ie11 checkboxes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-21 09:19:10 +00:00
Nextcloud bot 01fa79d8d6
[tx-robot] updated from transifex 2018-12-21 01:12:05 +00:00
Roeland Jago Douma 1fc24cbcf3
Merge pull request #13180 from nextcloud/backport/13171/stable14
[stable14] Use a case insensitive search for email
2018-12-20 20:38:02 +01:00
Roeland Jago Douma 73f19a7a4c Use a case insensitive search for email
Fixes #7084
Now entering wrongly cased email (roeland@ instead of Roeland@) for
password reset etc. Will also work.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20 15:19:28 +00:00
Nextcloud bot e3d3472ff5
[tx-robot] updated from transifex 2018-12-20 01:12:03 +00:00
John Molakvoæ fa08e9639c
Merge pull request #13152 from nextcloud/backport/13133/stable14
[stable14] Prevent special characters from breaking the file drop remote url
2018-12-19 11:22:01 +01:00