- 29 Nov, 2016 4 commits
-
-
Markus Goetz authored
-
Vincent Petry authored
Moved SQLite setup warning to top.
-
Vincent Petry authored
Introduce public storage class for extending
-
Jenkins for ownCloud authored
-
- 28 Nov, 2016 7 commits
-
-
Vincent Petry authored
Adding report support
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
Sergio Bertolin authored
-
Jenkins for ownCloud authored
-
- 27 Nov, 2016 1 commit
-
-
RealRancor authored
-
- 26 Nov, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 25 Nov, 2016 4 commits
-
-
Vincent Petry authored
When writing external storage it is complicated to reimplement IStorage and many others. This PR provides public classes to be extended to provider storage specific implementations.
-
Vincent Petry authored
Windows's dead baby, windows's dead!
-
Vincent Petry authored
Filesapi renamefailcase
-
Jenkins for ownCloud authored
-
- 24 Nov, 2016 10 commits
-
-
Thomas Müller authored
💀 -
Vincent Petry authored
-
Vincent Petry authored
Don't fetch preview images if `enable_previews` is set to `false`
-
Vincent Petry authored
Add test for duplicate 401 headers on DAV
-
Vincent Petry authored
createMock only accepts a single param
-
Vincent Petry authored
Whenever a rename or copy operation failed on the view, we must throw an exception instead of just ignoring.
-
Vincent Petry authored
Remove obsolete use var
-
phisch authored
-
phisch authored
-
Jenkins for ownCloud authored
-
- 23 Nov, 2016 4 commits
-
-
Vincent Petry authored
commit transaction after select query
-
phisch authored
-
Vincent Petry authored
* Correctly convert OCS permissions params * Added tests about permissions and public upload Added read and share permissions instead of all (default ones) Added positive case Check also permissions update Added tests for resharing with public links when the user doesn't have enough permisssions
-
Jenkins for ownCloud authored
-
- 22 Nov, 2016 4 commits
-
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
* Properly expire ext storage versions System-wide external storages have no real owner so the current user is used as owner. However when running cron.php there is no current user, so no expiry can be done. This fix adds an user argument to the expire() function to tell for which user to expire files. This information is anyway always available now through the expire command job. * Move version expire setupFS into the expire function * Add comment about not tearing down in version Storage::expire()
-
Jenkins for ownCloud authored
-
- 21 Nov, 2016 5 commits
-
-
Michael Jobst authored
* fixed size issues on main detail view and disappearing of share recipients * Changes due to code comments * Moved reloadProperties() to FileInfoModel * Solved Scrutinizer issues * Bugfix: undefined value used on error * check if options are set for FileInfoModel.initialize()
-
Sergio Bertolín authored
-
Michael Jobst authored
* Style modifications of favorite star on main detail view * Removed unused opacity change on mouse over * favorite star title fixed * favorite star opacity should always be .7
-
Thomas Müller authored
Move files external to core
-
Vincent Petry authored
-