Commit Graph

16915 Commits

Author SHA1 Message Date
Nextcloud bot e400b70e0b
[tx-robot] updated from transifex 2019-11-14 02:16:31 +00:00
Joas Schilling 733f10cc16 Always check via http and https whether htaccess is working
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12 13:19:42 +00:00
Nextcloud bot fe78fe9ba8
[tx-robot] updated from transifex 2019-11-12 02:16:29 +00:00
blizzz c3dc9b7e84
Merge pull request #17852 from nextcloud/backport/17830/stable16
[stable16] actually return the quote when getting global storage info
2019-11-08 09:32:29 +01:00
Nextcloud bot 04e6470b2f
[tx-robot] updated from transifex 2019-11-08 02:16:32 +00:00
Robin Appelman 555900a0d2 actually return the quote when getting global storage info
prevents 'undefined' index errors when 'include external storage in quota' is enabled

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-07 22:55:01 +00:00
Arthur Schiwon d0db369464 switch to Files Node API for zip generation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-07 10:04:59 +00:00
Nextcloud bot 00b838ca6c
[tx-robot] updated from transifex 2019-11-07 02:16:14 +00:00
Nextcloud bot a575ef9145
[tx-robot] updated from transifex 2019-11-05 02:16:03 +00:00
Nextcloud bot 153a764e3c
[tx-robot] updated from transifex 2019-11-04 02:15:43 +00:00
Nextcloud bot 803b54186b
[tx-robot] updated from transifex 2019-11-03 02:16:22 +00:00
Roeland Jago Douma 3ce9f0013a Fix DAV mimetype search
Fixes #15048
Catches the case where a full mimetype is sumbitted in the where like
clause. Before we didn't catch this and it was just forwarded as is
causing invalid queries.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-29 07:35:38 +00:00
Roeland Jago Douma 4dc91420cf Cleanup theming mess
* Do not do translations in the constructor. This gets called to early
so there is no user yet. Which means we can't obtain the locale. Which
means we store the wrong translation instance.

* Same for the theming app magic. Just use the parent call when needed.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-26 10:15:46 +00:00
Roeland Jago Douma 70fea997af Don't pass in the locale as the language
This messes with the translation of the date names etc.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-26 10:15:46 +00:00
Nextcloud bot b8be6ed15e
[tx-robot] updated from transifex 2019-10-23 02:15:39 +00:00
Nextcloud bot 63479ba72e
[tx-robot] updated from transifex 2019-10-21 02:16:05 +00:00
Roeland Jago Douma 140e21b6e8
Merge pull request #17580 from nextcloud/backport/17543/stable16
[stable16] Let SCSS cleanup only run once
2019-10-19 11:11:36 +02:00
blizzz 07a4b2577a
Merge pull request #17511 from nextcloud/backport/16721/stable16
[stable16] Correctly handle emtpy string in proxyuserpwd config
2019-10-17 14:33:28 +02:00
Julius Härtl 8d68e9e323 Make sure the cache is only reset once at a time
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-17 09:28:20 +00:00
Julius Härtl 4011d97a2b Use a distributed cache for the isCachedCache
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-17 09:28:19 +00:00
Nextcloud bot 91a94469c1
[tx-robot] updated from transifex 2019-10-14 02:15:22 +00:00
Nextcloud bot 8183f23f34
[tx-robot] updated from transifex 2019-10-12 02:15:23 +00:00
Arthur Schiwon 0f5cc5249c
remove odd code, align to master
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-11 16:09:04 +02:00
Scott Shambarger 3fc86e639e
Correctly handle emtpy string in proxyuserpwd config
As documented, the default value for config value proxyuserpwd is ''.
However, that value results in the error:
 "cURL error 5: Unsupported proxy syntax in '@'".
This patch handles the values of '' and null (the default in the code)
the same for config values proxyuserpwd and proxy.

