Commit graph

123 commits

Author SHA1 Message Date
Tiara Rodney
68d9240c0c feat(router): establish shared router/view/controller global variables
- add ssl warning
2022-04-17 03:51:42 +02:00
Tiara Rodney
47cb58c9b1 fix(Dockerfile): add missing dependencies for PILLOW 2022-04-16 22:48:00 +02:00
Tiara Rodney
f33ed12fb6 fix(view): add package initializer
wherever they went...
2022-04-16 22:40:38 +02:00
Tiara Rodney
26aea68acb chore(setup.cfg): update dependencies 2022-04-16 22:32:46 +02:00
Tiara Rodney
5910cbcc9a refactor(view): make things a little more pretty 2022-04-16 22:31:43 +02:00
Tiara Rodney
04661720de fix(httpaste/controller/ui/paste): fix url baking 2022-04-16 07:23:16 +02:00
Tiara Rodney
bf8e2c19cf fix(controller/paste): add missing type 2022-04-16 07:22:54 +02:00
Tiara Rodney
93ed72d5dc fix(model/paste): fix faulty condition 2022-04-16 07:22:11 +02:00
Tiara Rodney
c645478b98 Merged in feature/HTTPASTE-16/controller/ui (pull request #45)
Feature/HTTPASTE-16/controller/ui
2022-04-16 04:31:48 +00:00
Tiara Rodney
153ee43b18 refactor(toolchain): include views 2022-04-16 06:29:21 +02:00
Tiara Rodney
a5e61f9c5c fix(controller/user/session): return 401 upon authentication error 2022-04-16 06:28:10 +02:00
Tiara Rodney
b69158241a feat(controller/root): redirect web browsers to ui 2022-04-16 06:27:26 +02:00
Tiara Rodney
75ce33e898 refactor(helper/http): remove typo 2022-04-16 06:26:28 +02:00
Tiara Rodney
db3701c3d2 feat(controller/ui): init ui controller 2022-04-16 06:25:49 +02:00
Tiara Rodney
9c5c9d743d feat(helper/url): init url helper 2022-04-16 06:24:59 +02:00
Tiara Rodney
315f07c5ae feat(helper/template): init jinja2 template helper 2022-04-16 06:24:21 +02:00
Tiara Rodney
c518f281e8 fix(router): handle only 401 request errors 2022-04-15 20:50:34 +02:00
Tiara Rodney
6b46159fd0 HTTPASTE-12 feature(router): catch authentication error 2022-04-15 20:50:34 +02:00
Tiara Rodney
096921ab07 fix(router): handle only 401 request errors 2022-04-15 20:50:34 +02:00
Tiara Rodney
8016ee7f29 HTTPASTE-12 feature(router): catch authentication error 2022-04-15 20:50:34 +02:00
Tiara Rodney
2474c7be61 Merged in release/v1.1.0-beta (pull request #44)
Release/v1.1.0 beta
2022-04-15 18:45:56 +00:00
Tiara Rodney
408fac3295 Merged in bugfix/HTTPASTE-44 (pull request #43)
Bugfix/HTTPASTE-44
2022-04-15 02:56:48 +00:00
Tiara Rodney
4c5f0798bc feat(samples/httpaste.it): remove httpd header signatures 2022-04-15 04:55:01 +02:00
Tiara Rodney
e79714e1f6 feat(samples/httpasteit): add security to httpd
- configure mod_security
- configure mode_evasive
2022-04-15 04:50:10 +02:00
Tiara Rodney
3d3d23f6f2 Merged in bugfix/HTTPASTE-44 (pull request #42)
Bugfix/HTTPASTE-44
2022-04-15 01:55:25 +00:00
Tiara Rodney
b081f4a5b6 docs: fix faulty reference 2022-04-15 03:54:27 +02:00
Tiara Rodney
e4de8e285e fix(controller/paste): prioritize encoding over highlighting 2022-04-15 03:53:18 +02:00
Tiara Rodney
4d8e2e30eb Merged in bugfix/HTTPASTE-44 (pull request #41)
Bugfix/HTTPASTE-44
2022-04-15 01:39:21 +00:00
Tiara Rodney
5288c64cbb docs(init): update references 2022-04-15 03:38:18 +02:00
Tiara Rodney
b83d0a3614 docs: update README 2022-04-15 03:33:33 +02:00
Tiara Rodney
42ccaaccc6 fix(samples/httpasteit): upgrade docker compose version 2022-04-15 03:04:15 +02:00
Tiara Rodney
bdd9d892e8 Merged in release/v1.1.0-beta (pull request #40)
Release/v1.1.0 beta
2022-04-15 00:37:22 +00:00
Tiara Rodney
c2ca782bf6 Merged in feature/HTTPASTE-41/samples/httpaste.it (pull request #38)
Feature/HTTPASTE-41/samples/httpaste.it
2022-04-15 00:36:25 +00:00
Tiara Rodney
ef40069427 Merged in bugfix/HTTPASTE-43/config (pull request #39)
Bugfix/HTTPASTE-43/config
2022-04-15 00:35:59 +00:00
Tiara Rodney
9845c85510 fix(cgi): adapt load_config() signature 2022-04-15 02:34:24 +02:00
Tiara Rodney
49604c1e37 fix(__init__::load_config): override path 2022-04-15 02:33:28 +02:00
Tiara Rodney
0fb50c5a57 fix(helper/config::typecast): add boolean evaluation 2022-04-15 02:28:02 +02:00
Tiara Rodney
843354e18d fix(cgi): remove redundant function 2022-04-15 02:12:35 +02:00
Tiara Rodney
c506cec36a Merged in bugfix/HTTPASTE-43/config (pull request #37)
Bugfix/HTTPASTE-43/config
2022-04-15 00:05:19 +00:00
Tiara Rodney
65f3102a7f refactor(samples/httpaste.it): update config file 2022-04-15 01:56:12 +02:00
Tiara Rodney
dd187a1069 test: init 2022-04-15 01:53:53 +02:00
Tiara Rodney
fdf45fd114 refactor: cleanup
- lazy load backend
- proper config evaluation
- object-orientation of configuration
2022-04-15 01:52:45 +02:00
Tiara Rodney
6ec39a9303 refactor(Dockerfile): add build stages 2022-04-13 12:56:30 +02:00
Tiara Rodney
60a01ea511 refactor(samples/httpaste.it): finalize initial sample
- add tor daemon
- clean directory structure
2022-04-13 12:54:59 +02:00
Tiara Rodney
38bc403058 Merged in master (pull request #36)
docs: sound less like a smart-ass sales person
2022-04-10 11:46:23 +00:00
Tiara Rodney
bab6c52706 Merged in master (pull request #35)
docs: sound less like a smart-ass sales person
2022-04-10 11:45:39 +00:00
Tiara Rodney
8726427dd8 Merged in release/v1.1.0-beta (pull request #34)
fix(samples/httpaste.it): restrict httpd host
2022-04-10 11:44:37 +00:00
Tiara Rodney
d558a65609 fix(samples/httpaste.it): restrict httpd host
disallow any host not httpaste.it
2022-04-10 13:41:46 +02:00
Tiara Rodney
3c6165871f Merged in hotfix/HTTPASTE-37 (pull request #33)
docs: sound less like a smart-ass sales person
2022-04-09 02:22:34 +00:00
Tiara Rodney
89c1a67a47 docs: sound less like a smart-ass sales person 2022-04-09 04:19:01 +02:00