summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-12-221280-544/+12428
|
* [tx-robot] updated from transifexNextcloud bot2019-12-2144-36/+200
|
* Merge pull request #18483 from nextcloud/fix/license-headers-18Christoph Wurst2019-12-2094-84/+191
|\ | | | | Update license headers for 18
| * Update license headers for 18Christoph Wurst2019-12-2094-84/+191
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18080 from nextcloud/enhancement/noid/add-timeoutblizzz2019-12-203-0/+93
|\ \ | | | | | | adding timeout param
| * | nullable paramsMaxence Lange2019-12-131-1/+1
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | +ManuallyLockedExceptionMaxence Lange2019-12-123-0/+93
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Add tooltips to display name and email (#18193)John Molakvoæ2019-12-2011-49/+57
|\ \ \ | |_|/ |/| | Add tooltips to display name and email
| * | Add tooltips to display name and email fields in Usersonehappycat2019-12-1911-49/+57
| | | | | | | | | | | | Signed-off-by: onehappycat <onehappycat@gmx.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-12-20160-462/+374
| | |
* | | add create and delete checkbox for sharesidebar (#18010)John Molakvoæ2019-12-194-13/+68
|\ \ \ | | | | | | | | add create and delete checkbox for sharesidebar
| * | | fix the folder shareGretaD2019-12-194-16/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | add create and delete checkbox for sharesidebarGreta Doci2019-12-191-5/+48
| |/ / | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | Remaining flow frontend polishing (#18484)John Molakvoæ2019-12-1911-32/+50
|\ \ \ | | | | | | | | Remaining flow frontend polishing
| * | | Bump bundlesJulius Härtl2019-12-192-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Set operation mode according to the mime type valueJulius Härtl2019-12-194-21/+28
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix action listing alignmentJulius Härtl2019-12-193-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add flow icon for app store categoryJulius Härtl2019-12-192-0/+5
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #18433 from nextcloud/fix/noid/fsusageblizzz2019-12-192-33/+70
|\ \ \ | |/ / |/| | Use File Node API for more download cases, skip unreadable files
| * | when downloading from web, skip files that are not accessibleArthur Schiwon2019-12-192-5/+15
| | | | | | | | | | | | | | | | | | | | | * avoids a 403, but enables download of resources that are not restricted * single file downloads still cause 403 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | use Nodes API for zip streamingArthur Schiwon2019-12-191-17/+30
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Use files node API for single file downloadsJulius Härtl2019-12-191-14/+28
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #17705 from ↵Christoph Wurst2019-12-19196-1254/+1258
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dependabot/npm_and_yarn/eslint-config-nextcloud-0.1.0 Bump eslint-config-nextcloud from 0.0.6 to 0.1.0
| * | Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-19196-1254/+1258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #18162 from nextcloud/enh/noid/url-fileentityblizzz2019-12-191-1/+13
|\ \ \ | | | | | | | | flow file entity to provide the internal URL
| * | | flow file entity to provide the internal URLArthur Schiwon2019-12-131-1/+13
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #18235 from nextcloud/enh/noid/federated-on-circlesRoeland Jago Douma2019-12-193-1/+19
|\ \ \ \ | |_|/ / |/| | | confirm auth on share generated by Circles
| * | | confirm auth on share generated by CirclesMaxence Lange2019-12-163-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> returns true Signed-off-by: Maxence Lange <maxence@artificial-owl.com> DI Signed-off-by: Maxence Lange <maxence@artificial-owl.com> DI Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #16792 from MichaIng/patch-1Roeland Jago Douma2019-12-192-25/+46
|\ \ \ \ | | | | | | | | | | Harden data and config protection .htaccess
| * \ \ \ Merge branch 'master' into patch-1MichaIng2019-12-044376-105549/+106050
| |\ \ \ \
| * | | | | Add missing newlines to .htaccessMichaIng2019-10-311-2/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: MichaIng <micha@dietpi.com>
| * | | | | Add "Order" to assure that no parental "Allow" can grant accessMichaIng2019-09-261-0/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: MichaIng <micha@dietpi.com>
| * | | | | Add "Order" to assure that no parental "Allow" can grant accessMichaIng2019-09-261-0/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: MichaIng <micha@dietpi.com>
| * | | | | Apache 2.5 will be released as 2.6MichaIng2019-08-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Ref: https://github.com/nextcloud/server/pull/16792/files#r315206147 Signed-off-by: Micha Felle <micha@dietpi.com>
| * | | | | Minor syntaxMichaIng2019-08-191-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Use Apache syntax with cases according to official docs: https://github.com/nextcloud/server/pull/16792/files#r315207691 + Add missing whitespace for concatenating strings to variable: https://github.com/nextcloud/server/pull/16792/files#r315207520 + Apache 2.5 will be released as 2.6: https://github.com/nextcloud/server/pull/16792/files#r315206147 Signed-off-by: Micha Felle <micha@dietpi.com>
| * | | | | Use syntax with cases according to official docsMichaIng2019-08-191-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Ref: https://github.com/nextcloud/server/pull/16792/files#r315207691 Signed-off-by: Micha Felle <micha@dietpi.com>
| * | | | | Update lib/private/Setup.php MichaIng2019-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Remove unnecessary spaces from code Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | Harden config protection .htaccessMichaIng2019-08-191-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Set "Satisfy All" whenever available, as well on Apache 2.4+. This is required to override possible "Satisfy Any" on parent dir, which otherwise would allow direct access to data, regardless of "Require" directive. + Set "Deny from all" as well whenever available, to block access regardless of which access control directive takes priority. + Assume Apache 2.2 only, if mod_authz_core and mod_access_compat are both not available, to avoid doubled directives. In this case set "Deny from all" directive only if the providing mod_authz_host module is available. "Satisfy" is a core directive on Apache 2.2. + Update Apache version strings. Regarding the used directives/modules, Apache 2.4 and 2.5 behave the same. + Add ordering spaces to better reflect the nested directives and to match style of other .htaccess files. Fixes: #6449 (for the config directory) Signed-off-by: Micha Felle <micha@dietpi.com>
| * | | | | Harden data protection .htaccessMichaIng2019-08-191-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Set "Satisfy All" whenever available, as well on Apache 2.4+. This is required to override possible "Satisfy Any" on parent dir, which otherwise would allow direct access to data, regardless of "Require" directive. + Set "Deny from all" as well whenever available, to block access regardless of which access control directive takes priority. + Assume Apache 2.2 only, if mod_authz_core and mod_access_compat are both not available, to avoid doubled directives. In this case set "Deny from all" directive only if the providing mod_authz_host module is available. "Satisfy" is a core directive on Apache 2.2. + Update Apache version strings. Regarding the used directives/modules, Apache 2.4 and 2.5 behave the same. + Add ordering spaces to better reflect the nested directives and to match style of other .htaccess files. Fixes: https://github.com/nextcloud/server/issues/6449 Signed-off-by: Micha Felle <micha@dietpi.com>
* | | | | | Fix Sidebar enabled check (#18449)John Molakvoæ2019-12-195-16/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix Sidebar enabled check
| * | | | | | Fix Sidebar enabled checkJohn Molakvoæ (skjnldsv)2019-12-195-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | | Merge pull request #18470 from nextcloud/techdebt/app-code-checker-php7-onlyRoeland Jago Douma2019-12-191-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Only parse php7 code in app code checker
| * | | | | | | Only parse php7 code in app code checkerChristoph Wurst2019-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #18370 from nextcloud/version/18/beta3v18.0.0beta3Roeland Jago Douma2019-12-191-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | 18 beta 3
| * | | | | | | | 18 beta 3Roeland Jago Douma2019-12-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | fix credentials saving success message notification color (#18469)John Molakvoæ2019-12-191-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix credentials saving success message notification color
| * | | | | | | | | fix credentials saving success message notification colorSascha Wiswedel2019-12-181-1/+1
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was red, now green Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* | | | | | | | | Wiswedel/inherited shares/design polishing (#18447)John Molakvoæ2019-12-194-10/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Wiswedel/inherited shares/design polishing
| * | | | | | | | | removed inherited shares counterSascha Wiswedel2019-12-173-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | | | | | | | clarifying share source folder link stringSascha Wiswedel2019-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>