aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add a new app type that can not be enabled for groupsJoas Schilling2016-01-141-3/+2
* Merge pull request #21679 from owncloud/bump-sabre-3.0.7Thomas Müller2016-01-141-7/+7
|\
| * Fix carddav unit testsRoeland Jago Douma2016-01-131-7/+7
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-148-2/+46
* | Merge pull request #21692 from owncloud/external-add-globalThomas Müller2016-01-131-2/+2
|\ \
| * | Fix adding global applicable when removing all other applicablesRobin Appelman2016-01-131-2/+2
| |/
* | [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-132-15/+36
* | [Share 2.0] Add share provider factoryRoeland Jago Douma2016-01-131-27/+1
* | [Share 2.0] Allow registering of share providersRoeland Jago Douma2016-01-131-12/+24
* | Fixed issue #21452Erik Pellikka2016-01-131-1/+7
|/
* Fix mock call to downloadRoeland Jago Douma2016-01-131-1/+1
* Add missing dispatcherThomas Müller2016-01-131-0/+1
* Merge pull request #21662 from owncloud/external-list-non-adminThomas Müller2016-01-131-0/+11
|\
| * Allow non admins to list their own mountsRobin Appelman2016-01-121-0/+11
* | Merge pull request #21655 from owncloud/remove-listener-pluginThomas Müller2016-01-136-82/+0
|\ \
| * | Remove the listener pluginJoas Schilling2016-01-136-82/+0
* | | Merge pull request #21392 from owncloud/files_external-importThomas Müller2016-01-134-0/+287
|\ \ \
| * | | Add import command for files externalRobin Appelman2016-01-114-0/+287
* | | | Merge pull request #21612 from owncloud/fix_21598Thomas Müller2016-01-132-16/+69
|\ \ \ \
| * | | | only use master key ID if a user is logged in. Otherwise keep the public link...Björn Schießle2016-01-112-16/+69
| |/ / /
* | | | Merge pull request #21615 from owncloud/shared-islocalThomas Müller2016-01-131-0/+7
|\ \ \ \
| * | | | implement isLocal for shared storageRobin Appelman2016-01-111-0/+7
| |/ / /
* | | | Merge pull request #21620 from owncloud/fix-wrong-classname-in-phpdocThomas Müller2016-01-131-1/+1
|\ \ \ \
| * | | | fix wrong class name in phpdocblizzz2016-01-111-1/+1
* | | | | Merge pull request #21648 from owncloud/smb-statcache-capThomas Müller2016-01-131-1/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cap the number of entries we cache in smb's statcacheRobin Appelman2016-01-121-1/+8
* | | | | Merge pull request #21663 from owncloud/occ-external-mountpointThomas Müller2016-01-131-2/+10
|\ \ \ \ \
| * | | | | allow setting mountpoint with occ files_external:configRobin Appelman2016-01-121-2/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-13525-754/+1669
|\ \ \ \ \
| * | | | | Happy new year!Thomas Müller2016-01-12525-754/+1669
* | | | | | Merge pull request #20948 from owncloud/fed-sync-contactsThomas Müller2016-01-1318-29/+568
|\ \ \ \ \ \
| * | | | | | Reuse backend as provided by the app containerThomas Müller2016-01-121-9/+3
| * | | | | | Fix ctor callThomas Müller2016-01-123-4/+0
| * | | | | | fix doc-blockBjörn Schießle2016-01-121-7/+1
| * | | | | | create urls in a way that sabredav handles it correctlyBjörn Schießle2016-01-121-2/+2
| * | | | | | Catch exceptions during syncThomas Müller2016-01-122-7/+8
| * | | | | | federation has to be of type filesystem so that we load this app for webdav r...Thomas Müller2016-01-122-0/+6
| * | | | | | Inject DbHandler ....Thomas Müller2016-01-122-9/+10
| * | | | | | md5 -> sha1Thomas Müller2016-01-121-1/+1
| * | | | | | Address commentsThomas Müller2016-01-123-7/+11
| * | | | | | Adding unit tests for the sync serviceThomas Müller2016-01-122-1/+94
| * | | | | | Adding tests and adjust PHPDocThomas Müller2016-01-126-13/+120
| * | | | | | Fix registration of sync commandThomas Müller2016-01-121-4/+1
| * | | | | | Decouple federation and dav appThomas Müller2016-01-1210-26/+271
| * | | | | | Use EventDispatcher to allow additional setup of auth backends - move federat...Thomas Müller2016-01-123-2/+21
| * | | | | | Allow trusted servers to authenticateThomas Müller2016-01-124-3/+85
| |/ / / / /
* | / / / / [tx-robot] updated from transifexJenkins for ownCloud2016-01-138-2/+28
| |/ / / / |/| | | |
* | | | | Merge pull request #21336 from owncloud/system-root-certsThomas Müller2016-01-121-7/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow admins to add system wide root certificatesRobin Appelman2016-01-121-7/+0
| |/ / /
* | | | Merge pull request #21616 from owncloud/introduce-dav-application-classThomas Müller2016-01-125-16/+201
|\ \ \ \