summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Composer updatedRoeland Jago Douma2018-01-0441-323/+242
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #7570 from nextcloud/s3-legacy-authMorris Jobke2018-01-043-1/+222
|\ | | | | add option to use legacy v2 auth with s3
| * add option to use legacy v2 auth with s3Robin Appelman2017-12-193-1/+222
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #7693 from splitt3r/fix-js-type-hintMorris Jobke2018-01-041-1/+1
|\ \ | | | | | | Fixed js typehint for showHtml method
| * | Fixed js typehint for showHtml methodsplitt3r2018-01-041-1/+1
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-01-04604-1464/+6824
|/ /
* | Merge pull request #7686 from nextcloud/fix-quota-update-3Roeland Jago Douma2018-01-042-15/+5
|\ \ | | | | | | Fixed quota update on upload and on delete
| * | Fixup! removed unwanted lineJohn Molakvoæ (skjnldsv)2018-01-031-1/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed quota update on upload and on deleteJohn Molakvoæ (skjnldsv)2018-01-032-15/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #7611 from nextcloud/fix-7445Morris Jobke2018-01-036-47/+44
|\ \ \ | | | | | | | | Don't attempt to translate login names to uids when uids are provided
| * | | removes invalid tests, adapts another oneArthur Schiwon2018-01-032-37/+3
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | never translate login names when requiring with a user idArthur Schiwon2018-01-033-22/+34
| | | | | | | | | | | | | | | | | | | | | | | | where appropriate, the preLoginNameUsedAsUserName hook should be thrown. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | extend tests for status quoArthur Schiwon2018-01-032-0/+19
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #7685 from nextcloud/link-to-updateRoeland Jago Douma2018-01-031-1/+1
|\ \ \ \ | |_|/ / |/| | | Make update notification open the new update view from apps management
| * | | Make update notification open the new update view from apps managementJulius Härtl2018-01-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #7680 from nextcloud/fix-7609Roeland Jago Douma2018-01-035-3/+74
|\ \ \ \ | | | | | | | | | | format links in comments
| * | | | Add margin around inline linksMorris Jobke2018-01-031-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | format links in commentsArthur Schiwon2018-01-035-3/+73
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #7669 from nextcloud/ie-fix-invertMorris Jobke2018-01-036-33/+47
|\ \ \ \ \ | | | | | | | | | | | | Fix inverted app icons on IE11
| * | | | | Remove css invert since we are using svg filters for nowJulius Härtl2018-01-032-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Fix height of table rows in apps management on IE11Julius Härtl2018-01-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Fix icon rendering in apps management for IE11Julius Härtl2018-01-032-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Invert app icons on IE11 as wellJulius Härtl2018-01-033-20/+40
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #7681 from nextcloud/fix-quota-update-2Morris Jobke2018-01-032-0/+23
|\ \ \ \ \ | | | | | | | | | | | | Update quotas on each upload
| * | | | | Fix unwanted varJohn Molakvoæ (skjnldsv)2018-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Update quotas on each uploadJohn Molakvoæ (skjnldsv)2018-01-032-0/+23
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #7533 from ↵Morris Jobke2018-01-0314-121/+351
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/oc-28545-handle-oc-total-length-in-new-chunking [oc] Handle OC-Total-Length in new chunking
| * | | | Only set X-OC-Mtime when browser provided lastModified on uploadVincent Petry2017-12-151-4/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Transmit OC-Total-Length in browser as wellThomas Müller2017-12-151-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Add integration tests for length header on new chunkingThomas Müller2017-12-152-0/+37
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Handle OC-Total-Length in new chunkingThomas Müller2017-12-1511-120/+302
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #7678 from nextcloud/fix-share-logoMorris Jobke2018-01-032-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Use guest css on sharing authentication page
| * | | | | Use guest css on sharing authentication pageJulius Härtl2018-01-032-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #7668 from ↵Morris Jobke2018-01-031-1/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | nextcloud/fix-popover-menu-not-closing-in-user-settings Fix popover menu not closing in user settings
| * | | | | Close menu on "mouseup" instead of on "click" events in the documentDaniel Calviño Sánchez2018-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "click" events are handled by several elements in user settings, and some of them (like the edit icon in the user name) stop the propagation of the event. Due to this the event never reaches the document and thus the menu was not closed in those cases. "click" events are always preceded by "mouseup" events (as "click" events are generated when "mousedown" and "mouseup" events occur in the same element), so now the menu is closed when a "mouseup" is received in the document. The described problem would happen too if an element stopped the propagation of the "mouseup" event; currently no element does that in the user settings, so now the menu is always closed as expected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | Fix popover menu not closing in user settingsDaniel Calviño Sánchez2018-01-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A popover menu is displayed when its element has the "open" CSS class. That class is added when clicking on the menu toggle, but it was removed only when clicking again on the toggle, so the popover menu in user settings could be closed only by clicking again on the menu toggle. Now the "open" CSS class is removed too when clicking on the body, either directly or through event propagation. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | Merge pull request #7676 from nextcloud/fix-slash-in-filenameRoeland Jago Douma2018-01-032-0/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Show warning if slash is entered as filename
| * | | | | Do not log user errors as log level 4Morris Jobke2018-01-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hides log entries for the case the parent folder does not exist Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Show warning if slash is entered as filenameMorris Jobke2018-01-031-0/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #7487 from nextcloud/no-password-confirm-with-ssoblizzz2018-01-039-21/+236
|\ \ \ \ \ | |/ / / / |/| | | | disable password confirmation with SSO
| * | | | Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-027-41/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | disable password confirmation with SSOBjoern Schiessle2018-01-025-5/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | Merge pull request #7670 from nextcloud/fix-logo-urlRoeland Jago Douma2018-01-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix logo URL in SCSS variables
| * | | | | Fix logo URL in SCSS variablesJulius Härtl2018-01-031-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #7634 from Abijeet/bug-7539Roeland Jago Douma2018-01-034-1/+33
|\ \ \ \ \ | | | | | | | | | | | | Fixes the delete button not appearing on certain lower resolutions
| * | | | | Remove margin for selected files summaryDaniel Calviño Sánchez2018-01-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The selected files summary shown in the multiselect header has a margin to align it with the names of the files in the contents of the file list. However, on very narrow screens, and depending on the verbosity of the language, the summary can overlap with the actions when the selection contains files and folders. To try to mitigate this, besides showing only the icons for the actions, the summary margin is removed too in very narrow screens. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | Increase touch area for header iconsDaniel Calviño Sánchez2018-01-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On narrow screens only the action icons are shown in the multiselect header of the file list. In that case the padding of those icons is increased to provide a larger touch area (the padding used is the same as in the inline actions of the file list). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | Fixes the delete icon not appearing on certain resolutions.Abijeet2018-01-024-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7539 Also fixes overlap of text on mobile devices by resorting to just icons on lower resolutions. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | | | | Merge pull request #7665 from nextcloud/bugreport-from-customerRoeland Jago Douma2018-01-031-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Note about enterprise users
| * | | | | | Note about enterprise usersJos Poortvliet2018-01-021-0/+4
| | |_|/ / / | |/| | | | | | | | | | It is sometimes annoying to have users come here and complain about wrong priorities, especially when they are clearly running a (large) corporate instance. They should either contribute themselves or get a support contract...