Commit Graph

46 Commits

Author SHA1 Message Date
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
ayushchd
7312cd5b01 Tests for AuthenticationConfig and AuthenticationCookie 2013-07-16 21:44:49 +05:45
Michal Čihař
31a1167f19 End sentence with a stop 2013-07-12 14:58:09 +02:00
Michal Čihař
c0ce163e05 Drop some unused local variables
Found by PMD on our CI server
2013-07-10 14:53:05 +02:00
Michal Čihař
9bcf95f235 Remove extra parenthesis 2013-06-12 10:57:00 +02:00
Michal Čihař
fab879f924 Simplify reCaptcha configuration
Once private and public keys are in place, it is enabled. I see no need
for per server setup.
2013-06-12 09:38:10 +02:00
Michal Čihař
3a7139db70 Use shorter notion of server array 2013-06-11 16:00:22 +02:00
Michal Čihař
dfb81b4b92 Coding style improvements 2013-06-11 15:59:23 +02:00
Michal Čihař
d08730780a Consistent config naming with other config options (issue #369) 2013-06-11 15:30:14 +02:00
Michal Čihař
65a083f6d4 Merge branch 'RECAPTCHA2' of git://github.com/pbojan/phpmyadmin into pbojan-RECAPTCHA2
Conflicts:
	libraries/Header.class.php
2013-06-11 15:28:19 +02:00
Marc Delisle
e6b1391af9 Fix merge conflicts 2013-05-28 08:49:37 -04:00
Marc Delisle
ec6a47d8a0 bug #3957 Cookies must be enabled past this point 2013-05-28 08:46:04 -04:00
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Bojan Petkovski
95f5df348d Recaptcha bug fixes
Error message for empty captcha "Please enter correct captcha!" and if
the user enters correct captcha but wrong login data it won't be
required to enter it next time.
2013-05-20 22:43:07 +02:00
Bojan Petkovski
4213c3c285 ReCaptcha error message 2013-05-12 13:33:09 +02:00
Bojan Petkovski
e9f5a30ae5 ReCaptcha https and CSP bug fixes 2013-05-11 17:53:34 +02:00
Bojan Petkovski
1832c8fa33 ReCaptcha feature 2013-05-11 17:53:32 +02:00
Michal Čihař
2fbb4cee0d Consistently include colon in strings to translate
In some languages this makes difference in translating, so it's better
to give translators full context.
2013-04-25 14:22:31 +02:00
Marc Delisle
29b297f41f Fix bug "#3853 Blowfish implementation might be broken" by replacing the
library with phpseclib

I could not make PMA_blowfish_test.php work with the new library.
2013-04-01 07:04:25 -04:00
Marc Delisle
7b7abce116 Clarify the logic 2013-04-01 06:44:42 -04:00
Dieter Adriaenssens
87a70c8843 improve coding style 2013-01-21 13:37:45 +01:00
J.M
49771711fe After session expiry and re-login, bring user back to the page they were on. See issue #125 2012-12-27 19:33:48 +01:00
J.M
18d2463b41 Show login link in error message on cookie or session expiry 2012-12-27 16:06:09 +01:00
Marc Delisle
95fa48fc8e Remove remaining code in tbl_alter.php 2012-12-18 15:44:39 -05:00
Michal Čihař
61a601fc73 Implement linking to new documentation 2012-11-12 09:48:05 +01:00
Michal Čihař
3c68a0b020 Merge pull request #104 from roccivic/drop-dead-code
Dropped dead code
2012-11-07 07:02:48 -08:00
Rouslan Placella
03561b892c Dropped dead code 2012-11-05 22:19:18 +00:00
Rouslan Placella
ece1ae6b17 Fixed bug #3583343 - Incorrect page after expired session 2012-11-05 22:10:39 +00:00
Rouslan Placella
963a196fb1 Renamed PMA_Language_select and dropped use of echo in this function 2012-11-05 20:26:12 +00:00
Rouslan Placella
49d2d6f5fb Fixed behavior of NavigationDisplayServers configuration directive 2012-10-30 20:16:57 +00:00
Rouslan Placella
1b69d0bf55 Drop the target attrbute from links and forms 2012-10-30 20:10:20 +00:00
Rouslan Placella
9e3a9ee52f Dropped main.php 2012-10-30 20:10:20 +00:00
Rouslan Placella
c24010362f Dropped references to index.php 2012-10-30 20:07:02 +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
Michal Čihař
0087992c06 Various coding style improvements 2012-09-19 15:08:48 +02:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Rouslan Placella
b0a9418591 Use PMA_Message for all connection errors 2012-08-03 10:05:48 +02:00
Chanaka Indrajith
106265a7f8 Resolve conflicts 2012-06-30 11:30:39 +05:30
Alex Marin
3fa180b228 oop: merge master, fix commits 2012-06-27 19:52:37 +03:00
Alex Marin
65467e9c77 oop: AuthenticationCookie bug 2012-06-22 15:38:54 +03:00
Alex Marin
29cb9811d3 oop: Auth - phpcs errors; remove php+html mix 2012-06-22 11:00:53 +03:00
Alex Marin
2640b1399f oop: AuthenticationCookie bug 2012-06-22 10:30:23 +03:00
Alex Marin
c91e80b6ca oop: AuthenticationCookie 2012-06-22 10:23:36 +03:00
Alex Marin
b0e8486ef1 plugins and OOP: import XML, export and import SQL; auth structure 2012-05-28 00:59:49 +03:00