summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix Enter sending comment instead of adding autocomplete item to messageDaniel Calviño Sánchez2017-12-072-2/+50
| | | | | | | | | | | | | When the autocomplete popover is shown the At.js plugin listens on the message input field for key down events, and when Enter is pressed it adds the selected item to the message. However, as "_onTypeComment" also handles key down events for the message input field, when Enter was pressed the comment was submitted and At.js had no chance to add the item before that happened. Now when Enter is pressed and the autocomplete popover is shown the comment is not submitted, and thus At.js adds the selected item to the message as expected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add unit tests for posting comments with enter keyDaniel Calviño Sánchez2017-11-301-0/+28
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Set text only in the message div of the new comment formDaniel Calviño Sánchez2017-11-301-10/+13
| | | | | | | | When finding ".message" elements on "view.$el" the message area for the new comment form and all the comments were matched. Now the selector was restricted to match only the message area for the new comment form. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Submit comments with Enter and use Shift+Enter for new linesDaniel Calviño Sánchez2017-11-231-2/+3
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Make close icon fill more spaceMarin Treselj2017-11-211-2/+2
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* [tx-robot] updated from transifexNextcloud bot2017-11-212-0/+16
|
* Merge pull request #7047 from ↵Björn Schießle2017-11-206-13/+32
|\ | | | | | | | | nextcloud/add-support-for-files-with-no-permissions Add support for files with no permissions
| * Remove requeriment for read permission on some actionsDaniel Calviño Sánchez2017-11-022-2/+2
| | | | | | | | | | | | | | The Details and the Favorite actions do not require any permission on the files to be performed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add proper handling of files without permissionsDaniel Calviño Sánchez2017-11-023-2/+16
| | | | | | | | | | | | | | | | | | | | | | Now a file gets its directory permissions only if it contained no permissions (they were undefined or null), but not if its permissions were set to "NONE". Besides that, now file actions that do not require any permission on the file to be performed can be used on files that have no permissions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Return whether the file is readable or not in the DAV permissionsDaniel Calviño Sánchez2017-11-022-9/+14
| | | | | | | | | | | | | | | | | | | | Until now it was safe to assume that every file was readable by its owner, so there was no need to return whether the file was readable or not. However, with the introduction of end to end encryption that is no longer the case, and it is now necessary to explicitly provide that information. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-11-2012-18/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-1912-12/+42
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-186-0/+6
| |
* | Merge pull request #7163 from ↵Jan-Christoph Borchardt2017-11-171-0/+2
|\ \ | | | | | | | | | | | | nextcloud/force-breaks-on-extremely-long-words-in-comments Force breaks on extremely long words in comments
| * | Force breaks on extremely long wordsDaniel Calviño Sánchez2017-11-171-0/+2
| | | | | | | | | | | | | | | | | | If not broken extremely long words overflow their container. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #7152 from ↵Morris Jobke2017-11-171-0/+16
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/adjust_calendarobject_size_after_applying_class remove cached size from shared calendar objects
| * | | remove cached size from shared calendar objectsGeorg Ehrke2017-11-121-0/+16
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-11-1720-0/+38
| | | |
* | | | Merge pull request #7193 from nextcloud/bugfix/noid/invitation-email-refinementsMorris Jobke2017-11-161-4/+6
|\ \ \ \ | | | | | | | | | | refine invitation email
| * | | | refine invitation emailGeorg Ehrke2017-11-161-4/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #6840 from nextcloud/feature/5282/calendar_apiMorris Jobke2017-11-1610-3/+703
|\ \ \ \ \ | |/ / / / |/| | | | Calendar API for apps
| * | | | add option to filter CalendarAPI by componenttypeGeorg Ehrke2017-11-091-2/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | update dav autoloaders after adding calendar apiGeorg Ehrke2017-11-092-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | | integrate Dav app with Calendar APIGeorg Ehrke2017-11-098-3/+693
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #7188 from nextcloud/fix-broken-svg-2Morris Jobke2017-11-1611-24/+9
|\ \ \ \ \ | | | | | | | | | | | | Re-optimize places and files icons
| * | | | | Re-optimize places and files iconsMarin Treselj2017-11-1511-24/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-11-168-2/+84
| | | | | |
* | | | | | Merge pull request #7173 from ↵Morris Jobke2017-11-152-4/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/show_username_in_invitationsemails Show organizer's name in From field of invitation email
| * | | | | show name of organizer in from name of invitation emailGeorg Ehrke2017-11-142-4/+27
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-11-154-0/+4
| | | | |
* | | | | Merge pull request #7165 from nextcloud/smb-2.0.3Morris Jobke2017-11-1416-47/+126
|\ \ \ \ \ | | | | | | | | | | | | update icewind/smb to 2.0.3
| * | | | | update icewind/smb to 2.0.3Robin Appelman2017-11-1416-47/+126
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #7130 from nextcloud/fix-broken-svgJan-Christoph Borchardt2017-11-144-8/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Optimize SVG icons
| * | | | | second batch of fixed and re-optimized iconsMarin Treselj2017-11-104-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | | | | Merge pull request #5749 from nextcloud/ldap-primary-buttonsblizzz2017-11-143-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | LDAP Wizard: primary-style buttons
| * | | | | | Use primary class also for ui-button elementsJulius Härtl2017-11-134-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | hackishly add primary css class adaption for jquery uiArthur Schiwon2017-11-134-1/+14
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Fix tooltip placement in Shared files listJan-Christoph Borchardt2017-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-11-1416-0/+172
|/ / / / /
* | | | | Merge pull request #7123 from nextcloud/external-storage-user-mount-checkboxMorris Jobke2017-11-131-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix "allow user mount" checkbox for external storage
| * | | | | Fix "allow user mount" checkbox for external storageRobin Appelman2017-11-091-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #7051 from nextcloud/breadcrumbs-refactorMorris Jobke2017-11-137-231/+336
|\ \ \ \ \ | | | | | | | | | | | | Breadcrumbs refactor
| * | | | | Added more tests and only test jsunit on drone (for testing only)John Molakvoæ (skjnldsv)2017-11-131-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Add menu testsJohn Molakvoæ (skjnldsv)2017-11-121-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Fix menu declaration and width calculationJohn Molakvoæ (skjnldsv)2017-11-101-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Removed console logJohn Molakvoæ (skjnldsv)2017-11-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Fixed tests and width calculationJohn Molakvoæ (skjnldsv)2017-11-082-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Scrutinizer fixJohn Molakvoæ (skjnldsv)2017-11-081-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Improve drag & drop and fix some background issue if d&d on narrow windowsJohn Molakvoæ (skjnldsv)2017-11-084-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Fixed remaining testsJohn Molakvoæ (skjnldsv)2017-11-083-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>