Commit graph

77 commits

Author SHA1 Message Date
Marko Locher 301b5b06d8
Fix a typo in email.html.php 2024-01-08 15:24:08 +01:00
Chris f8578d62b5 json call for list addresses now need the password as GET/POST parameter 2023-12-02 09:51:46 +01:00
Chris 0858fcbbf9 added security checks on logs and account list 2023-12-01 23:28:10 +01:00
Chris 2c248dac12 moved admin stuff behind admin panel with opt. password closes #68 2023-12-01 12:19:29 +01:00
Chris 7465df6be1 logo rebranding 2023-11-30 09:57:37 +01:00
Chris df31ced502 typo in RSS link 2023-11-25 15:16:07 +01:00
Chris bf95d58527 fixed double version character 2023-11-24 18:25:25 +00:00
Chris 4298f1a294 Merge branches 'master' and 'master' of github.com:HaschekSolutions/opentrashmail 2023-11-24 18:19:11 +00:00
Chris b2009490a1 updated the way version is reported in the container 2023-11-24 18:18:36 +00:00
Chris H 2aa433dff3 changed attachment deletion. fixes #66 2023-11-24 17:06:37 +01:00
Chris 78860f3329 added version string to title 2023-11-23 15:05:50 +00:00
Chris 41310e012d fixed overwritten email generation words. closes #65 2023-11-23 10:26:44 +01:00
Chris 87404cc3d7 v1.2.0 closes #63 2023-11-22 12:26:09 +01:00
Chris bb7613359a updated navbar to auto collapse on smaller devices 2023-11-22 09:56:35 +01:00
Chris b1ad3613c6 v1.1.5 2023-11-21 22:33:44 +01:00
Chris 9a0eb1f0b2 Added syntax highlighting to log files 2023-11-18 19:59:47 +01:00
Chris e7d37545f3 added docker-compose example files and updated scripts to include logs in the GUI 2023-11-18 10:16:59 +01:00
Chris 90f7bcb1fd cleanup and enhanced logs 2023-11-18 09:14:31 +01:00
Chris dcc188990a updated readme and small cleanup 2023-11-12 10:23:04 +01:00
Chris fac68fe552 implemented admin overview correctly. fixes #58 2023-11-12 09:53:34 +01:00
Chris 2559d0c45d removed unused scripts and added htmx badge 2023-11-11 23:31:23 +01:00
Chris 59b67becda Merge branch 'master' of github.com:HaschekSolutions/opentrashmail 2023-11-11 23:16:58 +01:00
Chris 069e7ea1a3 made compatible with older php versions 2023-11-11 23:16:45 +01:00
Chris f20687c7f9 added link to home 2023-11-11 19:28:52 +00:00
Chris 9d2dc7b792 cleanup and updated build 2023-11-11 17:01:07 +01:00
Chris d79091faac almost ready 2023-11-11 16:41:14 +01:00
Chris 2bfe9f297c almost done with the rework. Just the JSON API missing 2023-11-11 14:36:34 +01:00
Chris c3af7b2afa loading indicator tests, slight rework 2023-11-10 21:45:02 +01:00
Chris 6f517b2c6e simplification of buttons and added features 2023-11-09 23:21:17 +01:00
Chris 752cd0e35f few reworks 2023-11-09 09:45:31 +01:00
Chris 092123175d added rss to new api and new config option 2023-11-08 22:29:13 +01:00
Chris 5c6cb30910 non-working first part of htmx rewrite 2023-11-08 19:24:48 +01:00
Adam Klaff 200dd2d8c6 4 digit year, add guid, remove 5 article limit 2023-08-21 17:16:07 -07:00
greyhatsec-au 75c7fecb67 Hide 'List Accounts' button by default, show when the option is enabled 2022-12-27 20:43:01 +11:00
greyhatsec-au 0fb9b4a7c0 Add configuration option to enable list of accounts - defaults to hidden 2022-10-08 15:32:49 +11:00
greyhatsec-au 1bf2920a50 Add feature to list current accounts with mail and load inbox 2022-10-03 10:08:59 +11:00
Christian Haschek dc220b21f7 forgot to return the success state of the deletion 2022-05-15 18:54:43 +02:00
Christian Haschek 70dc06a325 added support for wildcard subdomains. closes #40 2022-04-18 00:16:21 +02:00
Christian Haschek 37c34f86f0 nicer format for json data 2022-02-09 20:04:49 +01:00
Christian Haschek 0d96daf261 since we store the date now in the json object, let's just use that 2022-02-09 20:01:47 +01:00
Christian Haschek 54dc222d0e fixed admin email listings 2022-02-09 19:53:28 +01:00
Christian Haschek 742c251fd6 integrating admin email into "getEmailsOfEmail" 2022-02-09 19:05:20 +01:00
Christian Haschek af64723ed1 moved deleting of emails to core 2022-02-09 00:38:45 +01:00
Christian Haschek f62f3f56de preparations of crazy fever dream implementation
to be able to use a POP3 Email client to receive emails from OpenTrashmail
2022-02-09 00:17:55 +01:00
Christian Haschek 7fe3c94953 hiding "generate" button when no domain is configured. closes #38 2022-02-08 00:09:58 +01:00
Christian Haschek 61a55423d2 deletion of email now also deletes attachments of that email 2022-01-24 00:04:45 +01:00
Christian Haschek 6c28e6626b realpath can't work here that's why attachments are failing. fixes #36 2022-01-23 12:40:53 +01:00
manfromafar dace8a0df0
Update api.php
Missed ;
2021-11-29 14:27:37 -07:00
manfromafar 3d072d22c5
Update api.php
Add $admincheck to store a complete copy of $email. 
$email appears to be overwritten during the check if the var is empty. 
now the admin check compares the complete email against the one from the config file.
2021-11-29 14:24:32 -07:00
Christian Haschek cb50641bc4 more preparations and also small sanity fixes 2021-11-27 18:09:05 +01:00