Michal Čihař
4534a90b80
Silent warnings when checking for file existance
...
Another occurences of file_exists which can be limited by open_basedir.
Issue #11940
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 10:38:47 +01:00
Hugues Peccatte
f0792503e9
Update to fix tests.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-05-17 14:24:31 +02:00
Hugues Peccatte
18625f3bbf
Update PHPDoc and minor coding style modifications.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-05-17 13:15:08 +02:00
Madhura Jayaratne
aa1c35cedf
Remove trailing whitespace
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-27 18:26:09 +05:30
Madhura Jayaratne
9bf5792dc0
Merge branch 'QA_4_3' into QA_4_4
2015-03-09 14:48:43 +05:30
Madhura Jayaratne
7dde05cc41
phpUnit is unable to mock private methods
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-09 14:17:15 +05:30
Madhura Jayaratne
df39cff9ef
Return value from the new method
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-09 13:53:12 +05:30
Madhura Jayaratne
42bbc5e04d
bug #4758 Firefox with auth_type to http with multiple server doesn't work anymore
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-09 13:24:28 +05:30
Marc Delisle
be03cb3f27
Remove dead code
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-02-02 06:25:37 +01:00
Madhura Jayaratne
eb79ad9181
Fix typo
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-28 11:09:04 +05:30
Madhura Jayaratne
ea7ca462e5
Document what these flags do
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-28 10:57:19 +05:30
Madhura Jayaratne
5e1ab952b8
Use a separate flag to avoid confusion
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-28 10:56:52 +05:30
Madhura Jayaratne
b92d3e1047
Workaround for token mismatch error on server session timeout for config and http authentication types
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-28 10:56:28 +05:30
Marc Delisle
9e9d9c08c7
Fix typos
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-11-26 07:46:06 -05:00
Madhura Jayaratne
090c10cccf
Document what these flags do
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-26 09:39:16 +05:30
Madhura Jayaratne
5e3a4451e6
Use a separate flag to avoid confusion
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-26 08:41:33 +05:30
Madhura Jayaratne
783cacbd1e
Workaround for token mismatch error on server session timeout for config and http authentication types
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-20 17:37:39 +05:30
Hugues Peccatte
58ed27560c
Reverse modification to fix PHPUnit issue.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-01 22:10:51 +01:00
Hugues Peccatte
bdb5f333d7
Fix PHPCS issues.
...
PHPDoc updates.
Minor coding style modifications.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-01 22:07:18 +01:00
Michal Čihař
6be21dcb47
Merge pull request #1251 from WhaleWatching/console
...
PMA console, history and bookmarks.
2014-06-25 15:37:29 +02:00
Edward Cheng
fb14e92d62
PMA console, history and bookmarks.
...
Modified: resizer of navigation bar: whole-time-bind events removed.
Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-06-25 21:22:33 +08:00
Michal Čihař
dca981481d
Remove plugin manager and observer classes
...
We don't really need the observer pattern, so let's simplify the code.
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-25 09:25:59 +02:00
Michal Čihař
bd4cccc039
Move password change handling to authenticaton plugins
...
We should not care about plugin type while changing password, we should
just notify it and the plugin should be responsible for anything needed.
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-12 14:43:10 +02:00
Marc Delisle
89f21f5109
About bug #4280 : try to workaround PHP 5 session garbage collection
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-24 09:15:03 -04:00
Michal Čihař
b4d03dc9f5
Correct punctuation for sentences
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-02 11:30:39 +01:00
Hugues Peccatte
464ec23ad8
Huge PHPDoc update.
2013-11-10 23:04:58 +01:00
ayushchd
6f2a532bf0
Tests for AuthenticationHttp and AuthenticationSignon
2013-07-17 17:33:09 +05:45
Madhura Jayaratne
650a8cdda3
Convert database interface to a class
2013-05-24 17:30:59 +05:30
J.M
e25bba8bcc
Fix notice Undefined index: old_usr in AuthenticationHttp.class.php:162
2013-04-28 17:29:50 +02:00
Rouslan Placella
f730b7745d
Improve response for failed http login
2012-11-26 23:08:15 +00:00
Rouslan Placella
bc9e81aa14
Fixed broken logout functionality got http auth
2012-11-26 22:56:37 +00:00
Michal Čihař
869d7c0e99
Use single quotes when we do not want to evaluate the string
2012-10-16 11:18:16 +02:00
Alex Marin
0565b0e12a
oop: integrate authentication plugins
2012-06-22 11:43:54 +03:00