summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Redirect guests to login if they follow the link of a comment ↵Joas Schilling2018-10-032-57/+121
| | | | | | mention-notification Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #11558 from nextcloud/stable14-header-overflowRoeland Jago Douma2018-10-021-0/+6
|\ | | | | [stable14] Fix header overflow, fix more apps menu, fix #11552
| * Fix header overflow, fix more apps menu, fix #11552Jan-Christoph Borchardt2018-10-021-0/+6
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #11556 from nextcloud/stable14-files-list-width-sharingMorris Jobke2018-10-022-3/+2
|\ \ | | | | | | [stable14] Reduce the min-width of the files table so it works on sharing pages on mobile
| * | Reduce the min-width of the files table so it works on sharing pages on mobileJan-Christoph Borchardt2018-10-022-3/+2
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* / throw an error if a node is smaller than expected in assemblystreamRobin Appelman2018-10-021-0/+9
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #11530 from nextcloud/stb14-brdcrmb-fxRoeland Jago Douma2018-10-021-0/+3
|\ | | | | Fix breadcrumbs
| * Fix breadcrumbsJohn Molakvoæ (skjnldsv)2018-10-021-0/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fixes file/folder move/copy buttonsMichael Weimann2018-10-011-0/+2
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Fix buttons wrapping on long folder namesJan-Christoph Borchardt2018-10-011-3/+11
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Ellipsize long filenames and sharee names in public share page headerJan-Christoph Borchardt2018-10-011-1/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Used CSS VariablesEASY2018-10-011-2/+2
| |
* | Update theming.scssEASY2018-10-011-2/+2
|/
* AssemblyStream is also eof if we have no more source streamRobin Appelman2018-09-281-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #11399 from ↵Morris Jobke2018-09-271-1/+48
|\ | | | | | | | | nextcloud/stable14-11112-do-not-hide-the-progress-bar-while-the-chunked-upload-is-being-assembled [stable14] Do not hide the progress bar while the chunked upload is being assembled
| * Do not hide the progress bar while the chunked upload is being assembledDaniel Calviño Sánchez2018-09-261-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Large files are not uploaded in a single operation, but uploaded in several chunks; once all the chunks are uploaded then the server needs to assemble them to get the final file. Before, once the chunks were uploaded the progress bar was hidden. However, this was confusing for the users, as the file could still need some time to appear in the file list due to the assembling. Now once all the chunks are uploaded the text in the progress bar changes to inform the user that there are still some pending operations, and only when the file is finally assembled the progress bar is hidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #11389 from nextcloud/backport/11383/stable14blizzz2018-09-271-1/+9
|\ \ | | | | | | [stable14] do not explode when getting permissions from a FailedStorage
| * | do not explode when getting permissions from a FailedStorageArthur Schiwon2018-09-261-1/+9
| |/ | | | | | | | | | | | | for instance if a user of an external user backend is not available currently, the whole Files UI would be frozen. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix position of contacts menu shown on mentionsDaniel Calviño Sánchez2018-09-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | There are no default CSS rules for the contacts menu, as its position depends on the element on which it is shown. Note, however, that if no explicit rules are provided the contacts menu on mentions is affected by the rules for the contacts menu on shares from the sharing tab. The contacts menu is now positioned to show the tip of the arrow horizontally aligned with the center of the avatar, and with the top of the menu slightly below the bottom border of the mention. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Fix contacts menu not triggered on certain areas of a mentionDaniel Calviño Sánchez2018-09-241-8/+7
|/ | | | | | | | | | The contacts menu was triggered only when the avatar or the name of the user were clicked. Due to this, clicking on certain (small) areas of a mention (like the right end, or the space between the avatar and the name) did not show the contacts menu. Now the contacts menu is shown when any area of the mention is clicked. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #11259 from nextcloud/fix/11144/backport14Joas Schilling2018-09-202-5/+70
|\ | | | | [14] Fixes empty favorite names for trailing slashes
| * Fixes empty favorite names for trailing slashesMichael Weimann2018-09-192-5/+70
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Merge pull request #11077 from ↵blizzz2018-09-203-32/+55
|\ \ | | | | | | | | | | | | nextcloud/stable14-11064-fix-markup-and-style-of-mentions-in-comments [stable14] Fix markup and style of mentions in comments
| * | Add new line at the end of fileDaniel Calviño Sánchez2018-09-051-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Ensure that the avatar and the user name will be kept togetherDaniel Calviño Sánchez2018-09-051-0/+4
| | | | | | | | | | | | | | | | | | | | | Otherwise a line break could be added between the avatar and the user name when the wrapper is close to the right border of the message. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Remove unneeded CSS rule for mentionsDaniel Calviño Sánchez2018-09-051-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Most of the properties of the rule are not needed for mentions, so the rule is no longer applied to them; the only needed property was moved to the main rule for mentions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Fix pointer cursor not shown on avatarsDaniel Calviño Sánchez2018-09-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the cursor is on an avatar wrapper the cursor is shown as a pointer to inform the user that it can be clicked (which will either show the contacts menu or insert a mention, depending on the case); the cursor must be explicitly defined for the "img" element that shows the avatar too, or otherwise the default cursor would be shown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Highlight mentions to the current userDaniel Calviño Sánchez2018-09-051-0/+4
| | | | | | | | | | | | | | | | | | | | | Like done in Talk, mentions to the current user are now shown with the primary colors to make them more prominent. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Ensure that the user name is shown in bold in mentionsDaniel Calviño Sánchez2018-09-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Different browsers use different font weights for strong elements (Chromium uses "bold", but Firefox uses "bolder", which is relative to the font weight of the parent), so now the user name in mentions is explicitly shown with a bold weight. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Reformat embedded HTML code to resemble HTML codeDaniel Calviño Sánchez2018-09-051-27/+31
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Remove space between avatar and user nameDaniel Calviño Sánchez2018-09-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The avatar should be shown immediately after the avatar to be able to accurately define the space between them using only CSS rules. Note that in the case of the "atwho" menu it is not really needed, as a whitespace removal seems to be done automatically by the plugin, but it was modified for its displayed elements too for consistency. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Show avatar using "span" instead of "div"Daniel Calviño Sánchez2018-09-052-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Visually it makes no difference, but as the ".avatar" element is inside a "span" element it can not be a block element to be compliant with the HTML specification. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #11287 from ↵Joas Schilling2018-09-203-11/+18
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/backport/11041/get_permission_of_storage_for_shares [stable14] Get permission of storage for shares
| * | | Update test now that we check permissions properlyRoeland Jago Douma2018-09-191-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we actually check thepermissions properly we have to update the tests. * We checked an invalid path * We checked from wrong permissions (files never have CREATE permissions for example) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Properly check share permissionsRoeland Jago Douma2018-09-191-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isCreatable only works on folders isUpdatable if the file is not there but it is a part file also has to be checked on the folder Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Fix shared cacheRoeland Jago Douma2018-09-191-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Check the permission of the underlying storageRoeland Jago Douma2018-09-191-1/+2
| | |/ | |/| | | | | | | | | | | | | | | | Else shares might expose more permissions than the storage actually providers. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11282 from ↵Joas Schilling2018-09-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/backport/11183/fix-link-for-update-notifications [stable14] Fix the link and anchor for the update notifications
| * | | Fix the link and anchor for the update notificationsJoas Schilling2018-09-191-1/+1
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / Prevent comment being composed from overlapping the submit buttonDaniel Calviño Sánchez2018-09-191-0/+3
|/ / | | | | | | | | | | | | | | | | The submit button is placed in the text area using absolute positioning, so it is not taken into account when calculating the text layout. Due to this it is necessary to add an explicit padding to the right of the text area to prevent the text from overlapping the submit button. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894Patrik Kernstock2018-09-162-5/+3
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | Fix user and group listing with users that have an integer user idJoas Schilling2018-09-123-16/+18
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #11039 from nextcloud/backport/fix/10968/upload-progressRoeland Jago Douma2018-09-071-0/+4
|\ \ | |/ |/| Fixes the upload progress bar layout - 14 backport
| * Fixes the upload progress bar layoutMichael Weimann2018-09-031-0/+4
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | remove LogicException, because it's also triggered with legitimate parametersGeorg Ehrke2018-09-053-14/+11
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2018-08-3114-2/+82
|
* Merge pull request #10910 from nextcloud/customproperties-ignored-listMorris Jobke2018-08-302-1/+1
|\ | | | | use the same ignored properties list for both CustomerPropertiesBackends
| * use the same ignored properties list for both CustomerPropertiesBackendsRobin Appelman2018-08-282-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #10913 from ↵Morris Jobke2018-08-301-16/+20
|\ \ | | | | | | | | | | | | nextcloud/do-not-parse-html-in-user-id-and-display-name Do not parse HTML in user id and display name
| * | Do not parse HTML in user id and display nameJoas Schilling2018-08-281-16/+20
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>