summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-12525-754/+1669
|
* Merge pull request #21616 from owncloud/introduce-dav-application-classThomas Müller2016-01-125-16/+201
|\ | | | | Unit test contact provider registration
| * Unit test contact provider registrationThomas Müller2016-01-115-16/+201
| |
* | Add unit tests to make sure we do not lower the searchRoeland Jago Douma2016-01-121-0/+4
| |
* | Do not lower the sharee searchRoeland Jago Douma2016-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes #21639 When lowering the remote search it break remotes that have uppercase letters like foo@example.com/ownCloud/ Backends do the mathcing so they should also make sure that the search string is converted to the format they require.
* | Merge pull request #21628 from owncloud/deprecated_secure_random_funcionsThomas Müller2016-01-126-8/+4
|\ \ | | | | | | Replace deprecated function calls to SecureRandom
| * | Fix unit testsRoeland Jago Douma2016-01-112-4/+0
| | |
| * | getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-113-3/+3
| | |
| * | getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2016-01-1216-14/+114
|/
* Merge pull request #21613 from owncloud/dav-fix-constructorThomas Müller2016-01-111-2/+1
|\ | | | | fix principal constructor for dav
| * fix principal constructor for davRobin Appelman2016-01-111-2/+1
| |
* | Merge pull request #21517 from owncloud/ext-oauth-fixThomas Müller2016-01-112-78/+82
|\ \ | |/ |/| Fix OAuth external storage auth for step 2
| * Fix OAuth external storage auth for step 2Robin McCorkell2016-01-072-78/+82
| | | | | | | | Parameters are only available after the onCompletion promise is run
* | Merge pull request #21438 from owncloud/settings-anchorsThomas Müller2016-01-111-1/+1
|\ \ | | | | | | remove unneeded 'goto' prefix from settings anchors
| * | remove unneeded 'goto' prefix from settings anchorsJan-Christoph Borchardt2016-01-041-1/+1
| | |
* | | Merge pull request #21589 from owncloud/mobile-webDAV-selectThomas Müller2016-01-111-2/+3
|\ \ \ | | | | | | | | webDAV select bug fixed
| * | | webDAV select bug fixedJulian Müller2016-01-111-2/+3
| | | |
* | | | Merge pull request #21573 from owncloud/fix_21535_21534Thomas Müller2016-01-112-1/+19
|\ \ \ \ | |/ / / |/| | | Do not increase filecount in web on file update
| * | | Add unit test for file updateRoeland Jago Douma2016-01-091-0/+16
| | | |
| * | | Updating a file should not update the summaryRoeland Jago Douma2016-01-091-1/+3
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-116-0/+14
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-1010-28/+154
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-0916-8/+160
| | |
* | | Properly close db cursorsRoeland Jago Douma2016-01-081-1/+1
| | |
* | | Make sure to respect deleted group shares by userRoeland Jago Douma2016-01-081-0/+79
| | |
* | | Make sure that permissions stay in sync for share_type 2Roeland Jago Douma2016-01-081-0/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a file/folder is shared with a group and one of the group members moves this file/folder an extra entry is created in the share table. When the permission of the group share is updated we used to only sometimes update the shares for individual users. * Added intergration tests
* | | Merge pull request #21008 from ↵Thomas Müller2016-01-081-2/+19
|\ \ \ | | | | | | | | | | | | | | | | owncloud/UoM-ResPlat-DevOps-swift-acl-shared-containers Allowing access to Swift containers shared by ACL
| * | | Allowing access to Swift containers shared by ACLTim Dettrick2016-01-081-2/+19
| | | | | | | | | | | | | | | | | | | | To avoid a confusing extra field, the bucket field is overloaded to optionally take a URL.
* | | | Merge pull request #20961 from owncloud/provis-api-group-special-charThomas Müller2016-01-082-2/+23
|\ \ \ \ | | | | | | | | | | Remove unnecessary group name validation in provisioning_api
| * | | | Update log message when error occurs during addGroupTom Needham2016-01-081-1/+1
| | | | |
| * | | | Fix provisioning API unit testRoeland Jago Douma2016-01-081-1/+1
| | | | |
| * | | | Remove unnecessary group name validationTom Needham2016-01-082-1/+22
| |/ / /
* | | | Merge pull request #21491 from owncloud/webdav_auth_no_basic_authThomas Müller2016-01-082-4/+19
|\ \ \ \ | | | | | | | | | | Also allow 'only cookie' auth to webdav
| * | | | Allow only cookie auth to webdavRoeland Jago Douma2016-01-072-4/+19
| | | | |
* | | | | Merge pull request #21546 from owncloud/jsunit-stubportinpublicappspecThomas Müller2016-01-081-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix public page URL JS test
| * | | | | Fix public page URL JS testVincent Petry2016-01-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Stub the port so it doesn't use the one configured by karma
* | | | | | Merge pull request #21553 from owncloud/gwdg-masterThomas Müller2016-01-081-2/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Respect user enumeration
| * | | | | | Respect user enumerationRalph Krimmel2016-01-081-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect shareapi_allow_share_dialog_user_enumeration in user_ldap filter generation function to increase search performance in sharing dialog.
* | | | | | | Merge pull request #21467 from owncloud/external-status-check-userglobalThomas Müller2016-01-081-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix checking external storage status as non admin user
| * | | | | | | Fix checking external storage status as non admin userRobin Appelman2016-01-081-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #21468 from owncloud/getmount-id-filterThomas Müller2016-01-087-4/+102
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Filter getStorage to make sure the user has access to it
| * | | | | | | Filter getStorage to make sure the user has access to itRobin Appelman2016-01-087-4/+102
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #21540 from owncloud/group-principalsThomas Müller2016-01-088-33/+459
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adding group principals to new dav endpoint
| * | | | | | | Adding unit tests for SystemPrincipalBackendThomas Müller2016-01-083-6/+133
| | | | | | | |
| * | | | | | | Adding group principals to new dav endpointThomas Müller2016-01-085-27/+326
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #21286 from ↵Thomas Müller2016-01-083-3/+204
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | owncloud/use-owncloud-mail-when-sending-caldav-schedule-mails Adding IMip scheduling which uses ownClouds mail delivery
| * | | | | | Adding IMip scheduling which uses ownClouds mail deliveryThomas Müller2016-01-083-3/+204
| | | | | | |
* | | | | | | Merge pull request #21215 from owncloud/files_external-db-set-mountpointThomas Müller2016-01-087-2/+112
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | fix setting mountpoint and auth backend of external storages
| * | | | | | correctly set applicables when updating user storageRobin Appelman2016-01-081-0/+13
| | | | | | |