Signed-off-by: Scott Shambarger <devel@shambarger.net>
2019-10-11 13:41:39 +02:00
Joas Schilling dc4c74a716
Merge pull request #17012 from nextcloud/backport/16999/stable16
[stable16] Return the proper jailed path when requesting the root path
2019-10-10 08:57:55 +02:00
Nextcloud bot 3cb1d4f579
[tx-robot] updated from transifex 2019-10-06 02:15:26 +00:00
Roeland Jago Douma 9c3bfc7166
Merge pull request #16814 from nextcloud/backport/16572/stable16
[stable16] instead of upsert query, fallback to default on PSQL <= 9.4
2019-10-05 15:31:24 +02:00
Roeland Jago Douma 50f2900b4b
Merge pull request #17282 from nextcloud/backport/17262/stable16
[stable16] dont delete cache entries if deleting an object from object store failed
2019-10-04 11:35:54 +02:00
Arthur Schiwon 0b7ad2c22b reduce adressbook change events and handling
... from four to one on avatar updates

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-01 10:19:03 +00:00
Nextcloud bot bac125e201
[tx-robot] updated from transifex 2019-09-28 02:15:06 +00:00
Robin Appelman fcd637b938 dont delete cache entries if deleting an object from object store failed
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-26 14:14:57 +00:00
Robin Appelman cbc4134f33 handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage
the target storage doesn't need additional handling for wrappers as the wrappers implementation of moveFromStorage already deals with that

