Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify permalink selection logic | friendica | 2014-01-09 | 1 | -2/+2 |
| | |||||
* | use plinks instead of llinks on network/ and channel/ pages, though not in | zottel | 2014-01-09 | 1 | -1/+1 |
| | | | | mode network-new (network/new and network/search) | ||||
* | try again | friendica | 2013-12-25 | 1 | -1/+1 |
| | |||||
* | didn't work | friendica | 2013-12-25 | 1 | -1/+1 |
| | |||||
* | sslify http links in media elements if you're on an https server | friendica | 2013-12-25 | 1 | -0/+32 |
| | |||||
* | more comanche migration | friendica | 2013-12-19 | 1 | -12/+11 |
| | |||||
* | categories should already be html encoded - ensure this is the case but ↵ | friendica | 2013-12-13 | 1 | -2/+2 |
| | | | | don't double encode | ||||
* | issue #240 - we were using htmlentities instead of htmlspecialchars in ↵ | friendica | 2013-12-11 | 1 | -1/+1 |
| | | | | several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments. | ||||
* | comanchify the savedsearch widget | friendica | 2013-12-09 | 1 | -0/+14 |
| | |||||
* | saved search icon work and bugfixes for #tags not beeing deletable and save ↵ | marijus | 2013-12-10 | 1 | -1/+1 |
| | | | | button showing if saved search is disabled | ||||
* | some work on modularising the default profile photo so we can make them site ↵ | friendica | 2013-12-09 | 1 | -5/+3 |
| | | | | selectable. Also red != friendica so we don't need all these friendica logos taking up space | ||||
* | add icon_trnalsate | friendica | 2013-12-04 | 1 | -0/+3 |
| | |||||
* | refactor magic-auth | friendica | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | make the template processor (e.g. replace_macros) pluggable | friendica | 2013-11-28 | 1 | -1/+4 |
| | |||||
* | updated logo in readme and r# shorthand | tuscanhobbit | 2013-11-22 | 1 | -2/+2 |
| | |||||
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵ | friendica | 2013-11-20 | 1 | -2/+2 |
| | | | | we can more easily retire 'aes256cbc' once it is no longer viable. | ||||
* | too much privacy on get_plink() which is left over from Friendica days | friendica | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | update smilies | friendica | 2013-11-07 | 1 | -0/+2 |
| | |||||
* | link to source - if it's on the display page link to original source ↵ | friendica | 2013-10-20 | 1 | -4/+9 |
| | | | | (probably on a different site). All other conversations link to 'llink' which is a local copy and may provide a richer possibility of interactions, especially if you're logged in locally and it's your own copy of the post. | ||||
* | linkify post categories | friendica | 2013-10-14 | 1 | -1/+8 |
| | |||||
* | template and icons for categories and "file as" | friendica | 2013-10-14 | 1 | -46/+46 |
| | |||||
* | attachment icons revisited | friendica | 2013-10-13 | 1 | -28/+50 |
| | |||||
* | fix alt_pager to work if item count is higher than page['itemspage'] (threads) | zottel | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | more icon tweaks - this could be going on for some time; try to get icon ↵ | friendica | 2013-10-10 | 1 | -1/+1 |
| | | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. | ||||
* | add the auto form submit even though it doesn't seem to work. Will debug it ↵ | friendica | 2013-10-01 | 1 | -1/+1 |
| | | | | later. | ||||
* | Typo | Thomas Willingham | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | Issue #117 | Thomas Willingham | 2013-09-29 | 1 | -10/+11 |
| | |||||
* | reduce susceptibility to bleichenberger attack | friendica | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | provide a "safe search" backend and allow for self-censorship using nsfw or ↵ | friendica | 2013-09-19 | 1 | -0/+6 |
| | | | | adult profile keywords. Eventually the directories will be forced to mark adult profiles and sync this knowledge between them. At the moment there's no way to do an unsafe search, but we really just need a checkbox and pass the value through directory to dirsearch on the back end, and some will want this as a pconfig. | ||||
* | more work on viewing obscured api posts | friendica | 2013-09-16 | 1 | -7/+12 |
| | |||||
* | add design tool menu to appropriate pages | friendica | 2013-09-03 | 1 | -1/+17 |
| | |||||
* | add a layout selector | friendica | 2013-09-02 | 1 | -0/+23 |
| | |||||
* | oh that's why | friendica | 2013-09-02 | 1 | -1/+2 |
| | |||||
* | pass execflag - Working for preview but not yet executing on page render | friendica | 2013-09-02 | 1 | -0/+1 |
| | |||||
* | fix webpage storage | friendica | 2013-09-02 | 1 | -1/+1 |
| | |||||
* | allow a channel owner to define a default mimetype on webpages (otherwise ↵ | friendica | 2013-09-02 | 1 | -2/+3 |
| | | | | default to "choose") - also fix the selector w/r/t php code. There is no ui for setting either at the moment, but for instance with wiki pages we probably don't want to have multiple choice of the mimetype. Keep it simple. | ||||
* | webpage content-type -- needs cleaning up and a security check once all the ↵ | friendica | 2013-09-02 | 1 | -0/+60 |
| | | | | important bits are in place. | ||||
* | important bits we need to allow php executable content. These must be ↵ | friendica | 2013-08-11 | 1 | -0/+16 |
| | | | | explicitly allowed - but only if the account has ACCOUNT_ROLE_ALLOWCODE and *only* for web pages and profile fields. This content cannot be transmitted to other sites. | ||||
* | convert all stored json calls to json_decode_plus() | friendica | 2013-08-06 | 1 | -3/+3 |
| | |||||
* | we've been storing json_encoded structures on disk in several places because ↵ | friendica | 2013-08-06 | 1 | -0/+8 |
| | | | | it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize(). | ||||
* | pass item by reference so title can be altered | friendica | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | ensure that no unencrypted content leaks through item_store which is private ↵ | friendica | 2013-08-01 | 1 | -1/+1 |
| | | | | | | - we typically do this in mod/item, but some functions bypass mod/item to create private posts | ||||
* | encrypt private messages on disk - there are still a couple of places where ↵ | friendica | 2013-07-28 | 1 | -0/+12 |
| | | | | the text is leaked in the logs during processing. | ||||
* | improve the red smiley | friendica | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | remove double tags on search results, updates to install doco to get rid of ↵ | friendica | 2013-07-09 | 1 | -13/+18 |
| | | | | Friendica name there and clarify Red requirements. | ||||
* | issue #65 | friendica | 2013-07-01 | 1 | -2/+0 |
| | |||||
* | relocate tagadelic to include/taxonomy | friendica | 2013-06-21 | 1 | -64/+0 |
| | |||||
* | bring back the body tag list - though it really belongs in the templates. ↵ | friendica | 2013-06-20 | 1 | -0/+14 |
| | | | | It's difficult to debug community tags when you can't see any tags (except those the author typed in). | ||||
* | undefined activity_compare which broke notifications (should be ↵ | friendica | 2013-06-20 | 1 | -3/+3 |
| | | | | activity_match) and revamp xchan_query as abook is optional and need not be present - if it isn't there we still need the xchan, but if it is there we need to make sure that it belongs to whichever channel owns the post | ||||
* | bug in commentable - ambiguous abook entry | friendica | 2013-06-20 | 1 | -1/+3 |
| |