summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-021-1/+0
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-029-421/+4
| | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #657 from nextcloud/share-by-mailJoas Schilling2016-11-023-24/+69
|\ | | | | New share provider: Share by mail
| * always show correct place holder, mention share by mail only if the share ↵Bjoern Schiessle2016-11-012-10/+25
| | | | | | | | | | | | provider is enabled Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * don't show 'notify by mail' option or permissions not available for mail sharesBjoern Schiessle2016-11-011-4/+11
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * unified way to display remote shares and mail sharesBjoern Schiessle2016-11-012-8/+13
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * handle case if no share-by-mail share provider is loadedBjoern Schiessle2016-11-011-1/+5
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * add share by mail share providerBjoern Schiessle2016-11-011-6/+6
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * introduce share by mail, ui partBjoern Schiessle2016-11-011-6/+20
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Color the trusted domain to alert the admin a bit moreJoas Schilling2016-10-311-2/+21
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove config.php for oc.jsRoeland Jago Douma2016-10-311-207/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Issue-1776: Add unshare function to 3-dot menu.Julia Bode2016-10-291-2/+4
| | | | Signed-off-by: Julia Bode <julia.bode@lulisaur.us>
* Remove notify recipient optionRoeland Jago Douma2016-10-263-63/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1452 from nextcloud/appconfig-endpointJoas Schilling2016-10-254-37/+174
|\ | | | | 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-214-37/+174
| | | | | | | | 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-251-1/+8
|\ \ \ \ | |_|_|/ |/| | | show empty folder message in filepicker
| * | | show empty folder message in filepickerRobin Appelman2016-10-211-1/+8
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / Fix zxcvbn path in setup page (#26359)Philipp Eichhorn2016-10-211-1/+1
|/ / | | | | | | 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-202-31/+48
|\ \ \ | | | | | | | | More filepicker improvements
| * | | Improve the stylingMorris Jobke2016-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | | 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-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Use a table for the filepicker list and add size columnRobin Appelman2016-10-191-14/+19
| | | | | | | | | | | | | | | | 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>
* | 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 #1641 from nextcloud/log-in-buttonJan-Christoph Borchardt2016-10-171-6/+6
|\ | | | | bring back dedicated log in button to make log in more usable
| * bring back dedicated log in button to make log in more usableJan-Christoph Borchardt2016-10-061-6/+6
| |
* | filepicker stylingRobin Appelman2016-10-141-6/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | use mimetype icons in filepicker if there is no previewRobin Appelman2016-10-141-2/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #1704 from nextcloud/avatar_dropdownblizzz2016-10-121-9/+14
|\ \ | | | | | | [us] Show avatar in share drop down
| * | [9.2] Show avatar in share drop down (#25976)Thomas Müller2016-10-111-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | * Show avatar in share drop down * Fix share autocomplete vertical align with avatar Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #1702 from nextcloud/fix_tooltip_ncMorris Jobke2016-10-111-1/+1
|\ \ \ | | | | | | | | Use Nextcloud in share tooltip
| * | | Use Nextcloud in share tooltipRoeland Jago Douma2016-10-111-1/+1
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>