summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* only show connection checks results if there are errors, fix #11476Jan-Christoph Borchardt2015-03-253-10/+1
|
* Merge pull request #14970 from owncloud/sidebar-enhancementsJan-Christoph Borchardt2015-03-252-2/+10
|\ | | | | sidebar fixes
| * double padding to account for Deleted files entry, issue with FirefoxJan-Christoph Borchardt2015-03-241-0/+4
| |
| * fix position of 'Deleted files' sidebar entry, fix #10815Jan-Christoph Borchardt2015-03-182-2/+5
| |
| * add bottom padding to sidebar, fix last element being hidden below settings, ↵Jan-Christoph Borchardt2015-03-171-0/+1
| | | | | | | | fix #13264
* | Merge pull request #15181 from owncloud/simple-fixThomas Müller2015-03-251-1/+1
|\ \ | | | | | | Make the link to issue template bold
| * | Make the link to issue template boldDaniel Hansson2015-03-251-1/+1
| | | | | | | | | Makes it easier to see the issue template link. And hopefully more we don't have to tell everybody that much that they should use it.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-25138-866/+174
|/ /
* | Merge pull request #15171 from owncloud/sabre-logforbiddenasdebugThomas Müller2015-03-241-0/+3
|\ \ | | | | | | Log forbidden in debug level
| * | Log forbidden in debug levelVincent Petry2015-03-241-0/+3
| | |
* | | Merge pull request #14949 from owncloud/sabre-2.1.3Lukas Reschke2015-03-242-1/+2
|\ \ \ | | | | | | | | Update sabre-2.1.3 thirdparty submodule
| * | | Update 3rd party ref for sabre 2.1.3Vincent Petry2015-03-191-0/+0
| | | |
| * | | Fix Principal connector overrideVincent Petry2015-03-171-1/+2
| | | |
| * | | Update sabre-2.1.3 thirdparty submoduleVincent Petry2015-03-171-0/+0
| | | |
* | | | Merge pull request #15055 from owncloud/share-activity-groupingMorris Jobke2015-03-241-0/+14
|\ \ \ \ | | | | | | | | | | Group sharing activities by user/group and file respectively
| * | | | Group sharing activities by user/group and file respectivelyJoas Schilling2015-03-201-0/+14
| | | | |
* | | | | Merge pull request #15160 from owncloud/deduplicate-external-manager-testsMorris Jobke2015-03-242-154/+67
|\ \ \ \ \ | | | | | | | | | | | | Deduplicate external manager tests
| * | | | | Merge the two tests into oneJoas Schilling2015-03-242-154/+67
| | | | | |
* | | | | | Merge pull request #14919 from rullzer/files_thumbnail_fixMorris Jobke2015-03-243-15/+53
|\ \ \ \ \ \ | | | | | | | | | | | | | | Files thumbnail fix
| * | | | | | No longer directly output OC_Image for thumbnailsRoeland Jago Douma2015-03-243-15/+53
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Only use public interfaces - Injected IPreview * Added unit tests
* | | | | | Merge pull request #15158 from owncloud/fix-failing-masterRobin Appelman2015-03-242-5/+14
|\| | | | | | | | | | | | | | | | | Fix failing master unit tests
| * | | | | *cough*Joas Schilling2015-03-242-5/+14
| | | | | |
* | | | | | Merge pull request #14998 from rullzer/ocs_api_new_urlMorris Jobke2015-03-242-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | OCS API should return fancy OC url
| * | | | | Added extra unit testRoeland Jago Douma2015-03-211-0/+5
| | | | | |
| * | | | | OCS API should return fancy OC urlRoeland Jago Douma2015-03-211-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Also use the URLGenerator
* | | | | | Merge pull request #15153 from owncloud/uniquename-nodeLukas Reschke2015-03-243-0/+57
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add `getNonExistingName()` to the node api
| * | | | | | Add `getNonExistingName()` to the node apiRobin Appelman2015-03-243-0/+57
| | | | | | |
* | | | | | | Merge pull request #15112 from owncloud/security-warning-sectionMorris Jobke2015-03-243-97/+39
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | consolidate all admin warnings and notices into one section
| * | | | | | | consolidate all admin warnings and notices into one sectionJan-Christoph Borchardt2015-03-243-97/+39
| | | | | | | |
* | | | | | | | Merge pull request #15156 from owncloud/file-summary-alignMorris Jobke2015-03-241-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | correctly align file list summary when the list has the favorite feature
| * | | | | | | | correctly align file list summary when the list has the favorite featureJan-Christoph Borchardt2015-03-241-0/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #15048 from owncloud/avatar-crop-squareMorris Jobke2015-03-241-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | round width and height when cropping avatar
| * | | | | | | round width and height when cropping avatarRobin Appelman2015-03-201-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #14580 from owncloud/issue/13765-duplicate-remote-shareMorris Jobke2015-03-244-26/+209
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | "Integrity constraint violation" when sharing the same item twice with the same user
| * | | | | | | Add a unit test for the naming conflict on the mountpoint nameJoas Schilling2015-03-172-6/+155
| | | | | | | |
| * | | | | | | Use insertIfNotExists() instead of manual logicJoas Schilling2015-03-171-24/+31
| | | | | | | |
| * | | | | | | Correctly get the unique mountpoint name when mounting the shareJoas Schilling2015-03-173-10/+37
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the mount name was checked for uniqueness prior to inserting the share. This caused problems, when two shares with the same name where done or folder, mount point, local share with the same name was done, between sending and accepting of the remote share
* | | | | | | Merge pull request #15151 from owncloud/use-local-timeDaniel Hansson2015-03-241-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Don't use hardcoded date and time
| * | | | | | | Don't use hardcoded date and timeDaniel Hansson2015-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use local time instead. http://momentjs.com/
* | | | | | | | Merge pull request #15150 from owncloud/sabre-removerangeexceptionforencryptionVincent Petry2015-03-241-14/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove range header exception for encryption
| * | | | | | | | Remove range header exception for encryptionjknockaert2015-03-241-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revert #10422
* | | | | | | | | Merge pull request #15127 from owncloud/admin-tips-jenkinsMorris Jobke2015-03-242-2/+21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | add Tips & tricks section to admin settings
| * | | | | | | | | add Tips & tricks section to admin settingsJan-Christoph Borchardt2015-03-232-2/+21
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15126 from owncloud/sabre-storagenotavailableMorris Jobke2015-03-242-1/+15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Soft fail in CustomPropertiesBackend whenever storage not available
| * | | | | | | | | | Soft fail in CustomPropertiesBackend whenever storage not availableVincent Petry2015-03-232-1/+15
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a storage is not available, it will not fail the whole call any more but still return a usable file list.
* | | | | | | | | | Merge pull request #15149 from owncloud/fix-enable-for-groupJoas Schilling2015-03-242-2/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Correctly get array of groups and send OCP\IGroup objects to enable meth...
| * | | | | | | | | Correctly get array of groups and send OCP\IGroup objects to enable methodJoas Schilling2015-03-242-2/+10
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15145 from owncloud/fix-15097-masterVincent Petry2015-03-245-23/+130
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Properly catch whether a share is `null`
| * | | | | | | | | | when the path doesnt exist show a proper error pageRobin Appelman2015-03-241-0/+2
| | | | | | | | | | |
| * | | | | | | | | | Properly catch whether a share is `null`Lukas Reschke2015-03-245-23/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Despite it's PHPDoc the function might return `null` which was not properly catched and thus in some situations the share was resolved to the sharing users root directory. To test this perform the following steps: * Share file in owncloud 7 (7.0.4.2) * Delete the parent folder of the shared file * The share stays is in the DB and the share via the sharelink is inaccessible. (which is good) * Upgrade to owncloud 8 (8.0.2) (This step is crucial. The bug is not reproduceable without upgrading from 7 to 8. It seems like the old tokens are handled different than the newer ones) * Optional Step: Logout, Reset Browser Session, etc. * Access the share via the old share url: almost empty page, but there is a dowload button which adds a "/download" to the URL. * Upon clicking, a download.zip is downloaded which contains EVERYTHING from the owncloud directory (of the user who shared the file) * No exception is thrown and no error is logged. This will add a check whether the share is a valid one and also adds unit tests to prevent further regressions in the future. Needs to be backported to ownCloud 8. Adding a proper clean-up of the orphaned shares is out-of-scope and would probably require some kind of FK or so. Fixes https://github.com/owncloud/core/issues/15097