Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 81 | -91/+116 |
| | |||||
* | Add unit tests to make sure we do not lower the search | Roeland Jago Douma | 2016-01-12 | 1 | -0/+4 |
| | |||||
* | Do not lower the sharee search | Roeland Jago Douma | 2016-01-12 | 1 | -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_funcions | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
|\ | | | | | Replace deprecated function calls to SecureRandom | ||||
| * | getLowStrengthGenerator does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-12 | 2 | -2/+112 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-10 | 4 | -20/+24 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-09 | 2 | -2/+6 |
| | |||||
* | Properly close db cursors | Roeland Jago Douma | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Make sure to respect deleted group shares by user | Roeland Jago Douma | 2016-01-08 | 1 | -0/+79 |
| | |||||
* | Make sure that permissions stay in sync for share_type 2 | Roeland Jago Douma | 2016-01-08 | 1 | -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 test | Vincent Petry | 2016-01-08 | 1 | -1/+3 |
| | | | | Stub the port so it doesn't use the one configured by karma | ||||
* | Merge pull request #21506 from ↵ | Thomas Müller | 2016-01-07 | 1 | -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 anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
| | | |||||
| * | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #20773 from owncloud/share2.0_create | Thomas Müller | 2016-01-07 | 3 | -10/+451 |
|\ \ | | | | | | | [Sharing 2.0] create share | ||||
| * | | [Sharing 2.0] Add L10N instance to manager for translated errors | Roeland Jago Douma | 2016-01-06 | 2 | -5/+9 |
| | | | |||||
| * | | [Sharing 2.0] Do not use static function to get numeric storage id | Roeland Jago Douma | 2016-01-06 | 2 | -5/+15 |
| | | | |||||
| * | | [Sharing 2.0] General exceptions return 403 | Roeland Jago Douma | 2016-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | This is the same as the old behaviour | ||||
| * | | [Share 2.0] Enable share creation via OCS API | Roeland Jago Douma | 2016-01-06 | 3 | -5/+432 |
| | | | |||||
* | | | Add token in webdav download link of public page | Vincent Petry | 2016-01-07 | 2 | -4/+8 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-07 | 4 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-06 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-04 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-31 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-28 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-27 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-20 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-19 | 2 | -0/+2 |
| | |||||
* | Removed deprecated OC_Helper::mimeTypeIcon function | Roeland Jago Douma | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType | Thomas Müller | 2015-12-18 | 1 | -2/+4 |
|\ | | | | | Use proper public API for OC_Helper::getFileNameMimeType | ||||
| * | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 1 | -2/+4 |
| | | |||||
* | | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 2 | -4/+8 |
| | | | | | | | | Replaced with proper OCP calls | ||||
* | | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 2 | -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-authorizationheader | Thomas Müller | 2015-12-17 | 1 | -1/+2 |
|\ | | | | | Use Authorization headers for public webdav in web UI | ||||
| * | Use Authorization headers for public webdav instead of URL | Vincent Petry | 2015-12-14 | 1 | -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 transifex | Jenkins for ownCloud | 2015-12-17 | 10 | -16/+32 |
| | | |||||
* | | Merge pull request #21189 from owncloud/fix_21187 | Thomas Müller | 2015-12-15 | 2 | -1/+4 |
|\ \ | | | | | | | File shares can't have create permissions | ||||
| * | | File shares can't have create permissions | Roeland Jago Douma | 2015-12-14 | 2 | -1/+4 |
| |/ | | | | | | | fixes #21187 | ||||
* | | Fixed JS unit tests for fed owner display name | Vincent Petry | 2015-12-14 | 1 | -0/+4 |
| | | |||||
* | | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 6 | -6/+11 |
| | | |||||
* | | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-14 | 1 | -0/+8 |
|/ | |||||
* | Add test case for group share propagation | Robin Appelman | 2015-12-10 | 4 | -78/+215 |
| | |||||
* | Merge pull request #20989 from owncloud/fix_20769 | Thomas Müller | 2015-12-09 | 1 | -0/+41 |
|\ | | | | | Update parent when moving share into recieved share | ||||
| * | Update parent when moving share into recieved share | Roeland Jago Douma | 2015-12-07 | 1 | -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-notstore | Thomas Müller | 2015-12-09 | 2 | -1/+9 |
|\ \ | | | | | | | Fix (re)share permission checks in a few code paths | ||||
| * | | Add reshare permission checks | Vincent Petry | 2015-12-08 | 2 | -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 transifex | Jenkins for ownCloud | 2015-12-09 | 2 | -2/+68 |
| | | | |||||
* | | | More fixes to the docs | Joas Schilling | 2015-12-08 | 2 | -2/+14 |
| | | | |||||
* | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 3 | -0/+16 |
|/ / | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com |