- Oct 20, 2016
-
-
Vincent Petry authored
-
Morris Jobke authored
Fix post_unshareFromSelf hook parameter format
-
Morris Jobke authored
Ensure $commands being an array
-
Morris Jobke authored
Code style changes from downstream
-
Lukas Reschke authored
Expose the needupgrade status (#26209)
-
Roeland Jago Douma authored
Restore overwritten services after errors
-
Jakob Sack authored
Allow to dismiss the code integrity warning
-
Lukas Reschke authored
Make it possible to filter by tags with REPORT method
-
Vincent Petry authored
When unsharing from self in a group share situation, the share items passed to the post_unshareFromSelf hook were using the wrong format in which the attribute names (ex: "share_type") have non camel-case format. This fix makes sure that in group sharing case we use the correct format. It looks like the code was already producing it but in array_merge it was not using it and adding the unprocessed one.
-
Thomas Müller authored
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Thomas Müller authored
-
Morris Jobke authored
Get rid of settings/img/*.png
-
Jan-Christoph Borchardt authored
More filepicker improvements
-
Kristof Provost authored
During upgrades, before the DB migration is complete, the system is not usable, but there's no way for monitoring systems to detect this. Add the 'needupgrade' field to the status json so monitoring systems can detect this. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
We only use SVG icons so no need to ship them! Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Remove unused js
-
Morris Jobke authored
* remove the scrollbar (content did an overflow due to a min-width) * have proper padding on the right too - padding is 15px on all sides for .oc-dialog Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
* was replaced by the version in files/ Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
* use the localstorage APIs of the browser instead * use new Object() instead Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Morris Jobke authored
Remove unneeded compatibility polyfills
-
Morris Jobke authored
- `Object.create` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/create#Browser_compatibility - `Object.keys` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/keys#Browser_compatibility - `Array.prototype.filter` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#Browser_compatibility - `Array.prototype.indexOf` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf#Browser_compatibility - `Array.prototype.map` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map#Browser_compatibility - `Function.prototype.bind` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind#Browser_compatibility - `String.prototype.trim` supported with IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim#Browser_compatibility - `outerHTML` supported with Firefox 11+: https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML#Browser_compatibility - `window.devicePixelRatio` supported in IE11+: http://caniuse.com/#feat=devicepixelratio Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Marius Blüm authored
Remove unneeded placeholder polyfill
-
- Oct 19, 2016
-
-
Morris Jobke authored
Show the path, when the filename conflicts
-
Morris Jobke authored
add fullscreen icon
-
Morris Jobke authored
* placeholders are supported in IE11+ * http://caniuse.com/#feat=input-placeholder Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Lukas Reschke authored
MySQL 4byte support
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Marius Blüm authored
change primary button text color to white
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-