aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* minor fixes to suggested chatroomsfriendica2014-02-271-3/+1
|
* chatroom suggestionsfriendica2014-02-271-0/+36
|
* fix photos in private mailfriendica2014-02-271-1/+1
|
* Typocvogeley2014-02-271-1/+1
|
* vsprintf errorfriendica2014-02-261-1/+2
|
* comanche: provide an option to add a menu class for different theming ↵friendica2014-02-252-4/+14
| | | | choices on some menus (e.g. horizontal, tabbed, etc.)
* I'll have to fix this someday.friendica2014-02-251-0/+6
|
* put bookmarked chatrooms into pocofriendica2014-02-251-0/+28
|
* allow personalised page layouts for modules.friendica2014-02-251-2/+0
|
* provide ability to bookmark chatrooms using rbmarkfriendica2014-02-241-2/+17
|
* remote "add bookmark" - like rpost but saves a bookmark from a remote hub ↵friendica2014-02-241-9/+24
| | | | into one of your own bookmark folders (or a new one if desired).
* string 'null' showing up in timeago since last modifyfriendica2014-02-241-3/+2
|
* take a pfriendica2014-02-241-1/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2014-02-241-11/+13
|\
| * Translation for jQuery.divgrow strings. Fix mismatch in jQuery.timeago stringsAlexandre Hannud Abdo2014-02-241-11/+13
| |
* | set theme for un-viewable profilefriendica2014-02-241-21/+32
|/
* minor stuff, some doco, auth cleanup, and make "unknown" more translateable ↵friendica2014-02-222-5/+1
| | | | by context.
* This should resolve the dav authentication loop (correctly)friendica2014-02-223-8/+22
|
* SECURITY: do not automatically open an iframe which points into the local ↵friendica2014-02-201-1/+8
| | | | website.
* fix login weirdness for accounts that need to be approvedfriendica2014-02-202-5/+11
|
* small changes to a couple of lookup functions which we need to use a bit morefriendica2014-02-202-4/+7
|
* code cleanupfriendica2014-02-201-0/+9
|
* title missing in private mention postsfriendica2014-02-201-3/+1
|
* vsprintf error on updatefriendica2014-02-201-2/+2
|
* use the medium size photo on the nav bar if that photo stays larger, as the ↵friendica2014-02-201-1/+1
| | | | small one usually looks awful when you scale it up.
* believe i found the issue which was causing hundreds/thousands of identical ↵friendica2014-02-201-9/+12
| | | | hublocs to be created
* Merge pull request #322 from dawnbreak/masterfriendica2014-02-201-70/+126
|\ | | | | Doxygen include/attach.php
| * Doxygen include/attach.phpKlaus2014-02-191-70/+126
| | | | | | Some Doxygen as far as I understood and some styleguides.