Any storage based on local storage isn't affected by this as local storage already has it's own way of handling with this

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-26 13:54:57 +00:00
Nextcloud bot 39d041df55
[tx-robot] updated from transifex 2019-09-25 02:15:01 +00:00
Nextcloud bot 32bf44195b
[tx-robot] updated from transifex 2019-09-24 02:14:55 +00:00
Christoph Wurst 5931eaadec Fix l10n in federated file sharing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-19 13:28:54 +00:00
Nextcloud bot d2042c5af4
[tx-robot] updated from transifex 2019-09-19 02:15:52 +00:00
Daniel Kesselberg 512240e41f Add uid to delete temp token query
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-18 16:12:13 +00:00
Nextcloud bot 8ba431b9a6
[tx-robot] updated from transifex 2019-09-17 12:33:44 +00:00
Arthur Schiwon f42a6e0506 set a storage availability delay on auth issues to avoid lock out
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-09-09 14:51:31 +00:00
Nextcloud bot 56c7864fc7
[tx-robot] updated from transifex 2019-09-08 02:16:49 +00:00
Roeland Jago Douma 860e35501e
Merge pull request #16818 from nextcloud/backport/16811/stable16
[stable16] Correctly remove apps without any releases
2019-09-07 11:12:28 +02:00
Nextcloud bot 7d6cb4eb6b
[tx-robot] updated from transifex 2019-09-06 02:15:10 +00:00
Julius Härtl bb70d1096a Return the proper jailed path when requesting the root path
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-05 07:24:42 +00:00
Roeland Jago Douma cf2af05def
Merge pull request #16753 from kyrofa/backport_16/15416/update_autodisabled_apps
[stable16] Fix tracking of auto disabled apps in Updater
2019-09-04 19:35:03 +02:00
Nextcloud bot 6d926c8b28
[tx-robot] updated from transifex 2019-09-03 02:15:14 +00:00
Nextcloud bot 71e46474df
[tx-robot] updated from transifex 2019-08-30 02:15:20 +00:00
Roeland Jago Douma 11bb942483
Merge pull request #16837 from nextcloud/backport/16820/16
[stable16] Change access handling of projects
2019-08-28 20:34:03 +02:00
Nextcloud bot 300631a4e9
[tx-robot] updated from transifex 2019-08-28 02:15:35 +00:00
Roeland Jago Douma a33f2248e5
Merge pull request #16826 from nextcloud/backport/16808/stable16
[stable16] Undefined variable response when server is no nextcloud anymore
2019-08-22 16:14:00 +02:00
Joas Schilling 4cbeb680b0
Add a repair step to clear the projects access cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-22 15:42:08 +02:00
Joas Schilling 62a637fd42
Change the logic so projects are only shown when you can access all resources
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-22 15:39:56 +02:00
Nextcloud bot c8d2c5ed33
[tx-robot] updated from transifex 2019-08-22 02:14:42 +00:00
Joas Schilling 18b4c1e8ca Undefined variable response when server is no nextcloud anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-21 14:07:43 +00:00
Joas Schilling 313e98437d Correctly remove apps without any releases
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-20 20:30:18 +00:00
Arthur Schiwon f9fdc641f3 instead of upsert, fallback to default query on PgSQL <= 9.4
because there is no upsert yet

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-20 15:26:33 +00:00
Joas Schilling ae06f2312c Filter more configs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-20 07:02:40 +00:00
Nextcloud bot c37b4e3f75
[tx-robot] updated from transifex 2019-08-20 02:14:56 +00:00
Nextcloud bot e66f58135d
[tx-robot] updated from transifex 2019-08-19 02:15:05 +00:00
Nextcloud bot a584e2e899
[tx-robot] updated from transifex 2019-08-18 02:15:47 +00:00
Nextcloud bot 2bca7f372c
[tx-robot] updated from transifex 2019-08-17 02:15:09 +00:00
Georg Ehrke 639ff3dbda
Fix tracking of auto disabled apps in Updater
This is a backport of #16507 (fixing #15416) for stable16.

Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
2019-08-15 13:23:42 -07:00
Nextcloud bot ed0f6033af
[tx-robot] updated from transifex 2019-08-15 02:14:42 +00:00
Nextcloud bot c577bd1bdb
[tx-robot] updated from transifex 2019-08-10 02:14:56 +00:00
Nextcloud bot d7590ab90d
[tx-robot] updated from transifex 2019-08-09 02:14:22 +00:00
Roeland Jago Douma 55ad6c1fa2 Properly return an int in the getId function of the cache
fixes #16684

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-08 06:15:46 +00:00
Nextcloud bot 89ba8c6c6d
[tx-robot] updated from transifex 2019-08-08 02:14:51 +00:00
Nextcloud bot 8280bb5bf1
[tx-robot] updated from transifex 2019-08-07 02:14:45 +00:00
Nextcloud bot b8068fc11d
[tx-robot] updated from transifex 2019-08-06 02:14:45 +00:00
Nextcloud bot 2754e49925
[tx-robot] updated from transifex 2019-08-05 02:14:34 +00:00
Nextcloud bot e031965348
[tx-robot] updated from transifex 2019-08-04 02:15:29 +00:00
Nextcloud bot ad3efd6efb
[tx-robot] updated from transifex 2019-08-02 02:14:38 +00:00
Nextcloud bot 11109c6dfa
[tx-robot] updated from transifex 2019-08-01 02:15:36 +00:00
Nextcloud bot ee6f4febbd
[tx-robot] updated from transifex 2019-07-31 02:16:13 +00:00
Roeland Jago Douma 516588ff91
Merge pull request #16598 from nextcloud/backport/16502/stable16
[stable16] Check the if we can actually access the storage cache for recent files
2019-07-30 11:44:01 +02:00
Nextcloud bot 48b271a216
[tx-robot] updated from transifex 2019-07-30 02:14:53 +00:00
Julius Härtl e7920203ba Add additional check for read permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-29 15:00:12 +00:00
Julius Härtl f1f755740d Check the if we can actually access the storage cache for recent files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-29 15:00:11 +00:00
Roeland Jago Douma 5ac52d2e09
Merge pull request #16578 from nextcloud/backport/16558/stable16
[stable16] Do not log all locked exceptions
2019-07-29 10:40:23 +02:00
Nextcloud bot 6b814e5002
[tx-robot] updated from transifex 2019-07-29 02:15:08 +00:00
Nextcloud bot ff3e510b76
[tx-robot] updated from transifex 2019-07-28 02:15:33 +00:00
Roeland Jago Douma 5959245417 Do not log all locked exceptions
This can happen for valid reasons (multiple users writing at the same
time) with for example the text app. Apps should properly handle it. No
reason to log it by default.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-27 08:40:00 +00:00
Roeland Jago Douma 64fb4c7736
Merge pull request #16562 from nextcloud/backport/16555/stable16
[stable16] use a pattern to identify sensitive config keys
2019-07-27 10:38:41 +02:00
Nextcloud bot d638060520
[tx-robot] updated from transifex 2019-07-27 02:14:46 +00:00
Arthur Schiwon a9ccac2f20 treat sensitive config keys by pattern
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-07-26 13:21:22 +00:00
Nextcloud bot 00379ebffa
[tx-robot] updated from transifex 2019-07-26 02:14:49 +00:00
Roeland Jago Douma 3f5ce65879 Lock SCSS so we only run 1 job at a time
This is bit hacky but a start to lock the SCSS compiler properly
Retry during 10s then give up
Properly get error message
Do not clear locks and properly debug scss caching

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-25 13:44:06 +00:00
Nextcloud bot eeefef4843
[tx-robot] updated from transifex 2019-07-25 02:14:48 +00:00
Joas Schilling c7322c7efd PHPStorm code cleanup
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-24 09:51:23 +00:00
Joas Schilling 27a6f8020b Get the topmost parent for the parent instead of doing endless recursion
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-24 09:51:22 +00:00
Nextcloud bot 227701b6ee
[tx-robot] updated from transifex 2019-07-23 02:15:51 +00:00
Daniel Kesselberg abd714d685
Pass $configargs to openssl_pkey_export
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-22 14:37:10 +02:00
Nextcloud bot 55e70858b1
[tx-robot] updated from transifex 2019-07-22 02:16:08 +00:00
Nextcloud bot 70d3fd8a76
[tx-robot] updated from transifex 2019-07-21 02:15:18 +00:00
Nextcloud bot 69e5591229
[tx-robot] updated from transifex 2019-07-20 02:14:40 +00:00
Nextcloud bot 291103a495
[tx-robot] updated from transifex 2019-07-19 02:15:04 +00:00
Marcel Klehr 21822512dc Fix File#putContents(string) on ObjectStorage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2019-07-17 20:39:24 +00:00
Roeland Jago Douma 8e6ac9d678 Do not keep searching for recent
If userA has a lot of recent files. But only shares 1 file with userB
(that has no files at all). We could keep searching until we run out of
recent files for userA.

