Antoine Beaupr��
87c2352d61
lower default TTL to 1 hour
...
this actually raises availability when changes occur in the infrastructure and smooths
transitions.
1 day TTLs was relevant back when DNS servers and traffic were much slower
i do not think it is relevant anymore, and 1h seems much more reasonable
2015-03-04 17:11:34 +00:00
Antoine Beaupr��
9076d74566
allow for redirecting users to https
2014-12-02 21:54:33 +00:00
Antoine Beaupr��
8cb0e3d1a8
don't check disk quotas if they're disabled
2014-11-28 21:58:42 +00:00
Antoine Beaupr��
eedb851a50
fix weird case where user root is not found
2014-11-28 21:54:10 +00:00
Antoine Beaupr��
d8fe94d24b
transmit the piwik api error message back to the user
2014-11-21 17:49:59 +00:00
Antoine Beaupr��
9b90e39ec9
relacher le lock sur le bureau quand on cree les archives, sinon ca gele pour tout le monde
2014-11-21 17:47:36 +00:00
Antoine Beaupr��
335b5beebe
fix typo
2014-11-21 17:41:13 +00:00
Antoine Beaupr��
8d6ad39913
make a new session before bouncing to PMA to avoid leaking our session, also direct to the right server
2014-11-21 17:40:07 +00:00
Antoine Beaupr��
2695b09f6a
revert last commit, i read my diff backwards
2014-11-21 17:37:05 +00:00
Antoine Beaupr��
d5f5e49b2a
disable php warning
2014-11-21 17:33:33 +00:00
Antoine Beaupr��
7885d2e39b
add variable to disable https warning - it's up to the admin after all to configure their stuff
2014-11-21 17:33:18 +00:00
Antoine Beaupr��
c9c381f406
do not use mysql_pconnect
...
mysql_pconnect leaves stray mysql connexions lying around and we do our own connexion management anyways
2014-11-05 21:52:36 +00:00
Alan Garcia
923dd0989c
Pb de variable quand on ajoute un domaine en .eu
2014-10-28 08:08:07 +00:00
Antoine Beaupr��
0a697d1401
properly output restore code
2014-10-13 23:10:00 +00:00
Antoine Beaupr��
71647e7fd7
revert previous fix and fix properly
2014-10-13 23:08:32 +00:00
Antoine Beaupr��
7eba1bb1f6
fix email deactivation
2014-10-13 23:02:13 +00:00
Squidly
b2949424c3
Updating error message to give a usefull information
2014-07-31 10:57:49 +02:00
Antoine Beaupr��
d278474358
rewrite the account deactivation code to make sure it works with mailboxes and restores properly
2014-09-24 22:05:47 +00:00
alban
6b033580c9
[fix] chmod action requiring a SQL change + lost action global reference in m_bro
2014-09-16 18:40:50 +02:00
alban
4cfa0d3603
[fix] tweaks
2014-09-15 17:13:26 +02:00
alban
5a31dc9b96
Merge branch 'stable-3.1'
...
Conflicts:
bureau/class/m_action.php
bureau/class/m_bro.php
bureau/class/m_dom.php
debian/changelog
install/mysql.sql
install/upgrades/3.3.0~a.sql
2014-09-15 15:25:27 +02:00
alban
7c597daa73
[fix] Missing chmod action
2014-09-09 14:52:56 +02:00
Benjamin Sonntag
c96f928056
fixing alternc_shutdown bug
2014-08-27 11:20:54 +02:00
Benjamin Sonntag
81aae4c2f4
back to our normal code syntax, fixing 'R = ' bug in urls
2014-08-22 11:04:05 +02:00
Benjamin Sonntag
beebd51f37
fixing a bug when deleting file (double directory)
2014-08-21 11:37:48 +02:00
Squidly
2f0a68c280
Bugfixing domain deletion with update_domains php style ( This might be a ugly hack but who cares about technical debt right ^^ )
2014-07-04 13:46:32 +02:00
Antoine Beaupr��
0fdd3c4775
also fix IMAP help texts
2014-07-23 19:08:34 +00:00
Dominique Rousseau
1af5b301d4
Condition !== FALSE sur le while pour gerer les cas ou readdir renvoie un nom de fichier/repertoire qui est "0" et que PHP interprete du coup comme FALSE
...
fixes #613
2014-07-23 13:09:15 +02:00
Antoine Beaupr��
9cbabcc14f
silence warning in piwik
2014-07-16 17:36:43 +00:00
Antoine Beaupr��
4f0aa82d20
properly deal with undefined errors
2014-07-16 15:43:43 +00:00
alban
d301587995
[fix] Missing check in browser for dir list
2014-07-10 00:05:53 +02:00
alban
9951fd6902
Merge branch 'feature-diagnostic'
2014-07-08 22:39:50 +02:00
Alan Garcia
71f3a60e8c
Tweaks get_problems
2014-07-04 16:10:25 +00:00
Alan Garcia
94cead4494
On s'en moque des compte en cours de suppression dans la conf Apache
2014-07-04 15:06:07 +00:00
Alan Garcia
0823bc73f4
No generation parameters for apache conf when the vhost is not enabled or is waiting to be deleted
2014-07-04 14:55:52 +00:00
alban
9c4c68b6eb
[enh] allow different path for system_bind
2014-07-04 16:15:16 +02:00
Antoine Beaupr��
53fd6a98cb
properly edit subdomains when deactivating domains
2014-07-03 18:12:43 +00:00
AlternC VM
27e7c08b18
refactoring with regard to old API ;)
2014-06-30 17:20:10 +02:00
AlternC VM
ea7c943b67
rollback because of MySQL API not merged yet. Still fixes the return true which can be false because of do_action()
2014-06-30 17:11:56 +02:00
root
64fa8a2795
refactor code, and correct return true, which may be false because of do_action()
2014-06-30 17:08:37 +02:00
Benjamin Sonntag
86d0d876d2
fix from 3.1.1 merged into master
2014-06-26 15:21:46 +02:00
Benjamin Sonntag
9c2090ff8b
ignore redundant entries when not OK on web_action
2014-06-25 16:38:00 +02:00
Antoine Beaupr��
8113d2b866
disable help texts if empty, partly (missing IMAP/POP)
2014-06-18 18:55:00 +00:00
Antoine Beaupr��
73606b8e26
add get_login_by_uid API
2014-06-18 15:26:53 +00:00
Antoine Beaupr��
dd6ace0c0c
don't create piwik accounts with random gmail addresses, properly prefix the accounts so they're unique
2014-06-18 15:24:38 +00:00
Antoine Beaupr��
fb9d6d8457
piwik: properly record the site id after creation
2014-06-18 15:05:34 +00:00
Antoine Beaupr��
954ffc2ab0
fix the way we interpolate the URL
2014-06-18 14:40:07 +00:00
Antoine Beaupr��
dbd029d8cf
warn users to switch to HTTPS if it's not enable, admins can opt out through a variable
2014-06-17 20:57:26 +00:00
Alan Garcia
1c627d243f
Test unitaires de demo
2014-04-07 16:28:48 +00:00
alban
91f8745d84
[fix] m_variables multidimensinal values parsing and better documentation
2014-03-28 17:46:38 +01:00