| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: re-enable content-length header via htaccess | Simon L. | 2024-08-30 | 1 | -0/+8 |
* | fix: chunked upload leading to 0-byte files | Simon L. | 2024-04-29 | 1 | -4/+2 |
* | Buffer chunked requests | Louis Chemineau | 2024-02-01 | 1 | -0/+14 |
* | remove leading slash | Maxence Lange | 2023-10-09 | 1 | -1/+1 |
* | Update .htaccess | Maxence Lange | 2023-10-03 | 1 | -1/+1 |
* | fix ocm-provider rewrite rules | Maxence Lange | 2023-10-02 | 1 | -0/+1 |
* | fix(apache): Serve `mjs` (module javascript) as static files | Ferdinand Thiessen | 2023-06-07 | 1 | -1/+1 |
* | Remove PHP7 rules | Git'Fellow | 2023-04-05 | 1 | -11/+0 |
* | Merge pull request #36057 from nextcloud/feat/esm-js-scripts | Julius Härtl | 2023-03-22 | 1 | -0/+2 |
|\ |
|
| * | Adjust `.htaccess` to serve `.mjs` files with javascript mime type | Ferdinand Thiessen | 2023-03-16 | 1 | -0/+2 |
* | | Fix Cache-Control header of non-versioned assets | Nicolas Guichard | 2023-03-11 | 1 | -5/+6 |
|/ |
|
* | Change X-Robots-Tag header from "none" to "noindex, nofollow" | MichaIng | 2023-02-15 | 1 | -1/+1 |
* | Remove legacy Internet Explorer headers | MichaIng | 2022-03-19 | 1 | -3/+0 |
* | Improve caching policy | Carl Schwan | 2022-02-16 | 1 | -0/+4 |
* | Allow to serve static WebAssembly and TensorFlow Lite files | Daniel Calviño Sánchez | 2021-11-17 | 1 | -1/+2 |
* | Fix module name for PHP8+ | acsfer | 2021-08-20 | 1 | -1/+3 |
* | Update .htaccess (PHP8 and mod_lsapi) | acsfer | 2021-08-20 | 1 | -10/+29 |
* | Cache images on browser | acsfer | 2021-07-06 | 1 | -1/+1 |
* | Make sure we properly ass well-known paths to index.php | Julius Härtl | 2020-12-29 | 1 | -2/+2 |
* | Add well known handlers API | Christoph Wurst | 2020-12-16 | 1 | -4/+0 |
* | Fix security header setting in .htaccess by adding 'onsuccess unset' | zertrin | 2020-03-05 | 1 | -0/+17 |
* | +nodeinfo public service | Maxence Lange | 2019-08-29 | 1 | -0/+1 |
* | Remove duplicated spaces | J0WI | 2019-08-11 | 1 | -2/+2 |
* | Use "always" condition for security headers | J0WI | 2019-08-11 | 1 | -7/+7 |
* | Sort headers | J0WI | 2019-08-11 | 1 | -4/+4 |
* | Add X-Frame-Options header to .htaccess | J0WI | 2019-08-11 | 1 | -0/+1 |
* | Remove the upload and memory setting | Joas Schilling | 2019-03-04 | 1 | -3/+0 |
* | Remove unused php5 config from .htaccess | Morris Jobke | 2019-03-04 | 1 | -12/+0 |
* | Fix loading of .woff2 files in .htaccess | Julius Härtl | 2018-11-18 | 1 | -1/+1 |
* | Merge pull request #11396 from nextcloud/wellknown-webfinger | Morris Jobke | 2018-10-24 | 1 | -0/+1 |
|\ |
|
| * | adding .well-known/webfinger | Maxence Lange | 2018-10-10 | 1 | -0/+1 |
* | | Add "Referrer-Policy" to htaccess file, addresses issue #11099 | Patrik Kernstock | 2018-10-11 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #7419 from Abijeet/feature-7175 | Morris Jobke | 2018-03-06 | 1 | -1/+1 |
|\ |
|
| * | Added newline to end of htaccess file | Abijeet | 2017-12-18 | 1 | -1/+1 |
| * | Adds search by email function on the users screen. | Abijeet | 2017-12-16 | 1 | -2/+2 |
* | | Correct mistaken regex wildcard in .htaccess | Dan Callahan | 2018-02-28 | 1 | -1/+1 |
* | | Handle SSL certificate verifications for others than Let's Encrypt | Robert Scheck | 2018-02-05 | 1 | -1/+1 |
|/ |
|
* | Move X-Frame-Options into PHP | Lukas Reschke | 2017-03-26 | 1 | -1/+0 |
* | Fix for Win Clients sometimes not connecting | Flole998 | 2017-02-03 | 1 | -0/+2 |
* | Cache js, css and woff files for a week (#26591) | Jörn Friedrich Dreyer | 2016-11-14 | 1 | -2/+7 |
* | Make sure memory limit is > post size and upload filesize | Joas Schilling | 2016-09-13 | 1 | -4/+4 |
* | Also cache WOFF, SVG and GIF | Lukas Reschke | 2016-08-08 | 1 | -2/+2 |
* | .htaccess update making two rules non-capturing | Martin | 2016-06-03 | 1 | -2/+2 |
* | Do not automatically try to enable index.php-less URLs (#24539) | Lukas Reschke | 2016-05-12 | 1 | -17/+0 |
* | Use raw PATH_INFO | Lukas Reschke | 2016-03-17 | 1 | -2/+2 |
* | always_populate_raw_post_data has been removed with PHP 7.0 | Lukas Reschke | 2016-03-15 | 1 | -1/+0 |
* | Duplicate block for PHP 7 | Lukas Reschke | 2016-03-15 | 1 | -0/+12 |
* | Allow jpg files to be statically served | Stephan Köninger | 2016-03-10 | 1 | -1/+1 |
* | Add base rewrite rule only when RewriteBase is defined | Lukas Reschke | 2016-03-09 | 1 | -1/+0 |
* | Exclude ocs-provider from rewrite rule | Lukas Reschke | 2016-02-25 | 1 | -0/+1 |