aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
Commit message (Expand)AuthorAgeFilesLines
* Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - But...Scott González2013-04-111-12/+15
* Button: On form reset only call refresh on current button widgets. Fixed #921...TJ VanToll2013-04-091-2/+2
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-8/+2
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-2/+8
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-8/+2
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* Button: Let change handler handle display and aria update. Fixed #5518 - Butt...Fabrício Matté2012-11-261-2/+0
* Button: add explanatory comment for when we bind to blurMike Sherov2012-11-211-0/+2
* Button: Fixing handling of the disabled options on refresh method calls. Fix...TJ VanToll2012-11-211-1/+3
* Button: add blur event to buttons. Fixes #8559 - Button: Button doesn't remov...Mike Sherov2012-11-211-1/+1
* Button: properly escape button names. Fixes #7505 - Button: Buttonset not app...Mike Sherov2012-11-191-0/+1
* Button: use _hoverable for hover state management. Fixes #5295 - button doesn...Cory Gackenheimer2012-11-111-3/+4
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-1/+1
* Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc...TJ VanToll2012-10-161-1/+1
* Updated docs URLS.Scott González2012-09-261-1/+1
* Simplify licensing.Scott González2012-08-091-1/+1
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Button: Trim button text before setting as title attribute.Mike Hollis2012-06-251-1/+1
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...Scott González2012-06-141-16/+16
* Button: Corrected default label applied to submit buttons. Fixed #8337: Subm...TJ VanToll2012-05-221-1/+1
* Buttonset: Use input[type=*] instead of just [type=*].Scott González2012-05-211-1/+1
* Don't use :submit selector.Scott González2012-05-211-1/+1
* Don't use :reset selector.Scott González2012-05-211-1/+1
* Don't use :button selector.Scott González2012-05-211-1/+1
* Button: Fixed version properties.Scott González2012-05-211-2/+1
* Don't use :checkbox selector.Scott González2012-05-211-2/+2
* Don't use :radio selector.Scott González2012-05-211-2/+2
* Lint fixes.Scott González2012-04-021-4/+5
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Button: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of ...Scott González2012-02-121-8/+8
* Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ...Scott González2012-01-181-5/+3
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-6/+6
* Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...Scott González2011-10-201-2/+2
* Button: Create text span in correct document.Scott González2011-10-201-1/+1
* Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incor...Scott González2011-09-061-3/+3
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...Corey Frang2011-08-031-1/+1
* Use .attr() for boolean ARIA attributes.Scott González2011-07-121-8/+8
* .attr() -> .prop()Scott González2011-06-081-12/+12
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-2/+1
* Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still all...Andrew Powell2011-05-261-0/+1
* Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...Glenn Goodrich2011-05-261-7/+9
* Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh sc...Scott González2011-05-181-7/+5
* Button: Don't fire click/change events if mouse was dragged during click of t...Kris Borchers2011-05-131-3/+26
* Merge pull request #256 from dcneiner/button-blurScott González2011-05-121-0/+2
|\
| * Button: no longer calls _resetButton() after changing the disabled option. Fi...Doug Neiner2011-05-121-0/+2
* | Button: Added rtl detection so corner classes would properly be applied to bu...Doug Neiner2011-05-121-2/+4
|/
* Button: stop disabled button from firing click events. fixes #5945. Behavior ...Eike Send2011-05-051-0/+5
* Restructured if/else's for better readabilityGiovanni Giacobbi2011-03-201-11/+7
* Button: find associated label even without common ancestor. Fixes #7092 - but...ddstreet2011-03-111-2/+10
able28 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: 7bf8759e38397a3440f33a4b0ecbfd01cfc63402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<IfModule mod_headers.c>
  <IfModule mod_setenvif.c>
    <IfModule mod_fcgid.c>
       SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1
       RequestHeader set XAuthorization %{XAUTHORIZATION}e env=XAUTHORIZATION
    </IfModule>
    <IfModule mod_proxy_fcgi.c>
       SetEnvIfNoCase Authorization "(.+)" HTTP_AUTHORIZATION=$1
    </IfModule>
  </IfModule>

  <IfModule mod_env.c>
    # Add security and privacy related headers
    Header set X-Content-Type-Options "nosniff"
    Header set X-XSS-Protection "1; mode=block"
    Header set X-Robots-Tag "none"
    Header set X-Download-Options "noopen"
    Header set X-Permitted-Cross-Domain-Policies "none"
    SetEnv modHeadersAvailable true
  </IfModule>

  # Add cache control for static resources
  <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"
  </FilesMatch>
</IfModule>
<IfModule mod_php5.c>
  php_value upload_max_filesize 511M
  php_value post_max_size 511M
  php_value memory_limit 512M
  php_value mbstring.func_overload 0
  php_value always_populate_raw_post_data -1
  php_value default_charset 'UTF-8'
  php_value output_buffering 0
  <IfModule mod_env.c>
    SetEnv htaccessWorking true
  </IfModule>
</IfModule>
<IfModule mod_php7.c>
  php_value upload_max_filesize 511M
  php_value post_max_size 511M
  php_value memory_limit 512M
  php_value mbstring.func_overload 0
  php_value default_charset 'UTF-8'
  php_value output_buffering 0
  <IfModule mod_env.c>
    SetEnv htaccessWorking true
  </IfModule>
</IfModule>
<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{HTTP_USER_AGENT}  DavClnt
  RewriteRule ^$         /remote.php/webdav/          [L,R=302]
  RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
  RewriteRule ^\.well-known/host-meta /public.php?service=host-meta [QSA,L]
  RewriteRule ^\.well-known/host-meta\.json /public.php?service=host-meta-json [QSA,L]
  RewriteRule ^\.well-known/carddav /remote.php/dav/ [R=301,L]
  RewriteRule ^\.well-known/caldav /remote.php/dav/ [R=301,L]
  RewriteRule ^remote/(.*) remote.php [QSA,L]
  RewriteRule ^(?:build|tests|config|lib|3rdparty|templates)/.* - [R=404,L]
  RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
  RewriteRule ^(?:\.|autotest|occ|issue|indie|db_|console).* - [R=404,L]
</IfModule>
<IfModule mod_mime.c>
  AddType image/svg+xml svg svgz
  AddEncoding gzip svgz
</IfModule>
<IfModule mod_dir.c>
  DirectoryIndex index.php index.html
</IfModule>
AddDefaultCharset utf-8
Options -Indexes
<IfModule pagespeed_module>
  ModPagespeed Off
</IfModule>