summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-2756-74/+72
|
* Merge pull request #17202 from oparoz/repair-scan-signatureJoas Schilling2015-06-271-1/+1
|\ | | | | Signature of overriding method should match the parent
| * Signature of overriding method should match the parentOlivier Paroz2015-06-261-1/+1
| |
* | Merge pull request #17203 from owncloud/fix-share-autocompleteBjörn Schießle2015-06-261-0/+1
|\ \ | | | | | | fix z-index of share-autocomplete
| * | fix z-index of share-autocompleteJan-Christoph Borchardt2015-06-261-0/+1
| |/
* | Merge pull request #17071 from owncloud/share-get-users-non-existingVincent Petry2015-06-261-2/+2
|\ \ | |/ |/| fix getUsersSharingFile with locking
| * fix getUsersSharingFile with lockingRobin Appelman2015-06-261-2/+2
| |
* | Merge pull request #17191 from owncloud/issue-17188-group-share-part-fileThomas Müller2015-06-262-10/+24
|\ \ | | | | | | Correctly check if the real file exists, otherwise try the part file
| * | Correctly check if the real file exists, otherwise try the part fileJoas Schilling2015-06-262-10/+24
| | |
* | | Merge pull request #17008 from owncloud/fix-17006Björn Schießle2015-06-267-49/+152
|\ \ \ | |_|/ |/| | Improve splitting of username and remote adress when username contains an `@`
| * | Use \OC\HintException and translate the hintJoas Schilling2015-06-228-35/+46
| | |
| * | Merge spliteUserRemote with fixRemoteUrlInShareWithJoas Schilling2015-06-223-74/+75
| | |
| * | make sure that we split username and server address at the first '@' from ↵Bjoern Schiessle2015-06-224-1/+92
| | | | | | | | | | | | the right to allow usernames containing '@'
* | | Merge pull request #17009 from owncloud/lock-downloadfileThomas Müller2015-06-261-6/+21
|\ \ \ | | | | | | | | Lock file during download
| * | | Enable x-sendfile only if we do not lock the file systemThomas Müller2015-06-221-4/+8
| | | |
| * | | Lock file before downloadVincent Petry2015-06-181-2/+13
| | | | | | | | | | | | | | | | | | | | This will throw a LockedException if a concurrent request is currently touching that file.
* | | | Merge pull request #17082 from owncloud/shared-etag-propagate-fileThomas Müller2015-06-264-12/+51
|\ \ \ \ | | | | | | | | | | Fix etag propagation for single file shares
| * | | | add some docsRobin Appelman2015-06-251-0/+2
| | | | |
| * | | | fix etag propagation for single file sharesRobin Appelman2015-06-243-12/+37
| | | | |
| * | | | add unit test for single file share etag propagationRobin Appelman2015-06-241-0/+12
| | | | |
* | | | | Merge pull request #17190 from owncloud/lock-changelabelThomas Müller2015-06-262-5/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | Rename experimental to transactional file locking
| * | | | Rename experimental to transactional file lockingVincent Petry2015-06-262-5/+5
| | | | |
* | | | | Merge pull request #17165 from ↵Thomas Müller2015-06-262-3/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/federated_cloud_sharing_search_address_book Search address book for federated cloud id
| * | | | | ne need to check twice if $row['share_with'] is setBjoern Schiessle2015-06-251-1/+1
| | | | | |
| * | | | | show nice display name for remote shares if possibleBjoern Schiessle2015-06-251-2/+11
| | | | | |
| * | | | | search address book for federated cloud idBjoern Schiessle2015-06-251-0/+16
| | |/ / / | |/| | |
* | | | | Merge pull request #17185 from rullzer/fix_17178Morris Jobke2015-06-261-2/+9
|\ \ \ \ \ | | | | | | | | | | | | Fix for #17178
| * | | | | Fix for #17178Roeland Jago Douma2015-06-251-2/+9
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | If no array of arrays is submitted make sure we still keep $sharedUsers and $sharedGroups as arrays so the rest of the code keeps functioning as it should.
* / | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2648-40/+18
|/ / / /
* | | | Merge pull request #17162 from owncloud/LukasReschke-patch-1Thomas Müller2015-06-251-0/+12
|\ \ \ \ | | | | | | | | | | Create .htaccess
| * | | | Create .htaccessLukas Reschke2015-06-251-0/+12
|/ / / / | | | | | | | | Ref https://github.com/owncloud/core/pull/16724#discussion_r33236344 – shouldn't hurt also.
* | | | Merge pull request #17152 from owncloud/LDAP/AD-TypoMorris Jobke2015-06-251-1/+1
|\ \ \ \ | | | | | | | | | | Ldap/ad typo
| * | | | Dropped an S from the mouseoverLukas Reschke2015-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | We had a typo in the ldap initial binding menu mouse over, so changed the text in all references to be correct.
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2564-34/+190
|/ / / /
* | | | Merge pull request #17070 from owncloud/lock-movemountbugVincent Petry2015-06-243-23/+153
|\ \ \ \ | | | | | | | | | | Lock correct paths when moving mount
| * | | | Rollback folder scan if an entry was lockedVincent Petry2015-06-241-0/+5
| | | | |
| * | | | Fix locked paths in the moveMount caseVincent Petry2015-06-242-23/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When moving a mount point directly, the lock must be applied on the local mount point path instead of the attached storage root. Other operations will still lock the attached storage root.
* | | | | Merge pull request #17110 from owncloud/share-error-handlingMorris Jobke2015-06-242-2/+11
|\ \ \ \ \ | | | | | | | | | | | | [sharing] handle shares of users that aren't available anymore
| * | | | | [sharing] handle shares of users that aren't available anymoreMorris Jobke2015-06-232-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * properly handle the case where an abandoned share is left and simply skip it
* | | | | | Merge pull request #17136 from rullzer/fix_remove_link_OCSLukas Reschke2015-06-242-2/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow removing of link password in OCS again
| * | | | | | Added unit test to verify link password removealRoeland Jago Douma2015-06-241-1/+23
| | | | | | |
| * | | | | | set NULL correctly in password updateRoeland Jago Douma2015-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old code used 'NULL' but docterine wants null. Now it is possible again to remove the password from a link share.
* | | | | | | Merge pull request #17139 from owncloud/increase-oracle-init-timeThomas Müller2015-06-241-2/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Let's wait a little longer until oracle finally is available
| * | | | | | Let's wait a little longer until oracle finally is availableThomas Müller2015-06-241-2/+2
|/ / / / / /
* | | | | | Merge pull request #17133 from owncloud/rename-user-webdavauthThomas Müller2015-06-241-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rename user_webdavauth to prevent accidental activation - refs #17112
| * | | | | | Rename user_webdavauth to prevent accidental activation - refs #17112Thomas Müller2015-06-241-3/+3
| | | | | | |
* | | | | | | Merge pull request #17130 from owncloud/update-mime-typesThomas Müller2015-06-241-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update wmv and add mts and mt2s
| * | | | | | | Update wmv and add mts and mt2s - fixes #17128 and owncloud/firewall#107Thomas Müller2015-06-241-1/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #17105 from owncloud/app-content-z-indexMorris Jobke2015-06-241-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | explicitly set z-index on app-content, fix overlap from navigation
| * | | | | | | explicitly set z-index on app-content, fix overlap from navigationJan-Christoph Borchardt2015-06-231-1/+1
| | | | | | | |