- 25 Mar, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 24 Mar, 2015 39 commits
-
-
Thomas Müller authored
Log forbidden in debug level
-
Lukas Reschke authored
Update sabre-2.1.3 thirdparty submodule
-
Vincent Petry authored
-
Morris Jobke authored
Group sharing activities by user/group and file respectively
-
Morris Jobke authored
Deduplicate external manager tests
-
Morris Jobke authored
Files thumbnail fix
-
Roeland Jago Douma authored
* Only use public interfaces - Injected IPreview * Added unit tests
-
Robin Appelman authored
Fix failing master unit tests
-
Joas Schilling authored
-
Joas Schilling authored
-
Morris Jobke authored
OCS API should return fancy OC url
-
Lukas Reschke authored
Add `getNonExistingName()` to the node api
-
Morris Jobke authored
consolidate all admin warnings and notices into one section
-
Morris Jobke authored
correctly align file list summary when the list has the favorite feature
-
Jan-Christoph Borchardt authored
-
Morris Jobke authored
round width and height when cropping avatar
-
Jan-Christoph Borchardt authored
-
Morris Jobke authored
"Integrity constraint violation" when sharing the same item twice with the same user
-
Robin Appelman authored
-
Daniel Hansson authored
Don't use hardcoded date and time
-
Vincent Petry authored
Remove range header exception for encryption
-
Morris Jobke authored
add Tips & tricks section to admin settings
-
Morris Jobke authored
Soft fail in CustomPropertiesBackend whenever storage not available
-
Joas Schilling authored
Correctly get array of groups and send OCP\IGroup objects to enable meth...
-
Daniel Hansson authored
Use local time instead. http://momentjs.com/
-
Vincent Petry authored
Properly catch whether a share is `null`
-
Jan-Christoph Borchardt authored
Use 24h format instead of 12h format
-
Vincent Petry authored
Do not walk over the users directory, but over the list of tagged objects
-
jknockaert authored
revert #10422
-
Morris Jobke authored
Issue/15138 feedback for empty apps list
-
Joas Schilling authored
-
Robin Appelman authored
-
Morris Jobke authored
fixing #15011 by adding ARIA roles where distinct
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Lukas Reschke authored
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
-
Daniel Hansson authored
Use correct time format in WebUI
-
Vincent Petry authored
This reverts commit 8279dde9.
-