summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Bump bundlesJulius Härtl2020-03-052-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Keep edit permission when updating resharing permission for file sharesJulius Härtl2020-03-051-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix listing users in groups with slash in the nameGary Kim2019-12-202-2/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Query lookup by defaultJohn Molakvoæ (skjnldsv)2019-12-111-0/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Force hide tooltips on sidebar closeJohn Molakvoæ (skjnldsv)2019-10-112-2/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Append / to data(path) for folder content requestJohn Molakvoæ (skjnldsv)2019-09-281-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fallback to directory icon based on the mount typeJulius Härtl2019-09-173-6/+7
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix opening apps with Ctrl+clickJulius Härtl2019-09-121-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Ignore Enter key up event on menu button togglesDaniel Calviño Sánchez2019-08-291-2/+2
| | | | | | | | | | | | Like links, buttons generate a "click" event as well as the regular "keydown" and "keyup" events when pressing Enter. Due to this, if both the "click" and the "keyup" events are handled, when the menu is open and Enter is pressed in the toggle the menu is first hidden when the first event is handled, but then shown again when the second event is handled. To prevent that only the "click" event should be handled when the toggle is a button, like it is already done with links. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix ie app menu loading clickJohn Molakvoæ (skjnldsv)2019-08-061-0/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* remove unncessary code block in share recommendationsArthur Schiwon2019-08-023-18/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Do not show a internet connectivity warning if internet access is disabledChristoph Wurst2019-06-282-18/+18
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove auto focus of share input field on dialog open, fix #15261Jan-Christoph Borchardt2019-06-263-8/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Temporary fix for project translationsJulius Härtl2019-06-131-1/+1
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unbreak browser back button not workingFelix Pahlow2019-05-201-1/+0
| | | | | Removed comment left over from https://github.com/nextcloud/server/commit/ab73c9c3282fa3550fcf349ea30e399de202f4ed#diff-c493b80ad1a9bcfa6b69637097972371L1314 Resolves: #15265
* Merge pull request #15469 from nextcloud/stb16/fix/mobile/scrollingMorris Jobke2019-05-092-2/+2
|\ | | | | [Stable16] Fix mobile vertical scrolling
| * [Stable16] Fix mobile vertical scrollingJohn Molakvoæ (skjnldsv)2019-05-092-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Remove recommendation for opcache on CLIMorris Jobke2019-05-092-2/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Properly set Edge < 16 as incompatible with css varsJohn Molakvoæ (skjnldsv)2019-05-071-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Set Edge < 16 as incompatible with css varsJohn Molakvoæ (skjnldsv)2019-05-071-1/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Apply `npm audit fix` on stable16Christoph Wurst2019-04-242-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve the share link password error feedback with a red borderChristoph Wurst2019-04-163-2/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make sure we have a proper node before parsingJohn Molakvoæ (skjnldsv)2019-04-151-0/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #14972 from nextcloud/fix/app-nav-toggle-missingRoeland Jago Douma2019-04-101-1/+3
|\ | | | | Disable the injected snapper logic when apps want to ship their own
| * Do not inject a #app-navigation-toggle if there is already oneChristoph Wurst2019-04-101-1/+3
| | | | | | | | | | | | | | | | | | | | This allows apps to ship their own, as in some cases the #app-content element does not exist on page load and therefore the injection fails and the icon is missing afterwards. Fixes https://github.com/nextcloud/server/issues/14956 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump bundlesJulius Härtl2019-04-092-2/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #14912 from nextcloud/fix/filepicker/truncated-filenameRoeland Jago Douma2019-04-011-0/+15
|\ | | | | Truncate filename in the middle on filepicker
| * Truncate filename in the middle on filepickerJohn Molakvoæ (skjnldsv)2019-03-301-0/+15
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | hide new folder button in choose type filepickerFlorian Schunk2019-03-291-0/+3
|/ | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* Bump bundlesJulius Härtl2019-03-282-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump strenghify to v0.5.8Christoph Wurst2019-03-252-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make all filepicker strings translatableChristoph Wurst2019-03-221-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump bundlesJulius Härtl2019-03-192-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Deprecate marked, escapeHTML, formatDate, getURLParameter, humanFileSize, ↵John Molakvoæ (skjnldsv)2019-03-152-11/+11
| | | | | | relative_modified_date and select2 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #14628 from nextcloud/bugfix/14627/fix-plural-rule-detectionMorris Jobke2019-03-152-2/+2
|\ | | | | Fix plural rule detection for languages
| * Fix behaviour of plural default ruleMorris Jobke2019-03-152-2/+2
| | | | | | | | | | | | * undefined and empty string should trigger the default plural form Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Rename the variable aswellJoas Schilling2019-03-121-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix plural rule detection for languagesJoas Schilling2019-03-112-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Created infrastructure to show circles' shared filesVinicius Cubas Brand2019-03-131-2/+6
|/ | | | | | | | | | | | | | There is a proposal to allow users to filter files shared to circles. This commit is needed to provide the infrastucture for it. Issue: https://github.com/nextcloud/circles/issues/137 Changes to comply to https://github.com/coletivoEITA/circles/pull/2 Polishing: get files shared to circles in caldav Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix unneeded doc link to unrelated resourceMorris Jobke2019-03-111-4/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #14603 from ↵Morris Jobke2019-03-082-14/+89
|\ | | | | | | | | nextcloud/fix/noid/add-setup-check-for-s3-temp-path Show a setup warning in case S3 object storage is used as primary storage
| * Show a setup warning in case S3 object storage is used as primary storageMorris Jobke2019-03-082-14/+89
| | | | | | | | | | | | * checks for at least 50 GB of free space Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Bump bundlesJulius Härtl2019-03-072-44/+102
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix domparser on phantomjsJulius Härtl2019-03-071-0/+46
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Pin the jquery version to 2.1.4Christoph Wurst2019-03-062-12/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add bundled filesJulius Härtl2019-03-012-25/+25
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix testsJulius Härtl2019-03-011-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust OCP.CollaborationJulius Härtl2019-03-011-2/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add javascript API for collaboration resourcesJulius Härtl2019-03-011-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #14398 from ↵Morris Jobke2019-02-282-13/+86
|\ | | | | | | | | nextcloud/feature/14394/add-setup-check-for-mysql-utf8mb4 Add setup check for missing UTF8MB4 on mysql