summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11778 from nextcloud/versions-webui-davRoeland Jago Douma2018-10-2311-529/+118
|\ | | | | move versions webui over to the dav api
| * move versions webui over to the dav apiRobin Appelman2018-10-1111-529/+118
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #11985 from ↵Roeland Jago Douma2018-10-232-73/+77
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/node-sass-4.9.4 Bump node-sass from 4.9.3 to 4.9.4 in /build
| * | Bump node-sass from 4.9.3 to 4.9.4 in /builddependabot[bot]2018-10-222-73/+77
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.3 to 4.9.4. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.9.3...v4.9.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #11906 from kevin147147/patch-5Morris Jobke2018-10-231-0/+1
|\ \ \ | | | | | | | | make scroll navigation items full width
| * | | make scroll navigation items full widthkevin1471472018-10-181-0/+1
| | | |
* | | | Merge pull request #11439 from nextcloud/trash-modular-apiMorris Jobke2018-10-2333-483/+1073
|\ \ \ \ | | | | | | | | | | Modular trashbin api
| * | | | store user for trashitem in the trashitemRobin Appelman2018-10-1710-68/+50
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | remove user parameter from `ITrashItem::getOriginalLocation`Robin Appelman2018-10-173-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since the target user is known at the time of creating the trashitem the original location can already be adjusted on a per user level Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix trash storage wrapper testsRobin Appelman2018-10-171-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix preview controller testsRobin Appelman2018-10-171-4/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix error message for folder preview requestRobin Appelman2018-10-171-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | pass `Cache::getMoveInfo` along cache wrappersRobin Appelman2018-10-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes cross storage move in some cases Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | expose storagefactory in server containerRobin Appelman2018-10-173-2/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | use name in fileinfo if setRobin Appelman2018-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix trashbin previews for modular apiRobin Appelman2018-10-174-40/+78
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix select statementRobin Appelman2018-10-1724-435/+952
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix select statement Make trashbin api modules Apps can register trashbin backends for specific storages, allowing them to modify trashbin behavior for storages The old trashbin implementation has been wrapped in a "legacy" backend, for future work this can be replaced with a new backend that better handles shares while still keeping the legacy backend around to keep existing trash from being accessible Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #11847 from iPaat/Fix/DeleteCookiesThroughClearSiteDataMorris Jobke2018-10-232-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Remove cookies from Clear-Site-Data Header
| * | | | | Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In https://github.com/nextcloud/server/commit/2f87fb6b456fd109c90a5093c31b7a3f62a32040 this header was introduced. The referenced documentation says: > When delivered with a response from https://example.com/clear, the following header will cause cookies associated with the origin https://example.com to be cleared, as well as cookies on any origin in the same registered domain (e.g. https://www.example.com/ and https://more.subdomains.example.com/). This also applies if `https://nextcloud.example.com/` sends the `Clear-Site-Data: "cookies"` header. This is not the behavior we want at this point! So I removed the deletion of cookies from the header. This has no effect on the logout process as this header is supported only recently and the logout works in old browsers as well. Signed-off-by: Patrick Conrad <conrad@iza.org>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-10-23578-2206/+3556
| | | | | |
* | | | | | Merge pull request #11914 from nextcloud/csp/report-uriMorris Jobke2018-10-234-0/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add report-uri to CSP
| * | | | | | Add report-uri to CSPRoeland Jago Douma2018-10-214-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #11943 from nextcloud/buttons-roundMorris Jobke2018-10-237-27/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Round off buttons 'pill style' like on the website
| * | | | | | | Fix password protected share link buttonJan-Christoph Borchardt2018-10-231-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | Round off buttons 'pill style' like on the websiteJan-Christoph Borchardt2018-10-236-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | | Merge pull request #11966 from nextcloud/csp/safari12-supportMorris Jobke2018-10-231-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add nonce for Safari 12+
| * | | | | | | | Add nonce for Safari 12+Roeland Jago Douma2018-10-211-0/+2
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As far as I can tell this should work now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #11980 from nextcloud/assemblly-stream-lazyMorris Jobke2018-10-231-5/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lazy open first source stream in assemblystream
| * | | | | | | | lazy open first source stream in assemblystreamRobin Appelman2018-10-221-5/+6
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #11967 from ↵Morris Jobke2018-10-2310-19/+138
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix-opening-a-section-again-in-the-files-app Fix opening a section again in the Files app
| * | | | | | | Add acceptance tests for opening a section in the Files appDaniel Calviño Sánchez2018-10-212-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | | | Remove event handler no longer neededDaniel Calviño Sánchez2018-10-212-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The custom handler for "URL changed" events were added to reload the file list whenever the sections for favorites and shares were opened; this was used to fix the problem of not reloading the file lists when opening them for a second time. However, besides that the handlers were not really necessary, and as the root of the bug was fixed in the previous commit those handlers are now removed. The file list for tags uses the handler for a different purpose, though, so that one was kept. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | | | Fix opening a section again in the Files appDaniel Calviño Sánchez2018-10-216-7/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a section is open in the Files app a "show" event is triggered. File list objects handle that event by reloading themselves, but only if the file list was shown at least once. However, the file list objects of plugins are created when the "show" event is triggered for the first time for their section; as the file list objects register their handler for the "show" event when they are created they never handle the first triggered "show" event, as the handler is set while that event is being already handled. Therefore, from the point of view of the handler, the second time that a "show" event was triggered it was seen as if the file list was shown for the first time, and thus it was not reloaded. Now the "shown" property is explicitly set for those file lists that are created while handling a "show" event, which causes them to be reloaded as expected when opening their section again. Note that it is not possible to just reload the file list whenever it is shown; the file list is reloaded also when the directory changes, and this can happen when the web page is initially loaded and the URL is parsed. In that case, if file lists were reloaded when shown for the first time then it could be reloaded twice, one with the default parameters due to the "show" event and another one with the proper parameters once the URL was parsed, and the files that appeard in the list would depend on which response from the server was received the last. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | | | Merge pull request #11932 from nextcloud/font-nunitoMorris Jobke2018-10-2332-321/+218
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change typeface to Nunito
| * | | | | | | | fixup! Fix comment and cap-heightJohn Molakvoæ (skjnldsv)2018-10-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | | | | Fix comment and cap-heightJohn Molakvoæ (skjnldsv)2018-10-232-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | | | | Use correct typeface for avatar generatorJan-Christoph Borchardt2018-10-232-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | Use correct typeface for txt previewsJan-Christoph Borchardt2018-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | Remove font-specifics from high contrast theme because we are now on ↵Jan-Christoph Borchardt2018-10-231-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regular+bold anyway Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | Fix font-face in dyslexia-friendly themeJan-Christoph Borchardt2018-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | Fix font-face on LDAP tooltipJan-Christoph Borchardt2018-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | Use normal text color for sections now that it's not full blackJan-Christoph Borchardt2018-10-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | Add woff2 format of Nunito for better performance in modern browsersJan-Christoph Borchardt2018-10-196-10/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | Text color #222 instead of #000 for better readabilityJan-Christoph Borchardt2018-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | Change typeface from Open Sans to NunitoJan-Christoph Borchardt2018-10-1912-225/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | | | | Move fonts from light/semibold to regular/bold for better readabilityJan-Christoph Borchardt2018-10-1913-53/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | | | | Merge pull request #11964 from nextcloud/bug/11919/do_not_always_fallbackRoeland Jago Douma2018-10-231-1/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Forwarded ExpiredTokenException
| * | | | | | | | | Catch more occurences where ExpiredTokenException can be thrownRoeland Jago Douma2018-10-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | | | Expired PK tokens should not fall back to legacy tokensRoeland Jago Douma2018-10-211-0/+2
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #11919 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | Merge pull request #11963 from nextcloud/3rdparty/swiftmailer/6.1.3Roeland Jago Douma2018-10-231-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [3rdparty] Bump swiftmailer to 6.1.3