Vincent Petry

Results 138 issues of Vincent Petry

As audio is also media, would be good to be able to read at least a single audio file. Not sure if this would fit in a slideshow though. @pmaier1

# Tasks when creating a new repository ## Initial files - [ ] Docs - [x] README.md - [x] LICENSE - [ ] .github folder (issue template, PR template) -...

Currently the zoom buttons are only zooming on the center. There is no easy way for the user to navigate around the picture. The user could swipe left or right...

enhancement
design

### Steps 1. Upload 3 pics 1. View first one 1. Swipe to the right twice 1. Click browser back button 4 times ### Expected result Goes back to previous...

bug

Not sure if the video plugin we use does this. Else we could add some detection upfront before registering the file actions: https://davidwalsh.name/detect-supported-video-formats-javascript @felixheidecke @michaelstingl

### Steps 1. Setup OC with master key mode 1. `occ maintenance:mode --on` 1. `occ encryption:recreate-master-key` ### Expected result Command works ### Actual result Command not available in maintenance mode...

bug
p3-medium

### Steps 1. Setup OC 10.0.10RC1 1. Login as admin 1. Go to the admin's "Encryption" section and enable encryption 1. Go to apps and enable the "Default encryption module"...

bug
p4-low

Is it obsolete ? If yes, we should remove it and also remove the `OCA\Encryption\Migration` class. The class itself uses `$view->disableCacheUpdate()` which is dubious, we might want to remove it...

technical debt

Similar to https://github.com/owncloud/activity/issues/652 The hybrid approach of database.xml + migrations can have update scenarios in which changes made in database.xml between the current version and the version that introduces migrations...

OAuth2 should use the oc_authtoken API and pass access token instead of app password. This would make it possible for the encryption code to decrypt the user's password to access...

bug