friendica/include
Fabrixxm 756b90a4e0 add docs, rewrite part of the notification api
list notifications and set note as seen functionalities are now
splitted in two functions, with correct http method requirement.

Fixed returned value from `notification/seen`
2016-02-08 09:47:59 +01:00
..
Contact.php New central function to store avatar data in contacts 2016-01-28 11:09:08 +01:00
Emailer.php Emailer: fix text-only email 2015-02-09 11:21:10 +01:00
ForumManager.php Forum class - rename Class CamelCase and rename some methods 2016-02-04 14:51:54 +01:00
HTTPExceptions.php Changes in api 2015-12-28 10:23:06 +01:00
NotificationsManager.php add docs, rewrite part of the notification api 2016-02-08 09:47:59 +01:00
Photo.php Added documentation 2016-01-28 12:35:07 +01:00
Scrape.php Use get_temppath() instead of hard-coded '/tmp' to store cookiejar 2016-01-25 10:38:30 +01:00
acl_selectors.php Just some improved queries 2016-01-16 12:32:11 +01:00
api.php add docs, rewrite part of the notification api 2016-02-08 09:47:59 +01:00
attach.php add support for more file attachment types 2013-02-04 22:15:16 -07:00
auth.php Yes is no and no is yes ... 2015-12-25 19:57:38 +01:00
auth_ejabberd.php Bugfix: Authorization at ejabberd only worked for uid=1 2015-10-25 10:17:23 +01:00
bb2diaspora.php Avoid duplicated tags 2015-11-28 14:29:14 +01:00
bbcode.php Bugfix: The display hadn't fetched the correct contact for the uid. 2016-01-10 15:44:23 +01:00
cache.php Now you can define the duration of the cache entries. 2015-08-24 17:24:14 +02:00
cli_startup.php redoing the change concerning the hostname. 2013-08-12 11:09:11 +02:00
config.php Just some improved queries 2016-01-16 12:32:11 +01:00
contact_selectors.php Statusnet is now GNU Social 2015-10-24 20:44:18 +02:00
contact_widgets.php Added the old Facebook addon for addon check 2015-11-29 13:42:31 +01:00
conversation.php Removed some test code 2016-01-15 23:32:13 +01:00
cron.php Merge remote-tracking branch 'upstream/develop' into 1601-dfrn 2016-01-25 23:51:11 +01:00
cronhooks.php Sometimes the function "sys_getloadavg" doesn't return an array. This is a workaround. 2015-12-15 23:26:58 +01:00
crypto.php RINO 2 based on php-encryption 2015-06-23 16:13:09 +02:00
datetime.php reformat todo according to doxygen style 2015-12-25 23:17:34 +01:00
dba.php reformat todo according to doxygen style 2015-12-25 23:17:34 +01:00
dba_pdo.php Removing of warnings to make dav work 2014-07-24 23:24:10 +02:00
dbstructure.php Removed some more work 2016-01-28 11:18:57 +01:00
dbupdate.php Replaced $argv and $argc with the $_SERVER array 2015-01-04 13:24:16 +01:00
delivery.php Switched to static methods for DFRN 2016-01-25 15:20:58 +01:00
dfrn.php The object-type is now transmitted as well 2016-01-27 02:38:52 +01:00
diaspora.php Merge pull request #2299 from annando/1601-contact-photos 2016-01-29 05:26:26 +01:00
directory.php There is now only one central parameter for the global directory. 2015-09-15 22:29:02 +02:00
discover_poco.php New central function to store avatar data in contacts 2016-01-28 11:09:08 +01:00
dsprphotoq.php Picture import from Diaspora often failed 2015-09-14 23:14:21 +02:00
email.php reformat todo according to doxygen style 2015-12-25 23:17:34 +01:00
enotify.php Check the body for notifications as well 2016-01-29 03:46:43 +01:00
event.php event_form: use [map] tag to embedd a map 2016-01-30 05:12:27 +01:00
expire.php dfrn functions could now work/Removed unused code 2016-01-22 20:26:11 +01:00
fcontact.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
features.php feature management for admins: Merge branch 'devolop' 2016-01-17 03:25:17 +01:00
feed.php reformat todo according to doxygen style 2015-12-25 23:17:34 +01:00
files.php Adding functions for the file- and category handling 2014-03-20 18:51:13 +01:00
follow.php New central function to store avatar data in contacts 2016-01-28 11:09:08 +01:00
friendica_smarty.php Pass App class instace to all templates via "$APP" variable 2016-02-03 14:01:37 +01:00
gprobe.php New central function to store avatar data in contacts 2016-01-28 11:09:08 +01:00
group.php gcontact update script, rebuilt follow page, query speedup for community and network groups 2016-01-10 09:19:00 +01:00
html2bbcode.php Bugfix: Avoid error messages because of an already used function 2015-11-13 23:55:01 +01:00
html2plain.php Moved several settings from .htconfig.php to the admin settings page. 2015-02-08 20:35:40 +01:00
identity.php Forum class - rename Class CamelCase and rename some methods 2016-02-04 14:51:54 +01:00
items.php Added some documentation 2016-02-03 05:00:26 +01:00
like.php Likes are now federated again through Diaspora 2016-01-21 16:01:46 +01:00
lock.php The "scrape" bugfix lead to partly damaged encodings. This is fixed now. 2015-01-04 11:56:41 +01:00
map.php map bbcode tag from Red 2015-05-15 20:41:10 +02:00
message.php Replace random strings with guids where appropriate. 2015-08-14 07:48:28 +02:00
msgclean.php reformat todo according to doxygen style 2015-12-25 23:17:34 +01:00
nav.php Remove language selectors from themes 2015-11-08 14:42:54 +01:00
network.php Document new redirect_url return value 2016-01-25 11:38:36 +01:00
notifier.php Merge branch 'hotfix_diaspora' into develop 2016-01-20 08:50:18 +01:00
oauth.php More "LIMIT 1" removed - and some other SQL improvements. 2014-03-11 23:52:32 +01:00
oembed.php Add the creation date to the cache tables 2016-01-15 00:58:57 +01:00
onepoll.php Merge remote-tracking branch 'upstream/develop' into 1601-dfrn 2016-01-25 23:51:11 +01:00
ostatus.php Merge pull request #2299 from annando/1601-contact-photos 2016-01-29 05:26:26 +01:00
pgettext.php Add user language in settings, use that field as language for UI 2015-11-08 14:23:49 +01:00
photos.php Revert "Merge pull request #2223 from rabuzarus/2912_photo_widget" 2016-01-04 11:46:19 +01:00
pidfile.php Mute warnings in pidfile/Quit poller after an hour. 2015-09-25 17:38:56 +02:00
plaintext.php Twitter shortening should now work even the shortening would be in the link 2016-01-14 19:38:59 +01:00
plugin.php identity.php - code cleanup + doxygen 2015-12-25 17:26:04 +01:00
poller.php The worker now kills processes that run longer than 3 hours 2016-01-24 02:53:21 +01:00
profile_selectors.php add plugin hooks to gender, sexpref, and marital selectors 2012-05-27 22:35:01 -07:00
profile_update.php Poco fields now moved to the header, function to create formatted location string 2016-01-24 14:30:57 +01:00
pubsubpublish.php Only optical stuff 2015-12-14 00:42:36 +01:00
queue.php Switched to static methods for DFRN 2016-01-25 15:20:58 +01:00
queue_fn.php Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete. 2014-03-09 09:19:14 +01:00
quoteconvert.php New bbcode element: "spoiler". Mail: Top post quotes are now embraced in "spoiler" elements 2012-03-17 11:07:49 +01:00
redir.php php warning 2012-11-22 03:19:05 -08:00
salmon.php Code cleanup and first steps for a better comment distribition with DFRN and OStatus 2015-12-13 12:15:45 +01:00
security.php Set the login date for every identity of the user. 2015-05-09 23:47:45 +02:00
session.php Merge remote-tracking branch 'upstream/develop' into 1512-ostatus-comment 2015-12-22 11:25:37 +01:00
shadowupdate.php Update function for creating the shadow entries. 2014-12-21 21:19:37 +01:00
socgraph.php Removed some more work 2016-01-28 11:18:57 +01:00
system_unavailable.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
tags.php ignore tags inside code block 2015-03-22 17:12:51 +01:00
tagupdate.php New fields for the term table, improved query for the tag search. Changed the cache handling for rendered bbcode. 2015-03-07 21:24:39 +01:00
template_processor.php better logger format, some comments 2014-04-27 15:18:43 +02:00
text.php Pass App class instace to all templates via "$APP" variable 2016-02-03 14:01:37 +01:00
threads.php Comments from Hubzilla weren't federated properly 2016-01-21 13:21:47 +01:00
threadupdate.php Functions for the new threas table, script for updating this table 2014-03-16 18:19:19 +01:00
uimport.php reformat todo according to doxygen style 2015-12-25 23:17:34 +01:00
update_gcontact.php Optical adjustments for contacts/set "last_failure" when inaccessible 2015-11-06 09:15:20 +01:00
user.php generate addr for new registered users 2015-11-26 14:08:32 +01:00