Nextcloud bot
0e54f59b24
[tx-robot] updated from transifex
2019-07-26 02:14:42 +00:00
Morris Jobke
e51c269dbe
Merge pull request #16532 from nextcloud/bugfix/14776/maxcontrast-fix
...
Fix max contrast retrieval to limit minimum color for relative time
2019-07-25 17:07:22 +02:00
Roeland Jago Douma
c504ed66b7
Merge pull request #16503 from nextcloud/bugfix/5504/create_new_birthday_calendars_with_VEVENT_only
...
allow to provide supported calendar component set internally as a string
2019-07-25 13:36:01 +02:00
Morris Jobke
003e23520d
Trigger fallback code to get max contrast value and use integer there
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-25 09:45:09 +02:00
Nextcloud bot
569cf31cd6
[tx-robot] updated from transifex
2019-07-25 02:14:40 +00:00
Morris Jobke
5e02d71588
Fix max contrast retrieval to limit minimum color for relative time
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-24 21:48:52 +02:00
blizzz
7e8dfd404e
Merge pull request #15637 from nextcloud/bugfix/15567/ignore-hidden-share
...
Allow hidden smb shares
2019-07-24 12:43:29 +02:00
Roeland Jago Douma
59d8c92b64
Merge pull request #16493 from nextcloud/enh/remove-curly-braces
...
The array and string offset access syntax using curly braces is depre…
2019-07-24 09:35:20 +02:00
Nextcloud bot
3a3bcf43ca
[tx-robot] updated from transifex
2019-07-24 02:15:37 +00:00
Roeland Jago Douma
41f97411ac
Merge pull request #16505 from nextcloud/enh/nitpicks-14954
...
Dont assign $options to $options and cleanup doc
2019-07-23 19:57:10 +02:00
Nextcloud bot
9a61d5fb72
[tx-robot] updated from transifex
2019-07-23 02:15:28 +00:00
Daniel Kesselberg
77c09252d5
Dont assign $options to $options and cleanup doc
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-22 18:48:47 +02:00
Georg Ehrke
dce1787b9a
allow to provide supported calendar component set internally as a string
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-07-22 16:58:54 +02:00
Daniel Kesselberg
b1bd3f1fe5
Fix wrong indentation
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-22 13:00:03 +02:00
John Molakvoæ
b6376b7bd6
Fix 1px jump when selecting multi table entries ( #16475 )
...
Fix 1px jump when selecting multi table entries
2019-07-22 12:29:00 +02:00
Nextcloud bot
a024dcfc81
[tx-robot] updated from transifex
2019-07-22 02:15:59 +00:00
Daniel Kesselberg
98c269be53
Fix invalid recursion
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-21 22:55:26 +02:00
Daniel Kesselberg
1b0f30b1ab
The array and string offset access syntax using curly braces is deprecated.
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-21 21:19:15 +02:00
Nextcloud bot
9249a810fb
[tx-robot] updated from transifex
2019-07-21 02:15:10 +00:00
Michael Weimann
68049f1eae
Fix 1px jump when selecting multi table entries
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-07-20 11:28:52 +02:00
Nextcloud bot
602a48c411
[tx-robot] updated from transifex
2019-07-20 02:14:33 +00:00
Morris Jobke
a085a88205
Merge pull request #14954 from tacruc/searchPatterns
...
Allow to search for real pattern in contacts
2019-07-19 18:03:37 +02:00
Morris Jobke
c00d6f4eac
Merge pull request #14540 from army1349/master
...
LDAP Password Modify Extended Operation support
2019-07-19 17:29:24 +02:00
Nextcloud bot
d35f4a7645
[tx-robot] updated from transifex
2019-07-19 02:14:56 +00:00
Morris Jobke
94d9ebd61c
Merge pull request #16366 from nextcloud/bugfix/noid/filelist-overlap
...
Fix filelist overlap with header ref #16076
2019-07-18 20:55:01 +02:00
Roeland Jago Douma
3011449f17
Merge pull request #16455 from nextcloud/enh/noid/ldap-update-user-cmd
...
adds an --update flag to check-user for manual sync of the ldap record
2019-07-18 19:18:03 +02:00
Morris Jobke
b291d9b5e1
Merge pull request #10842 from nextcloud/bugfix/9339/initial_collection_sync_caldav_carddav
...
LIMIT is no column but a SQL keyword, allow limit on initial sync
2019-07-18 19:00:56 +02:00
Greta Doci
e1da99af4c
Fix filelist overlap with header ref #16076
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-07-18 15:34:39 +02:00
Arthur Schiwon
40c9a743fa
adds an --update flag to check-user for manual sync of the ldap record
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-07-18 14:30:43 +02:00
Georg Ehrke
9f6dd51912
LIMIT is no column but a SQL feature, allow limit on initial sync
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-07-18 12:42:11 +02:00
Joas Schilling
30051e786b
Make the RetryJob work on the userId only
...
To ensure there is only 1 background job per user
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18 11:24:35 +02:00
Joas Schilling
e1e1d4df62
Yay for null coalescing operator
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18 11:24:35 +02:00
Joas Schilling
006151604b
Use public interfaces
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18 11:24:35 +02:00
Joas Schilling
9927909a0d
Always use a background job for the update
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18 11:24:35 +02:00
Joas Schilling
3a4f6302ca
Also send a delete like on the syncronous action
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18 11:24:35 +02:00
Joas Schilling
3930b91511
Use an application class
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18 11:24:35 +02:00
Nextcloud bot
3d0e0f2353
[tx-robot] updated from transifex
2019-07-18 02:14:53 +00:00
Morris Jobke
5b604eaeab
Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notifications
...
Notifications overhaul
2019-07-17 20:22:03 +02:00
Nextcloud bot
63276cd0ea
[tx-robot] updated from transifex
2019-07-17 02:15:32 +00:00
Joas Schilling
f8592e5e79
Only prevent disabling encrytion via the API
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-16 14:24:47 +02:00
Joas Schilling
565838da9c
Update unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-16 13:32:44 +02:00
Morris Jobke
86a399d82b
Merge pull request #16417 from nextcloud/design/backupcodes-notification
...
Backupcodes notification design details
2019-07-16 13:20:56 +02:00
Jan-Christoph Borchardt
51517d3a36
Add icon to twofactor_backupcodes notification
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-07-16 12:35:20 +02:00
Joas Schilling
55f5bc79a1
Keep the old method as a fallback and adjust the tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-16 11:36:32 +02:00
Jan-Christoph Borchardt
d94d42f089
Fix wording of backupcodes notification
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-07-16 10:23:12 +02:00
Roeland Jago Douma
84a1712d99
Merge pull request #16387 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.11.5
...
Bump nextcloud-vue from 0.11.4 to 0.11.5
2019-07-16 08:59:21 +02:00
Nextcloud bot
8b31dbc5a4
[tx-robot] updated from transifex
2019-07-16 02:14:48 +00:00
Daniel Kesselberg
1ae68047ea
Allow hidden smb shares
...
A hidden smb share ends with $. This patch changes the placeholder
detection to allow shares with $ at the end.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-16 00:02:01 +02:00
Morris Jobke
cd3f5e48de
Merge pull request #16151 from jameslao/master
...
Update operationprogressbar.js
2019-07-15 22:09:25 +02:00
dependabot-preview[bot]
86fcf1db54
Bump nextcloud-vue from 0.11.4 to 0.11.5
...
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue ) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.11.4...v0.11.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-15 18:34:35 +00:00