zinduolis
|
95793433fa
|
Update copyright year to 2026
|
2025-12-26 19:18:05 +10:00 |
|
zinduolis
|
101020ffa0
|
Update copyright in rb, js and jsdocs
|
2024-12-25 11:40:55 +10:00 |
|
zinduolis
|
a5a8196792
|
Fix origin / domain terminology (#1688)
|
2024-10-23 16:07:17 +10:00 |
|
Stephen
|
747ddb5387
|
Updated http://beefproject.com to https://beefproject.com
|
2023-12-31 14:18:50 +10:00 |
|
jcrew99
|
3a486c7626
|
Updated Copyright
|
2023-12-26 22:32:31 -05:00 |
|
jcrew99
|
486a9bb329
|
Update copyright 2023 (#2675)
* updated copyright
* reverted gemfile lock changes
|
2022-12-31 15:36:07 +10:00 |
|
bcoles
|
e22d262bbf
|
Core: Move web server imitation templates into Router class (#2289)
|
2022-01-26 13:41:18 +11:00 |
|
bcoles
|
124c9d60b3
|
Core: Resolve many Rubocop violations (#2282)
|
2022-01-24 16:25:39 +11:00 |
|
wheatley
|
f33e2698a0
|
MAINTAINABILITY: 2257 update copyright 2022 (#2259)
* 2257 updated copyright date
|
2021-12-31 09:48:08 +10:00 |
|
J
|
4ec6ecee27
|
updated all of the copyright information
|
2021-01-11 04:48:56 +10:00 |
|
Grant Burgess
|
1c4ef22947
|
Changed references to constants to modify easily
|
2020-01-10 14:43:51 +10:00 |
|
Grant Burgess
|
efad3c3d23
|
Made 404 error responses constants to use with UI
|
2020-01-10 14:42:35 +10:00 |
|
beep
|
470b3483d0
|
Update copyright information
|
2020-01-01 18:47:08 -08:00 |
|
Brendan Coles
|
5320dbc7fb
|
Clean up Admin UI
|
2019-02-23 12:21:12 +00:00 |
|
Brendan Coles
|
9c9119f9cd
|
Move option http.web_ui_basepath to extension.admin_ui.base_path
|
2019-02-17 04:54:26 +00:00 |
|
Ben Passmore
|
9f1e8f5e8d
|
Updated copyright
|
2019-01-01 11:57:28 +10:00 |
|
Wade Alcorn
|
fca5279f17
|
Updated Copyright dates
|
2018-01-04 09:12:47 +10:00 |
|
Wade Alcorn
|
91cc7ed873
|
Updated Copyright information
|
2016-12-29 15:50:13 +10:00 |
|
Wade Alcorn
|
ce01d9fa46
|
updated copyright year
|
2015-12-30 08:11:57 +10:00 |
|
Brendan Coles
|
73e16e4aff
|
Allow web server imitation to hook server web root and 404 responses
|
2015-02-07 05:18:06 +00:00 |
|
Wade Alcorn
|
2fbca61368
|
Updated copyright dates
|
2014-12-30 07:44:58 +10:00 |
|
bcoles
|
2ee9fb6ccc
|
Add nginx imitation
|
2014-04-22 22:49:21 +09:30 |
|
Wade Alcorn
|
8003f1a47f
|
Updated the copyright year to 2014
|
2014-01-01 16:34:15 +10:00 |
|
antisnatchor
|
86d23d3815
|
Fix issue #662 the Web UI base path can now be configured in the main config.yaml. Web UI JS files are now also minified.
|
2013-10-01 17:16:46 +01:00 |
|
antisnatchor
|
c5d5b99472
|
Issue #886: The preflight OPTIONS request now allow also the content-type header, required to use a json conten-type with POST requests.
|
2013-05-02 10:55:16 +01:00 |
|
antisnatchor
|
9915547b19
|
Issue #886: Added support for preflight OPTIONS request.
|
2013-05-01 17:19:48 +01:00 |
|
antisnatchor
|
ef2eac26eb
|
Issue #886: Added support for CORS on the Router object. The RESTful aPI can not be called from JS x-domain.
|
2013-05-01 11:15:21 +01:00 |
|
Wade Alcorn
|
fe40038441
|
Updated copyright year to 2013
|
2012-12-30 12:47:43 +10:00 |
|
Wade Alcorn
|
b68df3d024
|
Changed license header
|
2012-11-02 14:05:15 +10:00 |
|
Thomas Mackenzie
|
e76f301593
|
added iis imitation construction page
|
2012-04-04 18:39:56 +01:00 |
|
antisnatchor
|
616b969f96
|
added todo for IIS 6 default root page (web server imitation)
|
2012-04-04 16:42:42 +01:00 |
|
antisnatchor
|
0067e20702
|
Changed HTTP response 'server' header to IIS/6 when iis is specified.
|
2012-04-04 16:41:15 +01:00 |
|
antisnatchor
|
870a182411
|
Added HTTP response with default Apache centos root page (web server imitation).
|
2012-04-04 16:33:32 +01:00 |
|
antisnatchor
|
454280f7de
|
Adjusted errors and default returns for the web server imitation.
|
2012-04-04 16:05:52 +01:00 |
|
antisnatchor
|
6bebb80f61
|
Added default 404 HTTP response bodies for Apache 2.2.3 and IIS 6
|
2012-04-04 15:47:21 +01:00 |
|
antisnatchor
|
2db4885c2f
|
Added comments in the main Router class.
|
2012-03-31 13:57:18 +01:00 |
|
antisnatchor
|
59ac216b71
|
Added basic web-server imitation (overriding Server response headers, added config.yaml options).
|
2012-03-31 13:24:30 +01:00 |
|
antisnatchor
|
addc256b8c
|
Remove route "/" from the main router class. Must return 'not found' anyway.
|
2012-03-29 15:00:20 +02:00 |
|
antisnatchor
|
b88acd98c8
|
Added BeEF router superclass: it will be extended by other classes when sub-routes are needed.
|
2012-03-29 14:24:15 +02:00 |
|