Björn Schießle
|
621f920d68
|
Merge pull request #3567 from nextcloud/autocomplete-settings
some sharing settings
|
2017-02-22 16:30:21 +01:00 |
Bjoern Schiessle
|
fe46c6f743
|
use (int) instead of intval for performance reasons
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
|
2017-02-22 15:14:36 +01:00 |
Lukas Reschke
|
a2e16fd5ba
|
Merge pull request #3418 from nextcloud/add-groups-to-userinfo
add groups to user info output
|
2017-02-22 12:26:47 +01:00 |
John Molakvoæ
|
182bfd9f23
|
Merge pull request #3570 from nextcloud/fix-share-loading
Fix position of share autocomplete loading icon
|
2017-02-22 10:20:56 +01:00 |
Lukas Reschke
|
db80fbd1cb
|
Merge pull request #3413 from nextcloud/theming-appdata
Move theming images to AppData
|
2017-02-22 10:16:33 +01:00 |
Nextcloud bot
|
a08dfd9951
|
[tx-robot] updated from transifex
|
2017-02-22 01:12:24 +00:00 |
Morris Jobke
|
f0b588621c
|
Fix position of share autocomplete loading icon
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2017-02-21 17:39:32 -06:00 |
Morris Jobke
|
02ea84f50f
|
properly include class
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2017-02-21 17:24:40 -06:00 |
Morris Jobke
|
8e3d0fecd2
|
Use intval() for validation of config options
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2017-02-21 17:22:06 -06:00 |
John Molakvoæ
|
2836b54236
|
Merge pull request #3557 from marncz/master
Fixed path in other folders search
|
2017-02-21 20:20:17 +01:00 |
Bjoern Schiessle
|
869ea38ffe
|
allow to configure a min-length of search strings for auto-compeltion and a max number for of results returned
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
|
2017-02-21 18:31:20 +01:00 |
Nextcloud bot
|
d754227b4c
|
[tx-robot] updated from transifex
|
2017-02-21 01:08:46 +00:00 |
Marcin
|
20ad3f33d0
|
Fixed path in other folders search
Signed-off-by: Marcin Czarnecki <marcin.czarnecki@protonmail.com>
|
2017-02-21 00:38:46 +00:00 |
Lukas Reschke
|
a4266f59ae
|
Merge pull request #3521 from nextcloud/ldap-fix-uuid-attr-detection
Fix Borken UUID Attribute Detection
|
2017-02-20 21:34:55 +01:00 |
Arthur Schiwon
|
866b218f37
|
Fix misleading wording: searching is affected, not user access.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2017-02-20 19:26:16 +01:00 |
Julius Haertl
|
e5ddb40a3e
|
Add test for creating AppData folder
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
2017-02-20 15:48:22 +01:00 |
Lukas Reschke
|
d3f774d035
|
Merge pull request #3505 from robert-scheck/autoindex
Only request "IndexIgnore" if mod_autoindex is loaded
|
2017-02-20 14:25:09 +01:00 |
Robert Scheck
|
25a2cb8c6e
|
Only request "IndexIgnore" if mod_autoindex is loaded
Signed-off-by: Robert Scheck <robert@fedoraproject.org>
|
2017-02-20 13:09:15 +01:00 |
Nextcloud bot
|
51f06bb1f8
|
[tx-robot] updated from transifex
|
2017-02-19 01:07:37 +00:00 |
Arthur Schiwon
|
ce97ab92c6
|
add tests to DB group
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2017-02-17 20:12:30 +01:00 |
Arthur Schiwon
|
42ddb12fd9
|
Background jobs can take 4k of characters only. We find a good batch size.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2017-02-17 20:06:25 +01:00 |
Arthur Schiwon
|
497ee3e3e6
|
Add repair steps
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2017-02-17 18:45:33 +01:00 |
Arthur Schiwon
|
45615cc940
|
add integration test for uuid attr detection
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2017-02-17 12:05:51 +01:00 |
Nextcloud bot
|
c1bb89d65b
|
[tx-robot] updated from transifex
|
2017-02-17 01:07:58 +00:00 |
Arthur Schiwon
|
f87812fdd6
|
Fix determining the UUID attribute, default of the override is null
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2017-02-17 02:06:10 +01:00 |
Arthur Schiwon
|
b740a21399
|
Fix integration test by not relying on Fake instances
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2017-02-17 02:04:42 +01:00 |
Julius Haertl
|
3f0134622d
|
Use createMock
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
2017-02-16 15:13:39 +01:00 |
Julius Haertl
|
b2cbe3530d
|
Use ::class in tests and correct import
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
2017-02-16 15:13:39 +01:00 |
Julius Haertl
|
88a0ef7d4a
|
Add tests for theming migration step
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
2017-02-16 15:13:38 +01:00 |
Julius Haertl
|
345d1f1291
|
Adapt ThemingController tests
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
2017-02-16 15:13:38 +01:00 |
Julius Haertl
|
60d77ceccb
|
Add repair step to move existing theming images
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
2017-02-16 15:13:38 +01:00 |
Julius Haertl
|
6a9d5d60dc
|
Move theming images to AppData
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
2017-02-16 15:13:38 +01:00 |
Nextcloud bot
|
47c6a8019f
|
[tx-robot] updated from transifex
|
2017-02-16 01:07:44 +00:00 |
Roeland Jago Douma
|
b1c4b445da
|
Merge pull request #3449 from nextcloud/notify-subfolder-self-test
Make the notify self test for subfolders more reliable
|
2017-02-15 20:33:05 +01:00 |
Roeland Jago Douma
|
2d8b7b875b
|
Merge pull request #2704 from nextcloud/2fa-fix-backup-codes-print
print the backup codes tab and not the current one
|
2017-02-15 20:18:48 +01:00 |
Morris Jobke
|
52ef851da3
|
Merge pull request #3421 from espro/freeipa-uuid-fix
Update uuidAttributes list to include FreeIPA's ipauniqueid
|
2017-02-15 08:07:58 -06:00 |
blizzz
|
cd49eb36e8
|
Merge pull request #3485 from nextcloud/Popovermenu-files-css-fix
Popovermenu files css fix
|
2017-02-15 12:33:08 +01:00 |
blizzz
|
44186cab85
|
Merge pull request #3473 from nextcloud/fix-addressbook-deletion
Address book data lost when any user receiving a share is deleted
|
2017-02-15 11:34:03 +01:00 |
blizzz
|
813802238b
|
Merge pull request #3487 from nextcloud/fix-files-header-name
Fix app name of files app
|
2017-02-15 11:30:30 +01:00 |
Nextcloud bot
|
41276f720b
|
[tx-robot] updated from transifex
|
2017-02-15 01:07:29 +00:00 |
Morris Jobke
|
b5b541d084
|
Merge pull request #3477 from nextcloud/fix-cloud-id-manager-injection
Fix DI of the cloud id manager into apps
|
2017-02-14 17:42:53 -06:00 |
Morris Jobke
|
b954c2f186
|
Fix app name of files app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2017-02-14 17:36:23 -06:00 |
John Molakvoæ (skjnldsv)
|
31d56155d4
|
Css fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2017-02-15 00:09:32 +01:00 |
John Molakvoæ (skjnldsv)
|
7e9411b929
|
this is public
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2017-02-14 16:56:56 +01:00 |
Morris Jobke
|
c5dffc465c
|
Merge pull request #3472 from nextcloud/enable-avatars-always
Always enable avatars
|
2017-02-14 09:22:02 -06:00 |
Joas Schilling
|
0be2921966
|
Fix DI of the cloud id manager into apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2017-02-14 12:47:46 +01:00 |
John Molakvoæ (skjnldsv)
|
57122e8d89
|
Test fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2017-02-14 10:47:07 +01:00 |
John Molakvoæ (skjnldsv)
|
36b8558ff6
|
tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2017-02-14 09:33:04 +01:00 |
John Molakvoæ (skjnldsv)
|
b8fcd3ce27
|
getUsersOwnAddressBooks
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2017-02-14 09:21:33 +01:00 |
Nextcloud bot
|
7113af3f91
|
[tx-robot] updated from transifex
|
2017-02-14 01:07:20 +00:00 |