aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Collapse)AuthorAgeFilesLines
* mail_obscure - AES-256 is way too slow, simplify. Ideally a substitution ↵redmatrix2015-05-191-3/+2
| | | | cipher would be adequate for our requirements.
* Merge branch 'master' into tresredmatrix2015-05-141-15/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Import/refimport.php include/activities.php include/attach.php include/event.php include/externals.php include/identity.php include/items.php include/notifier.php include/photos.php include/taxonomy.php include/zot.php mod/channel.php mod/connedit.php mod/events.php mod/item.php mod/like.php mod/manage.php mod/mood.php mod/ping.php mod/poke.php mod/subthread.php mod/tagger.php mod/thing.php
| * Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-121-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: mod/mitem.php view/nl/strings.php
| | * fix a couple of miscellaneous errors which showed up in the logsredmatrix2015-05-111-1/+1
| | |
| * | Hopefully this will make item_cache the defaultredmatrix2015-05-061-11/+11
| | |
| * | first pass name changeredmatrix2015-05-051-3/+3
| |/
* | Merge branch 'master' into tresfriendica2015-05-011-0/+18
|\|
| * more performance workfriendica2015-04-301-1/+9
| |
| * just a test, please do not try to implement this as there are severe ↵friendica2015-04-301-0/+10
| | | | | | | | security issues
* | Merge branch 'master' into tresfriendica2015-04-231-217/+305
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * api - unobscure mailfriendica2015-04-191-0/+11
| |
| * dont suggest anything here it explains itselfMario Vavti2015-04-141-1/+1
| |
| * some more on webpagesMario Vavti2015-04-141-12/+15
| |
| * move style to style.cssMario Vavti2015-04-101-3/+3
| |
| * make r# work better with different font sizesMario Vavti2015-04-101-3/+3
| |
| * that didn't work out well - let's do this insteadfriendica2015-04-081-27/+16
| |
| * fix selector when sys channel activefriendica2015-04-081-0/+13
| |
| * system channel always has allow_code privilegesfriendica2015-04-081-6/+19
| |
| * Fix Design Tool navigation for sys channel.Klaus Weidenbach2015-04-061-6/+16
| | | | | | | | Fix creating menu for sys channel.
| * Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-149/+182
| | | | | | | | | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
| * comanche: move 'webpage' declaration to the first parser pass so it is set ↵friendica2015-03-251-2/+2
| | | | | | | | when content loads.
| * catche edge case of tag "@abcdef +1", which tags the first entry in your ↵friendica2015-03-241-6/+15
| | | | | | | | abook, regardless of abcdef. This holds true for other similar patterns as well.
| * improve performance of the zotfeed queriesfriendica2015-03-231-3/+7
| |
| * add loadtime search to channel and fix it for home. display and search need ↵friendica2015-03-211-2/+1
| | | | | | | | further investigation
| * make the channel item query match recent changes to network item query (and ↵friendica2015-03-181-1/+1
| | | | | | | | some slightly older changes in display item query), and allow '@' in linkified urls.
| * openid cleanupfriendica2015-03-161-7/+5
| |
| * Some cleanups.Klaus Weidenbach2015-03-131-13/+16
| | | | | | | | | | | | Fixed dbesc_identifier(), but it is not used yet. Corrected some other variable names and variable initialization before using them.
| * support rel=me on channel "homepage" urlfriendica2015-02-241-2/+2
| |
| * issue #896friendica2015-02-121-2/+4
| |
* | Merge branch 'master' into tresfriendica2015-02-081-1/+1
|\| | | | | | | | | | | Conflicts: mod/events.php view/css/mod_events.css
| * get_rel_link broken - also weekly doc updatesfriendica2015-02-061-1/+1
| |
* | Merge branch 'master' into tresfriendica2015-02-051-2/+5
|\| | | | | | | | | | | Conflicts: view/css/mod_events.css view/theme/redbasic/css/style.css
| * garbage in garbage outfriendica2015-02-031-2/+2
| |
| * issue #889 private tags for forums no longer recognised after tag refactor a ↵friendica2015-02-021-0/+3
| | | | | | | | few weeks back. This solution is not optimal as it also leaves you in the privacy ACL in some cases and not in others but it restores the previous functionality
* | Merge branch 'master' into tresfriendica2015-02-011-0/+1
|\|
| * add multipart/mixed to getIconFromType()marijus2015-02-011-0/+1
| |
* | Merge branch 'master' into tresfriendica2015-01-291-10/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/group.php include/text.php mod/acl.php mod/channel.php mod/connections.php mod/display.php mod/group.php mod/item.php mod/locs.php mod/network.php mod/photos.php mod/ping.php mod/starred.php mod/viewsrc.php
| * local_user => local_channelfriendica2015-01-281-10/+10
| |
* | more message restrict conversionsfriendica2015-01-291-2/+2
| |
* | Merge branch 'master' into tresfriendica2015-01-271-0/+71
|\| | | | | | | | | Conflicts: include/socgraph.php
| * move userReadableSize() and getIconFromType() from ↵marijus2015-01-271-0/+71
| | | | | | | | /include/RedDAV/RedBrowser.php to include/text.php and add template for mod/sharedwithme
* | Merge branch 'master' into tres and add some work on the item_deleted flag ↵friendica2015-01-261-1/+2
|\| | | | | | | | | | | | | | | | | | | refactor Conflicts: include/attach.php include/onedirsync.php include/zot.php mod/locs.php
| * Call sslify with an extra path element so files keep their namesAlexandre Hannud Abdo2015-01-251-1/+2
| | | | | | | | | | | | | | The main motivation for this is when saving images one doesn't need to inspect and manually input the file's actual name. There might be other benefits, perhaps in automated downloads.
* | more expanding item flagsfriendica2015-01-221-1/+1
| |
* | working through the xchan table to remove bitfields, mostly complete except ↵friendica2015-01-201-7/+6
| | | | | | | | for updating the updater
* | that should take care of the bitfields in hublocfriendica2015-01-201-3/+3
|/
* Fix some issues with tagging.Stefan Parviainen2015-01-161-16/+13
|
* ignore bbcode open tag (left bracket) in hash and mention tag regexes and ↵friendica2015-01-141-2/+2
| | | | turn it into a tag delimiter
* provide a setting to control ALLOWCODE permissions at the channel level - it ↵friendica2015-01-131-4/+4
| | | | isn't always appropriate to apply this to all channels in an account.
* Allow tags in mail, many profile fields, and admin infoStefan Parviainen2015-01-131-1/+1
|