summaryrefslogtreecommitdiff
path: root/includes/authentication.php
AgeCommit message (Collapse)AuthorFilesLines
2014-10-26Move remaining functions from authentication.php to better locationGreg Roach1-198/+0
2014-10-26Move global functions to classes. Use class-based logs.Greg Roach1-20/+0
2014-10-22Move news/blog functions to the news/blog codeGreg Roach1-111/+0
2014-10-22Remove old/commented codeGreg Roach1-8/+12
2014-10-21PHPDocGreg Roach1-1/+1
2014-10-21PHPDocGreg Roach1-3/+28
2014-10-18PHPDocGreg Roach1-44/+53
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-2/+2
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-1/+1
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-1/+1
2014-08-26Initial framework for unit testsGreg Roach1-5/+0
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-4/+7
2014-06-25Tidy up English punctuation, capitalisation, etc.Greg Roach1-1/+1
2014-06-21Capitalisation and punctuationGreg Roach1-2/+2
2014-05-14Error sending mail between usersGreg Roach1-57/+59
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-192/+32
2014-05-08DocBlock headers - fix mismatches with code and apply consistent formattingGreg Roach1-2/+4
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to ↵Greg Roach1-26/+175
wrong branch This reverts commit 04e895d26b4a0f606b8f83488ecb32127df081cf.
2014-05-06Replace global user functions with WT_User classGreg Roach1-175/+26
2014-05-01#1281007 - link to viewed page missing in sent emailGreg Roach1-3/+2
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-2/+2
2013-11-01Tidy up trailing whitespaceGreg Roach1-2/+2
2013-10-29Undeclared globalfisharebest1-1/+1
2013-10-29#1244901 - webtrees message - line breaks are <br> - 1.5.0 devfisharebest1-1/+7
2013-10-29Add more support for Reply-To: headers on emailfisharebest1-9/+15
2013-10-29Add internal support for Reply-To: headers on emailfisharebest1-0/+4
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-1/+1
2013-08-25Switch from phpmailer class to Zend_Mail. Fix #1213289 - Issue with ↵Greg Roach1-60/+56
non-breaking space - fr file
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-12#1064348 - Private trees are completely private - so how can we show welcome ↵fisharebest1-5/+0
information?
2013-05-12#1100239- SMTP_HELO site config setting is incorrectly labelledfisharebest1-1/+1
2013-05-11#1161877 - Admin sees edit options when editing disabledfisharebest1-3/+2
2013-03-02Edit news/journal item - do not update timestampfisharebest1-2/+2
2013-01-17#1100665 - Proxy breaks remote IP (patch by Andrew Gregory - thanks!)fisharebest1-8/+10
2012-11-23#1062990 - AUTH log entries for LOGIN no longer record USERfisharebest1-1/+1
2012-11-22#1078025 - Login.php does not recognise cookies are enabledfisharebest1-0/+5
2012-09-19Current tree undefined causes logging error during schema upgradefisharebest1-2/+2
2012-09-16Fix: recent change to order of code in session.php meant that editors could ↵fisharebest1-1/+1
no longer edit.
2012-09-15Fix: all users promoted to adminfisharebest1-1/+1
2012-09-15Fix: lots of issues when there are either no trees, or no trees with public ↵fisharebest1-1/+1
access
2012-09-15Create objects to encapsulate trees. Allows us to cache tree settings, ↵fisharebest1-49/+3
which saves about 80 DB queries per page.
2012-09-14Reinstate a check in AddToLogfisharebest1-1/+1
2012-09-14Performance tweak - save a couple of DB calls by refactoring the startup ↵fisharebest1-17/+0
sequence
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-1/+1
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-5/+4
https://bugs.launchpad.net/webtrees/+bug/1024825 - Custom language translations not working on family tree titles https://bugs.launchpad.net/webtrees/+bug/981640 - Partial solution - filter list of trees using REQUIRE_VISITOR_AUTHENTICATION to hide trees which the user cannot see. This also ensures that private trees remain completely hidden until after login. https://bugs.launchpad.net/webtrees/+bug/1046002 - v1.3.1 admin.php ERROR 8 at line 277 Performance tweak - save at least two DB calls per page.
2012-09-04#1046014 - User Admin - date of last visit not loggingfisharebest1-10/+0
2012-08-26#584835 - Global variables clash with session variables (register_globals=On)fisharebest1-6/+6
2012-08-14Fix: SQL error when adding Journal entriesfisharebest1-1/+1