summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-10-2562-68/+86
|
* Merge pull request #1452 from nextcloud/appconfig-endpointJoas Schilling2016-10-257-110/+175
|\ | | | | Appconfig endpoint
| * Fix missing semicolonJoas Schilling2016-10-241-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Make AppConfig part of the public APIJoas Schilling2016-10-217-110/+175
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1283 from nextcloud/us_files-ui-webdav-uploadLukas Reschke2016-10-253-1/+127
|\ \ | | | | | | Use Webdav PUT for uploads
| * | More fixes to file uploadVincent Petry2016-10-241-1/+40
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | JS utility function to compare pathsVincent Petry2016-10-242-0/+87
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #1823 from nextcloud/filepicker-folder-fixRoeland Jago Douma2016-10-251-1/+4
|\ \ \ | | | | | | | | Fix picking a folder with the filepicker
| * | | Fix picking a folder with the filepickerRobin Appelman2016-10-201-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #1860 from ryanwr/feature-sort-favoriteRoeland Jago Douma2016-10-252-1/+13
|\ \ \ \ | | | | | | | | | | Sort favorite files first
| * | | | Sort favorite files first Issue #1802ryanwr2016-10-242-1/+13
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Ryan Welch <ryantwr@gmail.com>
* | | | Merge pull request #1850 from nextcloud/filepicker-empty-folderRoeland Jago Douma2016-10-253-1/+20
|\ \ \ \ | |_|_|/ |/| | | show empty folder message in filepicker
| * | | show empty folder message in filepickerRobin Appelman2016-10-213-1/+20
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #1852 from nextcloud/downstream-25579Lukas Reschke2016-10-221-0/+0
|\ \ \ | | | | | | | | Adding Open Graph Support for public shares
| * | | Use proper imageMorris Jobke2016-10-211-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Adding Open Graph Support for public shares http://ogp.me/Thomas Müller2016-10-211-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | In case no preview is available we display the ownCloud logo Fix unit test
* | | | Merge pull request #1841 from nextcloud/oc_26359Lukas Reschke2016-10-226-55/+73
|\ \ \ \ | |/ / / |/| | | Bumo zxcvbn && Fix zxcvbn path in setup page (26359)
| * | | fix .gitignore and include zxcvbn.jsMorris Jobke2016-10-213-3/+34
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Fix zxcvbn path in setup page (#26359)Philipp Eichhorn2016-10-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Bump bower dep to proper v4.4.0Roeland Jago Douma2016-10-213-51/+38
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / Remove removed --dry-run command from occ help (#26352)Vincent Petry2016-10-211-6/+0
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #1812 from ↵Jakob Sack2016-10-201-0/+1
|\ \ | | | | | | | | | | | | nextcloud/allow-to-dismiss-the-code-integrity-warning Allow to dismiss the code integrity warning
| * | Allow to dismiss the code integrity warningJoas Schilling2016-10-201-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #1796 from nextcloud/oc_fav-reportLukas Reschke2016-10-202-4/+6
|\ \ \ | |_|/ |/| | Make it possible to filter by tags with REPORT method
| * | Make it possible to filter by tags with REPORT methodVincent Petry2016-10-192-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #1768 from nextcloud/more-filepickerJan-Christoph Borchardt2016-10-206-76/+113
|\ \ \ | | | | | | | | More filepicker improvements
| * | | Improve the stylingMorris Jobke2016-10-202-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | | add proper left margin for filepicker titleJan-Christoph Borchardt2016-10-191-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | fix filepicker with no mimetype filterRobin Appelman2016-10-191-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | filepicker: improve layout and styleJan-Christoph Borchardt2016-10-193-22/+26
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Use a table for the filepicker list and add size columnRobin Appelman2016-10-194-41/+57
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | use fileclient to get the filelist for the filepickerRobin Appelman2016-10-191-12/+17
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Allow selecting a folder after using the breadcrumbRobin Appelman2016-10-191-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Allow selecting the root folderRobin Appelman2016-10-191-1/+5
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Remove deprecated breadcrumbs implementationMorris Jobke2016-10-201-117/+0
| | | | | | | | | | | | | | | | | | * was replaced by the version in files/ Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Remove OC.localStorage and object methodMorris Jobke2016-10-201-76/+0
| | | | | | | | | | | | | | | | | | | | | * use the localstorage APIs of the browser instead * use new Object() instead Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Remove unneeded compatibility polyfillsMorris Jobke2016-10-203-157/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | - `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>
* | Merge pull request #1810 from nextcloud/drop-placeholders.jsMarius Blüm2016-10-201-459/+0
|\ \ | | | | | | Remove unneeded placeholder polyfill
| * | Remove unneeded placeholder polyfillMorris Jobke2016-10-201-459/+0
| | | | | | | | | | | | | | | | | | | | | * placeholders are supported in IE11+ * http://caniuse.com/#feat=input-placeholder Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #1803 from nextcloud/fullscreen-iconMorris Jobke2016-10-203-0/+15
|\ \ \ | |/ / |/| | add fullscreen icon
| * | add fullscreen iconJan-Christoph Borchardt2016-10-193-0/+15
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #1773 from nextcloud/testing-characters-in-dbLukas Reschke2016-10-191-1/+1
|\ \ | | | | | | MySQL 4byte support
| * | Fixing ctor callThomas Müller2016-10-191-1/+1
| | |
| * | Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-191-1/+1
| |/ | | | | | | | | * fully optional * requires additional options set in the database
* / change primary button text color to whiteJan-Christoph Borchardt2016-10-191-1/+1
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #1789 from nextcloud/select2-fixesMorris Jobke2016-10-182-69/+113
|\ | | | | move select2 styles to core so it's universal, not only for tags
| * fix select2 sizing issueJan-Christoph Borchardt2016-10-181-1/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * move select2 styles to core so it's universal, not only for tagsJan-Christoph Borchardt2016-10-182-69/+110
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #1164 from nextcloud/avatar-files-accesscontrol-fixesMorris Jobke2016-10-181-1/+16
|\ \ | |/ |/| Avatar/file-picker fixes for access-control app
| * Check the mimetype before reading the content and catch exceptionJoas Schilling2016-10-181-1/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>