Commit Graph

57 Commits

Author SHA1 Message Date
thomascube
bd911ba814 Pool some code for command line tools; avoid displaying password on shell (#1486947); fix msgexport now using the new imap wrapper 2010-09-29 08:30:56 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
27a96a40db - Fix path to SQL files when using pgsql/mysqli/sqlsrv drivers (#1486902) 2010-08-10 06:32:50 +00:00
alecpl
30aa4ccaaf - Renamed all php-cli scripts to use .sh extension 2010-05-18 10:32:39 +00:00
alecpl
677e1f26fe - Some files from /bin + spellchecking actions moved to the new 'utils' task 2010-05-18 10:25:29 +00:00
thomascube
d062dbe18c Add class docuumentation blocks and make phpdoc work again 2010-04-23 14:25:28 +00:00
alecpl
60ff017b49 - fix: sqlite doesn't support foreign keys
- code formatting
2010-04-23 07:24:05 +00:00
alecpl
5ba5fd5e3d - allow to set threshold days as command line argument, set default value to '7'
- comment out the code for database without foreign keys (we rely on this feature in core code, so why not here?)
2010-04-16 09:25:17 +00:00
thomascube
2491c6240c Add minimal database schema check to installer and update script 2010-04-15 07:28:05 +00:00
thomascube
a35062a1eb Always set changed date when marking a DB record as deleted + provide a cleanup script 2010-04-15 06:33:30 +00:00
thomascube
f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 2010-03-17 12:24:09 +00:00
thomascube
bc9c02617a Add shellscripts to shrink/unshrink javascript files (by trisk) 2010-03-05 09:37:03 +00:00
alecpl
7415c02ecf - Fix quota indicator issues by content generation on client-size
instead of bin/quotaimage.php: better performance, better styling posibilities (#1486197, #1486220)
2009-10-24 19:09:23 +00:00
thomascube
db52218337 Improve security of modcss.php by setting timeouts and more sanity checks 2009-08-12 10:44:46 +00:00
alecpl
2700bbb2b9 - removed http_received_header_encrypt checking (#1485925) 2009-06-16 11:14:50 +00:00
alecpl
2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
2009-05-16 13:01:49 +00:00
alecpl
23a2eec4d5 - ereg -> preg 2009-05-04 08:31:55 +00:00
alecpl
b659c3e242 - fix 1px rectangle fill when mailbox is empty (used=0) 2009-04-22 06:48:01 +00:00
thomascube
f9160ecea7 Fix infinite while loop 2009-01-22 11:23:00 +00:00
till
12bc8b6fa2 * minor fixes: simplied code, http status, cs 2009-01-17 03:28:54 +00:00
till
b113c5a5b1 * minor fixes: cs and a notice 2009-01-17 03:27:41 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
till
396afd4742 * generalized executable paths for bash and phpdoc
* simplyfied probing for phpdoc
* added checks to make sure this is executed on the shell
2009-01-09 21:37:41 +00:00
till
d4847048a1 * let's not discriminate unix :) (= generalized paths)
* added checks so all scripts are only executable from CLI
2009-01-09 21:13:00 +00:00
thomascube
1608f43282 Secure bin scripts by requiring a valid session and replace preg_replace(/../e) with preg_replace_callback 2008-12-24 14:19:27 +00:00
alecpl
fe3e67884d #1485544: quota image better look 2008-12-09 13:48:42 +00:00
alecpl
300fc65a46 - Better HTML entities conversion in html2text (#1485519) 2008-11-20 10:29:34 +00:00
thomascube
cbffc2f0aa Let update script handle the replacement of 'multiple_identities' by 'identities_level' 2008-10-29 19:12:39 +00:00
thomascube
fee8c6ceab First version of the commandline update script 2008-10-27 20:11:32 +00:00
thomascube
cb15aaa265 Also check for negative image size + set caching headers for 1 hour 2008-10-27 17:49:05 +00:00
thomascube
7ce1931bbb Lets keep things simple. quotaimage does not use session stuff 2008-10-26 14:58:57 +00:00
till
fe7618f1ba * checking if a user session is active in quotaimg.php
* this is an expensive operation
  * but it fixes a possible DoS
 * implement max-width and -height for the image (subject to change)
2008-10-22 14:18:47 +00:00
alecpl
b685e9e47c - use dirname() 2008-10-16 11:52:09 +00:00
thomascube
e905db1305 Set postgres-specific schema options + fix indentation 2008-10-14 12:49:44 +00:00
alecpl
06c3d10556 - fix for postgresql 2008-10-07 19:11:06 +00:00
alecpl
155bbb8df6 - added bin/killcache.php script (#1485434)
- added copyrights disclaimers
2008-10-07 18:32:56 +00:00
alecpl
da402d66df #1485456: small improvements in scripts 2008-10-07 13:52:39 +00:00
alecpl
ab8b44741d - Allow calling msgimport.sh/msgexport.sh from any directory (#1485431) 2008-10-01 09:21:22 +00:00
thomascube
9787ca6063 Don't ask for password if passed as argument 2008-09-18 19:52:52 +00:00
thomascube
1e9cd56403 Script to dump the current database schema using MDB2_Schema (for development only) 2008-09-18 13:13:08 +00:00
alecpl
6cd00992a2 - Fixed quota img height/width setting from template (#1484857) 2008-09-12 16:48:23 +00:00
alecpl
9770fe5cfb #1485338: decode html entities before html2text conversion 2008-09-12 11:22:43 +00:00
thomascube
d14a57d006 Add option to export all folders of a mail account 2008-08-17 17:30:07 +00:00
thomascube
687b224da2 Allow to import mbox files 2008-08-17 17:28:02 +00:00
thomascube
4ca10b8d51 Enable spellchecker for HTML editor 2008-08-15 21:47:31 +00:00
thomascube
47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 2008-04-12 13:54:45 +00:00
thomascube
6cc6e78be3 Add commandline script for message exporting (proof-of-concept) 2008-04-04 10:45:40 +00:00
till
f8895e8768 * added a few @todo's
* replaced doublequotes with singlequotes
* a couple CS fixes
2008-02-20 16:28:26 +00:00
till
15062e8a7c * added references to used functions
* moved comments from the function in the docblock
2008-02-20 15:51:09 +00:00
svncommit
5349b78ad4 Update copyright notice 2007-10-03 00:13:32 +00:00