Now assume the inactive userB has 20 incomming shares like that from
different users. getRecent then basically keeps consuming huge amounts
of resources and with each iteration the load on the DB increases
(because of the offset).

This makes sure we do not get more than 3 times the limit we search for
or more than 5 queries.

This means we might miss some recent entries but we should fix that
separatly. This is just to make sure the load on the DB stays sane.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-17 05:47:57 +00:00
Morris Jobke f7a6f4527e Log RuntimeException in CleanupCardDAVPhotoCache
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-16 06:06:01 +00:00
Daniel Kesselberg c208ea49d4 Add catch for RuntimeException
getDirectoryListing can throw a NotFoundException or a RuntimeException.
The repair step should be skipped if the cache directory is missing so
a catch for both exceptions is required.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-16 06:06:01 +00:00
Maxence Lange 89f3df067f addsubtag should push to array
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-15 06:45:58 +00:00
Nextcloud bot 96875d4a20
[tx-robot] updated from transifex 2019-07-12 02:15:09 +00:00
Roeland Jago Douma b62b835f6c Use HTTP1.1 to read S3 objects
Some of the READs otherwise use HTTP/1.0 which is not always supported
by all backends. HTTP/1.1 is there since 1999 way longer than S3 so safe
to assume it is always there IMO.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-10 13:20:38 +00:00
Morris Jobke ecf60b59ef
Merge pull request #16254 from nextcloud/backport/16208/stable16
[stable16] Always set the display name for user shares
2019-07-09 14:44:01 +02:00
Roeland Jago Douma 7224caaf93
Merge pull request #16297 from nextcloud/backport/16288/stable16
[stable16] Try to delete the cypress folder of the viewer app
2019-07-09 08:52:06 +02:00
Nextcloud bot 533fc0f454
[tx-robot] updated from transifex 2019-07-09 02:13:56 +00:00
Morris Jobke ac3cc7829f Try to delete the cypress folder of the viewer app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-08 17:19:34 +00:00
Nextcloud bot 7524f18305
[tx-robot] updated from transifex 2019-07-07 02:14:21 +00:00
Julius Härtl 662fd359f5 Always set the display name for user shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-05 12:53:45 +00:00
Nextcloud bot 047fda6a81
[tx-robot] updated from transifex 2019-07-05 02:14:17 +00:00
Nextcloud bot a77a9b3c83
[tx-robot] updated from transifex 2019-07-04 02:13:56 +00:00
Joas Schilling 03005dea43 Unify the permission checking in one place only
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Joas Schilling 16d1354239 Better check reshare permissions when creating a share
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Joas Schilling e19240b60b Allow apps to overwrite the maximum length when reading from database
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-01 14:39:54 +00:00
Robin Appelman 555b62a619 verify that paths are valid for recursive local move
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-27 14:37:35 +00:00
Joas Schilling 193e8a750e Allow apps to store longer messages in the comments API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27 08:05:02 +00:00
Roeland Jago Douma 33663ff04e
Merge pull request #16082 from nextcloud/backport/15832/stable16
[stable16] Fix full text search for groupfolders
2019-06-26 15:49:12 +02:00
Joas Schilling 1066e4a952 Fall back to black for non-color values
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-26 08:18:17 +00:00
Nextcloud bot 4ea822c71e
[tx-robot] updated from transifex 2019-06-26 02:14:06 +00:00
Morris Jobke 8c1ce34a03 Fix full text search for groupfolders
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-06-25 19:45:27 +00:00
Robin Appelman 42930f6fab
handle storage exceptions when trying to set mtime
not all storage backends can handle setting the mtime and they might
not always handle that error correctly.

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-25 15:57:59 +02:00
Roeland Jago Douma ab13fe80e4
Revert "[stable16] Fix userid casting in notifications"
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-25 12:39:40 +02:00
Joas Schilling 92f11a646b Prevent faulty logs from nested setupFS calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-21 10:01:28 +00:00
Nextcloud bot 067627b678
[tx-robot] updated from transifex 2019-06-18 02:14:04 +00:00
Nextcloud bot 7a70c37549
[tx-robot] updated from transifex 2019-06-17 02:14:06 +00:00
Nextcloud bot 36d48fa2bd
[tx-robot] updated from transifex 2019-06-16 02:14:16 +00:00
Nextcloud bot 1d4e394cf5
[tx-robot] updated from transifex 2019-06-14 02:14:35 +00:00
John Molakvoæ (skjnldsv) 9346718cc2 Fix userid casting in notifications
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-11 16:31:25 +00:00
Christoph Wurst 376e570b15 Fix missing login hook wih Apache/SAML
Without this patch the hook does not transport the information whether the login is
done with an app password or not. The suspicious login app requires the parameter
to function correctly, hence adding it will make suspicious login detection also possible
with SAML users.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-11 07:42:25 +00:00
Robin Appelman 4488293d62 search files by id in shared storages last
this prevents unneeded recursion when the file is not in the share

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-29 19:57:31 +00:00
Roeland Jago Douma 538a710d1c
Merge pull request #15772 from nextcloud/backport/15766/stable16
[stable16] Check for free space on touch
2019-05-29 20:48:51 +02:00
Nextcloud bot d467e9129b
[tx-robot] updated from transifex 2019-05-29 02:13:52 +00:00
Julius Härtl 7764979281 Check for free space on touch
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-28 13:04:49 +00:00
Nextcloud bot 153d9ba9d6
[tx-robot] updated from transifex 2019-05-28 02:13:49 +00:00
Daniel Kesselberg 90ca099341 Don't notify admins if no potentially over exposing links found
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-27 09:52:20 +00:00
Nextcloud bot 1583b2af91
[tx-robot] updated from transifex 2019-05-27 02:13:48 +00:00
Nextcloud bot b32587697e
[tx-robot] updated from transifex 2019-05-26 02:14:22 +00:00
Roeland Jago Douma 38bbfe7e22
Merge pull request #15724 from nextcloud/backport/15714/stable16
[stable16] Check the actual status code for 204 and 304
2019-05-25 10:19:38 +02:00
Nextcloud bot 932efb0d6f
[tx-robot] updated from transifex 2019-05-25 02:13:57 +00:00
Roeland Jago Douma 2e567918c1 Check the actual status code for 204 and 304
The header is the full http header like: HTTP/1.1 304 Not Modified
So comparing this to an int always yields false
This also makes the 304 RFC compliant as the resulting content length
should otherwise be the length of the message and not 0.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-24 17:51:52 +00:00
Nextcloud bot 7eb28b0cc0
[tx-robot] updated from transifex 2019-05-24 02:13:47 +00:00
Nextcloud bot 7ad5f7b60b
[tx-robot] updated from transifex 2019-05-23 02:13:52 +00:00
Morris Jobke e643a3e8fb Allow redis cluster to use password
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-22 11:48:04 +00:00
Morris Jobke ce3da21b65 Fix l10n for SettingsManager by injecting the l10n factory
Fixes #10832

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-21 22:51:26 +00:00
Julius Härtl 9ed21f521b Only show sharing section if it has content
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-21 08:33:55 +00:00
Nextcloud bot 5b602723b1
[tx-robot] updated from transifex 2019-05-21 02:13:35 +00:00
Nextcloud bot 4b8cce0b5f
[tx-robot] updated from transifex 2019-05-20 02:13:21 +00:00
Morris Jobke 0e8829b8df
Show supported apps in app management
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-17 12:21:11 +02:00
Nextcloud bot 70610a2fbe
[tx-robot] updated from transifex 2019-05-15 13:11:46 +00:00
Morris Jobke 0751c1f5f8 Add interfaces to interact with subscription from support app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-13 11:34:59 +00:00
Morris Jobke 3ab884a479 Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-08 17:37:19 +00:00