Commit Graph

21055 Commits

Author SHA1 Message Date
Robin Appelman 594873da07
test custom properties backend against real database
test behaviour not implementation

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-19 15:53:24 +01:00
Robin Appelman a5164eef35
merge the two almost identical custom property backends
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-19 15:53:13 +01:00
Nextcloud bot 29cdc814d8
[tx-robot] updated from transifex 2020-03-19 02:20:22 +00:00
GretaD e1049ad220
Fix default action for deleted shares
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-18 13:00:14 +01:00
Nextcloud bot 6e2b7d5167
[tx-robot] updated from transifex 2020-03-18 02:21:26 +00:00
Georg Ehrke 9e325d64b8 Default value of lookupServerEnabled should be the same everywhere
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-17 14:09:13 +00:00
Nextcloud bot 92666384a4
[tx-robot] updated from transifex 2020-03-17 02:19:01 +00:00
Nextcloud bot 2e76106857
[tx-robot] updated from transifex 2020-03-16 02:21:29 +00:00
Nextcloud bot cbe100c282
[tx-robot] updated from transifex 2020-03-15 02:19:34 +00:00
Nextcloud bot a1c267844f
[tx-robot] updated from transifex 2020-03-14 02:18:22 +00:00
Roeland Jago Douma 1114737274
Merge pull request #19885 from nextcloud/backport/19704/stable17
[stable17] Fix hostname in Apple configuration profile
2020-03-12 10:27:31 +01:00
Nextcloud bot 9b441db0fc
[tx-robot] updated from transifex 2020-03-12 02:19:22 +00:00
Nils Wittenbrink 265070d0d5 Fix test
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
2020-03-11 08:32:02 +00:00
Nils Wittenbrink 80e422d7b4 Fix hostname given in Apple config file
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
2020-03-11 08:32:01 +00:00
Nextcloud bot a8cef5d00b
[tx-robot] updated from transifex 2020-03-11 02:19:24 +00:00
Nextcloud bot 8e07fa7f4a
[tx-robot] updated from transifex 2020-03-10 02:18:30 +00:00
Nextcloud bot c9566c3223
[tx-robot] updated from transifex 2020-03-09 02:18:27 +00:00
Nextcloud bot d0f3e38e51
[tx-robot] updated from transifex 2020-03-08 02:18:45 +00:00
Nextcloud bot 32eacb386c
[tx-robot] updated from transifex 2020-03-07 02:18:15 +00:00
Nextcloud bot 68f205af5d
[tx-robot] updated from transifex 2020-03-06 02:18:41 +00:00
Roeland Jago Douma 50ea452682
Merge pull request #19785 from nextcloud/backport/19392/stable17
[stable17] Introduce a default refresh rate app setting for calendar subscriptions
2020-03-05 15:36:58 +01:00
Christoph Wurst 369e05889c
Merge pull request #19703 from nextcloud/feature/revive-send-welcome-email-toggle-stable17
[stable17] Revive the "send email to new users" toggle for the user form
2020-03-05 15:32:34 +01:00
Christoph Wurst 93a8b06090
Revive the "send email to new users" toggle for the user form
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-05 21:22:22 +08:00
Julius Härtl f911a9fbef
Allow inline styles for theming images
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-05 10:01:12 +01:00
Thomas Citharel 4319e654bb Introduce a default refresh rate app setting for calendar subscriptions
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-03-05 08:20:14 +00:00
Roeland Jago Douma 09eedc3785
Merge pull request #19588 from nextcloud/backport/19398/stable17
[stable17] Move RefreshWebcalJob logic to a proper service so that it may be called independently
2020-03-05 08:57:43 +01:00
Nextcloud bot e01c9b8f8e
[tx-robot] updated from transifex 2020-03-05 02:18:38 +00:00
Nextcloud bot 4abc304f7e
[tx-robot] updated from transifex 2020-03-04 02:18:09 +00:00
Roeland Jago Douma 11e8ffce88
Merge pull request #19640 from nextcloud/backport/19252/stable17
[stable17] Hash event UID to make sure it's not too long for PushProvider notifications
2020-03-03 16:19:36 +01:00
Nextcloud bot 80c4a82193
[tx-robot] updated from transifex 2020-03-03 02:18:39 +00:00
Nextcloud bot 9bde542224
[tx-robot] updated from transifex 2020-03-02 02:18:10 +00:00
Nextcloud bot 0fec98e523
[tx-robot] updated from transifex 2020-02-29 02:18:48 +00:00
blizzz 6cf2507795
Merge pull request #18884 from nextcloud/backport/17717/stable17
[stable17] relax strict getHome behaviour for LDAP users in a shadow state
2020-02-28 22:47:20 +01:00
Arthur Schiwon 2056758d87
relax strict getHome behaviour for LDAP users in a shadow state
* simplifies deletion process
* less strange behaviour when looking up home storage (as long as it is local)
* thus could enable transfer ownerships after user went invisible on ldap

backport of #17717

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

decouple userExists from userExistsOnLDAP check

allows to mark users as offline right away, avoids a gap of being not a
user and causing weird side effects

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

adjust tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

remove superfluous tests

- user_ldap is not exposed to public api, it is always behind ldap_proxy
- this is too much for a unit test
- integration tests cover userExists implicitly

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

ensure that only valid group members are returned

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-28 18:04:50 +01:00
Nextcloud bot dd7628bebe
[tx-robot] updated from transifex 2020-02-28 02:18:55 +00:00
Nextcloud bot 2ecedeabe4
[tx-robot] updated from transifex 2020-02-27 02:18:55 +00:00
Nextcloud bot 235cce76fc
[tx-robot] updated from transifex 2020-02-26 02:18:40 +00:00
blizzz 56e23e0a36
Merge pull request #19625 from nextcloud/backport/19549/stable17
[stable17] remove noise from detectUuid and cache results
2020-02-25 23:20:29 +01:00
Thomas Citharel 5d8ed5c144 Hash event UID to make sure it's not too long for PushProvider
notifications

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-02-25 16:06:32 +00:00
Joas Schilling bc98a796de Correctly trim long cyrillic note
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25 13:51:21 +00:00
Joas Schilling 5f5cf27263 Fix hover state color of drag-n-drop with theming and dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25 07:44:57 +00:00
Nextcloud bot 3aeea9d2b5
[tx-robot] updated from transifex 2020-02-25 02:19:44 +00:00
Arthur Schiwon 78681a78cd remove noise from detectUuid and cache results
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-24 19:05:58 +00:00
Nextcloud bot 97debaefb4
[tx-robot] updated from transifex 2020-02-24 02:19:36 +00:00
Nextcloud bot 8e7feb8504
[tx-robot] updated from transifex 2020-02-23 02:19:48 +00:00
Thomas Citharel 44d4647ed9
Move RefreshWebcalJob logic to a proper service so that it may be called
independently

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-02-22 19:27:11 +01:00
Nextcloud bot 62023ead0c
[tx-robot] updated from transifex 2020-02-22 02:19:02 +00:00
Nextcloud bot 6636a6babc
[tx-robot] updated from transifex 2020-02-21 02:19:29 +00:00
Nextcloud bot c0d8373a7d
[tx-robot] updated from transifex 2020-02-20 02:19:00 +00:00
Nextcloud bot 78dc3f3d0a
[tx-robot] updated from transifex 2020-02-19 02:18:31 +00:00