aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* modify linkify to work correctly with Red mid's containing '@'friendica2013-04-081-1/+1
|
* wrapper function to create arbitrary activities (e.g. for plugins and apps) ↵friendica2013-04-041-0/+65
| | | | with a minimal amount of fuss, though the amount of fuss could increase significantly depending on the nature of the activity. For a simple wall post, just set the $arr['body'] to the desired text and we'll do the rest. If the activity requires special verbs, objects or targets, these will all need to be constructed.
* Merge https://github.com/friendica/red into zpullfriendica2013-04-031-0/+1
|\
| * Make prettyPhoto a feature, add slideshow for albums.Thomas Willingham2013-03-291-0/+1
| |
* | liking comments were reverted to liking the parent after sending item to ↵friendica2013-04-031-4/+3
|/ | | | another channel
* add new connections to default group (if any)friendica2013-03-272-59/+36
|
* update manage table and some documentationfriendica2013-03-273-17/+33
|
* more docofriendica2013-03-261-5/+8
|
* set hidden flags on new directory entries, not just existing onesfriendica2013-03-261-3/+21
|
* docofriendica2013-03-252-3/+66
|
* Merge https://github.com/friendica/red into zpullfriendica2013-03-211-1/+3
|\
| * small fixes for eventsMichael Johnston2013-03-211-1/+3
| |
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-2110-185/+185
| | | | | | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* | support various and multiple content_types on the display side - still have ↵friendica2013-03-211-7/+28
|/ | | | some work to do on the posting side.
* update for js_uploadfriendica2013-03-211-3/+3
|
* updatefriendica2013-03-211-0/+15
|
* we'll need a special system channel (not attached to any account) for ↵friendica2013-03-181-9/+27
| | | | directory synchronisation
* add xconfig table and functions, update strings and docofriendica2013-03-151-11/+123
|
* update modification time whenever a directory related attribute is changedfriendica2013-03-131-2/+24
|
* update xchans on url changefriendica2013-03-121-2/+9
|
* tell it like it isfriendica2013-03-121-2/+2
|
* tell it like it is.friendica2013-03-121-1/+0
|
* make reshares translateablefriendica2013-03-111-71/+79
|
* fix typosfriendica2013-03-112-3/+3
|
* unknown columnfriendica2013-03-111-2/+2
|
* class def for reshared contentfriendica2013-03-111-1/+1
|
* dangerous typo that removes all your hublocs, fix reshare formattingfriendica2013-03-114-37/+39
|
* cleanupfriendica2013-03-106-996/+1
|
* .friendica2013-03-103-15/+56
|
* some fixes related to eventsMichael Johnston2013-03-071-1/+1
| | | | | | | - add backticks around column "desc" in sql query - fixed query for data passed to showEvent - showEvent was picking up on id from item instead of id from event - fixed references to author info in template
* fix comment permissions on display (again) and clean up an error seen in the ↵friendica2013-03-062-2/+9
| | | | logs
* tweaky tweak, plus add share tracking db, and don't show acl for guest ↵friendica2013-03-061-0/+1
| | | | postings, and experiment with compressing pcss on the fly
* randprof sorta workingfriendica2013-03-061-2/+2
|
* hide hidden entriesfriendica2013-03-051-0/+2
|
* basic friend suggestions (but not "new to the network and have no friends at ↵friendica2013-03-051-4/+23
| | | | all" suggestions)
* just tinkering and trying a few things - don't get upset. It can all be ↵friendica2013-03-053-8/+19
| | | | reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting.
* fix timeago (again), webfinger new spec implemented, some theme workfriendica2013-03-043-2/+4
|
* cleanup affinity toolfriendica2013-03-031-1/+3
|
* edits might really work nowfriendica2013-02-281-1/+2
|
* this might make edits update across the wire, or it might notfriendica2013-02-283-2/+232
|
* mail recall - just set mail_flags = mail_flags & MAIL_RECALLED and tell the ↵friendica2013-02-272-1/+25
| | | | notifier. We'll need a special button for this. Also should probably report whether it was seen or not. Will do that another day.
* taking the next step on pagesfriendica2013-02-271-0/+3
|
* hex2bin is a built-in function in PHP 5.4friendica2013-02-271-1/+3
|
* get rid of str_getcsv legacy function since we now require php 5.3friendica2013-02-261-57/+0
|
* xss attack vector in bbcode.php - check for proc_open being disabled for ↵friendica2013-02-261-11/+11
| | | | security reasons in install
* doc updatefriendica2013-02-261-254/+251
|
* remove things calling feed_birthday(), so we can remove itfriendica2013-02-261-2/+2
|
* initial docofriendica2013-02-264-69/+81
|
* route oembed through z_fetch_urlfriendica2013-02-251-2/+8
|
* make sure old fetch_url calls (and those that provided their own curl ↵friendica2013-02-251-2/+5
| | | | wrapper) go through z_fetch_url