Thomas Müller
8b8edc1f5d
Show group shared addressbooks
10 years ago
Thomas Müller
682821c71e
Happy new year!
10 years ago
Thomas Müller
f9c08112da
Adding group principals to new dav endpoint
10 years ago
Thomas Müller
dcfd089a6c
Adding a second principal backend which holds system principals - as of now only one principals/system/system
10 years ago
Thomas Müller
c91192fb73
Adding system addressbook for users of this instance - a occ command is supplied for synchronizing
10 years ago
Thomas Müller
b799e42b4e
Introduce \OCP\IUser::getEMailAddress()
10 years ago
Thomas Müller
c25a7cc4da
Users are available under it's own principal resource named 'principals/users' this will allow us to introduce e.g. groups as principals (one day) and system specific principals (needed for federation)
10 years ago
Scrutinizer Auto-Fixer
5573029485
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
10 years ago
Thomas Müller
f2889dc6e4
Consolidate webdav code - move all to one app
10 years ago
Jenkins for ownCloud
b585d87d9d
Update license headers
11 years ago
Vincent Petry
5ea8ab3bb0
Fix Principal connector override
11 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
11 years ago
Vincent Petry
9f6dcb9d3e
Sabre Update to 2.1
- VObject fixes for Sabre\VObject 3.3
- Remove VObject property workarounds
- Added prefetching for tags in sabre tags plugin
- Moved oc_properties logic to separate PropertyStorage backend (WIP)
- Fixed Sabre connector namespaces
- Improved files plugin to handle props on-demand
- Moved allowed props from server class to files plugin
- Fixed tags caching for files that are known to have no tags
(less queries)
- Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin
- Replace OC\Connector\Sabre\Request with direct call to
httpRequest->setUrl()
- Fix exception detection in DAV client when using Sabre\DAV\Client
- Added setETag() on Node instead of using the static FileSystem
- Also preload tags/props when depth is infinity
11 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
11 years ago
Lukas Reschke
0ed00bca43
Use namespace
11 years ago
Lukas Reschke
556c9b6f46
Write unit-tests and use DI
11 years ago
Lukas Reschke
f2ddd565e8
Fix code-style
11 years ago
derkostka
deedfad050
fix "app":"PHP","message":"Undefined variable: user at/principal.php#66"
changed variable #user to #name
11 years ago
Morris Jobke
56cf1d9d27
fix odd behaviour
11 years ago
libasys
cbd130bed0
adding missing email address for principal
* fix #8515
* add mail only if it exists
12 years ago
Thomas Müller
48eee0b432
use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterface
12 years ago
Thomas Müller
76e04027bc
Upgrade SabreDAV to 1.8.10
Updating SabreDAV namespaces
12 years ago
Jörn Friedrich Dreyer
2a6a9a8cef
polish documentation based on scrutinizer patches
12 years ago
Thomas Müller
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
12 years ago
Thomas Tanghus
3366bbeb8a
Port DAV groupMemberSet fix to master #4458
12 years ago
Georg Ehrke
63791e2d8d
return empty array instead of 0
13 years ago
Felix Moeller
afadf93d31
Checkstyle: many fixes
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Bart Visscher
4af5b016cc
Whitespace cleanup
13 years ago
Thomas Müller
2271a97992
Respect coding style
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Jakob Sack
90e2962c91
Remove the link between the principals table and the sabre principals connector.
14 years ago
Georg Ehrke
0d2f1688e4
add empty methods updatePrincipal and searchPrincipals and change method getPrincipalByPath to work with sabredav 1.6
14 years ago
Bart Visscher
192b8906a3
Add copyright to OC_Connector_Sabre_Principal
14 years ago
Bart Visscher
b5418173e5
Derive the user principles from the owncloud users
The code for updating the principles table is still there. To make it easier to
revert this commit if that is necessary.
14 years ago
Jakob Sack
42a6549729
Database.xml
15 years ago
Jakob Sack
5f7c040ec0
Add principals, minor changes in base.php
15 years ago