aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9893 from kevgathuku/update-unshare-messageJulius Härtl2018-06-181-1/+1
|\ | | | | Update message shown when unsharing a file
| * Update message shown when unsharing a fileKevin Ndung'u2018-06-181-1/+1
| | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
* | Merge pull request #9884 from nextcloud/groups-search-use-proper-keysJulius Härtl2018-06-181-3/+4
|\ \ | | | | | | Add search to users details groups
| * | Keep userids as keys on group searchJohn Molakvoæ (skjnldsv)2018-06-151-3/+4
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #9823 from ↵blizzz2018-06-181-1/+1
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/bufgix/noid/update_token_on_session_id_regenerate Update the token on session regeneration
| * | Allow updating the token on session regenerationRoeland Jago Douma2018-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Sometimes when we force a session regeneration we want to update the current token for this session. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Adds a test case for the loading symbol in deleted files.Abijeet2018-06-183-5/+10
| | | | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Fixes the restore loading icon appearing continuously.Abijeet2018-06-181-1/+1
| | | | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Fixes issue with action being displayed incorrectly.Abijeet2018-06-182-2/+4
| | | | | | | | | | | | | | | | | | Also fixes the issue with the loading icon on copy & move. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Fix alignment of more iconMorris Jobke2018-06-181-0/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fixes UI issues with the design,Abijeet2018-06-182-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Removes an unnecessary width 2. Content of the table header moving down on selection. Happening due to increase in height of header. 3. Invalid font-size for the actions menu. 4. Vertical position of the action menu Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Fixes issues found during running of test cases.Abijeet2018-06-184-41/+35
| | | | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Fixed failing test cases for the new actions menu.Abijeet2018-06-182-31/+74
| | | | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Added a new action menu in files and trash list.Abijeet2018-06-1811-132/+152
| | | | | | | | | | | | | | | | | | | | | | | | Uses the new file-multi-select-menu component. Towards #7647 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Adds an action dropdown that is shown on file selection.Abijeet2018-06-185-33/+157
| | | | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1718-20/+32
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1614-16/+44
| |/ |/|
* | Merge pull request #9883 from nextcloud/return-user-groups-idsMorris Jobke2018-06-152-4/+4
|\ \ | | | | | | Return groups IDs and not Names
| * | Fixed testsJohn Molakvoæ (skjnldsv)2018-06-151-3/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Return groups IDs and not NamesJohn Molakvoæ (skjnldsv)2018-06-151-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #9258 from nextcloud/theming-logo-pngMorris Jobke2018-06-1511-77/+181
|\ \ \ | |/ / |/| | Convert theming app logo to PNG to show it properly in emails
| * | Add info message if an exception occurs during the svg to png conversionJulius Härtl2018-06-142-2/+18
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Minor fixes and cleanupJulius Härtl2018-06-069-39/+39
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Use svg opt out as parameterJulius Härtl2018-06-054-14/+17
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Adjust ImageManager tests for png generationJulius Härtl2018-06-052-13/+51
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Generate PNG version of the theming app logo for mailsJulius Härtl2018-06-054-21/+68
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1546-56/+166
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-06-146-2/+30
| |
* | Fix possible test timing issues in IconControllerRoeland Jago Douma2018-06-132-8/+4
| | | | | | | | | | | | | | Since the response now handles the caching. We need to provide a default ITimeFactory mock. Else you might have failing tests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-06-1328-182/+382
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-1248-2/+96
| |
* | properly lock the target file on dav upload when not using part filesRobin Appelman2018-06-111-15/+23
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9558 from nextcloud/fix/9489/trashbin_previewsMorris Jobke2018-06-115-55/+73
|\ \ | | | | | | Previews on for all trashbin files
| * | Previews on for all trashbin filesRoeland Jago Douma2018-06-055-55/+73
| |/ | | | | | | | | | | | | | | | | | | * Previews possible for all files in the trashbin * Set caching * Use the fileid to find the file * Fix test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9814 from nextcloud/bugfix/6032/delete_group_with_slashMorris Jobke2018-06-111-1/+1
|\ \ | | | | | | Make the DELETION of groups match greedy on the groupID
| * | Make the DELETION of groups match greedy on the groupIDRoeland Jago Douma2018-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixes #6032 Now since the match is greedy it will also eat the / Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9807 from nextcloud/fix-highlighting-of-the-upload-drop-zoneJohn Molakvoæ2018-06-112-16/+36
|\ \ \ | | | | | | | | Fix highlighting of the upload drop zone
| * | | Do not show an error message when draging and dropping textDaniel Calviño Sánchez2018-06-081-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the browser reports a drag of items other than files (for example, text) and then triggers a drop event with no files no error message should be shown to the user, as in that case there would be no highlight of the drop zone and no indication that the drop would be valid (except for the mouse cursor); the error message should be shown only when the drop event with no files follows a file drag. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Remove no longer needed special handling for FirefoxDaniel Calviño Sánchez2018-06-081-15/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The highlighting was removed in Firefox when the cursor was no longer moving to handle the behaviour of reporting a file drag and then providing no files in the drop event. That behaviour (which was only present in Firefox 48 and 49) is already handled with the "dropnofiles" callback, so that special handling is no longer needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Use "dropnofiles" callback to disable the drop state in the UIDaniel Calviño Sánchez2018-06-081-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a file is dragged from the desktop to the file list the file list is highlighted, and when the file is finally dropped or the drag operation is cancelled the highlighting is removed. In some cases, due to a wrong implementation, a browser may end a file drag with a drop with no files (for example, when a folder or text is dragged), which would cause the highlight to not be removed. Now those cases are handled with the "dropnofiles" callback, which restores the UI and also shows a message to the user. The error message is just a generic one, as in some cases it is not even possible to know whether the problem came from a text drag or a folder drag, and whether the problem appears or not depends on the browser, version and even operating system. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add callback to clean up after misbehaved drag and drop eventsDaniel Calviño Sánchez2018-06-081-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The jQuery Plugin triggers the "dragover" callback when the browser triggers the "dragover" event and the types in their DataTransfer include a "Files" item. It also triggers the "drop" callback when the browser triggers the "drop" event and the list of files in its DataTransfer is not empty. Unfortunately some browsers may trigger "dragover" events with a DataTransfer that includes a "Files" item and then trigger a "drop" event with an empty list of files. When that happens the actions performed in the "dragXXX" callbacks could be left hanging if they were expected to be finished in the "drop" callback (for example, if the drop zone was highlighted during the drag to be then restored when the file was finally dropped). This commit adds the "dropnofiles" callback to be able to handle those situations. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Remove duplicated codeDaniel Calviño Sánchez2018-06-081-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "disableDropState" was set as the event handler in 8d4e5747f386a0, but the duplicated code was accidentally added back in 786e858d23c4a4. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #9798 from ↵Morris Jobke2018-06-111-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/enable_caldav_for_public_calendars enable caldav for webdav subtree public-calendars
| * | | | enable caldav for webdav subtree public-calendarsGeorg Ehrke2018-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-06-112-0/+6
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-06-1010-4/+32
| |_|/ / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-0916-0/+52
| | | |
* | | | Bump webpack from 4.11.1 to 4.12.0 in /apps/updatenotificationdependabot[bot]2018-06-082-133/+132
| |/ / |/| | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.11.1 to 4.12.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.11.1...v4.12.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #9786 from ↵Morris Jobke2018-06-084-7/+85
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/noid/external_sftp_password_and_key Add SFTP auth mechanism to use a password and private key for SFTP
| * | | Add SFTP auth mechanism to use a password and public key for SFTPRoeland Jago Douma2018-06-074-7/+85
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>