David Goodwin
|
3228fa1fcb
|
Update README.md
|
7 years ago |
David Goodwin
|
b79ad2ae28
|
composer format ...
|
7 years ago |
David Goodwin
|
6446f3f6cc
|
split up pacrypt() into different functions; add some minimal test coverage
|
7 years ago |
David Goodwin
|
6ed1527497
|
fix phpdoc
|
7 years ago |
David Goodwin
|
12242b0893
|
add ZF1 as a dependency and phpunit; remove require/include calls from tests/
|
7 years ago |
David Goodwin
|
9462c0cb7b
|
composer magic
|
7 years ago |
David Goodwin
|
cb34da4f46
|
phpcs reformat
|
7 years ago |
David Goodwin
|
2dc502e684
|
add postfix postgresql dovecot example to DOCUMENTS - see #136
|
7 years ago |
David Goodwin
|
68a42dd331
|
add docker image link to README.md
Add link to Docker images
|
7 years ago |
David Goodwin
|
152975d05c
|
move to use db_assoc() rather than db_array() (code assumes assoc. array)
|
7 years ago |
David Goodwin
|
c147eb053b
|
move to use db_assoc() rather than db_array() (code assumes assoc. array)
|
7 years ago |
David Goodwin
|
43a2493876
|
remove unused code.
|
7 years ago |
David Goodwin
|
4dec9cd24e
|
refactor (reduce nesting)
|
7 years ago |
David Goodwin
|
d088651fd6
|
Drop db_commit(), db_rollback(), db_begin() functions (unused).
|
7 years ago |
David Goodwin
|
0b66cd6bd2
|
Do not try to db_escape() an SQL field.
|
7 years ago |
David Goodwin
|
4e9d166765
|
use db_assoc() rather than db_array() as we're depending on an assoc array afterall.
|
7 years ago |
David Goodwin
|
45a1073b97
|
change to use foreach($a as $k => $v) { ... }
|
7 years ago |
David Goodwin
|
8ac94394cb
|
improve phpdoc
|
7 years ago |
David Goodwin
|
e2b1233269
|
Use filter_var($x, FILTER_VALIDATE_EMAIL) as an extra check if we can in check_email(...)
|
7 years ago |
David Goodwin
|
5e1855632a
|
allow local aliases - see #134
|
7 years ago |
David Goodwin
|
2615b6fece
|
see #132 - better broadcast mail format, perhaps
|
7 years ago |
David Goodwin
|
2b8e6ff5b4
|
Merge pull request #131 from cygery/fix-user-logout
Destroy session when loading user login page
|
7 years ago |
Erwin Goslawski
|
d0897f625d
|
Destroy session when loading user login page
Fixes #130
|
7 years ago |
David Goodwin
|
9bef45aed5
|
remove logout behaviour from common.php (never used); try and fix logout in login.php - see #130
|
7 years ago |
David Goodwin
|
d305374568
|
make the html slightly more html5 like; remove possibility of smarty.session.lang being undefined and erroring
|
7 years ago |
David Goodwin
|
220f8289c7
|
see #129 - add hint
|
7 years ago |
David Goodwin
|
68934539bf
|
see #129 - be consistent over mail root dir
|
7 years ago |
David Goodwin
|
828e3b2290
|
yet another datetime in the future that needs changing a little...
|
7 years ago |
David Goodwin
|
aad433eceb
|
stop undefined error on CONF[sendmail_all_admins]
|
7 years ago |
David Goodwin
|
c3b87ebb11
|
phpcs fixes
|
7 years ago |
David Goodwin
|
06f6c71c56
|
Merge pull request #127 from Ecodev/reformat
Reformat everything with PHP-Cs-Fixer
|
7 years ago |
Adrien Crivelli
|
15df6c1d7b
|
Reformat everything with PHP-Cs-Fixer
|
7 years ago |
David Goodwin
|
943c5a94ee
|
Merge pull request #121 from J0WI/split-docker
Move docker to dedicated repo
|
7 years ago |
J0WI
|
5e8e1dd5f0
|
Move docker to dedicated repo
|
7 years ago |
David Goodwin
|
f0be0ebf62
|
remove more incpath usages
|
7 years ago |
David Goodwin
|
2bb583a86a
|
remove specifying MYISAM as our default db table format; use whatever the db server wants to default to
|
7 years ago |
David Goodwin
|
d259544515
|
ignore config.local.php too
|
7 years ago |
David Goodwin
|
d5c40453ac
|
update debian things, fix patch, move backup.php to public, fix lighttpd config
|
7 years ago |
David Goodwin
|
63f44c9b2d
|
update INSTALL.TXT to mention public/ etc
|
7 years ago |
David Goodwin
|
104561c419
|
change to public/ in apache alias
|
7 years ago |
David Goodwin
|
3d63d8b9af
|
update debian things to perhaps cope with public/
|
7 years ago |
David Goodwin
|
99147d51eb
|
move public facing stuff into public/, this allows us to stop exposing templates_c/ etc to the world
|
7 years ago |
David Goodwin
|
436bbe87a8
|
change DATEFUTURE to 2038-01-18 ... - see #126
|
7 years ago |
David Goodwin
|
e1d42ed7d3
|
rename script commands
|
7 years ago |
David Goodwin
|
2fc3af0b73
|
composer.lock
|
7 years ago |
David Goodwin
|
80d30d81e9
|
add parallel-lint
|
7 years ago |
David Goodwin
|
d9f66eca4c
|
minimal php_cs.dist file - PSR2 with braces for class opening on the same line
|
7 years ago |
Adrien Crivelli
|
6f7e75dc63
|
Introduce PHP-CS-Fixer and Travis to enforce code style
Commands `composer check` and `composer fix` can be used to respectively
check and automatically fix code style in the entire project.
|
7 years ago |
David Goodwin
|
3593d23c6f
|
remove undefined variable _SERVER[REQUEST_METHOD] when running from the cli
|
7 years ago |
David Goodwin
|
772a882c74
|
Merge pull request #124 from sitilge/master
Password reset - fix invalid DB query (double backtick)
|
7 years ago |