aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
* partial port of embedded sharesfriendica2013-02-251-0/+91
|
* start formatting for Doxygenfriendica2013-02-2567-90/+91
|
* little fixesfriendica2013-02-242-4/+5
|
* add groups and personal configs to export/importfriendica2013-02-211-0/+20
|
* bring back like/dislike and share buttonszottel2013-02-211-1/+1
|
* fix localdir privacy (again)friendica2013-02-191-1/+5
|
* set xchan hidden flag correctly when local directory updatefriendica2013-02-191-0/+20
|
* directory debuggingfriendica2013-02-192-0/+4
|
* that should be the last critical piece. Everything else is gravy.friendica2013-02-191-0/+49
|
* dang - this is almost testable. Still have to figure out the best way to ↵friendica2013-02-191-0/+9
| | | | deal with the profile photo. Otherwise if you're really brave you could give it a go and see what happens. The worst that could happen is that it destroys the universe. Not a big deal. More likely you could end up with a bunch of imported things that have to be cleaned up. Less likely but entirely possible is that nothing useful will happen at all and it'll white screen.
* the heavy lifting is done for location migration aka channel import - now ↵friendica2013-02-191-1/+1
| | | | it's just connecting all the dots. Don't get impatient, there are a lot of dots.
* permission plugin hooksfriendica2013-02-191-2/+23
|
* global rename viewcontacts to viewconnectionsfriendica2013-02-191-1/+1
|
* viewcontacts updatefriendica2013-02-191-2/+2
|
* nothing to see, keep movingfriendica2013-02-181-0/+43
|
* moving onfriendica2013-02-183-2/+70
|
* start on channel_remove(), add some generic channel queries to the API layersfriendica2013-02-163-35/+57
|