summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Add missing compiled mimetype list - see #10135Morris Jobke2018-10-011-0/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change wording of 'Copy URL' to more understandable 'Copy link'Jan-Christoph Borchardt2018-10-011-5/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Bump templates to handlebars 4.0.12Roeland Jago Douma2018-09-281-25/+25
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #11037 from nextcloud/trash-webui-davMorris Jobke2018-09-281-1/+2
|\ | | | | Use trashbin dav endpoint to list trash in webui
| * fix trashbin infoparsers interfering with other dav clientsRobin Appelman2018-09-201-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * pass existing data to info parsersRobin Appelman2018-09-201-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Compile contactmenu handlebars templatesRoeland Jago Douma2018-09-278-81/+190
|/ | | | | | | | | | Fixes #11029 For https://github.com/orgs/nextcloud/projects/18 Ship the compiled handlebars templates. This makes it possible to have a scricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #11171 from ↵Joas Schilling2018-09-191-10/+22
|\ | | | | | | | | nextcloud/bugfix/noid/shared-by-info-for-room-shares-without-names Better shared-by info for conversations without names
| * Better shared-by info for conversations without namesJoas Schilling2018-09-111-10/+22
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #11151 from nextcloud/davclient-js-decodeJoas Schilling2018-09-131-1/+1
|\ \ | | | | | | fix js files client for user names with spaces
| * | fix js files client for user names with spacesRobin Appelman2018-09-101-1/+1
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #11036 from ↵Joas Schilling2018-09-132-71/+224
|\ \ | | | | | | | | | | | | nextcloud/fix/10903/users-undefined-maxautocompleteresults fix check for more users in sharing dialogue
| * | adjust and extend js unit testsArthur Schiwon2018-09-121-63/+203
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | don't user a higher paging size than max autocomplete entries are setArthur Schiwon2018-09-101-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix check for more usersArthur Schiwon2018-09-101-6/+19
| |/ | | | | | | | | | | after a refactor users et al were undefined. The check condition was moved. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #10840 from webfoersterei/refactor/5530-urandom-checkJoas Schilling2018-09-132-18/+18
|\ \ | |/ |/| Refactor secure randomness check
| * Change check if secure randomness is possible.Timo Förster2018-08-242-18/+18
| | | | | | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de>
* | Make possible to pick both files and foldersDaniel Calviño Sánchez2018-08-301-1/+9
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Store the mime type filter always as an arrayDaniel Calviño Sánchez2018-08-301-6/+11
| | | | | | | | | | | | | | | | | | This will make easier to check if both directories and files should be pickable. This also removes an unused assignment to the mime type. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Fix empty mime type filterDaniel Calviño Sánchez2018-08-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | When the mime type is an empty array no filter should be applied. However, the filter was loosely compared to an empty array, but as arrays are objects then it became an implicit strict equality comparison which always failed due to being different objects. Now the length of the array is compared instead, and also moved outside the loop as it is not needed to check it for each file. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Prevent default action from being executed when the button is disabledDaniel Calviño Sánchez2018-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | When "enter" is pressed in the file picker a "click" event is triggered on the primary action button. However, in some cases, like when the file picker is in "Choose" mode and the current directory in the file picker is the root folder, the primary action button is disabled. In those cases pressing enter should not trigger a click action on the button and be ignored instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Use empty alt tag for avatars since there is always the name next to itJoas Schilling2018-08-261-0/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #10838 from nextcloud/header-fixes-and-public-noteMorris Jobke2018-08-243-3/+3
|\ | | | | Header fixes and public note
| * Fix jsunitJohn Molakvoæ (skjnldsv)2018-08-241-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix public share link orderJohn Molakvoæ (skjnldsv)2018-08-241-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix public link order and fix skip to contentJohn Molakvoæ (skjnldsv)2018-08-241-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix header calculation and better public designJohn Molakvoæ (skjnldsv)2018-08-241-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add support for rooms in the list of candidates to share with UIDaniel Calviño Sánchez2018-08-241-5/+29
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Fix keyboard menu element event detectionJohn Molakvoæ (skjnldsv)2018-08-221-2/+7
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adds license to files. Updates the branch.Michael Weimann2018-08-204-13/+90
|\ | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Merge pull request #10700 from nextcloud/fix/10516/sharepermissionsMorris Jobke2018-08-202-2/+2
| |\ | | | | | | Fix share dialog sidebar in share views
| | * adapt jsunit testArthur Schiwon2018-08-161-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| | * Take base permissions from DAV, fixes #10516Arthur Schiwon2018-08-151-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Merge pull request #10628 from ↵Morris Jobke2018-08-202-11/+86
| |\ \ | | | | | | | | | | | | | | | | nextcloud/feature/10154/app-directory-permission-check Adds a permission check for app directories
| | * | Extends the setup check js testsMichael Weimann2018-08-091-11/+69
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| | * | Adds a setup check for app directory permissions.Michael Weimann2018-08-091-0/+17
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | Adds tests for the memory checksMichael Weimann2018-08-201-13/+13
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | Adds a memory limit warning for console commands if the limit is below the ↵Michael Weimann2018-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | recommended value Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | Adds tests for the setup memory limit checksMichael Weimann2018-08-201-11/+67
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | Adds a setup check for the memory limitMichael Weimann2018-08-201-0/+9
|/ / / | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Merge pull request #10608 from nextcloud/header-menu-fixesJulius Härtl2018-08-162-7/+7
|\ \ \ | | | | | | | | Fix header menu & contact popover
| * | | Tests fixesJohn Molakvoæ (skjnldsv)2018-08-101-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Align to the leftJohn Molakvoæ (skjnldsv)2018-08-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Disabled checkboxes and design fixesJohn Molakvoæ (skjnldsv)2018-08-161-19/+15
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Fix password enforce on public linksJohn Molakvoæ (skjnldsv)2018-08-151-14/+88
| |_|/ |/| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #10619 from nextcloud/bugfix/4550/redirect-page-updateRoeland Jago Douma2018-08-101-1/+1
|\ \ \ | |_|/ |/| | Redirect to the same page after an update
| * | Redirect to the same page after an updateJulius Härtl2018-08-091-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #10598 from schoonc/patch-1Roeland Jago Douma2018-08-091-2/+0
|\ \ \ | |/ / |/| | Removed unused variable isFile
| * | Removed unused variable isFileschoonc2018-08-091-2/+0
| |/
* | Add custom handling for room shares to the resharer informationDaniel Calviño Sánchez2018-08-081-0/+11
| | | | | | | | | | | | | | Like done with group shares, received room shares are described as such in the UI. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>