aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* create_sys_channel during setup bypasses our check when creating the first ↵friendica2014-03-232-0/+11
| | | | account that there is a site keypair. Esnure that a site keypair is created before any sys channels are created.
* provide 'style' option to archive widget to choose between 'select' and ↵friendica2014-03-231-0/+2
| | | | 'list' format
* add curl error text to mod/probe so we can remotely diagnose communication ↵friendica2014-03-231-2/+4
| | | | issues from other sites.
* Merge https://github.com/friendica/red into zpullfriendica2014-03-231-2/+4
|\
| * add width and height to uploaded photo bodymarijus2014-03-221-1/+3
| |
| * use border-box for everythingmarijus2014-03-221-1/+1
| |
* | improve curl error loggingfriendica2014-03-231-1/+3
|/
* we don't allow forgeries to be received - save some bandwidth by not ↵friendica2014-03-211-0/+5
| | | | allowing them to be sent. We do have to figure out how some secondary delivery chains are ending up with posts belonging to the original owner instead of the chain owner, but that's for another day.
* found what I believe is the root cause of issue #230, but don't yet have a ↵friendica2014-03-201-13/+21
| | | | workable solution. This one is hard.
* increase log info to track down source of ownership failuresfriendica2014-03-201-1/+1
|
* docofriendica2014-03-191-0/+1
|
* prune_hub_reinstalls() and add cron weekly as a side effectfriendica2014-03-192-0/+49
|
* cleanupfriendica2014-03-183-26/+36
|
* oopsThomas Willingham2014-03-181-1/+1
|
* Missed oneThomas Willingham2014-03-181-2/+3
|
* sprintf errorfriendica2014-03-171-1/+1
|
* remove mysql dependencies from cache apifriendica2014-03-161-31/+16
|
* mail notification goes to old linkfriendica2014-03-161-1/+1
|
* little fixes of hopefully nil significancefriendica2014-03-165-16/+18
|
* this is the correct fixfriendica2014-03-161-2/+2
|
* mergeChristian Vogeley2014-03-156-22/+16
|\
| * contact_block() not being shown to unauthenticated visitors - even if perms ↵friendica2014-03-132-4/+7
| | | | | | | | allow. Also separate the permissions logic for this function so that we can have a mini-profile widget and a separate contact_block widget instead of always lumping them together. We probably also should move contact_block() outside of include/text.php as it doesn't really belong there. Just not sure where it belongs - perhaps contact_widgets wouold be a good place.
| * file had wrong extensionfriendica2014-03-111-9/+0
| |
| * protect filed conversations from expiration - we check the parent to see if ↵friendica2014-03-111-1/+1
| | | | | | | | it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected.
| * version updatefriendica2014-03-111-1/+1
| |
| * this commit is an attempt to make conv items better scalable on smaller ↵marijus2014-03-101-7/+7
| | | | | | | | screens. also save some horizontal space.
* | API: statusnet_html:trim was trimming too muchChristian Vogeley2014-03-151-1/+2
|/
* collapse the advanced directory search so that folks who think they're ↵friendica2014-03-081-1/+1
| | | | advanced but really aren't don't whinge about it.
* advanced search front-endfriendica2014-03-081-0/+5
|
* notify when permissions change and haven't been saved.friendica2014-03-071-0/+1
|
* bring friends backfriendica2014-03-061-10/+10
|
* add clock widget and correct some docofriendica2014-03-051-0/+56
|
* move language selector to a modulefriendica2014-03-051-1/+0
|
* Red API: /api/red/item/new ; which is like /api/statuses/update except it ↵friendica2014-03-042-2/+50
| | | | uses Red semantics and returns success/failure indication.
* undofriendica2014-03-041-2/+2
|
* Make zid() work for observers as well as local usersThomas Willingham2014-03-041-3/+3
|
* change flags for one-way connections from hidden to unconnected so we can ↵friendica2014-03-043-16/+15
| | | | still use hidden for - well hiding connections
* directory sync issuesfriendica2014-03-032-8/+11
|
* enable network/matrix expiration, this should be functional but the options ↵friendica2014-03-032-29/+30
| | | | have been reduced/restricted so we're only looking at network posts and ignore anything that is filed, starred, or is resource_type 'photo' (which should not be possible in non-wall posts, but we just want to be sure). Will require the adventurous tester(s) to set 'channel_expire_days' in their channel record.
* item widget - displays one (webpage) item by mid. This is how you could put ↵friendica2014-03-031-0/+27
| | | | multiple content blobs on a page without turning them all into blocks.
* implement horizontal menu class in redbasicfriendica2014-03-031-1/+1
|
* revert the temporary fix for the missing hdr.tpl and add the ability to ↵friendica2014-03-031-1/+1
| | | | provide context sensitive help/documentation by passing the current URL path to the help module as $_REQUEST['cmd']. So we could create a special help page for settings/display or whatever. The only issue is whether this should be presented first with a link to the main help page, or if we put a line at the top of the main help page that says "I need help for settings/display". Also edited the help target window name, as "friendika-help" is a bit dated.
* some anomolies found when viewing connections in various cases.friendica2014-03-022-3/+30
|
* add choklet template with several defined flavours, two and three column ↵friendica2014-03-021-17/+22
| | | | fluid layouts with optional side margins and a region for a blog-style header photo
* first cut at choklet templatefriendica2014-03-021-14/+33
|
* allow templates to have multiple styles - this would be a bit like having a ↵friendica2014-03-021-2/+8
| | | | schema for a template file. At first you'll think this is insane and overly complicated, you'll just have to wait and see what I'm up to. Then it will start to make sense.
* it's unfortunate that we use the term "layout" to refer both to a template ↵friendica2014-03-011-0/+4
| | | | file and to Comanche .PDL files. I think we should probably refer to the template file as "template" just to avoid confusion. For the moment we'll provide both, since the 'layout' is already in the wild. But please use "template" going forward.
* dang - you really have to bludgeon this thing to get youtube to use httpsfriendica2014-02-281-1/+10
|
* try to fix youtube mixed content warningsfriendica2014-02-281-0/+2
|
* put schemas in Comanche (this requires theme support (!))friendica2014-02-272-1/+8
|