- Oct 31, 2019
-
-
MichaIng authored
Signed-off-by:
MichaIng <micha@dietpi.com>
-
- Sep 26, 2019
-
-
MichaIng authored
Signed-off-by:
MichaIng <micha@dietpi.com>
-
MichaIng authored
Signed-off-by:
MichaIng <micha@dietpi.com>
-
- Aug 19, 2019
-
-
MichaIng authored
+ Ref: https://github.com/nextcloud/server/pull/16792/files#r315206147 Signed-off-by:
Micha Felle <micha@dietpi.com>
-
MichaIng authored
+ 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>
-
MichaIng authored
+ Ref: https://github.com/nextcloud/server/pull/16792/files#r315207691 Signed-off-by:
Micha Felle <micha@dietpi.com>
-
MichaIng authored
+ Remove unnecessary spaces from code Co-Authored-By:
Daniel Kesselberg <mail@danielkesselberg.de>
-
MichaIng authored
+ 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>
-
MichaIng authored
+ 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>
-
Roeland Jago Douma authored
Send new password instead of empty string
-
Roeland Jago Douma authored
Bump css-vars-ponyfill from 2.0.2 to 2.1.1
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
Roeland Jago Douma authored
frame-src doesn't respect the nonce attribute
-
Roeland Jago Douma authored
fix foreach error for reminder generator
-
Nextcloud bot authored
-
- Aug 18, 2019
-
-
dependabot-preview[bot] authored
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.0.2 to 2.1.1. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Roeland Jago Douma authored
Merge pull request #16756 from nextcloud/allow-context-subclasses-in-acceptance-tests-to-access-parent-actor Allow Context subclasses in acceptance tests to access parent actor
-
Roeland Jago Douma authored
Bump webpack from 4.39.1 to 4.39.2
-
dependabot-preview[bot] authored
Bumps [webpack](https://github.com/webpack/webpack) from 4.39.1 to 4.39.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.39.1...v4.39.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Nextcloud bot authored
-
- Aug 17, 2019
-
-
Nextcloud bot authored
-
- Aug 16, 2019
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Daniel Calviño Sánchez authored
Although uncommon, in some cases a Context may need to be extended (for example, to override a step defined in the server with a specific behaviour in the acceptance tests of an app); in those cases the subclass should be able to access the actor attribute defined in the Context it is extending. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Nextcloud bot authored
-
- Aug 15, 2019
-
-
Roeland Jago Douma authored
17.0.0 Beta 1
-
Roeland Jago Douma authored
Calendar events email reminders
-
Roeland Jago Douma authored
Fix tracking of auto disabled apps in Updater
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Georg Ehrke authored
Provide a fake AudioProvider that is basically the same as PushProvider, better then not showing reminders at all for now Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-