Bernhard Posselt
37acd1965b
dont load scripts in other apps
2015-07-06 10:51:52 +02:00
Lukas Reschke
a2f6c24914
Bump version to 0.3.1.0
2015-06-29 14:23:57 +02:00
Thomas Müller
bd5b072a36
Set ownCloud min version to 8.1
2015-05-08 13:11:42 +02:00
Vincent Petry
34f66a65c3
Register maintenance mode plugin
...
Prevents remote.php to be used in maintenance mode
2015-04-08 13:17:46 +02:00
Vincent Petry
5110fc2752
Fix exception logged plugin constructor
2015-03-17 12:53:31 +01:00
Vincent Petry
0b5fb1bfc7
Fix to make it compatible with Sabre 2.1
...
Also fixed unit tests so they run but some still fail
- Added IUserSession mock
- Replaced OCP::getUser() with IUserSession usage to make the mock work
- Added base class for test cases
2015-03-17 12:53:05 +01:00
Joas Schilling
08e189ef4c
Contacts is not shipped anymore
2015-01-27 12:51:51 +01:00
Thomas Müller
1e9a7c161e
Merge pull request #749 from owncloud/use-di
...
Use DI for principal backend
2015-01-05 20:08:57 +01:00
Lukas Reschke
a4e03516d6
Use DI for principal backend
...
Required for owncloud/core#12960
2014-12-19 16:54:14 +01:00
Jörn Friedrich Dreyer
43bdefc1c0
search changes require oc 8
2014-12-19 11:25:33 +01:00
Jörn Friedrich Dreyer
aed04416cb
make search results app specific
2014-12-02 17:42:54 +01:00
Morris Jobke
550b8f125c
migrate OC::session to OC::server->getSession
2014-11-26 09:29:05 +01:00
Lukas Reschke
bb7cf6d4fb
Remove OC_Migrate provider
...
See https://github.com/owncloud/core/pull/12380
2014-11-24 11:07:58 +01:00
Lukas Reschke
d5a26d7abb
Merge pull request #563 from owncloud/app-group-enable-remote
...
fix caldav when the calendar app is only enabled for specific groups
2014-11-18 10:16:59 +01:00
Robin Appelman
abac66f81c
fix caldav when the calendar app is only enabled for specific groups
2014-11-07 16:14:19 +01:00
Bernhard Reiter
51d6783240
Fix and re-activate Contact sharing backend.
...
While not needed for actual contacts sharing (which is solely done via
the Addressbook sharing backend), we need its isValidSource() function
in core's \OC\Tags::getIdsForTag() (which implements \OCP\ITags::getIdsForTag()).
It is required there to test if the items that are tagged with a given
tag are actually allowed to be accessed by the user, i.e. owned by the
user or someone who is sharing it with the user.
2014-10-11 01:47:49 +02:00
Jörn Friedrich Dreyer
ea7f1545a7
Merge pull request #300 from owncloud/update_search_classes
...
Update search classes
2014-10-01 17:45:32 +02:00
Bernhard Reiter
3ea21af31e
Merge pull request #659 from owncloud/adddocumentation
...
add documentation link
2014-09-30 14:01:15 +02:00
Volkan Gezer
f5f2c5245c
add documentation link
2014-09-22 15:29:56 +02:00
LEDfan
c182ef51dc
Remove old properties from deleted contacts, which were already deleted but readded
2014-09-13 11:37:46 +02:00
Andrew Brown
670848b860
Update search classes to with the new search system
...
Add a Contact search result type to distinguish these results within a search view.
reformat code
2014-09-01 17:00:23 +02:00
Georg Ehrke
db1595250f
increment version number
2014-07-07 17:29:16 +02:00
Georg Ehrke
5f5865a56b
add ocsid
2014-07-07 17:28:59 +02:00
LEDfan
8d5c4456da
Remove localusers from contacts app
2014-06-19 15:17:22 +02:00
Thomas Müller
ea6629df63
update SabreDAV to 1.8.10
2014-05-26 22:09:12 +02:00
Tobia De Koninck
9da7357bb5
Revert change to app.php so the searchProvider from the addressbook is loaded
2014-05-15 19:30:28 +02:00
babelouest
b2d26811e3
fixed scrutinizer issues
2014-05-09 15:18:44 -04:00
babelouest
de4bb76c53
after a painful rebase
2014-05-09 14:30:14 -04:00
babelouest
5e95953799
rebase
2014-05-09 13:54:45 -04:00
Thomas Tanghus
a457684f41
Updates to localusers backend. cc @LEDfan
2014-04-24 15:30:59 +02:00
Tobia De Koninck
c03ad310cb
fix issues
2014-04-23 08:42:17 +02:00
LEDfan
11eef60a55
Implement getSearchProvidder
2014-04-18 12:47:44 +02:00
LEDfan
90a090af98
Add index properties to provide a solid search function
2014-04-05 18:56:21 +02:00
LEDfan
e70814997f
Add search() function
2014-04-03 18:36:11 +02:00
LEDfan
e95ca5124b
Remove uneeded table for address books
2014-04-02 18:54:15 +02:00
LEDfan
0856f4ccc8
WIP almost done
2014-04-02 18:54:14 +02:00
LEDfan
c148f09386
WIP Implenting getContacts
2014-04-02 18:54:14 +02:00
Thomas Tanghus
9d672249da
Add route for getting AddressBook metadata. Refs. #412
2014-04-01 02:11:29 +02:00
Thomas Tanghus
a1c8fe7f1e
Merge pull request #444 from owncloud/import_multi_format2
...
Import from multiple formats
2014-03-23 14:18:48 +01:00
Thomas Tanghus
ce9a2797a9
Use \OC::->close(); instead of session_write_close();
2014-03-21 15:19:31 +01:00
Thomas Tanghus
05acb6e87a
Mostly done refactoring Photo controller
2014-03-20 01:55:57 +01:00
Thomas Tanghus
300834d861
Add missing backslash to injected class
2014-03-18 00:56:57 +01:00
babelouest
919f540d01
Import from multiple formats
2014-03-11 16:43:32 +01:00
Thomas Tanghus
f6bfea77e7
Scrutinizer cleanup
2014-03-08 16:22:51 +01:00
Thomas Tanghus
4bbbe3d95a
Revert "fix ldap a bit" @babelouest
...
This reverts commit 5cb99a657e
.
2014-03-03 01:16:02 +01:00
Thomas Tanghus
be190eb920
Override more string properties. Refs. #260
2014-03-02 23:43:22 +01:00
Thomas Tanghus
865d6e2e97
Only search in active address books. Fix #424
2014-02-26 11:28:01 +01:00
babelouest
3300bed849
Merge branch 'master' of https://github.com/owncloud/contacts
2014-02-25 07:53:35 -05:00
Thomas Tanghus
0d910443d1
Register all backends to OCP\Contacts
2014-02-04 16:20:14 +01:00
Thomas Tanghus
8a7ada1c37
Add support for HEAD and OPTIONS to address book
2014-01-29 23:49:58 +01:00