Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbijeet <abijeetpatro@gmail.com>2017-12-16 14:48:05 +0300
committerAbijeet <abijeetpatro@gmail.com>2017-12-16 14:48:05 +0300
commitec28c54dbca77a3aad8d34a327c89458889f70ff (patch)
tree84d8295fcf892441f8a66aa09f6cbff8fa8bd71a /.htaccess
parentbd1e357eefee5ddfbb3b3567b0eae4f49bc22b75 (diff)
Adds search by email function on the users screen.
Fixes #7175. - Updated the query to fetch the users in users > everyone tab. - Updated the query to fetch the users in users > admin tab. - Tested to ensure that the disabled users are also being fetched. - Added test cases. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 7bf8759e383..277a9e38c63 100644
--- a/.htaccess
+++ b/.htaccess
@@ -23,7 +23,7 @@
<FilesMatch "\.(css|js|svg|gif)$">
Header set Cache-Control "max-age=15778463"
</FilesMatch>
-
+
# Let browsers cache WOFF files for a week
<FilesMatch "\.woff$">
Header set Cache-Control "max-age=604800"
@@ -77,4 +77,4 @@ AddDefaultCharset utf-8
Options -Indexes
<IfModule pagespeed_module>
ModPagespeed Off
-</IfModule>
+</IfModule> \ No newline at end of file