aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2008-09-24Closes 374: Using get_version function instead of including the version file.marcus
2008-09-24Minor improvements to failure mode.marcus
2008-09-24auth_token api call now functionalmarcus
2008-09-24git-svn-id: https://code.elgg.org/elgg/trunk@2119 36083f99-b078-4883-b0ff-0f9...marcus
2008-09-24Returning cache control back to access permissions.ben
2008-09-24git-svn-id: https://code.elgg.org/elgg/trunk@2116 36083f99-b078-4883-b0ff-0f9...marcus
2008-09-24Added endpoint page handler.marcus
2008-09-24Create keypair code addedmarcus
2008-09-24Added create_api_usermarcus
2008-09-24Added remove_api_user functionmarcus
2008-09-24Will now handle banned users marcus
2008-09-24Metadata permissions now work as advertised, but had to remove caching in the...ben
2008-09-23The database schema will now automatically update itself on upgrade.ben
2008-09-23The cache library is now loaded before the main library boot.ben
2008-09-23Belts and bracesmarcus
2008-09-23Database upgrade script from 1.0 to latest schema.ben
2008-09-22API improvement. Authentication via token now logs user in for that session.marcus
2008-09-20Apparently non-p connections are better in many cases, see http://www.slidesh...marcus
2008-09-17Access permissions now cached correctly.marcus
2008-09-17Optimised plugin query.marcus
2008-09-17Short circuit added for missing values.marcus
2008-09-17Removed old gunkmarcus
2008-09-17Load cache phpmarcus
2008-09-17Changed caching to memory.marcus
2008-09-17Added hmac cache of hmacs we have seen before (MEMORY TABLE)marcus
2008-09-17Added hmac cache of hmacs we have seen before (MEMORY TABLE)marcus
2008-09-17Some api improvements:marcus
2008-09-17Changed users_apisessions to use memory, since there is no reason to store th...marcus
2008-09-17System log now using delayed writes.marcus
2008-09-15Marcus Povey:marcus
2008-09-15Removed privileged path code since this is no longer usedmarcus
2008-09-15Closes #346: More granularity on enable/disable. marcus
2008-09-10Closes #349: We need to improve detect_extender_valuetypemarcus
2008-09-10Improved language completeness algorithm.marcus
2008-09-09Minor tweak: Only shows percentage on things less than 100% completemarcus
2008-09-09Some language helper tools.marcus
2008-09-09Closes #338: You're quite right, this is was an error on our part. Nice spot!marcus
2008-09-09Introducing: Admin only translation "completeness" helper.marcus
2008-09-08Refs #172: Removed line endings on spec. marcus
2008-09-06Fixes #330: I implemented the changes you suggested (except for quotes around...marcus
2008-09-02Set default db to UTF 8... for what it's worth.marcus
2008-09-01Closes #305marcus
2008-09-01Additional per-session random token, additional randomness protection against...marcus
2008-08-31Some session fingerprinting code. Requires user agent to be consistent across...marcus
2008-08-31Regenerates session ID on user login. This helps prevent some hijacking attacks.marcus
2008-08-31Minor tweak, logout now calls session_destroy()marcus
2008-08-28Closes #313, Fixes #274: Resolved strange OSX language file browsing, includi...marcus
2008-08-26Minor tweak to basic stats to clarify number of users in the system.marcus
2008-08-25Closes #254: If mb_string is installed then internationalised usernames are s...marcus
2008-08-22Committing kses fixben