aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-10-306-4/+118
|
* Merge pull request #11627 from nextcloud/feature/noid/cli-remove-appMorris Jobke2018-10-302-0/+150
|\ | | | | Add occ app:remove CLI command
| * Use error styling for exception messagePatrik Kernstock2018-10-101-2/+2
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
| * Using Throwable instead of ExceptionPatrik Kernstock2018-10-101-2/+3
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
| * Log exception using ILoggerPatrik Kernstock2018-10-052-2/+15
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
| * Inject AppManager and Installer, check for shipped app prior removingPatrik Kernstock2018-10-052-7/+30
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
| * Run uninstall tasks by default, added '--keep-data' parameterPatrik Kernstock2018-10-051-0/+19
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
| * Add occ app:remove CLI commandPatrik Kernstock2018-10-052-0/+94
| | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | Merge pull request #12019 from nextcloud/icons-svg-api-fixesJohn Molakvoæ2018-10-292-5/+5
|\ \ | | | | | | Move svg api endpoint
| * | Move svg api endpointJohn Molakvoæ (skjnldsv)2018-10-292-5/+5
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #11993 from nextcloud/headings-standardsJohn Molakvoæ2018-10-292-10/+10
|\ \ \ | |/ / |/| | Headings standard
| * | fixup! CleanupJohn Molakvoæ (skjnldsv)2018-10-281-11/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | CleanupJohn Molakvoæ (skjnldsv)2018-10-231-1/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Headings standardJohn Molakvoæ (skjnldsv)2018-10-231-6/+17
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #12076 from trendzetter/patch-3John Molakvoæ2018-10-291-1/+1
|\ \ \ | | | | | | | | Add missing tag
| * | | Add missing tagtrendzetter2018-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | Add missing closing tag for span. Signed-off-by: Joris Willems <joris.willems@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-10-2910-6/+36
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-10-282-50/+54
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-10-2720-4/+44
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2018-10-26126-674/+262
| | |
* | | Adjust design of maintenance mode pageJan-Christoph Borchardt2018-10-252-8/+10
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #12016 from nextcloud/wip/noid/icon-base64Morris Jobke2018-10-251-9/+9
|\ \ \ | | | | | | | | Directly embed icons into the icon-vars css file
| * | | Keep list of icons in a separate file for use in the accessibility appJulius Härtl2018-10-251-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #11988 from nextcloud/docs/jsdoc-buildMorris Jobke2018-10-256-8/+23
|\ \ \ \ | | | | | | | | | | JSdoc build fixes and move build script out of the root folder
| * | | | Adjust some jsdocsJulius Härtl2018-10-246-8/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #11893 from caugner/7837-filesize-format-with-localeMorris Jobke2018-10-252-0/+71
|\ \ \ \ \ | |_|/ / / |/| | | | Formats file sizes using the user's locale
| * | | | OC.getCanonicalLocale: fix testsClaas Augner2018-10-241-4/+8
| | | | | | | | | | | | | | | Signed-off-by: Claas Augner <git@caugner.de>
| * | | | humanFileSize: use toLocaleStringClaas Augner2018-10-242-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | humanFileSize: add test with locale humanFileSize: use canonical locale humanFileSize: skip test w/o toLocaleString support humanFileSize: stub getCanonicalLocale OC.getCanonicalLocale: cover undefined case humanFileSize: fix getCanonicalLocale stub Signed-off-by: Claas Augner <git@caugner.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-10-254-52/+62
| |/ / / |/| | |
* | | | Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-246-5/+113
|\ \ \ \ | | | | | | | | | | Files grid view
| * | | | Allow focus on input with keyboardJohn Molakvoæ (skjnldsv)2018-10-232-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Merge branch 'master' of https://github.com/nextcloud/server into gridview-tableJohn Molakvoæ (skjnldsv)2018-10-2334-303/+366
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Add filepicker toggleJohn Molakvoæ (skjnldsv)2018-10-233-1/+56
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Filepicker gridJohn Molakvoæ (skjnldsv)2018-10-232-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Fix translucent controls bar for dark themesJan-Christoph Borchardt2018-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | Add back slightly translucent background for controls barJan-Christoph Borchardt2018-10-183-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | Remember toggle and events handlerJohn Molakvoæ (skjnldsv)2018-10-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Use grid view in other file views tooJan-Christoph Borchardt2018-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Merge pull request #11396 from nextcloud/wellknown-webfingerMorris Jobke2018-10-242-5/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | adding .well-known/webfinger
| * | | | | | Make possible to set the expected status of the well known URL checkDaniel Calviño Sánchez2018-10-102-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The check is based on the HTTP status returned by the URL, and different URLs may return different status (for example, DAV returns 207, while a service like WebFinger would return 200), so the expected status needs to be set depending on the URL. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2018-10-242-0/+70
| | | | | | |
* | | | | | | 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 #11847 from iPaat/Fix/DeleteCookiesThroughClearSiteDataMorris Jobke2018-10-231-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove cookies from Clear-Site-Data Header
| * | | | | | | Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2348-114/+458
| |_|_|/ / / / |/| | | | | |
* | | | | | | 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-235-13/+25
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Merge pull request #11932 from nextcloud/font-nunitoMorris Jobke2018-10-2325-264/+192
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Change typeface to Nunito
| * | | | | 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>