aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* issue #433friendica2014-06-103-5/+5
|
* merge the app menusfriendica2014-06-101-20/+17
|
* remote install app (untested)friendica2014-06-101-1/+1
|
* allow rpost to take a channel argument (the channel nickname) and change ↵friendica2014-06-091-0/+11
| | | | channel to that if it's valid
* doc updatesfriendica2014-06-061-0/+3
|
* move hexit to addons where it belongsfriendica2014-06-051-181/+0
|
* hex converter - could've been a plugin and perhaps should have been but this ↵friendica2014-06-041-0/+181
| | | | was quick. No translations or templates. Just a converter.
* duplicate birthday events showing upfriendica2014-06-041-2/+2
|
* if photo import failed during channel import, reset the xchan_photo_date so ↵friendica2014-06-041-1/+7
| | | | it will automatically fix itself.
* don't provide a second (actually third counting the navbar) search box on ↵friendica2014-06-031-1/+2
| | | | the search page if you've got saved searches turned on. This should solve some problems with duplicate html id's (and save wasn't working anyway). If you don't have saved search ability (which will provide a saved search widget in the sidebar), provide a simple search box in the main content region but without save ability.
* add sys channel (discover) posts to "anonymous" search. They will by default ↵friendica2014-06-032-9/+18
| | | | be public.
* issue #479 - tag escaping not needed here.friendica2014-06-021-8/+8
|
* bring back birthdaysfriendica2014-06-021-5/+10
|
* issue #476friendica2014-05-311-1/+1
|
* use consistent capitalisation in the item actions menufriendica2014-05-291-1/+1
|
* testing new event codefriendica2014-05-291-56/+0
|
* newevent: front end functionsfriendica2014-05-291-3/+13
|
* start to tie in the new event logicfriendica2014-05-291-2/+3
|
* Merge branch 'master' into neweventfriendica2014-05-2912-42/+237
|\ | | | | | | | | Conflicts: include/zot.php
| * cleanup dead directory entries. This was a real b#tch, so keep your eye out ↵friendica2014-05-281-0/+22
| | | | | | | | for issues - which you shouldn't see until next weekend when this is scheduled to run. We're only setting flags, so if anything goes wrong we should be able to recover without too much pain.
| * moods: simplify 'xyz is tired' rather than 'xyz is currently tired'. This is ↵friendica2014-05-281-8/+1
| | | | | | | | possible now that we have translation contexts, as before '$1 is $2' was ambiguous without a context - in this case 'mood'.
| * auto-highlight app embed code on clickfriendica2014-05-251-1/+1
| |
| * missing "app installed" info msgfriendica2014-05-251-0/+4
| |
| * fix the intermittent theme previewfriendica2014-05-251-3/+1
| |
| * add randprof app and do away with the universally hated chanview-iframe ↵friendica2014-05-232-11/+12
| | | | | | | | mode. It's gone. Please do not try and bring it back. We are not Diaspora and we have no desire to be like them. ("And they're all made out of ticky-tacky and they all look just the same"). Our profiles do not have to look the same and they won't anyway. We don't have to sugar coat the fact that some of the content in the matrix doesn't look like the rest of the content in the matrix.
| * Merge https://github.com/friendica/red into pending_mergefriendica2014-05-221-2/+2
| |\
| | * Fix photo updates in appman.Thomas Willingham2014-05-221-2/+2
| | |
| * | mod_display: match "message_id begins with xxxx" as well as "message_id = xxxx"friendica2014-05-221-3/+3
| |/
| * Time to flip the switch.friendica2014-05-211-2/+4
| |
| * more app workfriendica2014-05-212-4/+6
| |
| * make it possible to edit/delete apps via /apps/personal/editfriendica2014-05-211-1/+4
| |
| * this is why I didn't see the "app installed" message....friendica2014-05-201-1/+1
| |
| * more app workfriendica2014-05-201-18/+42
| |
| * unfinished work for creating appfriendica2014-05-201-0/+44
| |
| * most of the remaining apps basic infrastructure except a form to create the ↵friendica2014-05-202-4/+48
| | | | | | | | things. Don't let this fool you - there is still a lot of work, but there isn't a whole lot of work to create a demo; in fact you can demo it now.
| * some sidebar content (doesn't yet do anything)friendica2014-05-151-1/+1
| |
| * the app menu takes formfriendica2014-05-151-7/+7
| |
| * some backend stuff for appsfriendica2014-05-151-8/+12
| |
| * fix author delete (non-owner)friendica2014-05-141-3/+3
| |
| * zrlify (turn into zmg) any relevant img tags in a post.friendica2014-05-131-0/+5
| |
| * Changed some comments.root2014-05-101-2/+1
| |
| * Made code changes to serve higher resolution images in displays with high ↵root2014-05-101-1/+34
| | | | | | | | pixel density.
| * event form hard-wired tinymce=on, made selectablefriendica2014-05-081-2/+11
| |
| * show hidden connections in contact block if and only if the observer is the ↵friendica2014-05-081-4/+12
| | | | | | | | profile owner
* | better event managementfriendica2014-05-071-0/+56
|/
* make it easier to plug into .well_known, for instance to tell the EFF to ↵friendica2014-05-061-0/+6
| | | | fuck off and not block pages from the free web just because they use cookies.
* core fixes to allow statusnet connector to workfriendica2014-05-061-4/+4
|
* setup: check for open https port with an invalid cert, even if configured to ↵friendica2014-05-061-11/+25
| | | | use http. Also a bit more word-smithing on the resultant error text but it's still not perfect.
* log pickupsfriendica2014-05-051-0/+2
|
* add message_id to reshared items so that we can eventually notify the ↵friendica2014-05-051-1/+2
| | | | original poster via an activity that their item was shared.