summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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>
* | Add custom handling for room shares to the list of shareesDaniel Calviño Sánchez2018-08-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Like done for other types of shares, room shares are now explicitly described as such in the UI. The avatar used is the image provided in the "shareWithAvatar" property of the share. If none is given then the avatar is the first letter of the display name of the room share with a coloured background seeded from the room token. If the display name of the room is empty then no letter is shown in the avatar; no special handling is done in that case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Add type for room sharesDaniel Calviño Sánchez2018-08-081-0/+1
|/ | | | | | This type represents shares with a Nextcloud Talk conversation. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix HTML on update error pageJan-Christoph Borchardt2018-08-031-14/+7
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix double container on 'Possible CSRF attack' pageJan-Christoph Borchardt2018-08-011-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #10474 from danielkesselberg/bugfix/10379/no-files-in-hereRoeland Jago Douma2018-08-011-1/+6
|\ | | | | Set emptyText depending on filepicker type
| * Set emptyText depending on filepicker typeDaniel Kesselberg2018-07-311-1/+6
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Improve URL detectionJoas Schilling2018-07-312-1/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Reword share comment featureRoeland Jago Douma2018-07-312-2/+2
| | | | | | Fixes #10403 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use small loading indicator for avatars smaller than 32pxJulius Härtl2018-07-252-1/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #10310 from nextcloud/accessibility-headerMorris Jobke2018-07-251-3/+28
|\ | | | | Accessibility fixes for header and global elements
| * Remove deprecated keyboard events & propertiesKevin Ndung'u2018-07-241-3/+3
| | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
| * Enter key on menu registrationJohn Molakvoæ (skjnldsv)2018-07-201-1/+13
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Make left sidebar toggle also work with keyboardJan-Christoph Borchardt2018-07-201-2/+15
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Make possible to enable "sending password by Talk" from the share menuDaniel Calviño Sánchez2018-07-241-8/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now the password to be sent by mail was set by enabling a checkbox in the share menu and then entering the password in an input field shown below. Now, when Talk is enabled, another item is added to the share menu to do the same for a password to be sent by Talk. Sending the password by mail and sending it by Talk are mutually exclusive actions, so when one of the checkboxes is enabled the other one is automatically disabled. Note that the icon set for the field, "icon-passwordtalk", does not currently exist; it simply mimics the "icon-passwordmail" (which does not exist either) used for the field of the password protect by mail to get the right padding in the menu. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Acceptance and mobile navigation fixesJohn Molakvoæ (skjnldsv)2018-07-241-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #10218 from nextcloud/share-commentsRoeland Jago Douma2018-07-2411-542/+481
|\ \ | | | | | | allow to add a personal note to a share
| * | Design structure fixesJohn Molakvoæ (skjnldsv)2018-07-211-4/+8
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Tests fixes and design bumpJohn Molakvoæ (skjnldsv)2018-07-215-188/+21
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Don't use shorthand syntax for functionsJulius Härtl2018-07-212-8/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | No remote note and various fixesJohn Molakvoæ (skjnldsv)2018-07-212-8/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Public fixesJohn Molakvoæ (skjnldsv)2018-07-215-237/+74
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Public shareJohn Molakvoæ (skjnldsv)2018-07-213-121/+269
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | fix post urlBjoern Schiessle2018-07-211-3/+3
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | Autoresize + autoloaderJohn Molakvoæ (skjnldsv)2018-07-211-0/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Popovermenu migrationJohn Molakvoæ (skjnldsv)2018-07-216-163/+101
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | UI set share note!John Molakvoæ (skjnldsv)2018-07-215-0/+181
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Do not bind reset password link if an url is setJohn Molakvoæ (skjnldsv)2018-07-231-1/+1
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Jsunit fixes 1John Molakvoæ (skjnldsv)2018-07-201-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Sidebar fixJohn Molakvoæ (skjnldsv)2018-07-201-8/+4
| | | | | | | | | | | | | | Fix sidebar and scrollbar on content Sidebar fixes, and sidebar-width + header-height variables Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix style of the user facing whats new popupMorris Jobke2018-07-171-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-134-8/+75
|\ | | | | sharedWithDisplayName & sharedWithAvatar
| * display details on sharing panelMaxence Lange2018-05-211-1/+12
| | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
| * SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-213-7/+63
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #10110 from nextcloud/feature/100500/whats-new-info-usersMorris Jobke2018-07-133-0/+136
|\ \ | | | | | | Display What's New info to users
| * | wire the frontendArthur Schiwon2018-07-051-7/+87
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Backend work to provide NC whats New info to usersArthur Schiwon2018-07-053-0/+56
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Fix unit tests - follow up to #10197Morris Jobke2018-07-111-32/+15
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #9895 from nextcloud/fed-group-sharesMorris Jobke2018-07-114-29/+112
|\ \ \ | | | | | | | | implement federated group sharing
| * | | fix js testsBjoern Schiessle2018-07-111-24/+82
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | start to get fed group shares into the share dialogBjoern Schiessle2018-07-113-5/+30
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #10197 from nextcloud/feature/9410/improve-opcache-feedbackRoeland Jago Douma2018-07-112-2/+85
|\ \ \ \ | | | | | | | | | | Improve opcache feedback
| * | | | opcache module checkCthulhux2018-07-112-2/+85
| |/ / / | | | | | | | | | | | | | | | | | | | | Improved the speed of isOpcacheProperlySetup() (instant return instead of continuing when we're already failed), added a check for the opcache extension itself. Potentially fixes #9410 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / Improve url detection in commentsJoas Schilling2018-07-112-9/+58
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / Add warning to setup checks if the default mailer is still phpRoeland Jago Douma2018-07-041-0/+12
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix code integrity check-warning linkMarius Blüm2018-06-291-1/+1
| | | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | Merge pull request #5623 from nextcloud/locale-settingMorris Jobke2018-06-291-0/+9
|\ \ | | | | | | Add user locale/region setting
| * | fix OC.getLocale()Georg Ehrke2018-06-271-1/+1
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>