This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
0b935b79dcb82bccd45bf8f68409b6cdf0fceb40
core
/
include
History
friendica
0b935b79dc
Support arbitrary likes - "David likes Bob's bicycle" or "Nancy likes Margaret's breasts" or whatever... This is a tricky activity to construct. You will need to set the object owner to the owner of the "thing" and the object title to the name of the "thing". The thing liked can include a photo if desired. This will probably have issues working correctly in other activitystreams environments.
2013-06-18 20:30:20 -07:00
..
dba
fix intltext template driver
2013-05-15 22:27:35 -07:00
photo
photo driver issue when updating contact photos - old class structure used instead of photo_factory()
2013-05-05 22:49:46 -07:00
account.php
fix setting account_roles for admin account
2013-05-15 22:59:05 -07:00
acl_selectors.php
cleanup
2013-03-10 20:39:27 -07:00
activities.php
rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
2013-03-21 18:25:41 -07:00
api.php
add photos and albums enumeration to Red API (will allow us to export either all our photos or individual albums using a script)
2013-05-29 19:47:01 -07:00
attach.php
this might make edits update across the wire, or it might not
2013-02-28 18:20:42 -08:00
auth.php
move new_cookie() to the session driver so we can use it for other purposes besides "normal" web login (for instance magic auth)
2013-05-23 20:35:40 -07:00
BaseObject.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
bb2diaspora.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
bbcode.php
add support for zmg bbcode tag (img with class=zrl) which will eventually get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done.
2013-05-27 21:23:43 -07:00
cache.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
cli_startup.php
add db_port to setup and cli_startup - still need to set the port in mod/setup
2013-05-10 03:37:41 -07:00
config.php
fix mod-display when not logged in.
2013-06-18 02:06:16 -07:00
contact_selectors.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
contact_widgets.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
Contact.php
sql error on contact removal
2013-04-19 04:47:49 -07:00
conversation.php
Support arbitrary likes - "David likes Bob's bicycle" or "Nancy likes Margaret's breasts" or whatever... This is a tricky activity to construct. You will need to set the object owner to the owner of the "thing" and the object title to the name of the "thing". The thing liked can include a photo if desired. This will probably have issues working correctly in other activitystreams environments.
2013-06-18 20:30:20 -07:00
ConversationObject.php
fix comment permissions on display (again) and clean up an error seen in the logs
2013-03-06 18:52:42 -08:00
cronhooks.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
crypto.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
datetime.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
deliver.php
push refresh messages, performance work on conversations and configs, doc updates
2013-06-14 16:54:58 -07:00
dir_fns.php
for directory sync, ensure we have a fallback master; even if we have nothing else
2013-04-18 20:47:35 -07:00
directory.php
fix profile update propagation
2013-06-18 02:51:43 -07:00
enotify.php
undo comment policy override - there are a handful of stored posts from the 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts.
2013-06-18 18:48:41 -07:00
event.php
Merge
https://github.com/friendica/red
into zpull
2013-03-21 18:29:08 -07:00
expire.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
features.php
Uncripple zids.
2013-04-16 05:52:10 +01:00
follow.php
some auto-friending cleanups
2013-05-19 20:38:53 -07:00
friendica_smarty.php
fix intltext template driver
2013-05-15 22:27:35 -07:00
gprobe.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
group.php
issue
#55
(number 2)
2013-05-28 16:32:31 -07:00
html2bbcode.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
html2plain.php
cleanup
2013-03-10 20:39:27 -07:00
identity.php
mysql 5.1 chokes on 'select * from group' since group is a keyword
2013-05-12 09:40:54 -06:00
ItemObject.php
undo comment policy override - there are a handful of stored posts from the 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts.
2013-06-18 18:48:41 -07:00
ITemplateEngine.php
use smarty3 as default template engine. add pluggable template system
2013-05-08 03:51:38 -04:00
items.php
found it - but I'll do some more testing before undoing the bypass
2013-06-16 23:20:36 -07:00
js_strings.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
language.php
dangerous typo that removes all your hublocs, fix reshare formatting
2013-03-11 16:13:09 -07:00
message.php
rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
2013-03-21 18:25:41 -07:00
nav.php
more cleanup
2013-04-14 22:28:45 -07:00
network.php
photo driver abstraction
2013-04-25 20:01:24 -07:00
notifier.php
fix profile update propagation
2013-06-18 02:51:43 -07:00
notify.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
oauth.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
oembed.php
move oohembed service to addon
2013-06-03 16:53:53 -07:00
onepoll.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
permissions.php
fix "new connection has less permissions than public"
2013-06-15 15:45:54 -07:00
photos.php
add photos and albums enumeration to Red API (will allow us to export either all our photos or individual albums using a script)
2013-05-29 19:47:01 -07:00
plugin.php
fix intltext template driver
2013-05-15 22:27:35 -07:00
poller.php
no GMT_TIMESTAMP() in mysql - use UTC_TIMESTAMP() instead
2013-06-06 16:12:34 -07:00
profile_advanced.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
profile_selectors.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
ProtoDriver.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
queue_fn.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
queue.php
unknown column
2013-03-11 17:42:12 -07:00
security.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
session.php
move new_cookie() to the session driver so we can use it for other purposes besides "normal" web login (for instance magic auth)
2013-05-23 20:35:40 -07:00
socgraph.php
hide hidden entries
2013-03-05 21:04:47 -08:00
system_unavailable.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
template_processor.php
fix internal
2013-05-08 04:00:05 -04:00
text.php
implement 'can_comment_on_post()' which doesn't require a separate DB lookup per item.
2013-06-16 20:44:29 -07:00
zot.php
hopefully this won't screw up everything - if it does, revert. Otherwise this should work at delivery time to check tag deliveries and bounce the message before it's stored if the channel doesn't allow you to post and you aren't allowed to tag deliver either. Previously this was handled after the post was already stored so you needed posting permission as well as tag deliver permission to get past the checks.
2013-06-16 00:57:39 -07:00