summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* only replace permission popupmenuArthur Schiwon2017-11-231-3/+3
| | | | | | | | | | the contacts popovermenu is also present and is being replaces, ending up in two permission popupmenus with checkboxes duplicating the id, breaking further permission changes. plus, fixing a selector Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #6823 from nextcloud/stable12-fix/contactsmenu-ie11Roeland Jago Douma2017-10-131-2/+13
|\ | | | | [stable12] Fix contacts menu for IE11
| * Fix contacts menu for IE11Christoph Wurst2017-10-121-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | IE11 triggers an 'input' event whenever an input is focussed or loses focus. Thus this causes an endless loading loop as soon as the view is re-rendered. To prevent this, this remembers the previous search term and ignores events where the term has not changed. Fixes https://github.com/nextcloud/server/issues/5281 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #6127 from nextcloud/12-6126Roeland Jago Douma2017-08-171-1/+8
|\ \ | | | | | | [stable12] Trigger search after re-focus
| * | Trigger search after re-focusMorris Jobke2017-08-151-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | If the share input field is unfocused, the autocomplete list is closed. Once the field was focused again it was not properly opened again. This adds a trigger to redo the search and show the results again. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fixes nextcloud/gallery#269Marin Treselj2017-08-141-2/+2
|/ / | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | fix overlay on show passwordMaxence Lange2017-07-261-1/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* | fix parsing of dav permissionsRobin Appelman2017-07-171-3/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add select2-toggleselect to the JavaScript files to loadDaniel Calviño Sánchez2017-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | "select2-toggleselect.js" provides an extension to Select2 that makes possible to unselect items in a multi-select dropdown by clicking on them. It seems that its load slipped through when moving things around in commit 6a470e59356b8c52115fe2790666027f38977604; this commit adds it to the JavaScript files to be loaded in the same position that it should have had in that commit (based on how the other declarations were moved). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Show at least 8 icons, don't use percentage on mobileJulius Härtl2017-06-151-1/+14
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Decimal percentage, dynamic appIcon widthPatrik Kernstock2017-06-151-3/+3
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | Now using dynamic percentual appmenu limitPatrik Kernstock2017-06-151-1/+6
| | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | Closed #5121, remove appmenu limitPatrik Kernstock2017-06-151-5/+0
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | Localize contacts menu search input placeholderChristoph Wurst2017-06-141-1/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #5354 from nextcloud/backport-5315-stable12Joas Schilling2017-06-131-1/+1
|\ | | | | [stable12] execute eval in global scope, addresses #5314
| * execute eval in global scope, addresses #5314Arthur Schiwon2017-06-121-1/+1
| | | | | | | | | | | | | | unsure whether this is properly supported everywhere, injection is not an option for us Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #5355 from nextcloud/stable12-5167Joas Schilling2017-06-132-2/+2
|\ \ | | | | | | [stable12] l10n improvements from transifex
| * | Update setupchecks.jsrakekniven2017-06-122-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | Fixed typo and removed doclink symbol. Reported at transifex Update util.php Another l10n improvement from transifex. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Remove the char because it breaks the export from transifexJoas Schilling2017-06-121-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update Opcache recommendationMorris Jobke2017-05-212-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* rename secure drop back to files drop because of name collision with ↵Bjoern Schiessle2017-05-192-2/+2
| | | | | | securedrop.org Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Disable the API endpoints as wellJoas Schilling2017-05-111-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Request proper size for contacts menuRoeland Jago Douma2017-05-081-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update login flow redirectionMario Danic2017-05-041-3/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix event firingRoeland Jago Douma2017-05-041-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add radio class to read/write sharing options and 1px left adjustmentFelix A. Epp2017-05-041-3/+3
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Fix read-only label idFelix A. Epp2017-05-041-1/+1
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Make files drop more permanentRoeland Jago Douma2017-05-042-59/+65
| | | | | | Implement the suggestions from #2207 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #4611 from nextcloud/js-use-dot-notationRoeland Jago Douma2017-05-026-9/+9
|\ | | | | Use dot notation for array access - JSLint recommendation
| * Use dot notation for array access - JSLint recommendationMorris Jobke2017-05-016-9/+9
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4638 from nextcloud/fix-copy-tooltipLukas Reschke2017-05-021-3/+0
|\ \ | | | | | | Fix "Copied" message for public links
| * | Fix "Copied" message for public linksMorris Jobke2017-05-011-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * share a file/fodler by public link and click the copy to clipboard icon and watch the tooltip * before: it said "Copy" * after: it now says "Copied" after clicking the button Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4615 from nextcloud/js-reduce-share.js-complexityLukas Reschke2017-05-011-87/+0
|\ \ \ | | | | | | | | Remove abandoned methods in OC.Share that refer to old API endpoints
| * | | Remove unused methods from OC.ShareMorris Jobke2017-05-011-87/+0
| | |/ | |/| | | | | | | | | | | | | | | | * they do calls against core/ajax/share.php which doesn't exist anymore * also the methods are not called in any of our apps or any of the apps in the appstore Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4612 from nextcloud/js-fix-long-linesRoeland Jago Douma2017-05-012-2/+8
|\ \ \ | | | | | | | | Fix some long lines in JS - JSLinut recommendation
| * | | Fix some long lines in JS - JSLinut recommendationMorris Jobke2017-05-012-2/+8
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4613 from nextcloud/remove-unusedRoeland Jago Douma2017-05-011-371/+0
|\ \ \ | |_|/ |/| | Remove unused JS file
| * | Remove unused JS fileMorris Jobke2017-05-011-371/+0
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4610 from nextcloud/js-semicolonsLukas Reschke2017-05-018-16/+16
|\ \ | | | | | | Fix semicolon at end of JS lines
| * | Fix semicolon at end of JS linesMorris Jobke2017-05-018-16/+16
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4614 from nextcloud/js-fix-dialogs-and-octemplateLukas Reschke2017-05-013-4/+6
|\ \ | | | | | | Fix variable definitions in oc dialogs
| * | Fix variable definitions in oc dialogsMorris Jobke2017-05-013-4/+6
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Fix variable definition in sharedialogview.jsMorris Jobke2017-05-011-7/+4
|/ | | | | | | * improves readability of conditional statements and fixes warning in JSLint for varibale definition Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4521 from nextcloud/custom-mount-typesRoeland Jago Douma2017-04-281-1/+10
|\ | | | | allow apps to set custom mount types
| * allow apps to set custom mount typesRobin Appelman2017-04-281-1/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #4574 from nextcloud/rename-extension-pointLukas Reschke2017-04-281-1/+1
|\ \ | | | | | | Rename extension point
| * | Rename extension pointLukas Reschke2017-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | To align with upstream. Fixes https://github.com/nextcloud/guests/issues/3 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add sharing types for guestsLukas Reschke2017-04-281-0/+1
|/ / | | | | | | | | | | Fixes https://github.com/nextcloud/guests/issues/4 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / Show tooltip for second action.Ivan Sein2017-04-271-1/+3
|/ | | | Signed-off-by: Ivan Sein <ivan@nextcloud.com>
* Merge pull request #4518 from nextcloud/downstream-25838Roeland Jago Douma2017-04-262-0/+75
|\ | | | | Fix share indicator handling