aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
Commit message (Collapse)AuthorAgeFilesLines
* move some more stuff to the install directoryfriendica2012-11-011-1345/+0
|
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-7/+7
| | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
* more DB cleanupfriendica2012-08-301-3/+3
|
* start on contacts/profilesfriendica2012-08-301-1/+1
|
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-7/+7
|
* updatesfriendica2012-08-051-1/+0
|
* convert all network search params to get requests (no url path args)friendica2012-07-231-1/+8
|
* term (tag, mention, category, file, etc.) tablefriendica2012-07-051-1/+19
|
* final db updates after testingZach Prezkuta2012-07-051-1/+1
|
* "lock" is a reserved MySQL keywordZach Prezkuta2012-07-051-3/+3
|
* add rudimentary locking capability to Friendica functionsZach Prezkuta2012-07-051-0/+12
|
* event summary/titlefriendica2012-06-251-1/+10
|
* add like/dislike to profilesfriendica2012-06-241-1/+10
|
* Add support for PNG images with alphaFabio Comuni2012-06-071-1/+7
|
* database updatesZach Prezkuta2012-06-031-5/+2
|
* Fix bugs in the retraction codeZach Prezkuta2012-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Currently, the following seems to be the functional status: For a Diaspora top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete for top-level owner Diaspora comments show up for non-owner Diaspora comments sometimes don't delete for non-owner -> Appears to be Diaspora's fault, as a "not a valid object" error shows up in the log Friendica likes show up, but can't unlike (Friendica doesn't even message Diaspora) Diaspora likes show up Diaspora non-owner can't unlike -> Same as comments, seems to be Diaspora's fault For a Friendica top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete Friendica likes don't show up in Diaspora sometimes Friendica doesn't even message Diaspora for unlikes (sometimes?) Diaspora likes and unlikes work
* prepare to implement database updateZach Prezkuta2012-06-031-1/+11
|
* Implement relaying of relayable_retractionsZach Prezkuta2012-06-031-2/+3
| | | | Also: some whitespace cleanup, fix Diaspora parent DB query
* add hometown to profilesfriendica2012-06-021-1/+8
|
* "howlong" added to marital status.friendica2012-06-021-1/+10
|
* private group tests, cont.friendica2012-05-291-3/+7
|
* more private forums, default privacy group for new contactsfriendica2012-05-171-1/+8
|
* provide "service_class" identifier which will let us provide service_class ↵friendica2012-05-021-1/+10
| | | | limits such as number of FB friends, etc.
* adding zrl support to social graphsfriendica2012-05-011-2/+11
|
* hidden plugins (add .hidden file to dir)friendica2012-04-301-1/+8
|
* add db field for removed account, which will also be the first test of ↵friendica2012-04-291-2/+9
| | | | update error checking
* archive contact flagfriendica2012-04-271-1/+4
|
* extensible item_id table for managing all the different message-ids ↵friendica2012-04-111-2/+9
| | | | generated by multiple services
* fix messed up config tables w/ duplicate entriesfriendica2012-04-061-4/+49
|
* fix bad sql updatefriendica2012-04-061-4/+9
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-1/+7
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * settings for unknown private mail acceptancefriendica2012-03-311-1/+6
| |
* | added index to config and pconfig tableAlexander Kampmann2012-04-051-1/+15
| | | | | | | | changed config.php to use REPLACE instead of INSERT, this removes one db hit.
* | removed some new lines to cut down number of changed filesAlexander Kampmann2012-03-221-1/+0
| |
* | Merge branch 'master' of git://github.com/friendica/friendicaAlexander Kampmann2012-03-221-14/+13
|\| | | | | | | | | | | | | | | Conflicts: boot.php database.sql include/template_processor.php update.php
| * prevent re-registrations using a deleted username - not an issue with ↵friendica2012-03-221-1/+10
| | | | | | | | Friendica but could create a serious privacy issue with federated platforms
| * track whether contact is a community page or notfriendica2012-03-151-1/+6
| |
* | integrated profilerAlexander Kampmann2012-03-151-11/+11
| |
* | added simple build-in profilingAlexander Kampmann2012-03-151-0/+16
|/
* item table update for file featurefriendica2012-03-021-2/+7
|
* notification enhancementsfriendica2012-02-291-1/+4
|
* update globaldir when page-type changes, add spam date fieldfriendica2012-02-271-1/+6
|
* spam dbfriendica2012-02-261-1/+16
|
* Mail: New options for actions after importing mails.Michael2012-02-261-1/+5
|
* Added notify-threads to update.phpAbinoam P. Marques Jr2012-02-251-2/+15
|
* update author name across items if changed.friendica2012-02-241-1/+5
|
* theme shakeup commences - themes are now administered in admin panel.friendica2012-02-231-2/+6
|
* email notify now redirected through mod_notify, weirdness in local deliver ↵friendica2012-02-201-1/+5
| | | | caused by community page changes
* poll structuresfriendica2012-02-131-1/+29
|
* db installation syncfriendica2012-02-101-1/+17
|