This website requires JavaScript.
Explore
Help
Register
Sign in
mexon
/
friendica
Watch
1
Star
0
Fork
You've already forked friendica
0
Code
Pull requests
Activity
5f3f349006
friendica
/
src
History
Michael
5f3f349006
"author-link" and "owner-link" aren't stored anymore in the item table
2018-06-25 06:45:05 +00:00
..
Content
Merge pull request
#5216
from abanink/2337
2018-06-14 15:36:21 -04:00
Core
The fetch function now centrally controls the content
2018-06-24 10:48:29 +00:00
Database
Content is now stored exclusively in item-content, connected via "icid" field
2018-06-25 04:56:32 +00:00
Model
"author-link" and "owner-link" aren't stored anymore in the item table
2018-06-25 06:45:05 +00:00
Module
port hubzillas OpenWebAuth - fix method call
2018-06-20 23:29:36 +02:00
Network
port hubzillas OpenWebAuth - use Contact::getIdForURL to query for contact entry
2018-06-19 16:15:28 +02:00
Object
The fetch function now centrally controls the content
2018-06-24 10:48:29 +00:00
Protocol
Standards and a new function to fetch content
2018-06-21 15:14:01 +00:00
Render
Replace current_theme() and current_theme_url() calls
2018-04-28 18:37:25 -04:00
Util
Merge pull request
#5253
from rabuzarus/20180616_-_magic_auth_test_2
2018-06-20 17:46:04 -04:00
Worker
Merge pull request
#5261
from annando/and-again-abstraction
2018-06-21 11:50:31 -04:00
App.php
Create config keys if they not exists on set.
2018-06-14 13:18:01 +02:00
BaseModule.php
added hint about naming the class and filename
2018-04-03 16:33:39 +02:00
BaseObject.php