Roeland Jago Douma
94d45c597c
Update the CRL
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-04 09:39:55 +00:00
Bjoern Schiessle
d715a28cf2
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:41 +00:00
Nextcloud bot
5270f3996f
[tx-robot] updated from transifex
2019-01-04 01:12:40 +00:00
blizzz
87019e0d3d
Merge pull request #13335 from nextcloud/backport/13161/stable15
...
[stable15] Rewrite getNumberOfUnreadCommentsForFolder query
2019-01-03 18:00:16 +01:00
Roeland Jago Douma
241ec0715c
Rewrite getNumberOfUnreadCommentsForFolder query
...
Before the joining and filtering removed unkown files. Resulting in
manual queries for all the files with no (unread) comments (the 99%).
Long story short. This will return a list of all the files in the parent
folder with their unread comment count (can be 0). But this makes sure
that the result is properly cached. In the dav handling.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-03 16:10:13 +00:00
Morris Jobke
eaa8e7cdf2
Merge pull request #13329 from nextcloud/backport/13225/stable15
...
[stable15] unbundle user_external to release it via appstore
2019-01-03 13:44:37 +01:00
Roeland Jago Douma
fc7f208a95
Merge pull request #13253 from nextcloud/backport/13227/stable15
...
[stable15] Fix opening search results for comments
2019-01-03 13:24:45 +01:00
Daniel Calviño Sánchez
5f3d6b5fbc
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>
2019-01-03 11:39:16 +01:00
Daniel Calviño Sánchez
43ddf715d0
Add acceptance tests for opening search results for comments
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-03 11:39:16 +01:00
Daniel Calviño Sánchez
d845f2b1e3
Add acceptance tests for searching comments
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-03 11:39:13 +01:00
Roeland Jago Douma
b5e844f523
Merge pull request #13328 from nextcloud/backport/13326/stable15
...
[stable15] Add caching headers for public previews
2019-01-03 11:32:36 +01: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
Julius Härtl
6d830a560c
Add caching headers for public previews
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-03 09:37:25 +00:00
Nextcloud bot
ec05897e4e
[tx-robot] updated from transifex
2019-01-03 01:11:58 +00:00
Morris Jobke
f81fdd4b5c
Merge pull request #13252 from nextcloud/backport/13240/stable15
...
[stable15] Add default values when parsing account data
2019-01-02 16:28:02 +01:00
Roeland Jago Douma
832fa63dec
Merge pull request #13278 from nextcloud/backport/13086/stable15
...
[stable15] Fetch lastInsertId only when id null
2019-01-02 09:15:28 +01: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
Daniel Kesselberg
92938f6f00
Access id property without getter.
...
Some implementations typehint getId to integer but default is null.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-12-27 17:01:57 +00:00
Daniel Kesselberg
97b03745b0
Fetch lastInsertId only when id null
...
When id column has no autoincrement flag query for lastInsertId fails
on postgres because no value has been generated. Call lastInsertId only
if id is null.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-12-27 17:01:57 +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
Julius Härtl
3be77ba956
Add default values when parsing account data
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-24 13:19:38 +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
Roeland Jago Douma
4da786482f
Merge pull request #13215 from nextcloud/backport/13212/stable15
...
[stable15] Files list not rendering if user has favorites navigation unfolded
2018-12-22 12:13:02 +01:00
Roeland Jago Douma
5975f40f14
Merge pull request #13209 from nextcloud/backport/13185/stable15
...
[stable15] SCSS cache buster is a combination of apps/theming/scc_vars
2018-12-22 10:36:08 +01:00
Julius Härtl
af149c68bf
Replace ChildNode.before with custom before helper
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-22 10:35:38 +01:00
Nextcloud bot
925d7733ea
[tx-robot] updated from transifex
2018-12-22 01:11:57 +00:00
blizzz
d1490a96ee
Merge pull request #13218 from nextcloud/backport/13187/stable15
...
[stable15] do not forgot to store the second displayname portion
2018-12-21 16:59:01 +01:00
Arthur Schiwon
c1e03e2a29
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:01 +00:00
Roeland Jago Douma
3538e2e25a
Merge pull request #13206 from nextcloud/backport/13154/stable15
...
[stable15] Fix ie11 checkboxes
2018-12-21 14:21:38 +01:00
Roeland Jago Douma
77a81d00cf
SCSS cache buster is a combination of apps/theming/scc_vars
...
Else on scss files we'd get <file>?v=<hash>?v=<hash2>
This is of course not valid. Now it becomes <file>?v=<hash>-<hash2>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-21 09:33:18 +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
Roeland Jago Douma
6eec2c0665
Merge pull request #13179 from nextcloud/backport/13171/stable15
...
[stable15] Use a case insensitive search for email
2018-12-20 20:37:38 +01:00
Roeland Jago Douma
7b09d11924
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:15 +00:00
Roeland Jago Douma
e17a2bdfc7
Merge pull request #13169 from nextcloud/backport/13163/stable15
...
[stable15] Make the footer "Get your own free account" translatable
2018-12-20 09:44:20 +01:00
Christoph Wurst
c2aa9263b7
Merge pull request #13155 from nextcloud/fulltextsearc-createindex
...
[15.0.1] allow content provider to generate new Index
2018-12-20 09:33:27 +01: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
Maxence Lange
663f9706f7
using the createIndex from FullTextSearchManager
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19 11:27:37 -01:00
Roeland Jago Douma
f9707abc0b
Merge pull request #13150 from nextcloud/backport/13116/stable15
...
[stable15] Only trust the X-FORWARDED-HOST header for trusted proxies
2018-12-19 12:59:20 +01:00
Maxence Lange
3c1fd5cf29
allow content provide to generate new Index
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19 09:36:38 -01:00
John Molakvoæ
fc621142bf
Merge pull request #13151 from nextcloud/backport/13133/stable15
...
[stable15] Prevent special characters from breaking the file drop remote url
2018-12-19 11:03:12 +01:00