Commit graph

143 commits

Author SHA1 Message Date
synox
3f3844b340 seperate layout from content to enable using two seperate web pages. 2019-03-12 09:27:45 +07:00
synox
1e87898610 fix #62 2019-03-11 21:34:54 +07:00
synox
e083b26829 fix error not finding $purifier 2019-03-11 21:06:32 +07:00
synox
fa6849e4b1 cleanup template 2019-03-11 20:26:46 +07:00
synox
5ca123a9c5 rename user.php to User.php 2019-03-11 20:10:44 +07:00
synox
fed05235a4 controller cleanup 2019-03-11 20:09:26 +07:00
synox
fc03444fa1 composer update && composer upgrade 2019-03-11 20:01:07 +07:00
synox
c24beb2cdf composer update && composer upgrade 2019-03-11 19:59:53 +07:00
synox
a564214373 renamed backend-libs to vendor 2019-03-11 19:58:03 +07:00
synox
8958007119 format code 2019-03-11 19:49:45 +07:00
Aravindo Wingeier
32edf54eda
Feature/removed router (#83)
* CHANGE: refactoring to simplify application, removed router layer
REMOVED: JSON api
* add licence info
2019-03-11 01:09:24 +07:00
synox
38e1d4fd42 CHANGE: detect missing imap extension and config error 2019-03-10 22:17:59 +07:00
synox
a68567ec61 removed unused bootstrap.min.css file 2019-03-06 22:30:45 +07:00
Perflyst
aca05624a4 Add missing fonts (#82)
Part of #80
2019-03-02 20:32:15 +07:00
Perflyst
65f7eef107 Replace cdn with local files (#81)
Close #80
2019-03-02 16:35:39 +07:00
dtdaft
f34ddb77a3 Update frontend.template.php (#75)
Add </div> on line 265 to be W3C ok
2019-01-11 08:05:57 -03:00
Aravindo Wingeier
8590e36394
fix #71 find config.php automatically in current and parent directori… (#74)
* fix #71 find config.php automatically. in current and parent directories. Show error message if not found.
2018-12-25 22:45:10 -03:00
Aravindo Wingeier
320e4e68cf
Update frontend.template.php 2018-12-20 17:14:27 -03:00
benzel
3e50b8250c Update frontend.template.php (#65) 2018-08-18 18:12:41 -05:00
benzel
1fe979b821 Fixes #63 (#64) 2018-08-12 07:19:45 -05:00
Synox
d86adfc950 Release 0.2.1, Show Date in title 2018-07-01 23:29:30 +02:00
Aravindo Wingeier
567459626d
Feature/new layout (#59)
* go minimal!
* cleanup style
* more whitespace, more awesome
* done with new layout. Moved buttons inside message, to avoid problems with <a> containing another <a> (which is invalid).
* added support for local date. and updated libs.
* new layout
2018-06-24 19:31:04 +02:00
Aravindo Wingeier
7d2b6eb0fb
Implement closed-by-default email list. #54 (#57)
* Implement closed-by-default email list. #54
* reload on empty page
* simple styling
2018-06-16 21:09:18 +02:00
Synox
bf57aac013 switched to manual reload to allow new features 2018-06-14 19:20:53 +02:00
Synox
8f5191f5cf moved to json api 2018-06-14 19:20:53 +02:00
Synox
cac61f6ede added HasNewMessagesController 2018-06-14 19:20:53 +02:00
Synox
1aa35ba523 remove turbolinks, to allow for new features 2018-06-14 19:20:53 +02:00
Synox
fd7d5121e4 detect wrong php version, helps to fix #50 2018-03-17 22:44:47 +01:00
Synox
df8559fe3b better input validation 2018-03-06 22:59:15 +01:00
Synox
cbfa9571cd fix warnings in imap_client 2018-03-06 22:43:52 +01:00
Synox
5ced6b93df refactor json api classes 2018-03-06 22:30:59 +01:00
Synox
75ed103d17 created JSON API, TODO: refactor 2018-03-06 22:21:43 +01:00
Aravindo Wingeier
33dedf0368
Feature/refactor imap client (#48)
Complete refactrtoring, goal: more OO, no if-else. Split functions into multiple files.
2018-03-03 21:33:29 +01:00
Synox
6572548b58 fixed bug where html in plaintext emails are interpreted as html. 2018-01-19 21:50:31 +01:00
Synox
b1de900ce4 add mail counter in title 2018-01-19 21:31:52 +01:00
Synox
71582e235d #33 improve button style 2018-01-19 20:35:48 +01:00
Synox
7097c008e2 cleanup 2018-01-18 21:52:47 +01:00
Synox
9f6c762c18 fix #34 and #32: display HTML or Text by default. 2018-01-18 21:50:59 +01:00
Synox
94317b12cc Changed:
- make blocked_usernames configurable
- improved validation of user input
- fixed problem where only one domain is defined
2018-01-13 20:15:54 +01:00
Synox
d4f3a28eed horizontal spacing for header (from @Spegeli) 2018-01-13 14:39:52 +01:00
Synox
6ceb1cc8b2 removed word 'or' in header 2018-01-13 14:31:01 +01:00
Synox
125586506e #30 copyToClipboard button 2018-01-13 14:22:09 +01:00
Synox
003037009d #30 make all addresses lowercase 2018-01-13 14:09:40 +01:00
Synox
30a07d93fc #30 make all addresses lowercase 2018-01-13 13:55:11 +01:00
Synox
11979c0943 cleanup code 2018-01-12 23:49:03 +01:00
Synox
f1a64b260b fix: restore focus on reload 2018-01-12 23:38:56 +01:00
Synox
23bff41601 fix: keep edited username on refresh 2018-01-12 23:15:51 +01:00
Synox
1dedb7e35c show message count 2018-01-12 23:09:52 +01:00
Synox
e0febe4a8b fix reloads and style 2018-01-12 22:28:57 +01:00
Synox
f8139f3f05 documented tested gmail settings 2018-01-12 22:05:27 +01:00