c2b010e8e6
Added PGP Two Factor Authentication (2FA)
2020-02-17 07:07:02 +01:00
35e0a27774
Fix instance not always being enqueued for reloading
2020-02-02 11:42:51 +01:00
e6946ad1ce
Introduced new const to easily change the sites name globally
2020-01-21 21:47:51 +01:00
6b19346b20
Various optimizations
2019-11-02 19:41:05 +01:00
2f97e826d4
Make only enabled onions clickable in admin + equal instance usage
2019-07-20 14:21:00 +02:00
287eedf318
More tor instances + guard relays for stability and added disk quota
2019-06-30 16:20:06 +02:00
851a3103be
Added canonical tag and store tor/php instance responsibility in db
2019-06-20 18:53:30 +02:00
5eab397200
Randomise DB (user)names to reduce attack surface + allow multiple DBs per user
2019-01-07 22:26:33 +01:00
c46a2584fa
Add shell access and scp support
2019-01-06 18:20:02 +01:00
0f38bd2449
Improved privilege separation
2019-01-01 02:24:22 +01:00
5cd13e9269
Introduced selection between v2, v3 and custom hidden service
2018-12-06 16:24:35 +01:00
305c8bc0c3
Fix mariadb 10.3 compatibility by adding default values
2018-12-05 22:19:46 +01:00
c9cddc9f86
Username should be a prepared variable
2018-12-04 21:27:35 +01:00
0fc4412404
Revert " Disabling emulated parameters"
2018-12-04 21:10:36 +01:00
ba71455ca5
Introduce DEFAULT_PHP_VERSION
2018-12-04 20:48:08 +01:00
cf8a6cde80
emulated params
2018-11-28 14:30:36 +00:00
36fc7103cb
Add hidden service v3 keygen and parser for base64 encoded secret keys
2018-11-25 14:36:28 +01:00
9985ba4864
Add PHP7.3 support and let setup.php write initial config files
2018-10-24 19:59:02 +02:00
d5d7078776
Allow editing hidden service options
2018-10-22 21:45:08 +02:00
2cee59dc6f
Structure changes for future features
2018-10-20 18:20:27 +02:00
1f2ff2176b
Save DB information in separate table
2018-10-17 21:50:20 +02:00
6eb068222c
Refactor DB foreign keys to auto_incrementing id instead of onion
...
Allows moving domains into separate table at a later stage
2018-10-16 21:09:16 +02:00
81c2364b7b
Better load distribution on multiple relays
2018-09-23 20:09:04 +02:00
acc8782043
Add privacy policy checkbox (required by GDPR)
2018-09-10 19:30:12 +02:00
6b0759be73
Added admin panel + optional manual approval for new sites
2018-02-25 21:25:05 +01:00
fa24bb61ec
Added PHP 7.2 support + minor bugfixes and performance tweaks
...
Note when applying this update you will have to update existing nginx vhosts to match new listening addresses (IPv6). Preferably you should update them to unix socket though and apply the changes to the tor hidden service config as well
2018-02-10 22:10:07 +01:00
c65055a9bb
Set mysql host to % instead of localhost to allow connections to 127.0.0.1
...
Note, for updating an existing database, you should run the following:
UPDATE mysql.user SET host='%'; FLUSH PRIVILEGES;
2017-12-21 20:26:24 +01:00
9fda236ad8
Add FAQ
2017-07-11 17:43:34 +02:00
bee350cb4b
Make notification email configurable
2017-05-13 18:11:02 +02:00
e0b35fb943
Initial commit
2017-04-30 19:32:42 +02:00