aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* implement time travelling postsfriendica2013-05-232-0/+19
|
* first cut at generic item searchfriendica2013-05-221-0/+222
|
* and the obligatory typofriendica2013-05-221-0/+1
|
* add api/red/channel/stream POST method (post_activity_item()), add ↵friendica2013-05-221-0/+12
| | | | additional endpoint to channel export to api/red/channel/export/basic
* add basic input filtering to the simple activity postingfriendica2013-05-221-0/+20
|
* missing commafriendica2013-05-211-1/+1
|
* improvements to post_activity_item() so that it does not behave differently ↵friendica2013-05-211-0/+13
| | | | with delivery plugins than post_local via the API.
* fix app displayfriendica2013-05-212-2/+8
|
* more permissions descriptive text to lessen confusionfriendica2013-05-211-1/+1
|
* some auto-friending cleanupsfriendica2013-05-191-1/+3
|
* typo in auto permissionsfriendica2013-05-191-1/+1
|
* doc update plus fix the "only to those in my address book" permissionfriendica2013-05-181-0/+5
|
* extend delivery reports to mailfriendica2013-05-161-1/+11
|
* workarounds for people that re-install and end up polluting everybody's ↵friendica2013-05-161-2/+2
| | | | databases with stale entries
* fix setting account_roles for admin accountfriendica2013-05-151-1/+1
|
* fix intltext template driverfriendica2013-05-154-6/+12
|
* fix intltext templates - maybefriendica2013-05-152-23/+25
|
* install issuesfriendica2013-05-151-1/+1
|
* don't use permissions to block directory updates from happening. Use zfinger ↵friendica2013-05-151-6/+0
| | | | to decide what to send.
* Another typoThomas Willingham2013-05-141-2/+2
|
* mysql 5.1 chokes on 'select * from group' since group is a keywordZach Prezkuta2013-05-121-2/+2
|
* It's a red matrix, and matrix is better indicated by # than by ! - and would ↵friendica2013-05-111-2/+2
| | | | otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center.
* also strip title from notification of private messages - it leaks ↵friendica2013-05-101-1/+1
| | | | potentially sensitive message info. Note: there is still information leakage of sender but this is difficult to avoid completely. "You've got an email from (we're sorry, we can't tell you...)"
* add db_port to setup and cli_startup - still need to set the port in mod/setupfriendica2013-05-101-2/+2
|
* add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for ↵fabrixxm2013-05-104-16/+27
| | | | compiled templates
* get search page working with live-update and endless scroll, still not ↵friendica2013-05-092-3/+7
| | | | perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results.
* Merge https://github.com/friendica/red into zpullfriendica2013-05-085-63/+107
|\
| * remove "internal" templates, use "tpl/" folder for smarty3 templates,fabrixxm2013-05-081-4/+4
| | | | | | | | move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates
| * fix internalfabrixxm2013-05-081-2/+5
| |
| * use smarty3 as default template engine. add pluggable template systemfabrixxm2013-05-085-59/+100
| |
* | small updatesfriendica2013-05-083-6/+7
|/
* fixesfriendica2013-05-061-2/+2
|
* photo driver issue when updating contact photos - old class structure used ↵friendica2013-05-052-4/+6
| | | | instead of photo_factory()
* fix admin assignfriendica2013-05-051-2/+2
|
* email notification content privacy by default (unless it's public content)friendica2013-05-051-0/+24
|
* minor fixes related to postgres developmentfriendica2013-05-052-16/+15
|
* members_of_group() output not entirely correctfriendica2013-05-021-1/+2
|
* change plugin_install to plugin_load, etc.friendica2013-05-011-41/+76
|
* change the way profiles are importedfriendica2013-04-301-50/+69
|
* don't try and load an empty string as a photofriendica2013-04-292-1/+8
|
* fix broken profile syncingfriendica2013-04-291-2/+4
|
* add some debugging - update times are changing much faster than they're ↵friendica2013-04-291-0/+7
| | | | supposed to. Log what has changed.
* port superblock core code (except Red will use an xchan instead of a URL)friendica2013-04-281-0/+43
|
* photo driver abstractionfriendica2013-04-257-455/+410
|
* odds and ends in prepearation for photo abstraction, plus red-to-friendica addonfriendica2013-04-252-25/+132
|
* dba driver cleanupfriendica2013-04-231-14/+8
|
* remove old driverfriendica2013-04-222-193/+10
|
* cleanup debugging code in abstracted db driverfriendica2013-04-221-6/+15
|
* db abstraction layerfriendica2013-04-225-102/+291
|
* reverting to fancybox for "save to file" selection box until we find a ↵friendica2013-04-211-0/+2
| | | | better way - prettyPhoto just isn't working for this and I really need this functionality ATM until we can figure out how to make prettyPhoto work properly here.