1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

62 Commits

Author SHA1 Message Date
Cameron
d295a434c3 Issue #1356 - Secure Image now using sessions and working with PHP 7.0.3 2016-02-26 11:54:57 -08:00
Cameron
de49a2cce9 Sort languages in Admin Navigation. Removed false positive from language-checker error detection. Improved admin login error handling. 2015-09-05 20:04:28 -07:00
Cameron
caa89c9c3e Allow for disabling of language-perm checking on a page-by-page basis. Usage: $_E107['no_language_perm_check'] = true; before class2.php.
Allow language to be defined by script. Usage Example: define("e_PAGE_LANGUAGE", "French"); OR define("e_PAGE_LANGUAGE", "E_SITELANGUAGE"); before class2.php.
2015-09-03 16:19:39 -07:00
Cameron
98bdf4253e Fix for language error on admin login page. 2015-08-26 13:49:44 -07:00
Cameron
01cac03324 Issue #6 - LAN naming fix. Chrome CSS layout issues corrected. Admin Login page restyled using bootstrap3 markup. 2015-08-20 16:30:28 -07:00
Cameron
129ef52310 Bootstrap3 admin is now the default. 2015-07-17 18:22:56 -07:00
leo
e0f2233a95 new lans in use (admin php message fields (hover) 2015-06-28 22:21:39 +02:00
leo
5d3802f05f hover messages for admin php page (new lan definition added) 2015-06-28 16:32:52 +02:00
Cameron
143784974d Hides empty admin-navigation menu categories when access has not been granted to these areas. 2015-06-06 02:33:23 -07:00
Cameron
db057b3788 Minor styling fixes on admin login form. 2015-02-14 17:38:41 -08:00
Cameron
a78f6ae14e Language file cleanup continued. 2015-01-31 01:09:25 -08:00
Cameron
238864b66a Fixes #771 - System Log preferences not being saved. 2014-10-14 16:23:16 -07:00
Cameron
c567fd265b Bootstrap3 styling fixes and some removal of deprecated save_prefs() usage. 2014-01-15 02:56:39 -08:00
Cameron
cb29941bda Feature-box image-category fix and language-redirect fix. 2013-10-28 22:20:29 -07:00
Cameron
bdf3fdef13 Fixed - admin language perms were not being checked. 2013-10-28 12:57:27 -07:00
Cameron
9e6350cdbe CAPTCHA on admin login page css styling 2013-09-17 10:07:59 -07:00
Cameron
7678f3fecc Issue #439 CAPTCHA was difficult to read on some backgrounds. Added support for constant e_CAPTCHA_FONTCOLOR (use hex color) which may be used in theme.php 2013-09-16 14:13:38 -07:00
SteveD
865adaa99f Issue #343 partial fix - needs JS sorting properly, but should now be possible to log in using CHAP. CHAP didn't work at all for admin login. Also need to change challenge value on every page reload without losing track. 2013-06-09 20:53:44 +01:00
Cameron
70ff50b0a0 CATPCHA can now be enabled on the admin login and user-login pages separately. 2013-03-21 23:06:46 -07:00
Cameron
21114e9957 Admin login-page tweaks 2013-03-20 04:14:26 -07:00
Cameron
f3481ebcc6 More admin and media-manager styling 2013-03-19 22:28:02 -07:00
Cameron
3283329c92 admin login-page styling. Corrected positioning with various screen sizes. 2013-03-19 21:27:28 -07:00
Cameron
9285bd2b9c autofocus on Admin login page. 2013-03-19 19:05:12 -07:00
Cameron
717c92cdf7 Admin login page styling. PM 'title' changed to 'subject'. 2013-03-18 05:41:30 -07:00
Cameron
4f6b639ee9 Admin theme upgrade fix 2013-03-16 14:32:32 -07:00
SecretR
72905055e7 #14 User administration rewrite (set user class, quick add user not functional, work in progress);
retrieve() DB method update (work in progress);
2012-12-09 00:48:04 +02:00
Cameron
df2a903e62 Upgrade Fixes and notice removals. 2012-12-07 15:16:42 -08:00
Cameron
c7bdcf58a8 More Upgrade tweaks - Issue #4 2012-12-07 03:43:23 -08:00
Cameron
8ce184e061 Corrects some upgrade issues. (Issue #4) 2012-12-07 03:39:13 -08:00
SecretR
fb14c94357 NEW back-end boot loader; header.php cleanup, should solve all legacy and non legacy issues related with boot sequence, #15 related 2012-11-29 10:48:42 +02:00
Cameron
250ac74fbd Move bootstrap to core. Removed tipsy (replaced by tooltip) 2012-11-28 13:25:41 -08:00
SecretR
a80f469832 more #15 related fixes 2012-11-28 15:45:21 +02:00
SecretR
6c49eddcba 3rd party legacy code fix attempt 2012-11-28 09:35:06 +02:00
Cameron
667b8fd46f More login page changes 2012-11-26 21:53:56 -08:00
Cameron
12dc8327be Fix admin login page while using bootstrap theme. 2012-11-26 21:50:08 -08:00
CaMer0n
ab11d260ee TinyMce html->bbcode cleanup 2012-07-11 05:14:09 +00:00
CaMer0n
b51da4eb8b Notice removal etc. 2012-06-20 07:08:36 +00:00
CaMer0n
da7021850b Comment and other fixes. 2012-06-18 09:06:20 +00:00
CaMer0n
a8fe3aaff0 Fixes for sign-up popup on image-code failure. And general secure-image-code work 2012-06-13 04:58:43 +00:00
CaMer0n
425937e1a4 Admin template fix 2012-06-07 00:33:10 +00:00
CaMer0n
ad6437e806 Minor css change 2012-06-06 23:37:40 +00:00
CaMer0n
7d83add9f0 Rework of admin-login page layout 2012-06-06 23:30:57 +00:00
CaMer0n
5b0c587b98 Menu-Manager drag-N-drop support. 2012-05-24 15:54:25 +00:00
CaMer0n
e7968c1cf8 Html Cleanup 2012-05-13 05:26:11 +00:00
secretr
645d2dda6d Mass changes (work in progress - related beta testing and feedback highly appreciated)
- New session handler - appropriate changes made at important core areas (language handler, chap login related)
- Overall better COOKIE handling (on both server and client side) - cookies respect now installation path, domain (based on language settings)
- Introduced Security Levels (see session handler constants/docs), security level option could be added to install routine now
- Security level printed on Administration info panel, appropriate lans added (subject of discussion)
- e_TOKEN security part of session handling now - logic depends depends on security level (TODO - POST_REFERER removal)
- e_print, e_dump debug functions added (for quick and nice debug view via site output), native overall FirePhp support planned
- a lot of minor bugfixes
2010-10-26 07:41:20 +00:00
CaMer0n
e931dff9f8 Updated login event for BC with 0.7. 2010-06-06 04:29:54 +00:00
secretr
7ccb925587 EONE-62 (New Feature): Improved extended field model (fields of type db working now);
structure model improvements;
extended fields administration problems solved (there are maybe more);
init_session() and login core routines modified to work with user models;
option Login As added on user administration (visible from main admins only);
minor fixes;
2010-05-14 18:45:51 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
0048078c6e Some code cleanup. auto-redirection to previous admin page if log back in within 5 mins. 2009-11-22 14:10:09 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00