aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Expand)AuthorAgeFilesLines
* move hidewall to user table - queries are getting too complicated and servers...Friendika2011-07-051-1/+1
* ability to link contacts that are "really me, but on another system/network".Friendika2011-07-051-1/+1
* undo last checkinFriendika2011-07-051-1/+0
* explicitly close db connections - do not rely on process exitFriendika2011-07-051-0/+1
* hash tags cannot contains spacesFriendika2011-07-051-2/+8
* Merge branch 'pull'Friendika2011-07-041-2/+9
|\
| * require 'Expect' http-header for non-apache webserver (like lighttpd)aweiher2011-07-041-2/+9
* | revupFriendika2011-07-041-1/+1
|/
* starred itemsFriendika2011-07-031-1/+1
* one more try at splitting out multiple (> 2) http headers in curlFriendika2011-07-031-6/+25
* use another method to strip out headersFriendika2011-07-031-30/+14
* alter test for http continuation header. Use regex, ignore length.Friendika2011-07-031-2/+2
* db support for starred (favorited) itemsFriendika2011-07-021-2/+2
* add some indexes to photosFriendika2011-07-011-1/+1
* set user-agentFriendika2011-07-011-1/+2
* docoFriendika2011-07-011-3/+3
* better (more consistent) handling of ostatus contactsFriendika2011-07-011-1/+1
* allow polling to mostly survive minor memory shortages.Friendika2011-06-301-0/+12
* match the documentationFriendika2011-06-301-0/+2
* photos were not working in private mailFriendika2011-06-301-1/+1
* Merge branch 'pull'Friendika2011-06-301-1/+1
|\
| * profile_sidebar hook use byref values in second argument arrayFabio Comuni2011-06-301-1/+1
* | revupFriendika2011-06-301-1/+1
|/
* load db configs (config,system) for all "executables"Friendika2011-06-301-4/+5
* allow spaces in @ tagsFriendika2011-06-291-2/+14
* dbg info for photo uploadsFriendika2011-06-281-1/+1
* trim webfinger requestFriendika2011-06-271-0/+2
* some basic margins for friend suggestion screenFriendika2011-06-271-1/+1
* pass notify endpoint with friend suggestionsFriendika2011-06-261-1/+1
* revisit friend suggestion structuresFriendika2011-06-261-2/+2
* friend suggest structures, cont.Friendika2011-06-261-1/+1
* suggestion templateFriendika2011-06-251-1/+1
* new item view, sort by received date - not posted date.Friendika2011-06-231-1/+1
* bug #94 mis-spell CzechFriendika2011-06-231-1/+1
* receive friendship suggestion over the wire (dfrn) and storeFriendika2011-06-221-1/+1
* structures for friend suggestionsFriendika2011-06-211-1/+1
* fix banding on logo, xhtml compliant list and basic table supportFriendika2011-06-211-1/+1
* item sourceFriendika2011-06-201-1/+3
* using pre - one less str_replace for log viewingFriendika2011-06-201-1/+1
* Merge branch 'pull'Friendika2011-06-191-8/+17
|\
| * Save in db if addon define "$addon_plugin_admin" function. Add "plugin_admin"...fabrixxm2011-06-191-3/+7
| * add array support to set_config and get_configfabrixxm2011-06-191-5/+10
* | revupFriendika2011-06-191-1/+1
|/
* revupFriendika2011-06-181-1/+1
* add pagination to admin/user page to support large numbers of usersFriendika2011-06-171-1/+1
* Merge branch 'pull'Friendika2011-06-161-22/+86
|\
| * Merge pull request #116 from fabrixxm/adminFriendika2011-06-161-22/+86
| |\
| | * fix a small php notice.Fabio Comuni2011-06-161-1/+1
| | * Load plugin info from plugin file. Show README.md or README from plugin dir i...Fabio Comuni2011-06-141-0/+52
| | * enable/disable plugins from admin pageFabio Comuni2011-06-141-21/+33