.. |
Core
|
Merge remote-tracking branch 'upstream/develop' into 1610-performance
|
2016-10-25 16:16:01 +00:00 |
autoloader
|
set include/ folder base for 'Friendica' PSR4 namespace
|
2016-06-10 11:50:52 +02:00 |
Contact.php
|
Merge remote-tracking branch 'upstream/develop' into 1610-performance
|
2016-10-24 08:12:13 +00:00 |
DirSearch.php
|
Speeding up the gcontact search
|
2016-04-17 13:46:49 +02:00 |
Emailer.php
|
adjust the rand bounderies to be within the allowed max value
|
2016-07-05 15:45:39 +02:00 |
ForumManager.php
|
Merge remote-tracking branch 'upstream/develop' into 1607-is-result2
|
2016-07-02 14:01:52 +02:00 |
HTTPExceptions.php
|
Changes in api
|
2015-12-28 10:23:06 +01:00 |
NotificationsManager.php
|
notifications - correct boolean variable checking
|
2016-08-07 12:26:49 +02:00 |
Photo.php
|
some more coding style correction
|
2016-11-04 19:26:28 +01:00 |
Probe.php
|
cache: serialize the cache content directly in the cache class
|
2016-11-04 16:44:49 +01:00 |
Scrape.php
|
Removed the legacy function calls, removed unused functions
|
2016-07-04 08:05:30 +02:00 |
Smilies.php
|
rework autocomplete: some polishing
|
2016-04-14 17:05:19 +02:00 |
acl_selectors.php
|
Small performance improvements
|
2016-08-01 07:22:54 +02:00 |
api.php
|
pconfig: Improved behaviour with already stored values
|
2016-10-23 07:49:21 +00:00 |
attach.php
|
…
|
|
auth.php
|
Code redesign and comments
|
2016-04-25 22:10:45 +02:00 |
auth_ejabberd.php
|
Some additional beautification
|
2016-09-22 18:18:26 +00:00 |
autoloader.php
|
add some doxygen comments
|
2016-02-09 11:10:00 +01:00 |
bb2diaspora.php
|
…
|
|
bbcode.php
|
Bugfix: Handle attachments with bbcode inside/handle the [p] bbcode
|
2016-08-23 07:40:16 +02:00 |
cache.php
|
cache: serialize the cache content directly in the cache class
|
2016-11-04 16:44:49 +01:00 |
cli_startup.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
config.php
|
Add `$default_value` parameter to `Config::get()` and `PConfig::get()`
|
2016-06-10 12:00:34 +02:00 |
contact_selectors.php
|
frio: templates for contact_edit and crepair
|
2016-07-26 09:09:40 +02:00 |
contact_widgets.php
|
…
|
|
conversation.php
|
Fix Issue #2803 - Hovercard view profile link and public directory link
|
2016-10-22 22:49:12 -04:00 |
cron.php
|
cache: serialize the cache content directly in the cache class
|
2016-11-04 16:44:49 +01:00 |
cronhooks.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
cronjobs.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
crypto.php
|
…
|
|
datetime.php
|
ping.php improvement: datetime.php formatting
|
2016-11-01 02:04:59 -04:00 |
dba.php
|
We are doing uncommitted reads a little bit different. (We avoid commit)
|
2016-10-28 09:08:13 +00:00 |
dba_pdo.php
|
Moves the function "is_result" from dba to dbm.
|
2016-07-02 14:00:42 +02:00 |
dbclean.php
|
dbclean.php mustn't be stopped via "killme"
|
2016-10-26 05:57:11 +00:00 |
dbm.php
|
CSR changes, split dbclean in separate processes if worker is active
|
2016-10-22 10:14:41 +00:00 |
dbstructure.php
|
Merge pull request #2878 from Hypolite/improvement/ping-performance
|
2016-11-02 21:56:18 +01:00 |
dbupdate.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
delivery.php
|
We are now having an account type and are publishing it
|
2016-09-25 20:37:27 +00:00 |
dfrn.php
|
Some code adjustements and performance improvements to the DFRN feed.
|
2016-10-21 23:04:04 +00:00 |
diaspora.php
|
The handle (user@domain.tld) for Diaspora contacts must always be lowercase
|
2016-08-23 07:48:48 +02:00 |
directory.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
discover_poco.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
email.php
|
reformat todo according to doxygen style
|
2015-12-25 23:17:34 +01:00 |
enotify.php
|
missing placeholder for name_cache value
|
2016-11-03 14:00:20 +01:00 |
event.php
|
Merge remote-tracking branch 'upstream/develop' into 1610-performance
|
2016-10-20 08:44:19 +00:00 |
expire.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
fcontact.php
|
…
|
|
features.php
|
correction of typos
|
2016-09-24 08:07:48 +02:00 |
feed.php
|
OStatus now has "location" and "about", probing for urls added
|
2016-07-08 22:31:11 +02:00 |
files.php
|
…
|
|
follow.php
|
"proc_run" is now called with priority.
|
2016-08-01 07:48:43 +02:00 |
friendica_smarty.php
|
Pass App class instace to all templates via "$APP" variable
|
2016-02-03 14:01:37 +01:00 |
gprobe.php
|
some more coding style correction
|
2016-11-04 19:26:28 +01:00 |
group.php
|
Some optimized sql queries
|
2016-06-06 22:57:27 +02:00 |
html2bbcode.php
|
…
|
|
html2plain.php
|
…
|
|
identity.php
|
We now use memcache if configured and installed.
|
2016-10-23 21:59:40 +00:00 |
items.php
|
Added some comments
|
2016-10-29 22:06:18 +00:00 |
like.php
|
"proc_run" is now called with priority.
|
2016-08-01 07:48:43 +02:00 |
lock.php
|
…
|
|
map.php
|
…
|
|
message.php
|
"proc_run" is now called with priority.
|
2016-08-01 07:48:43 +02:00 |
msgclean.php
|
reformat todo according to doxygen style
|
2015-12-25 23:17:34 +01:00 |
nav.php
|
function nav_info(): insert lost comment
|
2016-10-24 14:02:38 +02:00 |
network.php
|
Remove obsolote functions
|
2016-07-09 20:09:09 +02:00 |
notifier.php
|
Avoiding deadlocks and small sql improvements
|
2016-10-29 20:17:33 +00:00 |
oauth.php
|
…
|
|
oembed.php
|
cache: serialize the cache content directly in the cache class
|
2016-11-04 16:44:49 +01:00 |
onepoll.php
|
Some more improved queries
|
2016-10-21 18:25:21 +00:00 |
ostatus.php
|
Fixed code structure
|
2016-10-23 22:12:45 +00:00 |
pgettext.php
|
Restore newline at end of file
|
2016-10-24 22:18:22 -04:00 |
photos.php
|
cache: serialize the cache content directly in the cache class
|
2016-11-04 16:44:49 +01:00 |
pidfile.php
|
…
|
|
plaintext.php
|
Bugfix: Handle attachments with bbcode inside/handle the [p] bbcode
|
2016-08-23 07:40:16 +02:00 |
plugin.php
|
Split cronhook call to several single calls
|
2016-08-02 06:28:34 +02:00 |
poller.php
|
poller.php is now working with transactions as well.
|
2016-10-23 23:31:56 +00:00 |
post_update.php
|
CSR changes, split dbclean in separate processes if worker is active
|
2016-10-22 10:14:41 +00:00 |
profile_selectors.php
|
…
|
|
profile_update.php
|
Profile update is now working with the new function as well
|
2016-03-14 22:10:26 +01:00 |
pubsubpublish.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
queue.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
queue_fn.php
|
…
|
|
quoteconvert.php
|
…
|
|
redir.php
|
…
|
|
salmon.php
|
Mastodon is now detected as OStatus network
|
2016-10-05 20:54:26 +00:00 |
security.php
|
don't save browser selected language on login
|
2016-10-01 15:57:37 +02:00 |
session.php
|
Merge branch 'develop' into improvement/ping-performance
|
2016-10-28 22:26:38 -04:00 |
shadowupdate.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
socgraph.php
|
Added documentation
|
2016-10-25 05:44:57 +00:00 |
system_unavailable.php
|
…
|
|
tags.php
|
…
|
|
tagupdate.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
template_processor.php
|
…
|
|
text.php
|
We should check values after we fetched them :-)
|
2016-10-28 04:29:22 +00:00 |
threads.php
|
Added some comments
|
2016-10-29 22:06:18 +00:00 |
threadupdate.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
uimport.php
|
"proc_run" is now called with priority.
|
2016-08-01 07:48:43 +02:00 |
update_gcontact.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
user.php
|
…
|
|
xml.php
|
Ping is now using a standard routine to generate the xml.
|
2016-08-10 22:51:03 +02:00 |