summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-1281-91/+116
|
* 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-121-1/+1
|\ | | | | Replace deprecated function calls to SecureRandom
| * getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-122-2/+112
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-104-20/+24
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-092-2/+6
|
* 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
* 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 #21506 from ↵Thomas Müller2016-01-071-2/+1
|\ | | | | | | | | owncloud/issue-20218-min-max-owncloud-version-warning Issue 20218 min max owncloud version warning
| * Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
| |
| * Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
| |
* | Merge pull request #20773 from owncloud/share2.0_createThomas Müller2016-01-073-10/+451
|\ \ | | | | | | [Sharing 2.0] create share
| * | [Sharing 2.0] Add L10N instance to manager for translated errorsRoeland Jago Douma2016-01-062-5/+9
| | |
| * | [Sharing 2.0] Do not use static function to get numeric storage idRoeland Jago Douma2016-01-062-5/+15
| | |
| * | [Sharing 2.0] General exceptions return 403Roeland Jago Douma2016-01-061-1/+1
| | | | | | | | | | | | This is the same as the old behaviour
| * | [Share 2.0] Enable share creation via OCS APIRoeland Jago Douma2016-01-063-5/+432
| | |
* | | Add token in webdav download link of public pageVincent Petry2016-01-072-4/+8
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-074-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-062-6/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-042-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-314-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-282-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-272-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-204-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-192-0/+2
|
* Removed deprecated OC_Helper::mimeTypeIcon functionRoeland Jago Douma2015-12-181-1/+1
|
* Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeTypeThomas Müller2015-12-181-2/+4
|\ | | | | Use proper public API for OC_Helper::getFileNameMimeType
| * Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-171-2/+4
| |
* | Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-172-4/+8
| | | | | | | | Replaced with proper OCP calls
* | Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-172-2/+2
|/ | | | | All function calls are replaced with the recommended (which was already the body of the function).
* Merge pull request #21200 from owncloud/files-authorizationheaderThomas Müller2015-12-171-1/+2
|\ | | | | Use Authorization headers for public webdav in web UI
| * Use Authorization headers for public webdav instead of URLVincent Petry2015-12-141-1/+2
| | | | | | | | | | | | Instead of prepending the token as username in the URL, use the Authorization header instead. This is because IE9 considers this a cross-domain call and refuses to do it in the first place.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-1710-16/+32
| |
* | Merge pull request #21189 from owncloud/fix_21187Thomas Müller2015-12-152-1/+4
|\ \ | | | | | | File shares can't have create permissions
| * | File shares can't have create permissionsRoeland Jago Douma2015-12-142-1/+4
| |/ | | | | | | fixes #21187
* | Fixed JS unit tests for fed owner display nameVincent Petry2015-12-141-0/+4
| |
* | show display name but internally use the user nameBjörn Schießle2015-12-146-6/+11
| |
* | don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-141-0/+8
|/
* Add test case for group share propagationRobin Appelman2015-12-104-78/+215
|
* Merge pull request #20989 from owncloud/fix_20769Thomas Müller2015-12-091-0/+41
|\ | | | | Update parent when moving share into recieved share
| * Update parent when moving share into recieved shareRoeland Jago Douma2015-12-071-0/+41
| | | | | | | | | | | | | | | | | | Fixes #20769 When I receive a share and move a share of myself into that share (which is allowed currently) I effectively hand over ownership of the files I move. So we need to update the share I move to have as a parent the share I move it into. Else our mounting system gets confused.
* | Merge pull request #21038 from owncloud/share-computesharepermissions-notstoreThomas Müller2015-12-092-1/+9
|\ \ | | | | | | Fix (re)share permission checks in a few code paths
| * | Add reshare permission checksVincent Petry2015-12-082-1/+9
| | | | | | | | | | | | | | | | | | | | | Added in isSharable() in incoming remote share. Added in isSharable() in regular incoming share. Added in FileInfo to make sure the proper attributes are returned to the clients.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-092-2/+68
| | |
* | | More fixes to the docsJoas Schilling2015-12-082-2/+14
| | |
* | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-073-0/+16
|/ / | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com